|
15 | 15 |
|
16 | 16 | <h1 id=title>Selectors Level 3</h1> |
17 | 17 |
|
18 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 03 August 2011</h2> |
| 18 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 10 August 2011</h2> |
19 | 19 |
|
20 | 20 | <dl> |
21 | 21 | <dt>This version: |
22 | 22 |
|
23 | | - <dd> <!-- <a href="http://www.w3.org/TR/2011/ED-selectors3-20110803/"> |
24 | | - http://www.w3.org/TR/2011/REC-selectors3-20110803</a> --> |
| 23 | + <dd> <!-- <a href="http://www.w3.org/TR/2011/ED-selectors3-20110810/"> |
| 24 | + http://www.w3.org/TR/2011/REC-selectors3-20110810</a> --> |
25 | 25 | <a href="http://dev.w3.org/csswg/selectors3"> |
26 | 26 | http://dev.w3.org/csswg/selectors3</a> |
27 | 27 |
|
@@ -1323,11 +1323,9 @@ <h4 id=attrnmsp><span class=secno>6.3.3. </span>Attribute selectors and |
1323 | 1323 | (<code>|</code>). In keeping with the Namespaces in the XML |
1324 | 1324 | recommendation, default namespaces do not apply to attributes, therefore |
1325 | 1325 | attribute selectors without a namespace component apply only to attributes |
1326 | | - that have no namespace (equivalent to "<code>|attr</code>"; these |
1327 | | - attributes are said to be in the "per-element-type namespace partition"). |
1328 | | - An asterisk may be used for the namespace prefix indicating that the |
1329 | | - selector is to match all attribute names without regard to the attribute's |
1330 | | - namespace. |
| 1326 | + that have no namespace (equivalent to "<code>|attr</code>"). An asterisk |
| 1327 | + may be used for the namespace prefix indicating that the selector is to |
| 1328 | + match all attribute names without regard to the attribute's namespace. |
1331 | 1329 |
|
1332 | 1330 | <p>An attribute selector with an attribute name containing a namespace |
1333 | 1331 | prefix that has not been previously <a href="#nsdecl">declared</a> is an |
@@ -1426,13 +1424,13 @@ <h3 id=class-html><span class=secno>6.4. </span>Class selectors</h3> |
1426 | 1424 | if the UA has namespace-specific knowledge that allows it to determine |
1427 | 1425 | which attribute is the "class" attribute for the respective namespace. One |
1428 | 1426 | such example of namespace-specific knowledge is the prose in the |
1429 | | - specification for a particular namespace (e.g. SVG 1.0 <a href="#SVG11" |
| 1427 | + specification for a particular namespace (e.g. SVG 1.1 <a href="#SVG11" |
1430 | 1428 | rel=biblioentry>[SVG11]<!--{{SVG11}}--></a> describes the <a |
1431 | | - href="http://www.w3.org/TR/2001/PR-SVG-20010719/styling.html#ClassAttribute">SVG |
| 1429 | + href="http://www.w3.org/TR/SVG11/styling.html#ClassAttribute">SVG |
1432 | 1430 | <code>class</code> attribute</a> and how a UA should interpret it, and |
1433 | | - similarly MathML 1.01 <a href="#MATHML" |
1434 | | - rel=biblioentry>[MATHML]<!--{{MATHML}}--></a> describes the <a |
1435 | | - href="http://www.w3.org/1999/07/REC-MathML-19990707/chapter2.html#sec2.3.4">MathML |
| 1431 | + similarly MathML <a href="#MATHML3" |
| 1432 | + rel=biblioentry>[MATHML3]<!--{{MATHML3}}--></a> describes the <a |
| 1433 | + href="http://www.w3.org/TR/MathML3/chapter2.html#fund.globatt">MathML |
1436 | 1434 | <code>class</code> attribute</a>.) |
1437 | 1435 |
|
1438 | 1436 | <div class=example> |
@@ -1621,10 +1619,10 @@ <h5 id=the-user-action-pseudo-classes-hover-act><span class=secno>6.6.1.2. |
1621 | 1619 | For example, a visual user agent could apply this pseudo-class when the |
1622 | 1620 | cursor (mouse pointer) hovers over a box generated by the element. User |
1623 | 1621 | agents not that do not support <a |
1624 | | - href="http://www.w3.org/TR/REC-CSS2/media.html#interactive-media-group">interactive |
| 1622 | + href="http://www.w3.org/TR/CSS21/media.html#interactive-media-group">interactive |
1625 | 1623 | media</a> do not have to support this pseudo-class. Some conforming user |
1626 | 1624 | agents that support <a |
1627 | | - href="http://www.w3.org/TR/REC-CSS2/media.html#interactive-media-group">interactive |
| 1625 | + href="http://www.w3.org/TR/CSS21/media.html#interactive-media-group">interactive |
1628 | 1626 | media</a> may not be able to support this pseudo-class (e.g., a pen |
1629 | 1627 | device that does not detect hovering). |
1630 | 1628 |
|
@@ -2491,8 +2489,8 @@ <h3 id=first-letter><span class=secno>7.2. </span>The ::first-letter |
2491 | 2489 | rel=biblioentry>[UAX29]<!--{{UAX29}}--></a> |
2492 | 2490 |
|
2493 | 2491 | <p>If the letters that would form the <code>::first-letter</code> are not |
2494 | | - in the same element, such as "‘<code class=css>T" in |
2495 | | - <code><p></code>’<em>T...</code>, the UA may create a |
| 2492 | + in the same element, such as "‘T" in |
| 2493 | + <code><p>‘<em>T...</code>, the UA may create a |
2496 | 2494 | <code>::first-letter</code> pseudo-element from one of the elements, both |
2497 | 2495 | elements, or simply not create a pseudo-element. |
2498 | 2496 |
|
@@ -3385,13 +3383,13 @@ <h3 id=informative-references><span class=secno>15.2. </span>Informative |
3385 | 3383 | </dd> |
3386 | 3384 | <!----> |
3387 | 3385 |
|
3388 | | - <dt id=MATHML>[MATHML] |
| 3386 | + <dt id=MATHML3>[MATHML3] |
3389 | 3387 |
|
3390 | | - <dd>Patrick Ion; Robert Miner. <a |
3391 | | - href="http://www.w3.org/1999/07/REC-MathML-19990707"><cite>Mathematical |
3392 | | - Markup Language (MathML) 1.01 Specification.</cite></a> 7 July 1999. W3C |
| 3388 | + <dd>David Carlisle; Patrick Ion; Robert Miner. <a |
| 3389 | + href="http://www.w3.org/TR/2010/REC-MathML3-20101021/"><cite>Mathematical |
| 3390 | + Markup Language (MathML) Version 3.0.</cite></a> 21 October 2010. W3C |
3393 | 3391 | Recommendation. URL: <a |
3394 | | - href="http://www.w3.org/1999/07/REC-MathML-19990707">http://www.w3.org/1999/07/REC-MathML-19990707</a> |
| 3392 | + href="http://www.w3.org/TR/2010/REC-MathML3-20101021/">http://www.w3.org/TR/2010/REC-MathML3-20101021/</a> |
3395 | 3393 | </dd> |
3396 | 3394 | <!----> |
3397 | 3395 |
|
|
0 commit comments