Skip to content

Commit

Permalink
[e] (0) Change this text to be more like how normal people think, rat…
Browse files Browse the repository at this point in the history
…her than using the wacked way I think.

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24459
Affected topics: HTML Syntax and Parsing

git-svn-id: http://svn.whatwg.org/webapps@8451 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 3, 2014
1 parent fb6ae9f commit 8df2d1c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions complete.html
Expand Up @@ -298,7 +298,7 @@

<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 31 January 2014</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 3 February 2014</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -94029,8 +94029,8 @@ <h3 id=serializing-html-fragments><span class=secno>12.3 </span>Serializing HTML

<li>

<p>Place into the <a href=#input-stream>input stream</a> for the <a href=#html-parser>HTML parser</a> just created the
<var title="">input</var>. The encoding <a href=#concept-encoding-confidence title=concept-encoding-confidence>confidence</a> is <i>irrelevant</i>.</p>
<p>Place the <var title="">input</var> into the <a href=#input-stream>input stream</a> for the <a href=#html-parser>HTML
parser</a> just created. The encoding <a href=#concept-encoding-confidence title=concept-encoding-confidence>confidence</a> is <i>irrelevant</i>.</p>

</li>

Expand Down
6 changes: 3 additions & 3 deletions index
Expand Up @@ -298,7 +298,7 @@

<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 31 January 2014</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 3 February 2014</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -94029,8 +94029,8 @@ document.body.appendChild(text);

<li>

<p>Place into the <a href=#input-stream>input stream</a> for the <a href=#html-parser>HTML parser</a> just created the
<var title="">input</var>. The encoding <a href=#concept-encoding-confidence title=concept-encoding-confidence>confidence</a> is <i>irrelevant</i>.</p>
<p>Place the <var title="">input</var> into the <a href=#input-stream>input stream</a> for the <a href=#html-parser>HTML
parser</a> just created. The encoding <a href=#concept-encoding-confidence title=concept-encoding-confidence>confidence</a> is <i>irrelevant</i>.</p>

</li>

Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -104862,8 +104862,8 @@ document.body.appendChild(text);

<li>

<p>Place into the <span>input stream</span> for the <span>HTML parser</span> just created the
<var data-x="">input</var>. The encoding <span
<p>Place the <var data-x="">input</var> into the <span>input stream</span> for the <span>HTML
parser</span> just created. The encoding <span
data-x="concept-encoding-confidence">confidence</span> is <i>irrelevant</i>.</p>

</li>
Expand Down

0 comments on commit 8df2d1c

Please sign in to comment.