@@ -3625,15 +3625,20 @@ <h3 class="heading settled heading" data-level=5.2 id=parser-definitions><span c
36253625 instead do nothing
36263626 (retain the < a data-link-type =dfn href =#current-input-token title ="current input token "> current input token</ a > unchanged).
36273627
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 >
36293634 < dd >
36303635 When two strings are to be matched ASCII case-insensitively,
36313636 temporarily convert both of them to ASCII lower-case form
36323637 by adding 32 (0x20) to the value of each < a data-link-type =dfn href =#code-point title ="code point "> code point</ a > between
36333638 U+0041 LATIN CAPITAL LETTER A (A)
36343639 and U+005A LATIN CAPITAL LETTER Z (Z),
36353640 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 .
36373642 </ dl >
36383643
36393644
@@ -5179,11 +5184,14 @@ <h2 class="no-num no-ref heading settled heading" id=index><span class=content>
51795184< li > <an+b>, < a href =#anb-production title ="section 6.2 "> 6.2</ a >
51805185< 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 >
51815186< 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 >
51825188< li > <at-keyword-token>, < a href =#typedef-at-keyword-token title ="section 4 "> 4</ a >
51835189< li > at-rule, < a href =#at-rule title ="section 5 "> 5</ a >
51845190< li > B, < a href =#b title ="section 6 "> 6</ a >
51855191< li > <bad-string-token>, < a href =#typedef-bad-string-token title ="section 4 "> 4</ a >
51865192< 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 >
51875195< li > <CDC-token>, < a href =#typedef-cdc-token title ="section 4 "> 4</ a >
51885196< li > <CDO-token>, < a href =#typedef-cdo-token title ="section 4 "> 4</ a >
51895197< li > @charset, < a href =#at-ruledef-charset title ="section 8.2 "> 8.2</ a >
0 commit comments