Skip to content

Commit

Permalink
[giow] (3) Try to get a little closer to browsers.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18707
Affected topics: HTML Syntax and Parsing

git-svn-id: http://svn.whatwg.org/webapps@7497 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 1, 2012
1 parent 7109f29 commit cb4fa39
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions complete.html
Expand Up @@ -14095,9 +14095,9 @@ <h4 id=opening-the-input-stream><span class=secno>3.4.1 </span>Opening the input
<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>
Expand Down
6 changes: 3 additions & 3 deletions index
Expand Up @@ -14095,9 +14095,9 @@ plaintext = *( %x0000-2029 / %x202F-10FFFF )
<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>
Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -14849,9 +14849,9 @@ plaintext = *( %x0000-2029 / %x202F-10FFFF )
<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
Expand Down

0 comments on commit cb4fa39

Please sign in to comment.