Skip to content

Commit

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

git-svn-id: http://svn.whatwg.org/webapps@6376 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 5, 2011
1 parent f436a46 commit 42116b3
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 13 deletions.
15 changes: 11 additions & 4 deletions complete.html
Expand Up @@ -33334,10 +33334,17 @@ <h6 id=parsing-0><span class=secno>4.8.10.13.3 </span>Parsing</h6>

<li><p>Let <var title="">classes</var> be an empty list.</li>

<li><p><i>Loop</i>: If <var title="">position</var> is past the end of
<var title="">input</var>, let <var title="">c</var> be an
end-of-file marker. Otherwise, let <var title="">c</var> be the
character in <var title="">input</var> pointed to by <var title="">position</var>.</li>
<li>

<p><i>Loop</i>: If <var title="">position</var> is past the end of
<var title="">input</var>, let <var title="">c</var> be an
end-of-file marker. Otherwise, let <var title="">c</var> be the
character in <var title="">input</var> pointed to by <var title="">position</var>.</p>

<p class=note>An end-of-file marker is not a Unicode character,
it is used to end the tokenizer.</p>

</li>

<li>

Expand Down
15 changes: 11 additions & 4 deletions index
Expand Up @@ -33206,10 +33206,17 @@ interface <dfn id=texttrackcue>TextTrackCue</dfn> {

<li><p>Let <var title="">classes</var> be an empty list.</li>

<li><p><i>Loop</i>: If <var title="">position</var> is past the end of
<var title="">input</var>, let <var title="">c</var> be an
end-of-file marker. Otherwise, let <var title="">c</var> be the
character in <var title="">input</var> pointed to by <var title="">position</var>.</li>
<li>

<p><i>Loop</i>: If <var title="">position</var> is past the end of
<var title="">input</var>, let <var title="">c</var> be an
end-of-file marker. Otherwise, let <var title="">c</var> be the
character in <var title="">input</var> pointed to by <var title="">position</var>.</p>

<p class=note>An end-of-file marker is not a Unicode character,
it is used to end the tokenizer.</p>

</li>

<li>

Expand Down
17 changes: 12 additions & 5 deletions source
Expand Up @@ -36536,11 +36536,18 @@ interface <dfn>TextTrackCue</dfn> {

<li><p>Let <var title="">classes</var> be an empty list.</p></li>

<li><p><i>Loop</i>: If <var title="">position</var> is past the end of
<var title="">input</var>, let <var title="">c</var> be an
end-of-file marker. Otherwise, let <var title="">c</var> be the
character in <var title="">input</var> pointed to by <var
title="">position</var>.</p></li>
<li>

<p><i>Loop</i>: If <var title="">position</var> is past the end of
<var title="">input</var>, let <var title="">c</var> be an
end-of-file marker. Otherwise, let <var title="">c</var> be the
character in <var title="">input</var> pointed to by <var
title="">position</var>.</p>

<p class="note">An end-of-file marker is not a Unicode character,
it is used to end the tokenizer.</p>

</li>

<li>

Expand Down

0 comments on commit 42116b3

Please sign in to comment.