- From: Henri Sivonen <hsivonen@iki.fi>
- Date: Fri, 26 Feb 2010 13:36:03 +0200
- To: David Oliver <david@doliver.co.uk>
- Cc: www-validator@w3.org
On Feb 26, 2010, at 13:11, David Oliver wrote: > Validating http://project-start.doliver.co.uk/ > Error [html5]: " > Line 5, Column 67: Bad value content-type for attribute http-equiv on XHTML element meta. > > …v="content-type" content="application/xhtml+xml"/> > " > > My document isn't recognised as XHTML5 but, instead, as HTML5. > > Is XHTML5 support still to be added? XHTML5 support is already there. You can't make a document be XHTML5 by using http-equiv. You need to put Content-Type: application/xhtml+xml on the real HTTP layer. -- Henri Sivonen hsivonen@iki.fi http://hsivonen.iki.fi/
Received on Friday, 26 February 2010 11:36:40 UTC