[Bug 7615] New: Whitespace in doctype

http://www.w3.org/Bugs/Public/show_bug.cgi?id=7615

           Summary: Whitespace in doctype
           Product: HTML WG
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTML5 spec bugs
        AssignedTo: dave.null@w3.org
        ReportedBy: simonp@opera.com
         QAContact: public-html-bugzilla@w3.org
                CC: ian@hixie.ch, mike@w3.org, public-html@w3.org


Currently, the following doctypes are allowed in HTML5 in the parser:

<!doctype html public"-//W3C//DTD HTML
4.01//EN""http://www.w3.org/TR/html4/strict.dtd">
<!doctype html system"about:legacy-compat">

However the syntax section requires a space between system and
about:legacy-compat.

Either the parser should change to require whitespace there, or the syntax
section should not require it.


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Monday, 14 September 2009 18:01:01 UTC