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=10835

git-svn-id: http://svn.whatwg.org/webapps@5575 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 4, 2010
1 parent 730a016 commit 118a2b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -27518,7 +27518,7 @@ <h6 id=sourcing-out-of-band-timed-tracks><span class=secno>4.8.10.10.3 </span>So
unsupported (this causes the load to fail, as described below). If
a type is obtained, and represents a supported timed track format,
then the resource's data must be passed to the appropriate parser
(e.g. the <a href=#websrt-parser>WebSRT parser</a> if the <a href=#content-type title=Content-Type>Content Type metadata</a> is is
(e.g. the <a href=#websrt-parser>WebSRT parser</a> if the <a href=#content-type title=Content-Type>Content Type metadata</a> is
<code><a href=#text/srt>text/srt</a></code>) as it is received, with the <a href=#timed-track-list-of-cues>timed
track list of cues</a> being used for that parser's output. If
the <code><a href=#the-track-element>track</a></code> element has a <code title=attr-track-charset><a href=#attr-track-charset>charset</a></code> attribute that specifies
Expand Down Expand Up @@ -30519,7 +30519,7 @@ <h5 id=2dcontext><span class=secno>4.8.11.1 </span>The 2D context</h5>
<div class=impl>

<p>When the <code title=dom-canvas-getContext><a href=#dom-canvas-getcontext>getContext()</a></code>
method of a <code><a href=#the-canvas-element>canvas</a></code> element is is to <a href=#getcontext-return title=getContext-return>return a new object for the <var title="">contextId</var></a> <code title=canvas-context-2d><a href=#canvas-context-2d>2d</a></code>, the user agent must return a
method of a <code><a href=#the-canvas-element>canvas</a></code> element is to <a href=#getcontext-return title=getContext-return>return a new object for the <var title="">contextId</var></a> <code title=canvas-context-2d><a href=#canvas-context-2d>2d</a></code>, the user agent must return a
new <code><a href=#canvasrenderingcontext2d>CanvasRenderingContext2D</a></code> object. Any additional
arguments are ignored.</p>

Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -27498,7 +27498,7 @@ interface <dfn id=htmlaudioelement>HTMLAudioElement</dfn> : <a href=#htmlmediael
unsupported (this causes the load to fail, as described below). If
a type is obtained, and represents a supported timed track format,
then the resource's data must be passed to the appropriate parser
(e.g. the <a href=#websrt-parser>WebSRT parser</a> if the <a href=#content-type title=Content-Type>Content Type metadata</a> is is
(e.g. the <a href=#websrt-parser>WebSRT parser</a> if the <a href=#content-type title=Content-Type>Content Type metadata</a> is
<code><a href=#text/srt>text/srt</a></code>) as it is received, with the <a href=#timed-track-list-of-cues>timed
track list of cues</a> being used for that parser's output. If
the <code><a href=#the-track-element>track</a></code> element has a <code title=attr-track-charset><a href=#attr-track-charset>charset</a></code> attribute that specifies
Expand Down Expand Up @@ -30499,7 +30499,7 @@ interface <dfn id=timedtrackcue>TimedTrackCue</dfn> {
<div class=impl>

<p>When the <code title=dom-canvas-getContext><a href=#dom-canvas-getcontext>getContext()</a></code>
method of a <code><a href=#the-canvas-element>canvas</a></code> element is is to <a href=#getcontext-return title=getContext-return>return a new object for the <var title="">contextId</var></a> <code title=canvas-context-2d><a href=#canvas-context-2d>2d</a></code>, the user agent must return a
method of a <code><a href=#the-canvas-element>canvas</a></code> element is to <a href=#getcontext-return title=getContext-return>return a new object for the <var title="">contextId</var></a> <code title=canvas-context-2d><a href=#canvas-context-2d>2d</a></code>, the user agent must return a
new <code><a href=#canvasrenderingcontext2d>CanvasRenderingContext2D</a></code> object. Any additional
arguments are ignored.</p>

Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -29894,7 +29894,7 @@ interface <dfn>HTMLAudioElement</dfn> : <span>HTMLMediaElement</span> {};</pre>
a type is obtained, and represents a supported timed track format,
then the resource's data must be passed to the appropriate parser
(e.g. the <span>WebSRT parser</span> if the <span
title="Content-Type">Content Type metadata</span> is is
title="Content-Type">Content Type metadata</span> is
<code>text/srt</code>) as it is received, with the <span>timed
track list of cues</span> being used for that parser's output. If
the <code>track</code> element has a <code
Expand Down Expand Up @@ -33477,7 +33477,7 @@ interface <dfn>TimedTrackCue</dfn> {
<div class="impl">

<p>When the <code title="dom-canvas-getContext">getContext()</code>
method of a <code>canvas</code> element is is to <span
method of a <code>canvas</code> element is to <span
title="getContext-return">return a new object for the <var
title="">contextId</var></span> <code
title="canvas-context-2d">2d</code>, the user agent must return a
Expand Down

0 comments on commit 118a2b4

Please sign in to comment.