Richard Kimber
Check me out on the web at Dogma Creative Limited - Web Applications for Calderdale or at my blog.
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Andrew Nurse: Inside "Razor"
Jul 15, 2010 at 3:30 PMHTML 5 incorporates HTML and XHTML. In order to follow the standards correctly, the browser will parse as HTML if text content is received or as XHTML if XML content received. This is governed by the content type broadcasted by the web server.
In reality, IE would freak out if you used the XML content type, and as all browsers will still parse XHTML 5 syntax even if the content type is text. I use XHTML syntax with HTML5, delivered as text.
Rich