Skip to content

Commit

Permalink
[] (0) Allow even more flexibility in deciding what's focusable.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17555
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7459 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 12, 2012
1 parent 902d12e commit 5c66d9a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions complete.html
Expand Up @@ -78357,6 +78357,9 @@ <h4 id=focus-management><span class=secno>8.4.2 </span>Focus management</h4>
from the <code><a href=#the-details-element>details</a></code> or <code><a href=#the-summary-element>summary</a></code> element being
focusable.</p>

<p>Notwithstanding the above, user agents may make <em>any</em> element or part of an element
focusable, especially to aid with accessibility or to better match platform conventions.</p>

<hr><p>The <dfn id=focusing-steps>focusing steps</dfn> for an element are as follows:</p>

<ol><li><p>If the element is not <a href=#in-a-document title="in a Document">in a
Expand Down
3 changes: 3 additions & 0 deletions index
Expand Up @@ -78357,6 +78357,9 @@ interface <dfn id=navigatorstorageutils>NavigatorStorageUtils</dfn> {
from the <code><a href=#the-details-element>details</a></code> or <code><a href=#the-summary-element>summary</a></code> element being
focusable.</p>

<p>Notwithstanding the above, user agents may make <em>any</em> element or part of an element
focusable, especially to aid with accessibility or to better match platform conventions.</p>

<hr><p>The <dfn id=focusing-steps>focusing steps</dfn> for an element are as follows:</p>

<ol><li><p>If the element is not <a href=#in-a-document title="in a Document">in a
Expand Down
3 changes: 3 additions & 0 deletions source
Expand Up @@ -91667,6 +91667,9 @@ interface <dfn>NavigatorStorageUtils</dfn> {
from the <code>details</code> or <code>summary</code> element being
focusable.</p>

<p>Notwithstanding the above, user agents may make <em>any</em> element or part of an element
focusable, especially to aid with accessibility or to better match platform conventions.</p>

<hr>

<p>The <dfn>focusing steps</dfn> for an element are as follows:</p>
Expand Down

0 comments on commit 5c66d9a

Please sign in to comment.