|
13 | 13 | content="CSS Custom Properties for Cascading Variables Module Level 1" |
14 | 14 | name=dcterms.title> |
15 | 15 | <meta content=text name=dcterms.type> |
16 | | - <meta content=2013-03-02 name=dcterms.issued> |
| 16 | + <meta content=2013-03-05 name=dcterms.issued> |
17 | 17 | <meta content="http://dev.w3.org/csswg/css-variables/" |
18 | 18 | name=dcterms.creator> |
19 | 19 | <meta content=W3C name=dcterms.publisher> |
|
32 | 32 | <h1 class=no-ref id=title>CSS Custom Properties for Cascading Variables |
33 | 33 | Module Level 1</h1> |
34 | 34 |
|
35 | | - <h2 class="no-num no-toc no-ref" id=subtitle>Editor's Draft 2 March 2013</h2> |
| 35 | + <h2 class="no-num no-toc no-ref" id=subtitle>Editor's Draft 5 March 2013</h2> |
36 | 36 |
|
37 | 37 | <dl> |
38 | 38 | <dt>This version: |
@@ -129,10 +129,6 @@ <h2 class="no-num no-toc no-ref" id=status>Status of this document</h2> |
129 | 129 | W3C Patent Policy</a>.</p> |
130 | 130 | <!--end-status--> |
131 | 131 |
|
132 | | - <p>The following features are at risk: |
133 | | - |
134 | | - <ul></ul> |
135 | | - |
136 | 132 | <h2 class="no-num no-toc no-ref" id=contents> Table of contents</h2> |
137 | 133 | <!--begin-toc--> |
138 | 134 |
|
@@ -397,8 +393,8 @@ <h2 id=defining-variables><span class=secno>2. </span> Defining Custom |
397 | 393 | class=css>foo</code>’. See the next chapter for details on how to use |
398 | 394 | variables. |
399 | 395 |
|
400 | | - <p> Note: <a href="#custom-property">Custom properties</a> can be put to |
401 | | - several other uses, of course. For example, they can be used to |
| 396 | + <p class=note> Note: <a href="#custom-property">Custom properties</a> can |
| 397 | + be put to several other uses, of course. For example, they can be used to |
402 | 398 | conveniently attach values to elements so that JavaScript can later use |
403 | 399 | those values. Another example is providing "custom CSS" by treating "var-" |
404 | 400 | as a kind of "author prefix" (similar to a vendor prefix) that allows an |
@@ -709,8 +705,8 @@ <h3 id=invalid-variables><span class=secno>3.1. </span> Invalid Variables</h3> |
709 | 705 | class=css>background-color: red</code>’ rule would be used instead. |
710 | 706 | </div> |
711 | 707 |
|
712 | | - <p> Note: The <a href="#invalid-at-computed-value-time">invalid at |
713 | | - computed-value time</a> concept exists because variables can't "fail |
| 708 | + <p class=note> Note: The <a href="#invalid-at-computed-value-time">invalid |
| 709 | + at computed-value time</a> concept exists because variables can't "fail |
714 | 710 | early" like other syntax errors can, so by the time the user agent |
715 | 711 | realizes a property value is invalid, it's already thrown away the other |
716 | 712 | cascaded values. <!-- |
|
0 commit comments