Skip to content

Commit d24606a

Browse files
committed
[css-syntax] DOM has a better definition of 'case-sensitive', so I can delete ours.
1 parent 15a84f6 commit d24606a

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

css-syntax/Overview.bs

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff 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
<!--

0 commit comments

Comments
 (0)