|
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 17 April 2012</h2> |
| 39 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 April 2012</h2> |
40 | 40 |
|
41 | 41 | <dl> |
42 | 42 | <dt>This version: |
43 | 43 |
|
44 | 44 | <dd><a class=replaceme |
45 | | - href="http://www.w3.org/TR/2012/ED-cssN-FIXME-20120417/">http://www.w3.org/TR/2012/ED-cssN-FIXME-20120417/</a> |
| 45 | + href="http://www.w3.org/TR/2012/ED-cssN-FIXME-20120420/">http://www.w3.org/TR/2012/ED-cssN-FIXME-20120420/</a> |
46 | 46 |
|
47 | 47 |
|
48 | 48 | <dt>Latest version: |
@@ -782,9 +782,9 @@ <h4 id=double-quote-string-state><span class=secno>3.4.4. </span> <dfn |
782 | 782 | character</i></a> is a <a href="#newline"><i>newline</i></a>, consume |
783 | 783 | it. Remain in this state. |
784 | 784 |
|
785 | | - <p> Otherwise, consume the <a href="#next-input-character"><i>next input |
786 | | - character</i></a> and append it to the string token's value. Remain in |
787 | | - this state. |
| 785 | + <p> Otherwise, <a href="#consume-an-escaped-character0"><i>consume an |
| 786 | + escaped character</i></a>. Append the returned character to the string |
| 787 | + token's value. Remain in this state. |
788 | 788 |
|
789 | 789 | <dt>anything else |
790 | 790 |
|
@@ -829,9 +829,9 @@ <h4 id=single-quote-string-state><span class=secno>3.4.5. </span> <dfn |
829 | 829 | character</i></a> is a <a href="#newline"><i>newline</i></a>, consume |
830 | 830 | it. Remain in this state. |
831 | 831 |
|
832 | | - <p> Otherwise, consume the <a href="#next-input-character"><i>next input |
833 | | - character</i></a> and append it to the string token's value. Remain in |
834 | | - this state. |
| 832 | + <p> Otherwise, <a href="#consume-an-escaped-character0"><i>consume an |
| 833 | + escaped character</i></a>. Append the returned character to the string |
| 834 | + token's value. Remain in this state. |
835 | 835 |
|
836 | 836 | <dt>anything else |
837 | 837 |
|
@@ -1570,10 +1570,9 @@ <h4 id=url-double-quote-state><span class=secno>3.4.20. </span> <dfn |
1570 | 1570 | character</i></a> is a <a href="#newline"><i>newline</i></a>, consume it |
1571 | 1571 | and remain in this state. |
1572 | 1572 |
|
1573 | | - <p> Otherwise, consume the <a href="#next-input-character"><i>next input |
1574 | | - character</i></a>. Append the <a |
1575 | | - href="#current-input-character"><i>current input character</i></a> to |
1576 | | - the url token’s value. Remain in this state. |
| 1573 | + <p> Otherwise, <a href="#consume-an-escaped-character0"><i>consume an |
| 1574 | + escaped character</i></a>. Append the returned character to the url |
| 1575 | + token’s value. Remain in this state. |
1577 | 1576 |
|
1578 | 1577 | <dt>anything else |
1579 | 1578 |
|
@@ -1611,10 +1610,9 @@ <h4 id=url-single-quote-state><span class=secno>3.4.21. </span> <dfn |
1611 | 1610 | character</i></a> is a <a href="#newline"><i>newline</i></a>, consume it |
1612 | 1611 | and remain in this state. |
1613 | 1612 |
|
1614 | | - <p> Otherwise, consume the <a href="#next-input-character"><i>next input |
1615 | | - character</i></a>. Append the <a |
1616 | | - href="#current-input-character"><i>current input character</i></a> to |
1617 | | - the url token’s value. Remain in this state. |
| 1613 | + <p> Otherwise, <a href="#consume-an-escaped-character0"><i>consume an |
| 1614 | + escaped character</i></a>. Append the returned character to the url |
| 1615 | + token’s value. Remain in this state. |
1618 | 1616 |
|
1619 | 1617 | <dt>anything else |
1620 | 1618 |
|
@@ -2293,7 +2291,7 @@ <h2 class=no-num id=property-index> Property index</h2> |
2293 | 2291 | <table class=proptable> |
2294 | 2292 | <thead> |
2295 | 2293 | <tr> |
2296 | | - <th>Property |
| 2294 | + <th>properties |
2297 | 2295 |
|
2298 | 2296 | <th>Values |
2299 | 2297 |
|
|
0 commit comments