Does Visual Studio 2008 support HTML 5 compliant code generated for browsers?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Visual Studio by itself doesn’t gerenate much html. This is done by the System.Web .NET code. Visual Studio can validate code that you’ve written, but not HTML 5 by default. You can let .NET generate HTML5 code for you. In that case you should write your own control adapters. Every ASP.NET control can be extended with an control adapter, just like the ASP.NET team has done with the CSS Friendly Control Adapters.