- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 14 Aug 2011 06:48:47 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv25267 Modified Files: Overview.html Log Message: typo (whatwg r6446) Index: Overview.html =================================================================== 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:48 UTC