|
9 | 9 | rel=dcterms.rights> |
10 | 10 | <meta content="Selectors Level 4" name=dcterms.title> |
11 | 11 | <meta content=text name=dcterms.type> |
12 | | - <meta content=2013-01-15 name=dcterms.issued> |
| 12 | + <meta content=2013-01-16 name=dcterms.issued> |
13 | 13 | <meta content="http://dev.w3.org/csswg/selectors4/" name=dcterms.creator> |
14 | 14 | <meta content=W3C name=dcterms.publisher> |
15 | | - <meta content="http://www.w3.org/TR/2013/ED-selectors4-20130115/" |
| 15 | + <meta content="http://www.w3.org/TR/2013/ED-selectors4-20130116/" |
16 | 16 | name=dcterms.identifier> |
17 | 17 | <link href="../default.css" rel=stylesheet type="text/css"> |
18 | 18 | <style type="text/css"> |
|
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 15 January |
| 32 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 January |
33 | 33 | 2013</h2> |
34 | 34 |
|
35 | 35 | <dl> |
36 | 36 | <dt>This version: |
37 | 37 |
|
38 | | - <dd><a href="http://www.w3.org/TR/2013/ED-selectors4-20130115/"> |
39 | | - http://www.w3.org/TR/2013/ED-selectors4-20130115/</a> |
| 38 | + <dd><a href="http://www.w3.org/TR/2013/ED-selectors4-20130116/"> |
| 39 | + http://www.w3.org/TR/2013/ED-selectors4-20130116/</a> |
40 | 40 |
|
41 | 41 | <dt>Editor's draft: |
42 | 42 |
|
@@ -1273,14 +1273,13 @@ <h3 id=scoping><span class=secno>3.3. </span> Scoped Selectors</h3> |
1273 | 1273 | in <a href="#SELECTORS-API2" |
1274 | 1274 | rel=biblioentry>[SELECTORS-API2]<!--{{SELECTORS-API2}}--></a> allows the |
1275 | 1275 | author to define a <a href="#scope-filtered"><i>scope-filtered</i></a> |
1276 | | - selector. |
1277 | | - |
1278 | | - <p> On the other hand, the <code>element.find()</code> function defined in |
1279 | | - <a href="#SELECTORS-API2" |
1280 | | - rel=biblioentry>[SELECTORS-API2]<!--{{SELECTORS-API2}}--></a> and the |
1281 | | - selectors within an <a href="#HTML5" |
1282 | | - rel=biblioentry>[HTML5]<!--{{HTML5}}--></a> scoped stylesheet, define <a |
1283 | | - href="#scope-relative"><i>scope-relative</i></a> selectors. |
| 1276 | + selector, while the similar <code>element.find</code> function defined in |
| 1277 | + the same spec uses <a href="#scope-relative"><i>scope-relative</i></a> |
| 1278 | + selectors. |
| 1279 | + |
| 1280 | + <p> On the other hand, the selectors within an <a href="#HTML5" |
| 1281 | + rel=biblioentry>[HTML5]<!--{{HTML5}}--></a> scoped stylesheet define <a |
| 1282 | + href="#scope-contained"><i>scope-contained</i></a> selectors. |
1284 | 1283 | </div> |
1285 | 1284 |
|
1286 | 1285 | <h3 id=pseudo-classes><span class=secno>3.4. </span> Pseudo-classes</h3> |
|
0 commit comments