@@ -546,7 +546,7 @@ Named Colors</h3>
546
546
A <dfn><named-color></dfn> is written as an <<ident>> ,
547
547
accepted anywhere a <<color>> is.
548
548
As usual for CSS-defined <<ident>> s,
549
- all of these keywords are case-insensitive.
549
+ all of these keywords are <a href="https://infra.spec.whatwg.org/#ascii- case-insensitive">ASCII case-insensitive</a> .
550
550
551
551
The names resolve to colors in sRGB.
552
552
@@ -934,7 +934,7 @@ System Colors</h3>
934
934
</dl>
935
935
936
936
Note: As with all other [=CSS/keywords=] ,
937
- these names are case-insensitive.
937
+ these names are <a href="https://infra.spec.whatwg.org/#ascii- case-insensitive">ASCII case-insensitive</a> .
938
938
They are shown here with mixed capitalization for legibility.
939
939
940
940
For systems that do not have a particular system UI concept,
@@ -1017,7 +1017,7 @@ The ''<color>/currentcolor'' keyword</h3>
1017
1017
rather than a CSS value.
1018
1018
Only later did CSS pick it up,
1019
1019
at which point the capitalization stopped mattering,
1020
- as CSS keywords are case-insensitive.
1020
+ as CSS keywords are <a href="https://infra.spec.whatwg.org/#ascii- case-insensitive">ASCII case-insensitive</a> .
1021
1021
1022
1022
1023
1023
<h2 id='the-hsl-notation'>
@@ -2821,6 +2821,7 @@ Changes</h2>
2821
2821
5 November 2019</a></h3>
2822
2822
2823
2823
<ul>
2824
+ <li> Clarified that color names are ACII case insensitive</li>
2824
2825
<li> Initial value of the "color" property is now CanvasText</li>
2825
2826
<li> Removed confusing gray() function per CSS WG resolution</li>
2826
2827
<li> Collect scattered definitions into new
0 commit comments