[html5] r7459 - [] (0) Allow even more flexibility in deciding what's focusable. Fixing https:// [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri Oct 12 11:05:08 PDT 2012
Author: ianh
Date: 2012-10-12 11:05:07 -0700 (Fri, 12 Oct 2012)
New Revision: 7459
Modified:
complete.html
index
source
Log:
[] (0) Allow even more flexibility in deciding what's focusable.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17555
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2012-10-12 18:03:12 UTC (rev 7458)
+++ complete.html 2012-10-12 18:05:07 UTC (rev 7459)
@@ -78357,6 +78357,9 @@
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
Modified: index
===================================================================
--- index 2012-10-12 18:03:12 UTC (rev 7458)
+++ index 2012-10-12 18:05:07 UTC (rev 7459)
@@ -78357,6 +78357,9 @@
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
Modified: source
===================================================================
--- source 2012-10-12 18:03:12 UTC (rev 7458)
+++ source 2012-10-12 18:05:07 UTC (rev 7459)
@@ -91667,6 +91667,9 @@
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>
More information about the Commit-Watchers
mailing list