Skip to content

Commit 1b157d5

Browse files
committed
[css-color-3] CC2 ASCII case insensitive
1 parent 86a5e7a commit 1b157d5

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

css-color-3/Overview.html

+10-4
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<h1 class="p-name">CSS Color Module Level 3</h1>
107107

108108
<h2 class="no-num no-toc">Editor's Draft
109-
<time class="dt-updated" datetime="2018-03-16">16 March 2018</time></h2>
109+
<time class="dt-updated" datetime="2021-07-29">29 July 2021</time></h2>
110110

111111
<dl>
112112
<dt>This version:</dt>
@@ -124,7 +124,7 @@ <h2 class="no-num no-toc">Editor's Draft
124124
<dt>Previous version:
125125

126126
<dd><a rel="prev"
127-
href="https://www.w3.org/TR/2017/CR-css-color-3-20171205/">https://www.w3.org/TR/2017/CR-css-color-3-20171205/</a>
127+
href="https://www.w3.org/TR/2018/REC-css-color-3-20180619/">https://www.w3.org/TR/2018/REC-css-color-3-20180619/</a>
128128

129129
<dt>Editor's Draft:</dt>
130130

@@ -585,9 +585,14 @@ <h2 id=colorunits><span class=secno>4. </span>Color units</h2>
585585

586586
<h3 id=html4><span class=secno>4.1. </span>Basic color keywords</h3>
587587

588+
<div class="correction" id="c2">
589+
<span class="marker">Candidate Correction 2:</span>
590+
Clarified that case-insensitive is ASCII case-insensitive.
591+
</div>
592+
588593
<p>The list of basic color keywords is: aqua, black, blue, fuchsia, gray,
589594
green, lime, maroon, navy, olive, purple, red, silver, teal, white, and
590-
yellow. The color names are case-insensitive.
595+
yellow. The color names are <del cite="#c2">case-insensitive</del><ins cite="#c2"><a href="https://infra.spec.whatwg.org/#ascii-case-insensitive">ASCII case-insensitive</a></ins>.
591596

592597
<table class=colortable>
593598
<caption><b>Color names and <span class=index-inst id=srgbval>sRGB</span>
@@ -4647,7 +4652,7 @@ <h4 id=css2-system><span class=secno>4.5.1. </span>CSS2 system colors</h4>
46474652

46484653
<p>The following lists additional values for color-related CSS values and
46494654
their general meaning. Any color property can take one of the following
4650-
names. Although these are case-insensitive, it is recommended that the
4655+
names. Although these are <del cite="#c2">case-insensitive</del><ins cite="#c2"><a href="https://infra.spec.whatwg.org/#ascii-case-insensitive">ASCII case-insensitive</a></ins>, it is recommended that the
46514656
mixed capitalization shown below be used, to make the names more legible.
46524657

46534658
<dl>
@@ -5104,6 +5109,7 @@ <h3 id="changes-20180619">Changes since the
51045109

51055110
<ul>
51065111
<li>Candidate Correction 1: <a href="#c1">Sample HSL values &amp; conversion code.</a></li>
5112+
<li>Candidate Correction 2: <a href="#c2">Clarified case-insensitive.</a></li>
51075113
</ul>
51085114

51095115
<h3 id="changes-since-CR">Changes since the <a href="https://www.w3.org/TR/2017/CR-css-color-3-20171205">5 December 2017 Candidate Recommendation</a> </h3>

0 commit comments

Comments
 (0)