Skip to content

Commit

Permalink
[e] (0) xref
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12075

git-svn-id: http://svn.whatwg.org/webapps@6053 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 3, 2011
1 parent 768f3ab commit a277b70
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions complete.html
Expand Up @@ -31865,10 +31865,10 @@ <h6 id=parsing-0><span class=secno>4.8.10.13.2 </span>Parsing</h6>
is a U+000A LINE FEED (LF) character, advance <var title="">position</var> to the next character in <var title="">input</var>.</li>


<li><p><i><a href=#the-header-element>Header</a></i>: <a href=#collect-a-sequence-of-characters>Collect a sequence of characters</a>
that are <em>not</em> U+000D CARRIAGE RETURN (CR) or U+000A LINE
FEED (LF) characters. Let <var title="">line</var> be those
characters, if any.</li>
<li><p><i title="">Header</i>: <a href=#collect-a-sequence-of-characters>Collect a sequence of
characters</a> that are <em>not</em> U+000D CARRIAGE RETURN (CR)
or U+000A LINE FEED (LF) characters. Let <var title="">line</var>
be those characters, if any.</li>

<li><p>If <var title="">position</var> is past the end of <var title="">input</var>, then jump to the step labeled
<i>end</i>.</li>
Expand All @@ -31885,7 +31885,7 @@ <h6 id=parsing-0><span class=secno>4.8.10.13.2 </span>Parsing</h6>
<!-- In v2, this is where we can put header metadata processing -->

<li><p>If <var title="">line</var> is not the empty string, then
jump back to the step labeled <i><a href=#the-header-element>header</a></i>.</li>
jump back to the step labeled <i title="">header</i>.</li>


<li><p><i>Cue loop</i>: <a href=#collect-a-sequence-of-characters>Collect a sequence of
Expand Down
10 changes: 5 additions & 5 deletions index
Expand Up @@ -31894,10 +31894,10 @@ interface <dfn id=texttrackcue>TextTrackCue</dfn> {
is a U+000A LINE FEED (LF) character, advance <var title="">position</var> to the next character in <var title="">input</var>.</li>


<li><p><i><a href=#the-header-element>Header</a></i>: <a href=#collect-a-sequence-of-characters>Collect a sequence of characters</a>
that are <em>not</em> U+000D CARRIAGE RETURN (CR) or U+000A LINE
FEED (LF) characters. Let <var title="">line</var> be those
characters, if any.</li>
<li><p><i title="">Header</i>: <a href=#collect-a-sequence-of-characters>Collect a sequence of
characters</a> that are <em>not</em> U+000D CARRIAGE RETURN (CR)
or U+000A LINE FEED (LF) characters. Let <var title="">line</var>
be those characters, if any.</li>

<li><p>If <var title="">position</var> is past the end of <var title="">input</var>, then jump to the step labeled
<i>end</i>.</li>
Expand All @@ -31914,7 +31914,7 @@ interface <dfn id=texttrackcue>TextTrackCue</dfn> {
<!-- In v2, this is where we can put header metadata processing -->

<li><p>If <var title="">line</var> is not the empty string, then
jump back to the step labeled <i><a href=#the-header-element>header</a></i>.</li>
jump back to the step labeled <i title="">header</i>.</li>


<li><p><i>Cue loop</i>: <a href=#collect-a-sequence-of-characters>Collect a sequence of
Expand Down
10 changes: 5 additions & 5 deletions source
Expand Up @@ -34976,10 +34976,10 @@ interface <dfn>TextTrackCue</dfn> {
title="">input</var>.</p></li>


<li><p><i>Header</i>: <span>Collect a sequence of characters</span>
that are <em>not</em> U+000D CARRIAGE RETURN (CR) or U+000A LINE
FEED (LF) characters. Let <var title="">line</var> be those
characters, if any.</p></li>
<li><p><i title="">Header</i>: <span>Collect a sequence of
characters</span> that are <em>not</em> U+000D CARRIAGE RETURN (CR)
or U+000A LINE FEED (LF) characters. Let <var title="">line</var>
be those characters, if any.</p></li>

<li><p>If <var title="">position</var> is past the end of <var
title="">input</var>, then jump to the step labeled
Expand All @@ -35002,7 +35002,7 @@ interface <dfn>TextTrackCue</dfn> {
<!-- In v2, this is where we can put header metadata processing -->

<li><p>If <var title="">line</var> is not the empty string, then
jump back to the step labeled <i>header</i>.</p></li>
jump back to the step labeled <i title="">header</i>.</p></li>


<li><p><i>Cue loop</i>: <span>Collect a sequence of
Expand Down

0 comments on commit a277b70

Please sign in to comment.