How is the Visual Studio 2010 SP1 HTML5 support different than the Gallery download? -


Before the release of Visual Studio 2010 SP1, there was. I downloaded it earlier and used that HTML5 Intelligence (with some custom modifications, I support some data-attributes in my project). After upgrading to SP1, I checked the .xsd file , which had the same date. I do not think HTML5 support has changed.

  C: \ program files (x86) \ Microsoft Visual Studio 10.0 \ Common7 \ package \ schema \ html \ html_5.xsd   

There are some good links, but I can not find anything definite.

Edit : I have made a false impression on file dates. Since, I installed Visual Studio on 1/19/2011 and SP1 files are dated 1/18/2011, I think they have not made changes.

I received a copy of the original HTML_5.xsd (date 4/1/2010), I think That was supported for VS2008 in one place:

  C: \ Program Files (x86) \ Microsoft Visual Studio 9.0 \ Common7 \ Packages \ Schemas \ HTML \   

I was able to compare files and WinMerge lists 38 differences. Some of them are:

  • From name change to html5 to html5
  • something related to data-attributes < Code> vs. customattrprefix = "data -"
  • Audio and videos for features from & lt; Xsd: attributeGroup name = "mediaAttributeGroup"
  • In some xsd: element custom vs.: is not allowed attribute < Li> Other Miscellaneous Elements and Attribution Changes / Extra
  • Now SVG External File and lt; Xsd: element name = "svg" type = "SVG.svg" vs: isxml = "true" />

Comments