File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1956,21 +1956,6 @@ Definitions</h3>
19561956 The next time an algorithm instructs you to <a>consume the next input token</a> ,
19571957 instead do nothing
19581958 (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.
19741959 </dl>
19751960
19761961<!--
You can’t perform that action at this time.
0 commit comments