|
15 | 15 |
|
16 | 16 | <h1 id=css-namespaces>CSS Namespaces Module</h1> |
17 | 17 |
|
18 | | - <h2 class="no-num no-toc" id=longstatus>Editor's Draft 16 February 2008</h2> |
| 18 | + <h2 class="no-num no-toc" id=longstatus>Editor's Draft 19 February 2008</h2> |
19 | 19 |
|
20 | 20 | <dl> |
21 | 21 | <dt>This version:</dt> |
22 | | - <!-- <dd><a href="http://www.w3.org/TR/2008/WD-css3-namespace-20080216/">http://www.w3.org/TR/2008/WD-css3-namespace-20080216/</a></dd> --> |
| 22 | + <!-- <dd><a href="http://www.w3.org/TR/2008/WD-css3-namespace-20080219/">http://www.w3.org/TR/2008/WD-css3-namespace-20080219/</a></dd> --> |
23 | 23 |
|
24 | 24 | <dd><a |
25 | 25 | href="http://dev.w3.org/csswg/css3-namespace/">http://dev.w3.org/csswg/css3-namespace/</a> |
@@ -351,8 +351,9 @@ <h2 id=css-qnames><span class=secno>4. </span>CSS Qualified Names</h2> |
351 | 351 | separated by a "vertical bar" (<code>|</code>, U+007C). The prefix, |
352 | 352 | representing the namespace for which it has been declared, indicates the |
353 | 353 | namespace of the local name. The prefix of a qualified name may be |
354 | | - omitted to indicate that the name belongs to no namespace. Some contexts |
355 | | - may allow the use of an asterisk (<code>*</code>, U+002A) as a wildcard |
| 354 | + omitted to indicate that the name belongs to no namespace, i.e. that the |
| 355 | + namespace name part of the expanded name has no value. Some contexts may |
| 356 | + allow the use of an asterisk (<code>*</code>, U+002A) as a wildcard |
356 | 357 | prefix to indicate a name in any namespace, including no namespace.</p> |
357 | 358 |
|
358 | 359 | <div class=example> |
@@ -392,6 +393,10 @@ <h2 id=css-qnames><span class=secno>4. </span>CSS Qualified Names</h2> |
392 | 393 | cause the selector or declaration (etc.) to be considered invalid and, in |
393 | 394 | CSS, <a |
394 | 395 | href="http://www.w3.org/TR/CSS21/conform.html#ignore">ignored</a>.</p> |
| 396 | + |
| 397 | + <p>In a CSS qualified name, a prefix that is declared to represent the |
| 398 | + empty string namespace (<code>""</code>) is interpreted as representing |
| 399 | + no namespace.</p> |
395 | 400 | </div> |
396 | 401 |
|
397 | 402 | <h2 class=no-num id=acknowledgments>Acknowledgments</h2> |
|
0 commit comments