Today I was annoyed about warnings that Visual Studio shows when editing an html5 file. Example: VS expects a type attribute inside the script tag but html5 doesn't require it anymore (because it defaults to javascript).
When opening the context menu I noticed the "Formatting and Validation" item and opened it:
Choosing "HTML5" as a target removes all those annoying wrong warnings :-)
Cool, thanks!
ReplyDelete