NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 111 - DOCTYPE parsing: Make trailing garbage after the SYSTEM identifier in a DOCTYPE not trigger quirks mode.
DOCTYPE parsing: Make trailing garbage after the SYSTEM identifier in a DOCTY...
Status: RESOLVED FIXED
Product: Validator.nu
Classification: Unclassified
Component: HTML parser
HEAD
All All
: P2 normal
Assigned To: Henri Sivonen
http://svn.whatwg.org/webapps/source?...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-03-03 13:13 CET by Nobody
Modified: 2008-03-13 16:22 CET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nobody 2008-03-03 13:13:51 CET
Index: source
===================================================================
--- source	(revision 1305)
+++ source	(revision 1306)
@@ -37487,9 +37487,9 @@
      EOF character in the <span>data state</span>.</dd>
 
      <dt>Anything else</dt>
-     <dd><span>Parse error</span>. Set the DOCTYPE token's correctness
-     flag to <i>incorrect</i>. Switch to the <span>bogus DOCTYPE
-     state</span>.</dd>
+     <dd><span>Parse error</span>. Switch to the <span>bogus DOCTYPE
+     state</span>. (This does <em>not</em> set the DOCTYPE token's
+     correctness flag to <i>incorrect</i>.)</dd>
 
     </dl>