Why do built-in ASP.NET controls generate HTML that VS2010 tells me is not HTML5 compatible? Is there a way around it?
Example: Drop a PasswordRecovery control onto your page and ask it to convert the UserName (or Question or Answer) view into a template. The generated HTML contains attributes like cellpadding and cellspacing and VS2010 underlines them with the warning: Attribute 'cellspacing' is not a valid attribute of element 'table'.
N.B. You have to set Target Schema to HTML5 to see these warnings.