Skip to content

Commit 1b7a57a

Browse files
committed
[css-syntax] Idents do not have a representation.
1 parent 913c1b1 commit 1b7a57a

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

css-syntax/Overview.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<meta content="CSS Syntax Module Level 3 (CSS3 Syntax)" name=dcterms.title>
1313
<meta content=text name=dcterms.type>
14-
<meta content=2013-06-12 name=dcterms.date>
14+
<meta content=2013-06-17 name=dcterms.date>
1515
<meta content="Tab Atkins Jr." name=dcterms.creator>
1616
<meta content=W3C name=dcterms.publisher>
1717
<meta content="http://dev.w3.org/csswg/css3-syntax/"
@@ -32,7 +32,7 @@
3232
<h1 class=p-name>CSS Syntax Module Level 3</h1>
3333

3434
<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>
3636

3737
<dl>
3838
<dt>This version:
@@ -3560,14 +3560,14 @@ <h3 id=the-anb-type><span class=secno>6.2. </span> The <a
35603560

35613561
<li><dfn
35623562
id=ltndashdigit-ident><code>&lt;ndashdigit-ident></code></dfn> is an
3563-
〈ident〉 whose representation is an <a
3563+
〈ident〉 whose value is an <a
35643564
href="#ascii-case-insensitive"><i>ASCII case-insensitive</i></a>
35653565
match for "n-*", where "*" is a series of one or more <a
35663566
href="#digit"><i>digits</i></a>
35673567

35683568
<li><dfn
35693569
id=ltdashndashdigit-ident><code>&lt;dashndashdigit-ident></code></dfn>
3570-
is an 〈ident〉 whose representation is an <a
3570+
is an 〈ident〉 whose value is an <a
35713571
href="#ascii-case-insensitive"><i>ASCII case-insensitive</i></a>
35723572
match for "-n-*", where "*" is a series of one or more <a
35733573
href="#digit"><i>digits</i></a>
@@ -3624,8 +3624,8 @@ <h3 id=the-anb-type><span class=secno>6.2. </span> The <a
36243624

36253625
<dd> <a href="#a"><var>A</var></a> is the dimension's value, 1, or -1,
36263626
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.
36293629

36303630
<dt><code><a href="#ltn-dimension"><var>&lt;n-dimension></var></a> <a
36313631
href="#ltsigned-integer"><var>&lt;signed-integer></var></a></code>

css-syntax/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2509,8 +2509,8 @@ <h3 id="the-anb-type">
25092509
<ul>
25102510
<li><dfn><code>&lt;n-dimension></code></dfn> is a 〈dimension〉 with its type flag set to "integer", and a unit that is an <i>ASCII case-insensitive</i> match for "n"
25112511
<li><dfn><code>&lt;ndashdigit-dimension></code></dfn> is a 〈dimension〉 with its type flag set to "integer", and a unit that is an <i>ASCII case-insensitive</i> match for "n-*", where "*" is a series of one or more <i>digits</i>
2512-
<li><dfn><code>&lt;ndashdigit-ident></code></dfn> is an 〈ident〉 whose representation is an <i>ASCII case-insensitive</i> match for "n-*", where "*" is a series of one or more <i>digits</i>
2513-
<li><dfn><code>&lt;dashndashdigit-ident></code></dfn> is an 〈ident〉 whose representation is an <i>ASCII case-insensitive</i> match for "-n-*", where "*" is a series of one or more <i>digits</i>
2512+
<li><dfn><code>&lt;ndashdigit-ident></code></dfn> is an 〈ident〉 whose value is an <i>ASCII case-insensitive</i> match for "n-*", where "*" is a series of one or more <i>digits</i>
2513+
<li><dfn><code>&lt;dashndashdigit-ident></code></dfn> is an 〈ident〉 whose value is an <i>ASCII case-insensitive</i> match for "-n-*", where "*" is a series of one or more <i>digits</i>
25142514
<li><dfn><code>&lt;integer></code></dfn> is a 〈number〉 with its type flag set to "integer"
25152515
<li><dfn><code>&lt;signed-integer></code></dfn> is a 〈number〉 with its type flag set to "integer", and whose representation starts with "+" or "-"
25162516
<li><dfn><code>&lt;signless-integer></code></dfn> is a 〈number〉 with its type flag set to "integer", and whose representation start with a <i>digit</i>
@@ -2542,7 +2542,7 @@ <h3 id="the-anb-type">
25422542
<dt><code>'+'? <var>&lt;ndashdigit-ident></var></code>
25432543
<dt><code><var>&lt;dashndashdigit-ident></var></code>
25442544
<dd>
2545-
<var>A</var> is the dimension's value, 1, or -1, respectively. <var>B</var> is the dimension's unit or ident's representation, as appropriate, with the first two characters removed and the remainder interpreted as a base-10 number.
2545+
<var>A</var> is the dimension's value, 1, or -1, respectively. <var>B</var> is the dimension's unit or ident's value, as appropriate, with the first two characters removed and the remainder interpreted as a base-10 number.
25462546

25472547
<dt><code><var>&lt;n-dimension></var> <var>&lt;signed-integer></var></code>
25482548
<dt><code>'+'? n <var>&lt;signed-integer></var></code>

0 commit comments

Comments
 (0)