html5/spec Overview.html,1.4463,1.4464

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv22259

Modified Files:
	Overview.html 
Log Message:
<details> has a focusable component. (whatwg r5586)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4463
retrieving revision 1.4464
diff -u -d -r1.4463 -r1.4464
--- Overview.html	6 Oct 2010 17:37:35 -0000	1.4463
+++ Overview.html	6 Oct 2010 21:00:57 -0000	1.4464
@@ -49514,6 +49514,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
@@ -69229,6 +69235,7 @@
   Craig Cockburn,
   Csaba Gabor,
   Csaba Marton,
+  Cynthia Shelly,
   Daniel Barclay,
   Daniel Bratell,
   Daniel Brooks,

Received on Wednesday, 6 October 2010 21:01:03 UTC