[Bug 20717] New: Add the HTML5 DOCTYPE to the example

https://www.w3.org/Bugs/Public/show_bug.cgi?id=20717

            Bug ID: 20717
           Summary: Add the HTML5 DOCTYPE to the example
    Classification: Unclassified
           Product: HTML WG
           Version: unspecified
          Hardware: PC
               URL: http://www.w3.org/2010/02/rdfa/sources/rdfa-in-html/#d
                    ocument-conformance
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTML+RDFa (editor: Manu Sporny)
          Assignee: msporny@digitalbazaar.com
          Reporter: xn--mlform-iua@xn--mlform-iua.no
        QA Contact: public-html-bugzilla@w3.org
                CC: mike@w3.org, msporny@digitalbazaar.com,
                    public-html-admin@w3.org,
                    public-html-wg-issue-tracking@w3.org

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."

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Sunday, 20 January 2013 21:52:50 UTC