|
8 | 8 | <link href="http://purl.org/dc/terms/" rel=schema.DC> |
9 | 9 | <meta content="CSS Cascading Variables Module Level 1" name=DC.title> |
10 | 10 | <meta content=text name=DC.type> |
11 | | - <meta content=2012-08-31 name=DC.issued> |
| 11 | + <meta content=2012-09-01 name=DC.issued> |
12 | 12 | <meta content="http://dev.w3.org/csswg/css-variables/" name=DC.creator> |
13 | 13 | <meta content=W3C name=DC.publisher> |
14 | | - <meta content="http://www.w3.org/TR/2012/ED-css-variables-20120831/" |
| 14 | + <meta content="http://www.w3.org/TR/2012/ED-css-variables-20120901/" |
15 | 15 | name=DC.identifier> |
16 | 16 | <link href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright" |
17 | 17 | rel=DC.rights> |
18 | | - <link href="http://dev.w3.org/csswg/default.css" rel=stylesheet |
19 | | - type="text/css"> |
| 18 | + <link href="../default.css" rel=stylesheet type="text/css"> |
20 | 19 | <link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet |
21 | 20 | type="text/css"> |
22 | 21 |
|
|
27 | 26 |
|
28 | 27 | <h1>CSS Cascading Variables Module Level 1</h1> |
29 | 28 |
|
30 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 31 August 2012</h2> |
| 29 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 1 September |
| 30 | + 2012</h2> |
31 | 31 |
|
32 | 32 | <dl> |
33 | 33 | <dt>This version: |
34 | | - <!--<dd><a href="http://www.w3.org/TR/2012/WD-css-variables-20120831/">http://www.w3.org/TR/2012/ED-css-variables-20120831/</a>--> |
| 34 | + <!--<dd><a href="http://www.w3.org/TR/2012/WD-css-variables-20120901/">http://www.w3.org/TR/2012/ED-css-variables-20120901/</a>--> |
35 | 35 |
|
36 | 36 | <dd><a href="http://dev.w3.org/csswg/css-variables/">Editor's draft</a> |
37 | | - (version of 31 August 2012) |
| 37 | + (version of 1 September 2012) |
38 | 38 |
|
39 | 39 | <dt>Latest version: |
40 | 40 |
|
@@ -691,22 +691,27 @@ <h3 id=invalid-variables><span class=secno>3.1. </span> Invalid Variables</h3> |
691 | 691 | <h2 id=cssom><span class=secno>4. </span> APIs</h2> |
692 | 692 |
|
693 | 693 | <h3 id=the-cssstyledeclaration-interface><span class=secno>4.1. </span> |
694 | | - Extensions to the <code>CSSStyleDeclaration</code> Interface</h3> |
| 694 | + Extensions to the <a |
| 695 | + href="#cssstyledeclaration"><code>CSSStyleDeclaration</code></a> Interface</h3> |
695 | 696 |
|
696 | | - <p> The <code>CSSStyleDeclaration</code> interface is amended as follows: |
| 697 | + <p> The <dfn id=cssstyledeclaration><code>CSSStyleDeclaration</code></dfn> |
| 698 | + interface is amended as follows: |
697 | 699 |
|
698 | 700 | <pre class=idl> |
699 | 701 | partial interface CSSStyleDeclaration { |
700 | 702 | attribute CSSVariablesDeclaration var; |
701 | 703 | }</pre> |
702 | 704 |
|
703 | 705 | <h3 id=the-cssvariablesdeclaration-interface><span class=secno>4.2. </span> |
704 | | - The <code>CSSVariablesDeclaration</code> Interface</h3> |
| 706 | + The <a |
| 707 | + href="#cssvariablesdeclaration"><code>CSSVariablesDeclaration</code></a> |
| 708 | + Interface</h3> |
705 | 709 |
|
706 | | - <p> The <code>CSSVariablesDeclaration</code> interface exposes the <a |
707 | | - href="#custom-property"><i>custom properties</i></a> declared in the |
708 | | - block, in a more convenient fashion than the |
709 | | - <code>getPropertyValue()</code>/etc. functions. |
| 710 | + <p> The <dfn |
| 711 | + id=cssvariablesdeclaration><code>CSSVariablesDeclaration</code></dfn> |
| 712 | + interface exposes the <a href="#custom-property"><i>custom |
| 713 | + properties</i></a> declared in the block, in a more convenient fashion |
| 714 | + than the <code>getPropertyValue()</code>/etc. functions. |
710 | 715 |
|
711 | 716 | <pre class=idl> |
712 | 717 | interface CSSVariablesDeclaration { |
@@ -1004,6 +1009,15 @@ <h2 class=no-num id=index>Index</h2> |
1004 | 1009 | <li>creator, <a href="#cssvariablesdeclaration-creator" |
1005 | 1010 | title=creator><strong>4.2.</strong></a> |
1006 | 1011 |
|
| 1012 | + <li><a href="#cssstyledeclaration"><code>CSSStyleDeclaration</code></a>, |
| 1013 | + <a href="#cssstyledeclaration" |
| 1014 | + title=CSSStyleDeclaration><strong>4.1.</strong></a> |
| 1015 | + |
| 1016 | + <li><a |
| 1017 | + href="#cssvariablesdeclaration"><code>CSSVariablesDeclaration</code></a>, |
| 1018 | + <a href="#cssvariablesdeclaration" |
| 1019 | + title=CSSVariablesDeclaration><strong>4.2.</strong></a> |
| 1020 | + |
1007 | 1021 | <li>custom properties, <a href="#custom-property" |
1008 | 1022 | title="custom properties"><strong>2.</strong></a> |
1009 | 1023 |
|
|
0 commit comments