|
7 | 7 | <link href="http://purl.org/dc/terms/" rel=schema.DC>
|
8 | 8 | <meta content="Selectors Level 4" name=DC.title>
|
9 | 9 | <meta content=text name=DC.type>
|
10 |
| - <meta content=2012-08-31 name=DC.issued> |
| 10 | + <meta content=2012-09-01 name=DC.issued> |
11 | 11 | <meta content="http://dev.w3.org/csswg/selectors4/" name=DC.creator>
|
12 | 12 | <meta content=W3C name=DC.publisher>
|
13 |
| - <meta content="http://www.w3.org/TR/2012/ED-selectors4-20120831/" |
| 13 | + <meta content="http://www.w3.org/TR/2012/ED-selectors4-20120901/" |
14 | 14 | name=DC.identifier>
|
15 | 15 | <link href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
|
16 | 16 | rel=DC.rights>
|
|
29 | 29 |
|
30 | 30 | <h1 id=title>Selectors Level 4</h1>
|
31 | 31 |
|
32 |
| - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 31 August 2012</h2> |
| 32 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 1 September |
| 33 | + 2012</h2> |
33 | 34 |
|
34 | 35 | <dl>
|
35 | 36 | <dt>This version:
|
36 | 37 |
|
37 |
| - <dd><a href="http://www.w3.org/TR/2012/ED-selectors4-20120831/"> |
38 |
| - http://www.w3.org/TR/2012/ED-selectors4-20120831/</a> |
| 38 | + <dd><a href="http://www.w3.org/TR/2012/ED-selectors4-20120901/"> |
| 39 | + http://www.w3.org/TR/2012/ED-selectors4-20120901/</a> |
39 | 40 |
|
40 | 41 | <dt>Editor's draft:
|
41 | 42 |
|
@@ -2957,16 +2958,15 @@ <h3 id=rw-pseudos><span class=secno>11.9. </span> The mutability
|
2957 | 2958 | pseudo-classes <a href="#read-only-pseudo"><code>:read-only</code></a> and
|
2958 | 2959 | <a href="#read-write-pseudo"><code>:read-write</code></a></h3>
|
2959 | 2960 |
|
2960 |
| - <p>An element whose contents are not user-alterable is <dfn |
2961 |
| - id=read-only-pseudo>:read-only</dfn>. However, elements whose contents are |
2962 |
| - user-alterable (such as text input fields) are considered to be in a |
2963 |
| - :read-write state. In typical documents, most elements are <a |
2964 |
| - href="#read-only-pseudo"><code>:read-only</code></a>. However it may be |
2965 |
| - possible, depending on the document language, for any element to become |
2966 |
| - <dfn id=read-write-pseudo>:read-write</dfn>. For example, in HTML5 any |
2967 |
| - element with the <code>contenteditable</code> attribute set to the true |
2968 |
| - state is considered user-alterable. <a href="#HTML5" |
2969 |
| - rel=biblioentry>[HTML5]<!--{{HTML5}}--></a> |
| 2961 | + <p>An element matches <dfn id=read-write-pseudo>:read-write</dfn> if it is |
| 2962 | + user-alterable, as defined by the host language. Otherwise, it is <dfn |
| 2963 | + id=read-only-pseudo>:read-only</dfn>. |
| 2964 | + |
| 2965 | + <p>For example, in HTML5 a non-disabled non-readonly |
| 2966 | + <code><input></code> element is <a |
| 2967 | + href="#read-write-pseudo"><code>:read-write</code></a>, as is any element |
| 2968 | + with the <code>contenteditable</code> attribute set to the true state. <a |
| 2969 | + href="#HTML5" rel=biblioentry>[HTML5]<!--{{HTML5}}--></a> |
2970 | 2970 |
|
2971 | 2971 | <h2 id=structural-pseudos><span class=secno>12. </span> Tree-Structural
|
2972 | 2972 | pseudo-classes</h2>
|
|
0 commit comments