|
36 | 36 |
|
37 | 37 | <h1>CSS Syntax Module Level 3</h1> |
38 | 38 |
|
39 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 June 2012</h2> |
| 39 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 June 2012</h2> |
40 | 40 |
|
41 | 41 | <dl> |
42 | 42 | <dt>This version: |
@@ -920,9 +920,8 @@ <h4 id=double-quote-string-state><span class=secno>3.4.4. </span> <dfn |
920 | 920 | <dt>U+005C REVERSE SOLIDUS (\) |
921 | 921 |
|
922 | 922 | <dd> If the <a href="#next-input-character"><i>next input |
923 | | - character</i></a> is an EOF, this is a <i>parse error</i>. Append a |
924 | | - U+005C REVERSE SOLIDUS (\) to the string token's value and emit the |
925 | | - string token, then switch to the <a href="#data-state0"><i>data |
| 923 | + character</i></a> is an EOF, this is a <i>parse error</i>. Emit a |
| 924 | + bad-string token, then switch to the <a href="#data-state0"><i>data |
926 | 925 | state</i></a>. |
927 | 926 | <p> Otherwise, if the <a href="#next-input-character"><i>next input |
928 | 927 | character</i></a> is a <a href="#newline"><i>newline</i></a>, consume |
@@ -967,9 +966,8 @@ <h4 id=single-quote-string-state><span class=secno>3.4.5. </span> <dfn |
967 | 966 | <dt>U+005C REVERSE SOLIDUS (\) |
968 | 967 |
|
969 | 968 | <dd> If the <a href="#next-input-character"><i>next input |
970 | | - character</i></a> is an EOF, this is a <i>parse error</i>. Append a |
971 | | - U+005C REVERSE SOLIDUS (\) to the string token's value and emit the |
972 | | - string token, then switch to the <a href="#data-state0"><i>data |
| 969 | + character</i></a> is an EOF, this is a <i>parse error</i>. Emit a |
| 970 | + bad-string token, then switch to the <a href="#data-state0"><i>data |
973 | 971 | state</i></a>. |
974 | 972 | <p> Otherwise, if the <a href="#next-input-character"><i>next input |
975 | 973 | character</i></a> is a <a href="#newline"><i>newline</i></a>, consume |
|
0 commit comments