Skip to content

Commit a4a28dc

Browse files
committed
Clarify that reserved keywords are reserved in all case permutations.
1 parent 6b0bb04 commit a4a28dc

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

css3-values/Overview.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,8 @@ <h3 id=identifiers><span class=secno>3.2. </span> User-defined Identifiers:
636636
<p> The <a href="#common-keywords">CSS-wide keywords</a> are not valid <a
637637
href="#identifier-value"><var>&lt;custom-ident>s</var></a>. The ‘<code
638638
class=css>default</code>’ keyword is reserved and is also not a valid <a
639-
href="#identifier-value"><var>&lt;custom-ident>s</var></a>.
639+
href="#identifier-value"><var>&lt;custom-ident>s</var></a>. These reserved
640+
keywords are reserved in all ASCII case permutations.
640641

641642
<h3 id=strings><span class=secno>3.3. </span> Quoted Strings: the ‘<a
642643
href="#string-value"><code class=css>&lt;string></code></a>’ type</h3>

css3-values/Overview.src.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ <h3 id="identifiers">
323323
<p>
324324
The <a href='#common-keywords'>CSS-wide keywords</a> are not valid <var>&lt;custom-ident>s</var>.
325325
The ''default'' keyword is reserved and is also not a valid <var>&lt;custom-ident>s</var>.
326+
These reserved keywords are reserved in all ASCII case permutations.
326327

327328
<h3 id="strings">
328329
Quoted Strings: the ''&lt;string>'' type</h3>

0 commit comments

Comments
 (0)