This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 20717 - Add the HTML5 DOCTYPE to the example
Summary: Add the HTML5 DOCTYPE to the example
Status: CLOSED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: HTML+RDFa (editor: Manu Sporny) (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Manu Sporny
QA Contact: HTML WG Bugzilla archive list
URL: http://www.w3.org/2010/02/rdfa/source...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-20 21:52 UTC by Leif Halvard Silli
Modified: 2013-01-20 22:39 UTC (History)
5 users (show)

See Also:


Attachments

Description Leif Halvard Silli 2013-01-20 21:52:49 UTC
The example document begins like this:

EXAMPLE 1: Example of an HTML+RDFa 1.1 document
<html lang="en">

Please let it begin like this:

EXAMPLE 1: Example of an HTML+RDFa 1.1 document
<!DOCTYPE html>
<html lang="en">

Justification: "All HTML5 elements and attributes should be used in a way that is conformant with [HTML5]. All RDFa attributes should be used in a way that is conformant with [RDFA-CORE] and this document."
Comment 1 Manu Sporny 2013-01-20 22:24:08 UTC
Fixed in the Editor's Draft:

http://www.w3.org/2010/02/rdfa/sources/rdfa-in-html/Overview-src.html

This change will be included in the LC draft when published. Thanks for your keen eye. :)