[html5] r5457 - [e] (0) clarification of an edge case Fixing http://www.w3.org/Bugs/Public/show_ [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Sep 9 16:24:16 PDT 2010


Author: ianh
Date: 2010-09-09 16:24:14 -0700 (Thu, 09 Sep 2010)
New Revision: 5457

Modified:
   complete.html
   index
   source
Log:
[e] (0) clarification of an edge case
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10278

Modified: complete.html
===================================================================
--- complete.html	2010-09-09 23:05:48 UTC (rev 5456)
+++ complete.html	2010-09-09 23:24:14 UTC (rev 5457)
@@ -50371,7 +50371,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>
 

Modified: index
===================================================================
--- index	2010-09-09 23:05:48 UTC (rev 5456)
+++ index	2010-09-09 23:24:14 UTC (rev 5457)
@@ -50351,7 +50351,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>
 

Modified: source
===================================================================
--- source	2010-09-09 23:05:48 UTC (rev 5456)
+++ source	2010-09-09 23:24:14 UTC (rev 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>
 




More information about the Commit-Watchers mailing list