|
54 | 54 | </p> |
55 | 55 | <h1 class="p-name no-ref" id=title>CSS Custom Properties for Cascading Variables Module Level 1</h1> |
56 | 56 | <h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft, |
57 | | - <span class=dt-updated><span class=value-title title=20131217>17 December 2013</span></span></span></h2> |
| 57 | + <span class=dt-updated><span class=value-title title=20140103>3 January 2014</span></span></span></h2> |
58 | 58 | <div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-variables/>http://dev.w3.org/csswg/css-variables/</a><dt>Latest version:<dd><a href=http://www.w3.org/TR/css-variables-1/>http://www.w3.org/TR/css-variables-1/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/css-variables/>http://dev.w3.org/csswg/css-variables/</a><dt>Previous Versions:<dd><a href=http://www.w3.org/TR/2013/WD-css-variables-20130312/ rel=previous>http://www.w3.org/TR/2013/WD-css-variables-20130312/</a><dd><a href=http://www.w3.org/TR/2012/WD-css-variables-20120410/ rel=previous>http://www.w3.org/TR/2012/WD-css-variables-20120410/</a> |
59 | 59 | <dt>Feedback:</dt> |
60 | 60 | <dd><a href="mailto:www-style@w3.org?subject=%5Bcss-variables%5D%20feedback">www-style@w3.org</a> |
@@ -196,7 +196,7 @@ <h2 class="heading settled heading" data-level=2 id=defining-variables><span cla |
196 | 196 | such that they just never animate, |
197 | 197 | not even with the "just flip at 50% progress" like everything else? |
198 | 198 |
|
199 | | -<p> A <dfn data-dfn-type=dfn data-noexport="" id=custom-property>custom property<a class=self-link href=#custom-property></a></dfn> is any property |
| 199 | +<p> A <dfn data-dfn-type=dfn data-export="" id=custom-property>custom property<a class=self-link href=#custom-property></a></dfn> is any property |
200 | 200 | whose name starts with "var-", |
201 | 201 | and contains at least one additional character. |
202 | 202 | <a data-link-type=dfn href=#custom-property title="custom properties">Custom properties</a> are solely for use by authors and users; |
@@ -316,7 +316,7 @@ <h3 class="heading settled heading" data-level=2.2 id=using><span class=secno>2. |
316 | 316 | Using Custom Properties</span><a class=self-link href=#using></a></h3> |
317 | 317 |
|
318 | 318 | <p> The primary purpose of <a data-link-type=dfn href=#custom-property title="custom properties">custom properties</a> is to define <a data-link-type=dfn href=#variable title="cascading variables">cascading variables</a>. |
319 | | - In CSS, a <dfn data-dfn-type=dfn data-noexport="" id=variable title="variable|cascading variable">cascading variable<a class=self-link href=#variable></a></dfn> is a value that can be substituted into other properties, |
| 319 | + In CSS, a <dfn data-dfn-type=dfn data-export="" id=variable title="variable|cascading variable">cascading variable<a class=self-link href=#variable></a></dfn> is a value that can be substituted into other properties, |
320 | 320 | allowing authors to "abstract" parts of their page’s CSS out |
321 | 321 | and reuse it in several places. |
322 | 322 | Every <a data-link-type=dfn href=#custom-property title="custom property">custom property</a> defines a corresponding <a data-link-type=dfn href=#variable title=variable>variable</a> |
|
0 commit comments