[html5] r5586 - [giow] (0) <details> has a focusable component. Fixing http://www.w3.org/Bugs/Pu [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Oct 6 14:00:50 PDT 2010


Author: ianh
Date: 2010-10-06 14:00:48 -0700 (Wed, 06 Oct 2010)
New Revision: 5586

Modified:
   complete.html
   index
   source
Log:
[giow] (0) <details> has a focusable component.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10931

Modified: complete.html
===================================================================
--- complete.html	2010-10-06 17:37:29 UTC (rev 5585)
+++ complete.html	2010-10-06 21:00:48 UTC (rev 5586)
@@ -67027,6 +67027,12 @@
   element can correspond to multiple shapes, since image maps can be
   reused with multiple images on a page.)</p>
 
+  <p>The user agent may also make part of a <code><a href=#the-details-element>details</a></code>
+  element's rendering focusable, to enable the element to be opened or
+  closed using keyboard input. However, this is distinct 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>
+
   <hr><p>The <dfn id=focusing-steps>focusing steps</dfn> are as follows:</p>
 
   <ol><li><p>If focusing the element will remove the focus from another
@@ -93543,6 +93549,7 @@
   Craig Cockburn,
   Csaba Gabor,
   Csaba Marton,
+  Cynthia Shelly,
   Daniel Barclay,
   Daniel Bratell,
   Daniel Brooks,

Modified: index
===================================================================
--- index	2010-10-06 17:37:29 UTC (rev 5585)
+++ index	2010-10-06 21:00:48 UTC (rev 5586)
@@ -67033,6 +67033,12 @@
   element can correspond to multiple shapes, since image maps can be
   reused with multiple images on a page.)</p>
 
+  <p>The user agent may also make part of a <code><a href=#the-details-element>details</a></code>
+  element's rendering focusable, to enable the element to be opened or
+  closed using keyboard input. However, this is distinct 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>
+
   <hr><p>The <dfn id=focusing-steps>focusing steps</dfn> are as follows:</p>
 
   <ol><li><p>If focusing the element will remove the focus from another
@@ -89621,6 +89627,7 @@
   Craig Cockburn,
   Csaba Gabor,
   Csaba Marton,
+  Cynthia Shelly,
   Daniel Barclay,
   Daniel Bratell,
   Daniel Brooks,

Modified: source
===================================================================
--- source	2010-10-06 17:37:29 UTC (rev 5585)
+++ source	2010-10-06 21:00:48 UTC (rev 5586)
@@ -75959,6 +75959,12 @@
   element can correspond to multiple shapes, since image maps can be
   reused with multiple images on a page.)</p>
 
+  <p>The user agent may also make part of a <code>details</code>
+  element's rendering focusable, to enable the element to be opened or
+  closed using keyboard input. However, this is distinct from the
+  <code>details</code> or <code>summary</code> element being
+  focusable.</p>
+
   <hr>
 
   <p>The <dfn>focusing steps</dfn> are as follows:</p>
@@ -107425,6 +107431,7 @@
   Craig Cockburn,
   Csaba Gabor,
   Csaba Marton,
+  Cynthia Shelly,
   Daniel Barclay,
   Daniel Bratell,
   Daniel Brooks,




More information about the Commit-Watchers mailing list