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

git-svn-id: http://svn.whatwg.org/webapps@6446 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 14, 2011
1 parent 6ed501e commit 9bfc087
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 @@ -29360,7 +29360,7 @@ <h6 id=audiotracklist-and-videotracklist-objects><span class=secno>4.8.10.10.1 <
<p>Returns the ID of the given track. This is the ID that can be
used with a fragment identifier if the format supports the
<cite>Media Fragments URI</cite> syntax, and that can be used with
the <code title="">getTrackById()</code> method. <a href=#hrefMEDIAFRAG>[MEDIAFRAG]</a></p>
the <code title="">getTrackById()</code> method. <a href=#refsMEDIAFRAG>[MEDIAFRAG]</a></p>

</dd>

Expand Down Expand Up @@ -34660,7 +34660,7 @@ <h4 id=the-canvas-element><span class=secno>4.8.11 </span>The <dfn id=canvas><co
keyboard-accessible: authors should have a one-to-one mapping of
interactive regions to focusable elements in the <a href=#fallback-content>fallback
content</a>. (Focus has no effect on mouse interaction
events.) <a href=#DOMEVENTS>[DOMEVENTS]</a></p>
events.) <a href=#refsDOMEVENTS>[DOMEVENTS]</a></p>

<p>The <code><a href=#the-canvas-element>canvas</a></code> element has two attributes to control the
size of the coordinate space: <dfn id=attr-canvas-width title=attr-canvas-width><code>width</code></dfn> and <dfn id=attr-canvas-height title=attr-canvas-height><code>height</code></dfn>. These
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -29227,7 +29227,7 @@ interface <dfn id=videotrack>VideoTrack</dfn> {
<p>Returns the ID of the given track. This is the ID that can be
used with a fragment identifier if the format supports the
<cite>Media Fragments URI</cite> syntax, and that can be used with
the <code title="">getTrackById()</code> method. <a href=#hrefMEDIAFRAG>[MEDIAFRAG]</a></p>
the <code title="">getTrackById()</code> method. <a href=#refsMEDIAFRAG>[MEDIAFRAG]</a></p>

</dd>

Expand Down Expand Up @@ -34527,7 +34527,7 @@ The General Relativistic Field Equations</pre>
keyboard-accessible: authors should have a one-to-one mapping of
interactive regions to focusable elements in the <a href=#fallback-content>fallback
content</a>. (Focus has no effect on mouse interaction
events.) <a href=#DOMEVENTS>[DOMEVENTS]</a></p>
events.) <a href=#refsDOMEVENTS>[DOMEVENTS]</a></p>

<p>The <code><a href=#the-canvas-element>canvas</a></code> element has two attributes to control the
size of the coordinate space: <dfn id=attr-canvas-width title=attr-canvas-width><code>width</code></dfn> and <dfn id=attr-canvas-height title=attr-canvas-height><code>height</code></dfn>. These
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -31902,7 +31902,7 @@ interface <dfn>VideoTrack</dfn> {
used with a fragment identifier if the format supports the
<cite>Media Fragments URI</cite> syntax, and that can be used with
the <code title="">getTrackById()</code> method. <a
href="#hrefMEDIAFRAG">[MEDIAFRAG]</a></p>
href="#refsMEDIAFRAG">[MEDIAFRAG]</a></p>

</dd>

Expand Down Expand Up @@ -38065,7 +38065,7 @@ The General Relativistic Field Equations</pre>
keyboard-accessible: authors should have a one-to-one mapping of
interactive regions to focusable elements in the <span>fallback
content</span>. (Focus has no effect on mouse interaction
events.) <a href="#DOMEVENTS">[DOMEVENTS]</a></p>
events.) <a href="#refsDOMEVENTS">[DOMEVENTS]</a></p>

<p>The <code>canvas</code> element has two attributes to control the
size of the coordinate space: <dfn
Expand Down

0 comments on commit 9bfc087

Please sign in to comment.