File tree 1 file changed +0
-15
lines changed 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -1956,21 +1956,6 @@ Definitions</h3>
1956
1956
The next time an algorithm instructs you to <a>consume the next input token</a> ,
1957
1957
instead do nothing
1958
1958
(retain the <a>current input token</a> unchanged).
1959
-
1960
- <dt> <dfn export lt="case-sensitive|case-sensitively">case-sensitive</dfn>
1961
- <dd>
1962
- When two strings are to be matched case-sensitively,
1963
- this means they must be identical <a>code point</a> for code point.
1964
-
1965
- <dt> <dfn export lt="ASCII case-insensitive|ASCII case-insensitively">ASCII case-insensitive</dfn>
1966
- <dd>
1967
- When two strings are to be matched ASCII case-insensitively,
1968
- temporarily convert both of them to ASCII lower-case form
1969
- by adding 32 (0x20) to the value of each <a>code point</a> between
1970
- U+0041 LATIN CAPITAL LETTER A (A)
1971
- and U+005A LATIN CAPITAL LETTER Z (Z),
1972
- inclusive,
1973
- and check if they are a <a>case-sensitive</a> match.
1974
1959
</dl>
1975
1960
1976
1961
<!--
You can’t perform that action at this time.
0 commit comments