Annoyed. It demands a type="" attribute for the script tag, which is not required. If you're going to have an official markup schema, get it right, guys! Script tag is like the 6th most common HTML tag after html, body, head, div, and p!
Installed fine, works fine. Some things (like figcaption tag) are missing, though. I'd be nice if the developer of this plugin would update the package and possibly reply to people's comments.
Yea, it asks for type="" for <script> tags, and still doesn't do self-closing tags for you (<img>, <br>, <input>, etc) for the ease of XML back and forth, etc.
Lastly, it also doesn't recognize that data- attributes are valid in HTML (ie: <img src="" data-image=""> etc)
Sure these will be fixed in the future just wanted to let the developers know! Thanks again though
It definitely recognized most of the HTML5 stuff I was doing EXCEPT it still wants a the required attribute 'type' for script tags... which is not required for HTML5.
Hello
I have just installed HTML5 and CCS3 in my laptop. I am using vs 2010. I have changed validation to HTML5 but Its display that "It is not a valid element".
I'm seeing this too. It doesn't like the source tags within the video tag nor does it like param tags within the object tag. I've selected both HTML5 and XHTML5 from the HTML Source Editing Toolbar in VS2010.
1.I've run the extension installer and restarted Visual Studio however I did not see HTML 5 in drop down list of target after I clicked Tools->Options->Text Editor->HTML->Validation. What should I do?
2.After I run the installer, is it means the CSS3.0 is in the correct location? Where is the correct location? How can I know it is worked in my VS?
I downloaded the file and followed the steps in this <a href="http://www.raihaniqbal.net/blog/2010/08/html5-support-in-visual-studio-2010/">blog post</a> and it works fine in VS2010.
how i can use it.i installed it 2 time but i can't find schema in my visual studio this installation goes to c/programmfile but he show that in c:/programmfile(86)..
how i can use it
The installer for this add-on does not install to the correct location. It assumes that Visual Studio is installed to the default installation location (as specified in the Visual Studio installer). However, I installed Visual Studio to a custom location. Therefore, after installation, the html_5.xsd file is in the wrong location and is not found by Visual Studio causing Intellisense not to work. Please fix your installer so that it recognizes non-default installation locations.
Thanks for this! One thing though, I'm getting this from the validator:
Validation (HTML 5): Empty elements such as 'link' must end with />.
My understanding is that's not the case. See here: http://wiki.whatwg.org/wiki/FAQ#Should_I_close_empty_elements_with_.2F.3E_or_.3E.3F
Just FYI