Skip to content

Commit b3ed955

Browse files
committed
[css-variables] More preprocessor upgrades.
--HG-- extra : rebase_source : 75afa05c0afeeaa369636db82994e5e61be6f361
1 parent 347f0ef commit b3ed955

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

css-variables/Overview.html

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
content="CSS Custom Properties for Cascading Variables Module Level 1"
1414
name=dcterms.title>
1515
<meta content=text name=dcterms.type>
16-
<meta content=2013-03-02 name=dcterms.issued>
16+
<meta content=2013-03-05 name=dcterms.issued>
1717
<meta content="http://dev.w3.org/csswg/css-variables/"
1818
name=dcterms.creator>
1919
<meta content=W3C name=dcterms.publisher>
@@ -32,7 +32,7 @@
3232
<h1 class=no-ref id=title>CSS Custom Properties for Cascading Variables
3333
Module Level 1</h1>
3434

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>
3636

3737
<dl>
3838
<dt>This version:
@@ -129,10 +129,6 @@ <h2 class="no-num no-toc no-ref" id=status>Status of this document</h2>
129129
W3C Patent Policy</a>.</p>
130130
<!--end-status-->
131131

132-
<p>The following features are at risk:
133-
134-
<ul></ul>
135-
136132
<h2 class="no-num no-toc no-ref" id=contents> Table of contents</h2>
137133
<!--begin-toc-->
138134

@@ -397,8 +393,8 @@ <h2 id=defining-variables><span class=secno>2. </span> Defining Custom
397393
class=css>foo</code>’. See the next chapter for details on how to use
398394
variables.
399395

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
402398
conveniently attach values to elements so that JavaScript can later use
403399
those values. Another example is providing "custom CSS" by treating "var-"
404400
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>
709705
class=css>background-color: red</code>’ rule would be used instead.
710706
</div>
711707

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
714710
early" like other syntax errors can, so by the time the user agent
715711
realizes a property value is invalid, it's already thrown away the other
716712
cascaded values. <!--

0 commit comments

Comments
 (0)