HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/5457

SVNBugCommentTime (UTC)
545710278clarification of an edge case2010-09-09 23:24
Index: source
===================================================================
--- source	(revision 5456)
+++ source	(revision 5457)
@@ -56311,7 +56311,16 @@
 
    <dd>
 
-    <p>Exposes the <span title="command-facet-HiddenState">Hidden State</span> facet of the command.</p>
+    <p>Exposes the state of the element's <code
+    title="attr-hidden">hidden</code> attribute, which is generally
+    equivalent to the <span title="command-facet-HiddenState">Hidden
+    State</span> facet of the command. For <code>label</code> and
+    <code>legend</code> elements (used in conjunction with the <code
+    title="attr-accesskey">accesskey</code> attribute), the <span
+    title="command-facet-HiddenState">Hidden State</span> facet is
+    derived from another element (the one that the <span>assigned
+    access key</span> will trigger), and cannot be directly accessed
+    from the element.</p>
 
    </dd>
 

|