Skip to content

Commit

Permalink
[e] (0) clarification of an edge case
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10278

git-svn-id: http://svn.whatwg.org/webapps@5457 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 9, 2010
1 parent e6897f2 commit 1187e9d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
8 changes: 7 additions & 1 deletion complete.html
Expand Up @@ -50371,7 +50371,13 @@ <h4 id=commands><span class=secno>4.11.5 </span>Commands</h4>

<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>

Expand Down
8 changes: 7 additions & 1 deletion index
Expand Up @@ -50351,7 +50351,13 @@ interface <dfn>DataGridListener</dfn> {

<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>

Expand Down
11 changes: 10 additions & 1 deletion source
Expand Up @@ -56311,7 +56311,16 @@ interface <dfn>DataGridListener</dfn> {

<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>

Expand Down

0 comments on commit 1187e9d

Please sign in to comment.