Is it possible (using HTML5 Shiv, for example) to implement HTML5 on a Webforms-based platform? Will ASP.NET Webforms allow the developer to semantically mark up a page using the new HTML5 elements?
Is it possible (using HTML5 Shiv, for example) to implement HTML5 on a Webforms-based
Share
I’d say ASP.net MVC is more suited to this type of development but I dont see any overwhelming reasons why you couldn’t produce webforms pages using HTML5 as it’t for the most part an extension to HTML4.
Probably a lot more hand-coding pages than the RAD drag and drop webforms (unfortunately) encourages.