|
13 | 13 | </a></p> |
14 | 14 | <h1 class="p-name no-ref" id="title">CSS Custom Properties for Cascading Variables Module Level 1</h1> |
15 | 15 | <h2 class="no-num no-toc no-ref" id="subtitle">Editor's Draft, |
16 | | - <span class="dt-updated"><span class="value-title" title="20130321">21 March 2013</span></span></h2> |
| 16 | + <span class="dt-updated"><span class="value-title" title="20130322">22 March 2013</span></span></h2> |
17 | 17 | <div data-fill-with="spec-metadata"><dl><dt>This version:</dt><dd><a href="http://dev.w3.org/csswg/css-variables/" class="u-url">http://dev.w3.org/csswg/css-variables/</a></dd><dt>Latest version:</dt><dd><a href="http://www.w3.org/TR/css-variables/">http://www.w3.org/TR/css-variables/</a></dd><dt>Editor's Draft:</dt><dd><a href="http://dev.w3.org/csswg/css-variables/">http://dev.w3.org/csswg/css-variables/</a></dd><dt>Previous Versions:</dt><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><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></dd><dt>Editors: |
18 | 18 | </dt><dd class="p-author h-card vcard"><a href="http://xanthir.com/contact" class="p-name fn u-url url">Tab Atkins Jr.</a> (<span class="p-org org">Google</span>)</dd><dd class="p-author h-card vcard"><span class="p-name fn">Luke Macpherson</span> (<span class="p-org org">Google</span>), <a href="mailto:macpherson@google.com" class="u-email email">macpherson@google.com</a></dd><dd class="p-author h-card vcard"><span class="p-name fn">Daniel Glazman</span> (<span class="p-org org">Disruptive Innovations</span>), <a href="mailto:daniel.glazman@disruptive-innovations.com" class="u-email email">daniel.glazman@disruptive-innovations.com</a></dd></dl></div> |
19 | 19 | <p data-fill-with="copyright" class="copyright"><span><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright" rel="license">Copyright</a> © 2013 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href="http://www.ercim.eu/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, |
@@ -63,7 +63,7 @@ <h2 id="contents" class="no-num no-toc no-ref">Table of contents</h2> |
63 | 63 | Introduction</a><ul class="toc"><li><a href="#module-interactions"><span class="secno">1.1 </span> |
64 | 64 | Module Interactions</a></li><li><a href="#values"><span class="secno">1.2 </span> |
65 | 65 | Values</a></li></ul></li><li><a href="#defining-variables"><span class="secno">2 </span> |
66 | | -Defining Custom Properties: the `var-*` family of properties</a></li><li><a href="#using-variables"><span class="secno">3 </span> |
| 66 | +Defining Custom Properties: the </a><a data-autolink="property" class="property" title="var-*" href="#var-">var-*</a> family of properties</li><li><a href="#using-variables"><span class="secno">3 </span> |
67 | 67 | Using Cascading Variables: the </a><a data-autolink="maybe" class="css">var()</a> notation<ul class="toc"><li><a href="#invalid-variables"><span class="secno">3.1 </span> |
68 | 68 | Invalid Variables</a></li></ul></li><li><a href="#cssom"><span class="secno">4 </span> |
69 | 69 | APIs</a><ul class="toc"><li><a href="#the-cssstyledeclaration-interface"><span class="secno">4.1 </span> |
@@ -135,7 +135,7 @@ <h2 id="introduction" data-level="1"><span class="secno">1 </span> |
135 | 135 |
|
136 | 136 |
|
137 | 137 | </p><h2 id="defining-variables" data-level="2"><span class="secno">2 </span> |
138 | | -Defining Custom Properties: the `var-*` family of properties</h2> |
| 138 | +Defining Custom Properties: the <a data-autolink="property" class="property" title="var-*" href="#var-">var-*</a> family of properties</h2> |
139 | 139 |
|
140 | 140 | <p> This specification defines an open-ended set of properties called <a data-autolink="link" href="#custom-property">custom properties</a>, |
141 | 141 | which are used to define <a data-autolink="link" href="#cascading-variable">variables</a>. |
|
0 commit comments