Skip to content

Commit aab0240

Browse files
committed
[e] (0) clarify what 'focus' means
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12214 git-svn-id: http://svn.whatwg.org/webapps@6097 340c8d12-0b0e-0410-8428-c7bf67bfef74
1 parent 1974b8a commit aab0240

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

complete.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33786,10 +33786,13 @@ <h4 id=the-canvas-element><span class=secno>4.8.11 </span>The <dfn id=canvas><co
3378633786
<p>When a <code><a href=#the-canvas-element>canvas</a></code> element <a href=#represents>represents</a>
3378733787
<a href=#embedded-content>embedded content</a>, the user can still focus descendants
3378833788
of the <code><a href=#the-canvas-element>canvas</a></code> element (in the <a href=#fallback-content>fallback
33789-
content</a>). This allows authors to make an interactive canvas
33790-
keyboard-focusable: authors should have a one-to-one mapping of
33789+
content</a>). When an element is focused, it is the target of
33790+
keyboard interaction events (even though the element itself is not
33791+
visible). This allows authors to make an interactive canvas
33792+
keyboard-accessible: authors should have a one-to-one mapping of
3379133793
interactive regions to focusable elements in the <a href=#fallback-content>fallback
33792-
content</a>.</p>
33794+
content</a>. (Focus has no effect on mouse interaction
33795+
events.) <a href=#DOMEVENTS>[DOMEVENTS]</a></p>
3379333796

3379433797
<p>The <code><a href=#the-canvas-element>canvas</a></code> element has two attributes to control the
3379533798
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

index

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33814,10 +33814,13 @@ interface <dfn id=texttrackcue>TextTrackCue</dfn> {
3381433814
<p>When a <code><a href=#the-canvas-element>canvas</a></code> element <a href=#represents>represents</a>
3381533815
<a href=#embedded-content>embedded content</a>, the user can still focus descendants
3381633816
of the <code><a href=#the-canvas-element>canvas</a></code> element (in the <a href=#fallback-content>fallback
33817-
content</a>). This allows authors to make an interactive canvas
33818-
keyboard-focusable: authors should have a one-to-one mapping of
33817+
content</a>). When an element is focused, it is the target of
33818+
keyboard interaction events (even though the element itself is not
33819+
visible). This allows authors to make an interactive canvas
33820+
keyboard-accessible: authors should have a one-to-one mapping of
3381933821
interactive regions to focusable elements in the <a href=#fallback-content>fallback
33820-
content</a>.</p>
33822+
content</a>. (Focus has no effect on mouse interaction
33823+
events.) <a href=#DOMEVENTS>[DOMEVENTS]</a></p>
3382133824

3382233825
<p>The <code><a href=#the-canvas-element>canvas</a></code> element has two attributes to control the
3382333826
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

source

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37254,10 +37254,13 @@ interface <dfn>TextTrackCue</dfn> {
3725437254
<p>When a <code>canvas</code> element <span>represents</span>
3725537255
<span>embedded content</span>, the user can still focus descendants
3725637256
of the <code>canvas</code> element (in the <span>fallback
37257-
content</span>). This allows authors to make an interactive canvas
37258-
keyboard-focusable: authors should have a one-to-one mapping of
37257+
content</span>). When an element is focused, it is the target of
37258+
keyboard interaction events (even though the element itself is not
37259+
visible). This allows authors to make an interactive canvas
37260+
keyboard-accessible: authors should have a one-to-one mapping of
3725937261
interactive regions to focusable elements in the <span>fallback
37260-
content</span>.</p>
37262+
content</span>. (Focus has no effect on mouse interaction
37263+
events.) <a href="#DOMEVENTS">[DOMEVENTS]</a></p>
3726137264

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

0 commit comments

Comments
 (0)