|
21 | 21 |
|
22 | 22 | <h1>CSS Variables Module Level 1</h1> |
23 | 23 |
|
24 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 10 April 2012</h2> |
| 24 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 9 May 2012</h2> |
25 | 25 |
|
26 | 26 | <dl> |
27 | 27 | <dt>This version: |
28 | | - <!--<dd><a href="http://www.w3.org/TR/2012/WD-css-variables-20120410/">http://www.w3.org/TR/2012/ED-css-variables-20120410/</a>--> |
| 28 | + <!--<dd><a href="http://www.w3.org/TR/2012/WD-css-variables-20120509/">http://www.w3.org/TR/2012/ED-css-variables-20120509/</a>--> |
29 | 29 |
|
30 | 30 |
|
31 | 31 | <dd><a href="http://dev.w3.org/csswg/css-variables/">Editor's draft</a> |
32 | | - (version of 10 April 2012) |
| 32 | + (version of 9 May 2012) |
33 | 33 |
|
34 | 34 | <dt>Latest version: |
35 | 35 |
|
@@ -211,7 +211,7 @@ <h2 id=intro><span class=secno>1. </span> Introduction</h2> |
211 | 211 | property with an author-chosen name, and then use those values in other |
212 | 212 | properties elsewhere in the document. This makes it easier to read large |
213 | 213 | files, as seemingly-arbitrary values now have informative names, and makes |
214 | | - editting such files much easier and less error-prone, as one only has to |
| 214 | + editing such files much easier and less error-prone, as one only has to |
215 | 215 | change the value once, at the variable definition site, and the change |
216 | 216 | will propagate to all uses of that variable automatically. |
217 | 217 |
|
@@ -304,7 +304,7 @@ <h2 id=defining-variables><span class=secno>2. </span> Defining Variables |
304 | 304 | according to the <code>value</code> production in the <a |
305 | 305 | href="http://www.w3.org/TR/CSS2/syndata.html#tokenization">CSS Core |
306 | 306 | Grammar</a>. The values do not have to correspond to any existing CSS |
307 | | - values, as they are not evaluated except to replace variables occuring |
| 307 | + values, as they are not evaluated except to replace variables occurring |
308 | 308 | within them until they are actually referenced in a normal property with a |
309 | 309 | variable. |
310 | 310 |
|
|
0 commit comments