[html5] r7497 - [giow] (3) Try to get a little closer to browsers. Fixing https://www.w3.org/Bug [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Nov 1 15:18:45 PDT 2012


Author: ianh
Date: 2012-11-01 15:18:43 -0700 (Thu, 01 Nov 2012)
New Revision: 7497

Modified:
   complete.html
   index
   source
Log:
[giow] (3) Try to get a little closer to browsers.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18707
Affected topics: HTML Syntax and Parsing

Modified: complete.html
===================================================================
--- complete.html	2012-11-01 00:33:02 UTC (rev 7496)
+++ complete.html	2012-11-01 22:18:43 UTC (rev 7497)
@@ -14095,9 +14095,9 @@
    <li><p>Change the <a href="#document's-character-encoding">document's character encoding</a> to
    UTF-8.</li>
 
-   <li><p>Set the <code><a href=#document>Document</a></code> object's <a href=#reload-override-flag>reload override
-   flag</a> and set the <code><a href=#document>Document</a></code>'s <a href=#reload-override-buffer>reload
-   override buffer</a> to the empty string.</li>
+   <li><p>If the <code><a href=#document>Document</a></code> is <a href=#ready-for-post-load-tasks>ready for post-load tasks</a>, then set the
+   <code><a href=#document>Document</a></code> object's <a href=#reload-override-flag>reload override flag</a> and set the
+   <code><a href=#document>Document</a></code>'s <a href=#reload-override-buffer>reload override buffer</a> to the empty string.</li>
 
    <li><p>Set the <code><a href=#document>Document</a></code>'s <var title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></var> state back
    to true.</li>

Modified: index
===================================================================
--- index	2012-11-01 00:33:02 UTC (rev 7496)
+++ index	2012-11-01 22:18:43 UTC (rev 7497)
@@ -14095,9 +14095,9 @@
    <li><p>Change the <a href="#document's-character-encoding">document's character encoding</a> to
    UTF-8.</li>
 
-   <li><p>Set the <code><a href=#document>Document</a></code> object's <a href=#reload-override-flag>reload override
-   flag</a> and set the <code><a href=#document>Document</a></code>'s <a href=#reload-override-buffer>reload
-   override buffer</a> to the empty string.</li>
+   <li><p>If the <code><a href=#document>Document</a></code> is <a href=#ready-for-post-load-tasks>ready for post-load tasks</a>, then set the
+   <code><a href=#document>Document</a></code> object's <a href=#reload-override-flag>reload override flag</a> and set the
+   <code><a href=#document>Document</a></code>'s <a href=#reload-override-buffer>reload override buffer</a> to the empty string.</li>
 
    <li><p>Set the <code><a href=#document>Document</a></code>'s <var title=concept-document-salvageable><a href=#concept-document-salvageable>salvageable</a></var> state back
    to true.</li>

Modified: source
===================================================================
--- source	2012-11-01 00:33:02 UTC (rev 7496)
+++ source	2012-11-01 22:18:43 UTC (rev 7497)
@@ -14849,9 +14849,9 @@
    <li><p>Change the <span>document's character encoding</span> to
    UTF-8.</p></li>
 
-   <li><p>Set the <code>Document</code> object's <span>reload override
-   flag</span> and set the <code>Document</code>'s <span>reload
-   override buffer</span> to the empty string.</p></li>
+   <li><p>If the <code>Document</code> is <span>ready for post-load tasks</span>, then set the
+   <code>Document</code> object's <span>reload override flag</span> and set the
+   <code>Document</code>'s <span>reload override buffer</span> to the empty string.</p></li>
 
    <li><p>Set the <code>Document</code>'s <var
    title="concept-document-salvageable">salvageable</var> state back




More information about the Commit-Watchers mailing list