Skip to content

Commit 6ffb6cb

Browse files
committed
[css-color-4] Clarified, color components must not be mixed, w3c#8231
1 parent b612514 commit 6ffb6cb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

css-color-4/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ Legacy (Comma-separated) Color Function Syntax</h4>
926926
(optionally preceded and/or followed by whitespace)
927927
* minimum required precision is lower, 8 bits per component
928928
* the ''none'' value is not allowed
929-
* components must be specified using either all-<<percentage>>
929+
* color components must be specified using either all-<<percentage>>
930930
or all-<<number>>, they can not be mixed.
931931

932932
<div class=example id="example-rgba-legacy">
@@ -6513,6 +6513,7 @@ Changes</h2>
65136513

65146514
<ul>
65156515
<!-- to 10 May 2023 -->
6516+
<li>Clarified for legacy syntax that color components must be all-percentage or all-number</li>
65166517
<li>Added examples of specified out of range alpha, with and without calc()</li>
65176518
<li>Placed examples of serializing with trimmed trailing zeroes clorer to the relevant text</li>
65186519
<li>clarified example, used value of text-shadow</li>

0 commit comments

Comments
 (0)