|
11 | 11 |
|
12 | 12 | <meta content="CSS Syntax Module Level 3 (CSS3 Syntax)" name=dcterms.title> |
13 | 13 | <meta content=text name=dcterms.type> |
14 | | - <meta content=2013-06-12 name=dcterms.date> |
| 14 | + <meta content=2013-06-17 name=dcterms.date> |
15 | 15 | <meta content="Tab Atkins Jr." name=dcterms.creator> |
16 | 16 | <meta content=W3C name=dcterms.publisher> |
17 | 17 | <meta content="http://dev.w3.org/csswg/css3-syntax/" |
|
32 | 32 | <h1 class=p-name>CSS Syntax Module Level 3</h1> |
33 | 33 |
|
34 | 34 | <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft <time |
35 | | - class=dt-updated datetime=20130612>12 June 2013</time></h2> |
| 35 | + class=dt-updated datetime=20130617>17 June 2013</time></h2> |
36 | 36 |
|
37 | 37 | <dl> |
38 | 38 | <dt>This version: |
@@ -3560,14 +3560,14 @@ <h3 id=the-anb-type><span class=secno>6.2. </span> The <a |
3560 | 3560 |
|
3561 | 3561 | <li><dfn |
3562 | 3562 | id=ltndashdigit-ident><code><ndashdigit-ident></code></dfn> is an |
3563 | | - 〈ident〉 whose representation is an <a |
| 3563 | + 〈ident〉 whose value is an <a |
3564 | 3564 | href="#ascii-case-insensitive"><i>ASCII case-insensitive</i></a> |
3565 | 3565 | match for "n-*", where "*" is a series of one or more <a |
3566 | 3566 | href="#digit"><i>digits</i></a> |
3567 | 3567 |
|
3568 | 3568 | <li><dfn |
3569 | 3569 | id=ltdashndashdigit-ident><code><dashndashdigit-ident></code></dfn> |
3570 | | - is an 〈ident〉 whose representation is an <a |
| 3570 | + is an 〈ident〉 whose value is an <a |
3571 | 3571 | href="#ascii-case-insensitive"><i>ASCII case-insensitive</i></a> |
3572 | 3572 | match for "-n-*", where "*" is a series of one or more <a |
3573 | 3573 | href="#digit"><i>digits</i></a> |
@@ -3624,8 +3624,8 @@ <h3 id=the-anb-type><span class=secno>6.2. </span> The <a |
3624 | 3624 |
|
3625 | 3625 | <dd> <a href="#a"><var>A</var></a> is the dimension's value, 1, or -1, |
3626 | 3626 | respectively. <a href="#b"><var>B</var></a> is the dimension's unit |
3627 | | - or ident's representation, as appropriate, with the first two |
3628 | | - characters removed and the remainder interpreted as a base-10 number. |
| 3627 | + or ident's value, as appropriate, with the first two characters |
| 3628 | + removed and the remainder interpreted as a base-10 number. |
3629 | 3629 |
|
3630 | 3630 | <dt><code><a href="#ltn-dimension"><var><n-dimension></var></a> <a |
3631 | 3631 | href="#ltsigned-integer"><var><signed-integer></var></a></code> |
|
0 commit comments