Skip to content

Commit

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

git-svn-id: http://svn.whatwg.org/webapps@5821 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 3, 2011
1 parent a9d3b71 commit 06d7ae7
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 @@ -29789,13 +29789,13 @@ <h6 id=syntax-0><span class=secno>4.8.10.11.1 </span>Syntax</h6>
(&amp;), and U+003E GREATER-THAN SIGN characters (&gt;).</p>

<p>A <dfn id=webvtt-cue-amp-escape>WebVTT cue amp escape</dfn> is the five character string
"<code title="">&amp;</code>".</p>
"<code title="">&amp;amp;</code>".</p>

<p>A <dfn id=webvtt-cue-lt-escape>WebVTT cue lt escape</dfn> is the five character string
"<code title="">&lt;</code>".</p>
<p>A <dfn id=webvtt-cue-lt-escape>WebVTT cue lt escape</dfn> is the four character string
"<code title="">&amp;lt;</code>".</p>

<p>A <dfn id=webvtt-cue-gt-escape>WebVTT cue gt escape</dfn> is the five character string
"<code title="">&gt;</code>".</p>
<p>A <dfn id=webvtt-cue-gt-escape>WebVTT cue gt escape</dfn> is the four character string
"<code title="">&amp;gt;</code>".</p>



Expand Down
10 changes: 5 additions & 5 deletions index
Expand Up @@ -29771,13 +29771,13 @@ interface <dfn id=texttrackcue>TextTrackCue</dfn> {
(&amp;), and U+003E GREATER-THAN SIGN characters (&gt;).</p>

<p>A <dfn id=webvtt-cue-amp-escape>WebVTT cue amp escape</dfn> is the five character string
"<code title="">&amp;</code>".</p>
"<code title="">&amp;amp;</code>".</p>

<p>A <dfn id=webvtt-cue-lt-escape>WebVTT cue lt escape</dfn> is the five character string
"<code title="">&lt;</code>".</p>
<p>A <dfn id=webvtt-cue-lt-escape>WebVTT cue lt escape</dfn> is the four character string
"<code title="">&amp;lt;</code>".</p>

<p>A <dfn id=webvtt-cue-gt-escape>WebVTT cue gt escape</dfn> is the five character string
"<code title="">&gt;</code>".</p>
<p>A <dfn id=webvtt-cue-gt-escape>WebVTT cue gt escape</dfn> is the four character string
"<code title="">&amp;gt;</code>".</p>



Expand Down
10 changes: 5 additions & 5 deletions source
Expand Up @@ -32483,13 +32483,13 @@ interface <dfn>TextTrackCue</dfn> {
(&amp;), and U+003E GREATER-THAN SIGN characters (&gt;).</p>

<p>A <dfn>WebVTT cue amp escape</dfn> is the five character string
"<code title="">&amp;</code>".</p>
"<code title="">&amp;amp;</code>".</p>

<p>A <dfn>WebVTT cue lt escape</dfn> is the five character string
"<code title="">&lt;</code>".</p>
<p>A <dfn>WebVTT cue lt escape</dfn> is the four character string
"<code title="">&amp;lt;</code>".</p>

<p>A <dfn>WebVTT cue gt escape</dfn> is the five character string
"<code title="">&gt;</code>".</p>
<p>A <dfn>WebVTT cue gt escape</dfn> is the four character string
"<code title="">&amp;gt;</code>".</p>



Expand Down

0 comments on commit 06d7ae7

Please sign in to comment.