[html5] r2700 - [t] (0) Handle <!DOCTYPE> in parser.

whatwg at whatwg.org whatwg at whatwg.org
Fri Jan 23 16:18:16 PST 2009


Author: ianh
Date: 2009-01-23 16:18:15 -0800 (Fri, 23 Jan 2009)
New Revision: 2700

Modified:
   index
   source
Log:
[t] (0) Handle <!DOCTYPE> in parser.

Modified: index
===================================================================
--- index	2009-01-24 00:15:20 UTC (rev 2699)
+++ index	2009-01-24 00:18:15 UTC (rev 2700)
@@ -49699,16 +49699,18 @@
 
     <p>Append a <code>DocumentType</code> node to the
     <code>Document</code> node, with the <code title="">name</code>
-    attribute set to the name given in the DOCTYPE token; the <code title="">publicId</code> attribute set to the public identifier
-    given in the DOCTYPE token, or the empty string if the public
-    identifier was missing; the <code title="">systemId</code>
-    attribute set to the system identifier given in the DOCTYPE token,
-    or the empty string if the system identifier was missing; and the
-    other attributes specific to <code>DocumentType</code> objects set
-    to null and empty lists as appropriate. Associate the
-    <code>DocumentType</code> node with the <code>Document</code>
-    object so that it is returned as the value of the <code title="">doctype</code> attribute of the <code>Document</code>
-    object.</p>
+    attribute set to the name given in the DOCTYPE token, or the empty
+    string if the name was missing; the <code title="">publicId</code>
+    attribute set to the public identifier given in the DOCTYPE token,
+    or the empty string if the public identifier was missing; the
+    <code title="">systemId</code> attribute set to the system
+    identifier given in the DOCTYPE token, or the empty string if the
+    system identifier was missing; and the other attributes specific
+    to <code>DocumentType</code> objects set to null and empty lists
+    as appropriate. Associate the <code>DocumentType</code> node with
+    the <code>Document</code> object so that it is returned as the
+    value of the <code title="">doctype</code> attribute of the
+    <code>Document</code> object.</p>
 
     <p id=quirks-mode-doctypes>Then, if the DOCTYPE
     token matches one of the conditions in the following list, then

Modified: source
===================================================================
--- source	2009-01-24 00:15:20 UTC (rev 2699)
+++ source	2009-01-24 00:18:15 UTC (rev 2700)
@@ -56763,18 +56763,18 @@
 
     <p>Append a <code>DocumentType</code> node to the
     <code>Document</code> node, with the <code title="">name</code>
-    attribute set to the name given in the DOCTYPE token; the <code
-    title="">publicId</code> attribute set to the public identifier
-    given in the DOCTYPE token, or the empty string if the public
-    identifier was missing; the <code title="">systemId</code>
-    attribute set to the system identifier given in the DOCTYPE token,
-    or the empty string if the system identifier was missing; and the
-    other attributes specific to <code>DocumentType</code> objects set
-    to null and empty lists as appropriate. Associate the
-    <code>DocumentType</code> node with the <code>Document</code>
-    object so that it is returned as the value of the <code
-    title="">doctype</code> attribute of the <code>Document</code>
-    object.</p>
+    attribute set to the name given in the DOCTYPE token, or the empty
+    string if the name was missing; the <code title="">publicId</code>
+    attribute set to the public identifier given in the DOCTYPE token,
+    or the empty string if the public identifier was missing; the
+    <code title="">systemId</code> attribute set to the system
+    identifier given in the DOCTYPE token, or the empty string if the
+    system identifier was missing; and the other attributes specific
+    to <code>DocumentType</code> objects set to null and empty lists
+    as appropriate. Associate the <code>DocumentType</code> node with
+    the <code>Document</code> object so that it is returned as the
+    value of the <code title="">doctype</code> attribute of the
+    <code>Document</code> object.</p>
 
     <p id="quirks-mode-doctypes">Then, if the DOCTYPE
     token matches one of the conditions in the following list, then




More information about the Commit-Watchers mailing list