[html5] r5501 - [giow] (2) document.readyState should be updated after csalling document.open().

whatwg at whatwg.org whatwg at whatwg.org
Sat Sep 25 13:45:44 PDT 2010


Author: ianh
Date: 2010-09-25 13:45:41 -0700 (Sat, 25 Sep 2010)
New Revision: 5501

Modified:
   complete.html
   index
   source
Log:
[giow] (2) document.readyState should be updated after csalling document.open().

Modified: complete.html
===================================================================
--- complete.html	2010-09-25 20:19:21 UTC (rev 5500)
+++ complete.html	2010-09-25 20:45:41 UTC (rev 5501)
@@ -11466,6 +11466,9 @@
    an end-of-file token). The encoding <a href=#concept-encoding-confidence title=concept-encoding-confidence>confidence</a> is
    <i>irrelevant</i>.</li>
 
+   <li><p>Set the <a href=#current-document-readiness>current document readiness</a> of the
+   document to "loading".</li>
+
    <li>
 
     <!-- text/plain handling -->

Modified: index
===================================================================
--- index	2010-09-25 20:19:21 UTC (rev 5500)
+++ index	2010-09-25 20:45:41 UTC (rev 5501)
@@ -11443,6 +11443,9 @@
    an end-of-file token). The encoding <a href=#concept-encoding-confidence title=concept-encoding-confidence>confidence</a> is
    <i>irrelevant</i>.</li>
 
+   <li><p>Set the <a href=#current-document-readiness>current document readiness</a> of the
+   document to "loading".</li>
+
    <li>
 
     <!-- text/plain handling -->

Modified: source
===================================================================
--- source	2010-09-25 20:19:21 UTC (rev 5500)
+++ source	2010-09-25 20:45:41 UTC (rev 5501)
@@ -11868,6 +11868,9 @@
    title="concept-encoding-confidence">confidence</span> is
    <i>irrelevant</i>.</p></li>
 
+   <li><p>Set the <span>current document readiness</span> of the
+   document to "loading".</p></li>
+
    <li>
 
     <!-- text/plain handling -->




More information about the Commit-Watchers mailing list