|
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-06 name=dcterms.date> |
| 14 | + <meta content=2013-06-12 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=20130606> 6 June 2013</time></h2> |
| 35 | + class=dt-updated datetime=20130612>12 June 2013</time></h2> |
36 | 36 |
|
37 | 37 | <dl> |
38 | 38 | <dt>This version: |
@@ -198,8 +198,8 @@ <h2 class="no-num no-toc" id=contents> Table of contents</h2> |
198 | 198 | <li><a href="#consume-a-string-token"><span class=secno>4.3.4. </span> |
199 | 199 | Consume a string token</a> |
200 | 200 |
|
201 | | - <li><a href="#consume-a-url-token-"><span class=secno>4.3.5. </span> |
202 | | - Consume a url token </a> |
| 201 | + <li><a href="#consume-a-url-token"><span class=secno>4.3.5. </span> |
| 202 | + Consume a url token</a> |
203 | 203 |
|
204 | 204 | <li><a href="#consume-a-unicode-range-token"><span class=secno>4.3.6. |
205 | 205 | </span> Consume a unicode-range token</a> |
@@ -1781,7 +1781,8 @@ <h4 id=consume-an-ident-like-token><span class=secno>4.3.3. </span> <dfn |
1781 | 1781 | href="#ascii-case-insensitive"><i>ASCII case-insensitive</i></a> match for |
1782 | 1782 | "url", and the <a href="#next-input-character"><i>next input |
1783 | 1783 | character</i></a> is U+0028 LEFT PARENTHESIS ((), consume it. <a |
1784 | | - href="#consume-a-url-token"><i>Consume a url token</i></a>, and return it. |
| 1784 | + href="#consume-a-url-token0"><i>Consume a url token</i></a>, and return |
| 1785 | + it. |
1785 | 1786 |
|
1786 | 1787 | <p> Otherwise, if the <a href="#next-input-character"><i>next input |
1787 | 1788 | character</i></a> is U+0028 LEFT PARENTHESIS ((), consume it. Create a |
@@ -1838,12 +1839,12 @@ <h4 id=consume-a-string-token><span class=secno>4.3.4. </span> <dfn |
1838 | 1839 | character</i></a> to the 〈string〉’s value. |
1839 | 1840 | </dl> |
1840 | 1841 |
|
1841 | | - <h4 id=consume-a-url-token-><span class=secno>4.3.5. </span> <dfn |
1842 | | - id=consume-a-url-token>Consume a url token</dfn></h4> |
| 1842 | + <h4 id=consume-a-url-token><span class=secno>4.3.5. </span> <dfn |
| 1843 | + id=consume-a-url-token0>Consume a url token</dfn></h4> |
1843 | 1844 |
|
1844 | | - <p> This section describes how to <a href="#consume-a-url-token"><i>consume |
1845 | | - a url token</i></a> from a stream of characters. It returns either a |
1846 | | - 〈url〉 or a 〈bad-url〉. |
| 1845 | + <p> This section describes how to <a |
| 1846 | + href="#consume-a-url-token0"><i>consume a url token</i></a> from a stream |
| 1847 | + of characters. It returns either a 〈url〉 or a 〈bad-url〉. |
1847 | 1848 |
|
1848 | 1849 | <p class=note> This algorithm assumes that the initial "url(" has already |
1849 | 1850 | been consumed. |
@@ -4281,7 +4282,7 @@ <h2 class=no-num id=index> Index</h2> |
4281 | 4282 | href="#consume-a-unicode-range-token0" |
4282 | 4283 | title="section 4.3.6."><strong>4.3.6.</strong></a> |
4283 | 4284 |
|
4284 | | - <li>Consume a url token, <a href="#consume-a-url-token" |
| 4285 | + <li>Consume a url token, <a href="#consume-a-url-token0" |
4285 | 4286 | title="section 4.3.5."><strong>4.3.5.</strong></a> |
4286 | 4287 |
|
4287 | 4288 | <li>Consume the remnants of a bad url, <a |
|
0 commit comments