hixie: clarification of an edge case (whatwg r5457)

hixie: clarification of an edge case (whatwg r5457)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4351&r2=1.4352&f=h
http://html5.org/tools/web-apps-tracker?from=5456&to=5457

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4351
retrieving revision 1.4352
diff -u -d -r1.4351 -r1.4352
--- Overview.html 9 Sep 2010 23:05:54 -0000 1.4351
+++ Overview.html 9 Sep 2010 23:24:20 -0000 1.4352
@@ -39065,7 +39065,13 @@
 
    <dd>
 
-    <p>Exposes the <a href="#command-facet-hiddenstate" title="command-facet-HiddenState">Hidden State</a> facet of the command.</p>
+    <p>Exposes the state of the element's <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code> attribute, which is generally
+    equivalent to the <a href="#command-facet-hiddenstate" title="command-facet-HiddenState">Hidden
+    State</a> facet of the command. For <code><a href="#the-label-element">label</a></code> and
+    <code><a href="#the-legend-element">legend</a></code> elements (used in conjunction with the <code title="attr-accesskey"><a href="#the-accesskey-attribute">accesskey</a></code> attribute), the <a href="#command-facet-hiddenstate" title="command-facet-HiddenState">Hidden State</a> facet is
+    derived from another element (the one that the <a href="#assigned-access-key">assigned
+    access key</a> will trigger), and cannot be directly accessed
+    from the element.</p>
 
    </dd>

Received on Thursday, 9 September 2010 23:25:02 UTC