- From: poot <cvsmail@w3.org>
- Date: Sun, 14 Aug 2011 02:48:52 -0400
- To: public-html-diffs@w3.org
hixie: typo (whatwg r6446) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5146&r2=1.5147&f=h http://html5.org/tools/web-apps-tracker?from=6445&to=6446 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5146 retrieving revision 1.5147 diff -u -d -r1.5146 -r1.5147 --- Overview.html 14 Aug 2011 06:19:22 -0000 1.5146 +++ Overview.html 14 Aug 2011 06:48:43 -0000 1.5147 @@ -24536,7 +24536,7 @@ <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> @@ -27402,7 +27402,7 @@ 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>The <code><a href="#the-canvas-element">canvas</a></code> element has two attributes to control the + events.) <a href="#refsDOMEVENTS">[DOMEVENTS]</a><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 attributes, when specified, must have values that are <a href="#valid-non-negative-integer" title="valid non-negative integer">valid non-negative integers</a>. <span class="impl">The <a href="#rules-for-parsing-non-negative-integers">rules for parsing
Received on Sunday, 14 August 2011 06:48:53 UTC