|
15 | 15 |
|
16 | 16 | <h1>CSS Namespaces Module</h1> |
17 | 17 |
|
18 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 10 August 2011</h2> |
| 18 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 3 January 2012</h2> |
19 | 19 |
|
20 | 20 | <dl> |
21 | 21 | <dt>This version:</dt> |
22 | 22 | <!-- |
23 | | - <dd><a href="http://www.w3.org/TR/2011/ED-css3-namespace-20110810/">http://www.w3.org/TR/2011/PR-css3-namespace-20110810/</a></dd> |
| 23 | + <dd><a href="http://www.w3.org/TR/2012/ED-css3-namespace-20120103/">http://www.w3.org/TR/2012/PR-css3-namespace-20120103/</a></dd> |
24 | 24 | --> |
25 | 25 |
|
26 | 26 | <dd><a |
@@ -53,14 +53,14 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 10 August 2011</h2> |
53 | 53 | <!--begin-copyright--> |
54 | 54 | <p class=copyright><a |
55 | 55 | href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright" |
56 | | - rel=license>Copyright</a> © 2011 <a |
57 | | - href="http://www.w3.org/"><acronym title="World Wide Web |
58 | | - Consortium">W3C</acronym></a><sup>®</sup> (<a |
59 | | - href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute |
60 | | - of Technology">MIT</acronym></a>, <a href="http://www.ercim.eu/"><acronym |
61 | | - title="European Research Consortium for Informatics and |
62 | | - Mathematics">ERCIM</acronym></a>, <a |
63 | | - href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a |
| 56 | + rel=license>Copyright</a> © 2012 <a |
| 57 | + href="http://www.w3.org/"><acronym |
| 58 | + title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a |
| 59 | + href="http://www.csail.mit.edu/"><acronym |
| 60 | + title="Massachusetts Institute of Technology">MIT</acronym></a>, <a |
| 61 | + href="http://www.ercim.eu/"><acronym |
| 62 | + title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>, |
| 63 | + <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a |
64 | 64 | href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, |
65 | 65 | <a |
66 | 66 | href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> |
@@ -457,11 +457,16 @@ <h2 id=css-qnames><span class=secno>4. </span>CSS Qualified Names</h2> |
457 | 457 |
|
458 | 458 | <pre><!-- |
459 | 459 | -->qname_prefix |
460 | | -<!-- --> : [namespace_prefix]? '|' |
| 460 | +<!-- --> : namespace_prefix? '|' |
461 | 461 | <!-- --> ; |
462 | 462 | <!-- -->wqname_prefix |
463 | | -<!-- --> : namespace_prefix? '|' |
464 | | -<!-- --> | '*' '|' |
| 463 | +<!-- --> : [ namespace_prefix? | '*' ] '|' |
| 464 | +<!-- --> ; |
| 465 | +<!-- -->qname |
| 466 | +<!-- --> : qname_prefix? ident |
| 467 | +<!-- --> ; |
| 468 | +<!-- -->wqname |
| 469 | +<!-- --> : wqname_prefix? ident |
465 | 470 | <!-- --> ;<!-- |
466 | 471 | --></pre> |
467 | 472 |
|
@@ -545,10 +550,9 @@ <h3 class=no-num id=informative-references>Informative references</h3> |
545 | 550 | <dt id=SELECT>[SELECT] |
546 | 551 |
|
547 | 552 | <dd>Tantek Çelik; et al. <a |
548 | | - href="http://www.w3.org/TR/2009/PR-css3-selectors-20091215"><cite>Selectors |
549 | | - Level 3.</cite></a> 15 December 2009. W3C Proposed Recommendation. (Work |
550 | | - in progress.) URL: <a |
551 | | - href="http://www.w3.org/TR/2009/PR-css3-selectors-20091215">http://www.w3.org/TR/2009/PR-css3-selectors-20091215</a> |
| 553 | + href="http://www.w3.org/TR/2011/REC-css3-selectors-20110929/"><cite>Selectors |
| 554 | + Level 3.</cite></a> 29 September 2011. W3C Recommendation. URL: <a |
| 555 | + href="http://www.w3.org/TR/2011/REC-css3-selectors-20110929/">http://www.w3.org/TR/2011/REC-css3-selectors-20110929/</a> |
552 | 556 | </dd> |
553 | 557 | <!----> |
554 | 558 | </dl> |
|
0 commit comments