Skip to content

Commit 62e5fe6

Browse files
committed
[css-syntax] Clarify that tokens match ASCII case-insensitive *unless otherwise specified*.
1 parent 21a5201 commit 62e5fe6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-syntax-3/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2969,8 +2969,8 @@ Defining Grammars for Rules and Other Values</h2>
29692969
<li>The <<colon-token>> (written as <code>:</code>), <<comma-token>> (written as <code>,</code>), <<semicolon-token>> (written as <code>;</code>), <a href="#tokendef-open-paren">&lt;(-token></a>, <a href="#tokendef-close-paren">&lt;)-token></a>, <a href="#tokendef-open-curly">&lt;{-token></a>, and <a href="#tokendef-close-curly">&lt;}-token></a>s.
29702970
</ul>
29712971

2972-
Tokens match if their value is an <a>ASCII case-insensitive</a> match
2973-
for the value defined in the grammar.
2972+
Tokens match if their value is a match for the value defined in the grammar.
2973+
Unless otherwise specified, all matches are <a>ASCII case-insensitive</a>.
29742974

29752975
<p class=note>
29762976
Although it is possible, with <a>escaping</a>,

0 commit comments

Comments
 (0)