Microsoft Webmatrix and HTML5 Forms
WebMatrix is a free and lightweight web development tool to create, publish, and maintain Web sites. It supports development using ASP.NET, PHP, Node.js and HTML5. It’s also touted as taking advantage of the latest emerging standards(CSS3, HTML5), and popular JavaScript libraries such as JQuery:As far as HTML 5 goes, WebMatrix includes code completion, validation, and formatting… Except for HTML5 Form tags. The Web Pages framework doesn't include any helpers for the new HTML5 form input types such as email or color.
Fortunately, MVP Mike Brind posted on his Web log an article about how this helpers can be added to Webmatrix. A download containing the complete code for his article is available here.
Read Mike Brind’s Article.
Subscribe to:
Post Comments
(
Atom
)
Internet Explorer 10 and Windows Store apps using JavaScript add new support for HTML5 Forms. Check it out on this MSDN article: http://msdn.microsoft.com/en-us/library/ie/hh673544(v=vs.85).aspx
ReplyDelete