[html5] r1174 - /

whatwg at whatwg.org whatwg at whatwg.org
Fri Jan 25 01:39:40 PST 2008


Author: ianh
Date: 2008-01-25 01:39:39 -0800 (Fri, 25 Jan 2008)
New Revision: 1174

Modified:
   index
   source
Log:
[e] (0) add an id for the doctype sniffing

Modified: index
===================================================================
--- index	2008-01-25 04:52:15 UTC (rev 1173)
+++ index	2008-01-25 09:39:39 UTC (rev 1174)
@@ -39347,9 +39347,9 @@
      that it is returned as the value of the <code title="">doctype</code>
      attribute of the <code>Document</code> object.</p>
 
-    <p>Then, if the DOCTYPE token matches one of the conditions in the
-     following list, then set the document to <a href="#quirks">quirks
-     mode</a>:</p>
+    <p id=quirks-mode-doctypes>Then, if the DOCTYPE token matches one of the
+     conditions in the following list, then set the document to <a
+     href="#quirks">quirks mode</a>:</p>
 
     <ul class=brief>
      <li> The correctness flag is set to <i>incorrect</i>.

Modified: source
===================================================================
--- source	2008-01-25 04:52:15 UTC (rev 1173)
+++ source	2008-01-25 09:39:39 UTC (rev 1174)
@@ -36519,7 +36519,7 @@
     title="">doctype</code> attribute of the <code>Document</code>
     object.</p>
 
-    <p>Then, if the DOCTYPE
+    <p id="quirks-mode-doctypes">Then, if the DOCTYPE
     token matches one of the conditions in the following list, then
     set the document to <span>quirks mode</span>:</p>
 




More information about the Commit-Watchers mailing list