|
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=2012-11-17 name=dcterms.issued> |
| 14 | + <meta content=2012-12-14 name=dcterms.issued> |
15 | 15 | <meta content="http://dev.w3.org/csswg/css3-syntax/" name=dcterms.creator> |
16 | 16 | <meta content=W3C name=dcterms.publisher> |
17 | | - <meta content="http://www.w3.org/TR/2012/ED-css3-syntax-20121117/" |
| 17 | + <meta content="http://www.w3.org/TR/2012/ED-css3-syntax-20121214/" |
18 | 18 | name=dcterms.identifier> |
19 | 19 | <link href="#contents" rel=contents> |
20 | 20 | <link href="#index" rel=index> |
|
48 | 48 |
|
49 | 49 | <h1>CSS Syntax Module Level 3</h1> |
50 | 50 |
|
51 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 17 November |
| 51 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 December |
52 | 52 | 2012</h2> |
53 | 53 |
|
54 | 54 | <dl> |
@@ -2807,6 +2807,14 @@ <h4 id=definitions0><span class=secno>3.5.1. </span> Definitions</h4> |
2807 | 2807 | href="#declaration-filled"><i>declaration-filled</i></a> at-rules are |
2808 | 2808 | ‘<code class=css>@font-face</code>’ and ‘<code |
2809 | 2809 | class=css>@page</code>’. |
| 2810 | + |
| 2811 | + <dt><dfn id=ascii-case-insensitive>ASCII case-insensitive</dfn> |
| 2812 | + |
| 2813 | + <dd> When two strings are to be matched ASCII case-insensitively, |
| 2814 | + temporarily convert both of them to ASCII lower-case form by adding 32 |
| 2815 | + (0x20) to the value of each codepoint between U+0041 LATIN CAPITAL LETTER |
| 2816 | + A (A) and U+005A LATIN CAPITAL LETTER Z (Z), inclusive, and then compare |
| 2817 | + them on a codepoint-by-codepoint basis. |
2810 | 2818 | </dl> |
2811 | 2819 |
|
2812 | 2820 | <h4 id=top-level-mode><span class=secno>3.5.2. </span> <dfn |
@@ -3136,7 +3144,9 @@ <h4 id=declaration-important-mode><span class=secno>3.5.9. </span> <dfn |
3136 | 3144 |
|
3137 | 3145 | <dd> Do nothing. Remain in this mode. |
3138 | 3146 |
|
3139 | | - <dt>ident token with a value of "important" |
| 3147 | + <dt>ident token with a value of "important", matched <a |
| 3148 | + href="#ascii-case-insensitive"><i |
| 3149 | + title="ASCII case-insensitive">ASCII-case-insensitively</i></a> |
3140 | 3150 |
|
3141 | 3151 | <dd> If the <a href="#current-declaration"><i>current declaration</i></a> |
3142 | 3152 | is one that can be made important, set the important flag of the <a |
@@ -3739,6 +3749,9 @@ <h2 class=no-num id=index> Index</h2> |
3739 | 3749 | <li>After-declaration-name mode, <a href="#after-declaration-name-mode0" |
3740 | 3750 | title="section 3.5.7."><strong>3.5.7.</strong></a> |
3741 | 3751 |
|
| 3752 | + <li>ASCII case-insensitive, <a href="#ascii-case-insensitive" |
| 3753 | + title="section 3.5.1."><strong>3.5.1.</strong></a> |
| 3754 | + |
3742 | 3755 | <li>At-keyword-rest state, <a href="#at-keyword-rest-state0" |
3743 | 3756 | title="section 3.3.11."><strong>3.3.11.</strong></a> |
3744 | 3757 |
|
|
0 commit comments