Is it possible to add HTML5 validation to Visual Studio? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-01T03:26:51Z http://stackoverflow.com/feeds/question/1084194 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1084194/is-it-possible-to-add-html5-validation-to-visual-studio 2 Is it possible to add HTML5 validation to Visual Studio? Rahul 2009-07-05T14:42:45Z 2009-07-22T12:46:03Z <p>I'm working on a page using <code>&lt;canvas&gt;</code>, which is a HTML5 tag, in Visual Web Developer Express Edition 2008, and the validator in the HTML editor is telling me it's an invalid tag. That's because it's set to validate against XHTML 1.0 Transitional. I'd prefer for it to not do that and tell me what's valid or invalid based on the HTML5 doctype, but I can't find anywhere in the preferences that suggests this would be possible.</p> <p>Is there a way to tell Visual Studio to validate against HTML5, or add a new spec reference manually? I'd prefer not to have to go in and add tags manually, which appears to be the only option at the moment.</p> http://stackoverflow.com/questions/1084194/is-it-possible-to-add-html5-validation-to-visual-studio/1084416#1084416 0 Answer by Richard for Is it possible to add HTML5 validation to Visual Studio? Richard 2009-07-05T16:47:10Z 2009-07-05T16:47:10Z <p>You can define your own validation standards.</p> <p>You need to add the file to the folder in VS install, and add to the registry.</p> <p>This is the description I used (HTML and CSS have a very similar approach): <a href="http://blogs.msdn.com/mikhailarkhipov/archive/2007/10/19/how-to-create-custom-css-intellisense-schema-in-visual-studio-2005-and-2008.aspx" rel="nofollow">http://blogs.msdn.com/mikhailarkhipov/archive/2007/10/19/how-to-create-custom-css-intellisense-schema-in-visual-studio-2005-and-2008.aspx</a></p> http://stackoverflow.com/questions/1084194/is-it-possible-to-add-html5-validation-to-visual-studio/1165008#1165008 1 Answer by John Dyer for Is it possible to add HTML5 validation to Visual Studio? John Dyer 2009-07-22T12:46:03Z 2009-07-22T12:46:03Z <p>I created a validation schema that you're free to use: <a href="http://johndyer.name/post/2009/07/21/HTML5-XHTML5-Validation-Schema-for-Visual-Studio-2008.aspx" rel="nofollow">http://johndyer.name/post/2009/07/21/HTML5-XHTML5-Validation-Schema-for-Visual-Studio-2008.aspx</a></p>