@@ -546,7 +546,7 @@ Named Colors</h3>
546546 A <dfn><named-color></dfn> is written as an <<ident>> ,
547547 accepted anywhere a <<color>> is.
548548 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> .
550550
551551 The names resolve to colors in sRGB.
552552
@@ -934,7 +934,7 @@ System Colors</h3>
934934 </dl>
935935
936936 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> .
938938 They are shown here with mixed capitalization for legibility.
939939
940940 For systems that do not have a particular system UI concept,
@@ -1017,7 +1017,7 @@ The ''<color>/currentcolor'' keyword</h3>
10171017 rather than a CSS value.
10181018 Only later did CSS pick it up,
10191019 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> .
10211021
10221022
10231023<h2 id='the-hsl-notation'>
@@ -2821,6 +2821,7 @@ Changes</h2>
282128215 November 2019</a></h3>
28222822
28232823<ul>
2824+ <li> Clarified that color names are ACII case insensitive</li>
28242825 <li> Initial value of the "color" property is now CanvasText</li>
28252826 <li> Removed confusing gray() function per CSS WG resolution</li>
28262827 <li> Collect scattered definitions into new
0 commit comments