|
57 | 57 | <h1 class="p-name no-ref" id=title>CSS Custom Properties for Cascading Variables Module Level 1</h1> |
58 | 58 | <h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft, |
59 | 59 | <span class=dt-updated><span class=value-title title=20140325>25 March 2014</span></span></span></h2> |
60 | | - <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> |
| 60 | + <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-1-20130620/ rel=previous>http://www.w3.org/TR/2013/WD-css-variables-1-20130620/</a><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> |
61 | 61 | <dt>Feedback:</dt> |
62 | 62 | <dd><a href="mailto:www-style@w3.org?subject=%5Bcss-variables%5D%20feedback">www-style@w3.org</a> |
63 | 63 | with subject line |
@@ -120,7 +120,7 @@ <h2 class="no-num no-toc no-ref heading settled heading" id=contents><span class |
120 | 120 | <li><a href=#cssom><span class=secno>4</span> APIs</a> |
121 | 121 | <ul class=toc> |
122 | 122 | <li><a href=#serializing-custom-props><span class=secno>4.1</span> Serializing Custom Properties</a></ul></ul> |
123 | | - <li><a href=#changes><span class=secno>5</span> Changes</a> |
| 123 | + <li><a href=#changes><span class=secno>5</span> Changes since the June 20 2013 Last Call Working Draft</a> |
124 | 124 | <li><a href=#acks><span class=secno>6</span> Acknowledgments</a> |
125 | 125 | <li><a href=#conformance><span class=secno></span> Conformance</a> |
126 | 126 | <ul class=toc> |
@@ -667,7 +667,21 @@ <h4 class="heading settled heading" data-level=4.1 id=serializing-custom-props>< |
667 | 667 |
|
668 | 668 |
|
669 | 669 | <h2 class="heading settled heading" data-level=5 id=changes><span class=secno>5 </span><span class=content> |
670 | | -Changes</span><a class=self-link href=#changes></a></h2> |
| 670 | +Changes since the June 20 2013 Last Call Working Draft</span><a class=self-link href=#changes></a></h2> |
| 671 | + |
| 672 | +<p> <ul> |
| 673 | + <li> |
| 674 | + The syntax of custom properties was changed from <span class=css data-link-type=maybe title=var-foo>var-foo</span> to <span class=css data-link-type=maybe title=--foo>--foo</span>. |
| 675 | + |
| 676 | + <li> |
| 677 | + The <a class=css data-link-type=maybe href=#funcdef-var title=var()>var()</a> function takes the full custom property name as its first argument, |
| 678 | + rather than the name minus a prefix. |
| 679 | + |
| 680 | + <li> |
| 681 | + The CSSVariablesMap interface was removed, |
| 682 | + in favor of a better custom-property API to be defined in the future. |
| 683 | + </ul> |
| 684 | + |
671 | 685 |
|
672 | 686 |
|
673 | 687 | <h2 class="heading settled heading" data-level=6 id=acks><span class=secno>6 </span><span class=content> |
|
0 commit comments