@@ -3625,15 +3625,20 @@ <h3 class="heading settled heading" data-level=5.2 id=parser-definitions><span c
3625
3625
instead do nothing
3626
3626
(retain the < a data-link-type =dfn href =#current-input-token title ="current input token "> current input token</ a > unchanged).
3627
3627
3628
- < dt > < dfn data-dfn-type =dfn data-export ="" id =ascii-case-insensitive > ASCII case-insensitive< a class =self-link href =#ascii-case-insensitive > </ a > </ dfn >
3628
+ < dt > < dfn data-dfn-type =dfn data-export ="" id =case-sensitive title =case-sensitive|case-sensitively > case-sensitive< a class =self-link href =#case-sensitive > </ a > </ dfn >
3629
+ < dd >
3630
+ When two strings are to be matched case-sensitively,
3631
+ this means they must be identical < a data-link-type =dfn href =#code-point title ="code point "> code point</ a > for code point.
3632
+
3633
+ < dt > < dfn data-dfn-type =dfn data-export ="" id =ascii-case-insensitive title ="ASCII case-insensitive|ASCII case-insensitively "> ASCII case-insensitive< a class =self-link href =#ascii-case-insensitive > </ a > </ dfn >
3629
3634
< dd >
3630
3635
When two strings are to be matched ASCII case-insensitively,
3631
3636
temporarily convert both of them to ASCII lower-case form
3632
3637
by adding 32 (0x20) to the value of each < a data-link-type =dfn href =#code-point title ="code point "> code point</ a > between
3633
3638
U+0041 LATIN CAPITAL LETTER A (A)
3634
3639
and U+005A LATIN CAPITAL LETTER Z (Z),
3635
3640
inclusive,
3636
- and check if this results in identical sequences of < a data-link-type =dfn href =#code-point title =" code points " > code points </ a > .
3641
+ and check if they are a < a data-link-type =dfn href =#case-sensitive title =case-sensitive > case-sensitive </ a > match .
3637
3642
</ dl >
3638
3643
3639
3644
@@ -5179,11 +5184,14 @@ <h2 class="no-num no-ref heading settled heading" id=index><span class=content>
5179
5184
< li > <an+b>, < a href =#anb-production title ="section 6.2 "> 6.2</ a >
5180
5185
< li > are a valid escape, < a href =#check-if-two-code-points-are-a-valid-escape title ="section 4.3.9 "> 4.3.9</ a >
5181
5186
< li > ASCII case-insensitive, < a href =#ascii-case-insensitive title ="section 5.2 "> 5.2</ a >
5187
+ < li > ASCII case-insensitively, < a href =#ascii-case-insensitive title ="section 5.2 "> 5.2</ a >
5182
5188
< li > <at-keyword-token>, < a href =#typedef-at-keyword-token title ="section 4 "> 4</ a >
5183
5189
< li > at-rule, < a href =#at-rule title ="section 5 "> 5</ a >
5184
5190
< li > B, < a href =#b title ="section 6 "> 6</ a >
5185
5191
< li > <bad-string-token>, < a href =#typedef-bad-string-token title ="section 4 "> 4</ a >
5186
5192
< li > <bad-url-token>, < a href =#typedef-bad-url-token title ="section 4 "> 4</ a >
5193
+ < li > case-sensitive, < a href =#case-sensitive title ="section 5.2 "> 5.2</ a >
5194
+ < li > case-sensitively, < a href =#case-sensitive title ="section 5.2 "> 5.2</ a >
5187
5195
< li > <CDC-token>, < a href =#typedef-cdc-token title ="section 4 "> 4</ a >
5188
5196
< li > <CDO-token>, < a href =#typedef-cdo-token title ="section 4 "> 4</ a >
5189
5197
< li > @charset, < a href =#at-ruledef-charset title ="section 8.2 "> 8.2</ a >
0 commit comments