|
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-02-04 name=dcterms.issued> |
| 14 | + <meta content=2013-02-05 name=dcterms.issued> |
15 | 15 | <meta content="http://dev.w3.org/csswg/css3-syntax/" name=dcterms.creator> |
16 | 16 | <meta content=W3C name=dcterms.publisher> |
17 | | - <meta content="http://www.w3.org/TR/2013/ED-css3-syntax-20130204/" |
| 17 | + <meta content="http://www.w3.org/TR/2013/ED-css3-syntax-20130205/" |
18 | 18 | name=dcterms.identifier> |
19 | 19 | <link href="#contents" rel=contents> |
20 | 20 | <link href="#index" rel=index> |
|
31 | 31 |
|
32 | 32 | <h1>CSS Syntax Module Level 3</h1> |
33 | 33 |
|
34 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 4 February |
| 34 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 5 February |
35 | 35 | 2013</h2> |
36 | 36 |
|
37 | 37 | <dl> |
@@ -1494,10 +1494,10 @@ <h4 id=data-state><span class=secno>4.4.1. </span> <dfn id=data-state0>Data |
1494 | 1494 |
|
1495 | 1495 | <dd> If the <a href="#next-input-character"><i |
1496 | 1496 | title="next input character">next 2 input character</i></a> are U+002B |
1497 | | - PLUS SIGN (+) followed by a <a href="#hex-digit"><i>hex digit</i></a>, |
1498 | | - consume the <a href="#next-input-character"><i>next input |
1499 | | - character</i></a>. <span class=note>Note: don't consume both of |
1500 | | - them.</span> Switch to the <a |
| 1497 | + PLUS SIGN (+) followed by a <a href="#hex-digit"><i>hex digit</i></a> or |
| 1498 | + U+003F QUESTION MARK (?), consume the <a |
| 1499 | + href="#next-input-character"><i>next input character</i></a>. <span |
| 1500 | + class=note>Note: don't consume both of them.</span> Switch to the <a |
1501 | 1501 | href="#unicode-range-state0"><i>unicode-range state</i></a>. |
1502 | 1502 | <p>Otherwise, switch to the <a href="#ident-state0"><i>ident |
1503 | 1503 | state</i></a>. Reconsume the <a |
|
0 commit comments