- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 11 Feb 2009 08:20:04 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv22279 Modified Files: Overview.html Log Message: Align more closely with CSS3 UI on selector definitions. (whatwg r2782) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1952 retrieving revision 1.1953 diff -u -d -r1.1952 -r1.1953 --- Overview.html 11 Feb 2009 08:03:28 -0000 1.1952 +++ Overview.html 11 Feb 2009 08:20:02 -0000 1.1953 @@ -27507,6 +27507,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 @@ -27735,11 +27737,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>
Received on Wednesday, 11 February 2009 08:20:14 UTC