Skip to content

Commit

Permalink
[giow] (0) Move a skip whitespace step to where it belongs.
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@6788 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 30, 2011
1 parent 853e608 commit e770c36
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -33243,8 +33243,6 @@ <h6 id=parsing-0><span class=secno>4.8.10.13.3 </span>Parsing</h6>
<var title="">cue</var>'s <a href=#text-track-cue-end-time>text track cue end time</a>
be the collected time.</li>

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

<li><p><a href=#parse-the-webvtt-settings>Parse the WebVTT settings</a> for <var title="">cue</var>.</li>

</ol><p>When the user agent is to <dfn id=parse-the-webvtt-settings>parse the WebVTT settings</dfn>
Expand All @@ -33254,6 +33252,8 @@ <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>: If <var title="">position</var> is beyond
the end of <var title="">input</var> then abort these
steps.</li>
Expand Down
4 changes: 2 additions & 2 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -33243,8 +33243,6 @@ The General Relativistic Field Equations</pre>
<var title="">cue</var>'s <a href=#text-track-cue-end-time>text track cue end time</a>
be the collected time.</li>

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

<li><p><a href=#parse-the-webvtt-settings>Parse the WebVTT settings</a> for <var title="">cue</var>.</li>

</ol><p>When the user agent is to <dfn id=parse-the-webvtt-settings>parse the WebVTT settings</dfn>
Expand All @@ -33254,6 +33252,8 @@ 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>: If <var title="">position</var> is beyond
the end of <var title="">input</var> then abort these
steps.</li>
Expand Down
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -36386,8 +36386,6 @@ The General Relativistic Field Equations</pre>
<var title="">cue</var>'s <span>text track cue end time</span>
be the collected time.</p></li>

<li><p><span>Skip whitespace</span>.</p></li>

<li><p><span>Parse the WebVTT settings</span> for <var
title="">cue</var>.</p></li>

Expand All @@ -36403,6 +36401,8 @@ 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>: If <var title="">position</var> is beyond
the end of <var title="">input</var> then abort these
steps.</p></li>
Expand Down

0 comments on commit e770c36

Please sign in to comment.