[html5] r2782 - [] (0) Align more closely with CSS3 UI on selector definitions.
whatwg at whatwg.org
whatwg at whatwg.org
Wed Feb 11 00:19:57 PST 2009
Author: ianh
Date: 2009-02-11 00:19:57 -0800 (Wed, 11 Feb 2009)
New Revision: 2782
Modified:
index
source
Log:
[] (0) Align more closely with CSS3 UI on selector definitions.
Modified: index
===================================================================
--- index 2009-02-11 08:03:22 UTC (rev 2781)
+++ index 2009-02-11 08:19:57 UTC (rev 2782)
@@ -33601,6 +33601,8 @@
<li><code><a href=#the-command>command</a></code> elements that do not have a <code title=attr-command-disabled><a href=#attr-command-disabled>disabled</a></code> attribute</li>
+ <li>any other element, if it is <a href=#focusable>focusable</a></li>
+
</ul><p class=example>For example, if the user is using a keyboard to
push a <code><a href=#the-button-element>button</a></code> element by pressing the space bar, the
element would match this pseudo-class in between the time that the
@@ -33829,11 +33831,13 @@
<p>The <code title=selector-read-write><a href=#selector-read-write>:read-write</a></code>
pseudo-class must match the following elements:</p>
- <ul><li>an <code><a href=#the-input-element>input</a></code> element to which the <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute applies,
- but that is not <i title=concept-input-immutable><a href=#concept-input-immutable>immutable</a></i>
- (i.e. that does not have the attribute specified)</li>
+ <ul><li><code><a href=#the-input-element>input</a></code> elements to which the <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute applies,
+ but that are not <i title=concept-input-immutable><a href=#concept-input-immutable>immutable</a></i>
+ (i.e. that do not have the attribute specified), and that are not
+ <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a></li>
- <li><code><a href=#the-textarea-element>textarea</a></code> elements that do not have a <code title=attr-textarea-readonly><a href=#attr-textarea-readonly>readonly</a></code> attribute</li>
+ <li><code><a href=#the-textarea-element>textarea</a></code> elements that do not have a <code title=attr-textarea-readonly><a href=#attr-textarea-readonly>readonly</a></code> attribute, and
+ that are not <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a></li>
<li>any element that is <a href=#editable>editable</a></li>
Modified: source
===================================================================
--- source 2009-02-11 08:03:22 UTC (rev 2781)
+++ source 2009-02-11 08:19:57 UTC (rev 2782)
@@ -38101,6 +38101,8 @@
<li><code>command</code> elements that do not have a <code
title="attr-command-disabled">disabled</code> attribute</li>
+ <li>any other element, if it is <span>focusable</span></li>
+
</ul>
<p class="example">For example, if the user is using a keyboard to
@@ -38397,13 +38399,16 @@
<ul>
- <li>an <code>input</code> element to which the <code
+ <li><code>input</code> elements to which the <code
title="attr-input-readonly">readonly</code> attribute applies,
- but that is not <i title="concept-input-immutable">immutable</i>
- (i.e. that does not have the attribute specified)</li>
+ but that are not <i title="concept-input-immutable">immutable</i>
+ (i.e. that do not have the attribute specified), and that are not
+ <span title="concept-fe-disabled">disabled</span></li>
<li><code>textarea</code> elements that do not have a <code
- title="attr-textarea-readonly">readonly</code> attribute</li>
+ title="attr-textarea-readonly">readonly</code> attribute, and
+ that are not <span
+ title="concept-fe-disabled">disabled</span></li>
<li>any element that is <span>editable</span></li>
More information about the Commit-Watchers
mailing list