|
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-05-13 name=dcterms.date> |
| 14 | + <meta content=2013-05-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=20130513>13 May 2013</time></h2> |
| 35 | + class=dt-updated datetime=20130517>17 May 2013</time></h2> |
36 | 36 |
|
37 | 37 | <dl> |
38 | 38 | <dt>This version: |
@@ -667,9 +667,9 @@ <h4 id=preprocessing-the-input-stream><span class=secno>3.2.1. </span> |
667 | 667 | make the following character substitutions: |
668 | 668 |
|
669 | 669 | <ul> |
670 | | - <li> Replace any U+000D CARRIAGE RETURN (CR) characters or pairs of U+000D |
671 | | - CARRIAGE RETURN (CR) followed by U+000A LINE FEED (LF) by a single U+000A |
672 | | - LINE FEED (LF) character. |
| 670 | + <li> Replace any U+000D CARRIAGE RETURN (CR) characters, U+000C FORM FEED |
| 671 | + (FF) characters, or pairs of U+000D CARRIAGE RETURN (CR) followed by |
| 672 | + U+000A LINE FEED (LF) by a single U+000A LINE FEED (LF) character. |
673 | 673 |
|
674 | 674 | <li> Replace any U+0000 NULL characters with U+FFFD REPLACEMENT CHARACTER |
675 | 675 | (�). |
@@ -1492,8 +1492,8 @@ <h3 id=definitions><span class=secno>4.3. </span> Definitions</h3> |
1492 | 1492 |
|
1493 | 1493 | <dt><dfn id=newline>newline</dfn> |
1494 | 1494 |
|
1495 | | - <dd> U+000A LINE FEED or U+000C FORM FEED. <span class=note> Note that |
1496 | | - U+000D CARRIAGE RETURN is not included in this definition, as it is |
| 1495 | + <dd> U+000A LINE FEED. <span class=note> Note that U+000D CARRIAGE RETURN |
| 1496 | + and U+000C FORM FEED are not included in this definition, as they are |
1497 | 1497 | removed from the stream during preprocessing. </span> |
1498 | 1498 |
|
1499 | 1499 | <dt><dfn id=whitespace>whitespace</dfn> |
|
0 commit comments