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 7615 - Whitespace in doctype
Summary: Whitespace in doctype
Status: CLOSED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: pre-LC1 HTML5 spec (editor: Ian Hickson) (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords: NE
Depends on:
Blocks:
 
Reported: 2009-09-14 18:00 UTC by Simon Pieters
Modified: 2010-10-04 14:45 UTC (History)
3 users (show)

See Also:


Attachments

Description Simon Pieters 2009-09-14 18:00:51 UTC
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.
Comment 1 contributor 2009-09-21 09:14:19 UTC
Checked in as WHATWG revision r3923.
Check-in comment: Don't require a space between the word system and the system identifier.
http://html5.org/tools/web-apps-tracker?from=3922&to=3923