vote up 0 vote down star

Since Visual Studio 2010 is slated for release in March of 2010 and HTML 5 is now starting to be used even more widely, I would like to know if Visual Studio will ship with HTML 5 templates, standard controls and support for the more common markup?

A definition for support of HTML 5 would be that any new version of Visual Studio should have similar support for code-completion, validation and markup that is currently supported for HTML 4.01 and XHTML 1.0 and 1.1.

Update From the Visual Web Develolper Team Blog:

HTML 5 intellisense and validation schema for Visual Studio 2008 and Visual Web Developer is for downloading. Follow the instructions posted on the page to install the new scheme. Seems like the Visual Studio Team will be supporting HTML 5 after all.

flag

3  
What aspects of HTML5 are you hoping for. HTML5 is not complete and is expected to take 10 years to be fully adoptable by its drafters because the spec is so bloated. – austin cheney Nov 5 at 17:27
I belive the easiest to speak about would be the new <!DOCTYPE html> which specifies HTML5, the new sections like 'section', 'nav', 'article' and 'footer'. Along with ' datalist' and 'menu'. I wouldn't expect the new 'audio' or 'video' tags to be supported as there is still much debate on those. – Chris Nov 5 at 19:05
I think he means the stuff that is supported by everyone except IE, which isn't everything, but useful stuff – Matt Briggs Nov 6 at 17:36
Internet Explorer isn't developed by the same team as Visual Studio nor Expression Web, but all three work in the same enviroment, the internet. To keep effective I belive that some parts of HTML 5 can not be ignored. – Chris Nov 6 at 21:28

3 Answers

vote up 1 vote down check

I think real question is - will Microsoft support HTML5? Multiple places on the internet I found that Microsoft is seriously considering to support HTML5. If that is true, it makes sense to expect VS 2010 to support HTML5.

link|flag
vote up 0 vote down

If IE isn't supporting HTML5 then how much would it make sense for VS2010 to do it?

The last I saw MS isn't planning on putting in support for the canvas tag in IE, and so it will be lagging behind the other major browsers.

I expect that if enough developers begin to move away from IE for applications, that it will force MS to change, but they have tepid support for standards so far, I don't expect that to change anytime soon.

So, it depends on what you mean by 'supporting', but I don't expect any real support from MS for HTML5 in VS2010.

link|flag
Right now Visual Studio ships with a number of HTML items in it's toolbox such as the different input types, tables, images, selects and the ever used div. What I'm asking is, will some or any of the new HTML elements be included in the toolbox, and will the <!DOCTYPE html> be a supported doctype which will validate as xHTML and HTML currently do. In addition, will any of the asp.net controls use the HTML5 standard for their markups. – Chris Nov 5 at 19:13
So if it supports the new elements minus any of the javascript changes (such as WebWorker), except for Canvas, would that be supporting it, by your definition? – James Black Nov 5 at 19:36
Since VS2010 is in beta I doubt they are going to add new features that aren't supported in IE, so I don't believe HTML5 will be supported yet. – James Black Nov 5 at 19:37
I suppose that is what service packs and upates are for then. When Visual Studio 2008 first shipped, MVC wasn't part of it, nor was jQuery even though of to be part of the IDE. Now both are going to be included in Visual Studio 2010 as standard. Even though HTML 5 is not a concrete standard, I feel that Microsoft will have to accept some parts of 5 to keep effective in the near future. – Chris Nov 6 at 21:26
@Chris - That is pretty idealistic. I think they will eventually be forced to accept it, once there are applications that require it, but, as long as we continue to work around IE they will feel less pressure to improve. Look how long it took before IE was more standards compliant. – James Black Nov 6 at 21:49
vote up 0 vote down

How can you support something that doesn't exist? Something you can't validate against because there's no accepted spec?

Yes they could build in support for the experimental DTD, but they did that with XML/XSLT/XPath and ended up fragmenting XML support for far too long and were attacked for it from all sides.

Giving that people like Google are now pushing for tags they want just to make supporting Wave easier it's going to be a long time before HTML5 is done, and the "standard" is going to fluctuate and change - so why waste time and resources trying to hit a moving target?

link|flag
Strangely enough if you develop against .NET then you're devloping against a moving target already. In just a few years we've gone from .NET 1.0 to .NET 4.0, C# and VB.NET have changed quite a bit and we've cycled through a handful of Visual Studios. Now with the changes in browsers and what not, I do not find it wrong to ask if an enviroment I work in everyday will keep up with the shift in the basic framework I work in. – Chris Nov 6 at 21:22
Yes but those were fixed by the time VS came out. And they are standards MS set. Right now you have something that is a big bun fight, were competitors are trying to push their own agendas, and as soon as MS publish something that's what people use. And if it changes again you're stuck - which is why Google is starting to add "HTML5" for the things they need for Wave – blowdart Nov 6 at 23:17

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.