NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 205 - Reduce the number of errors in truncated doctypes
Reduce the number of errors in truncated doctypes
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-05-23 13:25 CEST by Henri Sivonen
Modified: 2008-07-22 17:57 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henri Sivonen 2008-05-23 13:25:12 CEST
Index: source
===================================================================
--- source	(revision 1684)
+++ source	(revision 1685)
@@ -41730,8 +41730,8 @@
      state</span>.</dd>
 
      <dt>EOF</dt>
-     <dd><span>Parse error</span>. Emit the DOCTYPE token.  Reconsume
-     the EOF character in the <span>data state</span>.</dd>
+     <dd>Emit the DOCTYPE token. Reconsume the EOF character in the
+     <span>data state</span>.</dd>
 
      <dt>Anything else</dt>
      <dd>Stay in the <span>bogus DOCTYPE state</span>.</dd>