|
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-17 name=dcterms.date> |
| 14 | + <meta content=2013-06-19 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=20130617>17 June 2013</time></h2> |
| 35 | + class=dt-updated datetime=20130619>19 June 2013</time></h2> |
36 | 36 |
|
37 | 37 | <dl> |
38 | 38 | <dt>This version: |
@@ -553,12 +553,12 @@ <h3 id=overview-of-the-parsing-model><span class=secno>3.1. </span> |
553 | 553 | <h3 id=the-input-byte-stream><span class=secno>3.2. </span> The input byte |
554 | 554 | stream</h3> |
555 | 555 |
|
556 | | - <p> The stream of Unicode code points that comprises the input to the |
557 | | - tokenization stage may be initially seen by the user agent as a stream of |
558 | | - bytes (typically coming over the network or from the local file system). |
559 | | - The bytes encode the actual characters according to a particular character |
560 | | - encoding, which the user agent must use to decode the bytes into |
561 | | - characters. |
| 556 | + <p> When parsing a stylesheet, the stream of Unicode code points that |
| 557 | + comprises the input to the tokenization stage may be initially seen by the |
| 558 | + user agent as a stream of bytes (typically coming over the network or from |
| 559 | + the local file system). The bytes encode the actual characters according |
| 560 | + to a particular character encoding, which the user agent must use to |
| 561 | + decode the bytes into characters. |
562 | 562 |
|
563 | 563 | <p> To decode the stream of bytes into a stream of characters, UAs must |
564 | 564 | follow these steps. |
@@ -1823,8 +1823,9 @@ <h4 id=consume-a-string-token><span class=secno>4.3.4. </span> <dfn |
1823 | 1823 |
|
1824 | 1824 | <dt><a href="#newline"><i>newline</i></a> |
1825 | 1825 |
|
1826 | | - <dd> This is a <a href="#parse-errors"><i>parse error</i></a>. Create a |
1827 | | - 〈bad-string〉 and return it. |
| 1826 | + <dd> This is a <a href="#parse-errors"><i>parse error</i></a>. <a |
| 1827 | + href="#reconsume-the-current-input-character"><i>Reconsume the current |
| 1828 | + input character</i></a>, create a 〈bad-string〉, and return it. |
1828 | 1829 |
|
1829 | 1830 | <dt>U+005C REVERSE SOLIDUS (\) |
1830 | 1831 |
|
|
0 commit comments