Skip to content

Commit

Permalink
[e] (0) fix incomplete earlier edit in r6788
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=14572

git-svn-id: http://svn.whatwg.org/webapps@6801 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 1, 2011
1 parent a8b03cb commit da781a8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
6 changes: 2 additions & 4 deletions complete.html
Expand Up @@ -33252,11 +33252,9 @@ <h6 id=parsing-0><span class=secno>4.8.10.13.3 </span>Parsing</h6>
<ol><li><p>Let <var title="">input</var> and <var title="">position</var> be the same variables as those of the same
name in the algorithm that invoked these steps.</li>

<li><p><a href=#skip-whitespace>Skip whitespace</a>.</li>
<li><p><i>Settings</i>: <a href=#skip-whitespace>Skip whitespace</a>.</li>

<li><p><i>Settings</i>: If <var title="">position</var> is beyond
the end of <var title="">input</var> then abort these
steps.</li>
<li><p>If <var title="">position</var> is beyond the end of <var title="">input</var> then abort these steps.</li>

<li><p>Let <var title="">setting</var> be the character at <var title="">position</var>, and move <var title="">position</var>
forwards one character.</p>
Expand Down
6 changes: 2 additions & 4 deletions index
Expand Up @@ -33252,11 +33252,9 @@ The General Relativistic Field Equations</pre>
<ol><li><p>Let <var title="">input</var> and <var title="">position</var> be the same variables as those of the same
name in the algorithm that invoked these steps.</li>

<li><p><a href=#skip-whitespace>Skip whitespace</a>.</li>
<li><p><i>Settings</i>: <a href=#skip-whitespace>Skip whitespace</a>.</li>

<li><p><i>Settings</i>: If <var title="">position</var> is beyond
the end of <var title="">input</var> then abort these
steps.</li>
<li><p>If <var title="">position</var> is beyond the end of <var title="">input</var> then abort these steps.</li>

<li><p>Let <var title="">setting</var> be the character at <var title="">position</var>, and move <var title="">position</var>
forwards one character.</p>
Expand Down
7 changes: 3 additions & 4 deletions source
Expand Up @@ -36401,11 +36401,10 @@ The General Relativistic Field Equations</pre>
title="">position</var> be the same variables as those of the same
name in the algorithm that invoked these steps.</p></li>

<li><p><span>Skip whitespace</span>.</p></li>
<li><p><i>Settings</i>: <span>Skip whitespace</span>.</p></li>

<li><p><i>Settings</i>: If <var title="">position</var> is beyond
the end of <var title="">input</var> then abort these
steps.</p></li>
<li><p>If <var title="">position</var> is beyond the end of <var
title="">input</var> then abort these steps.</p></li>

<li><p>Let <var title="">setting</var> be the character at <var
title="">position</var>, and move <var title="">position</var>
Expand Down

0 comments on commit da781a8

Please sign in to comment.