We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3587a84 commit f2d2985Copy full SHA for f2d2985
css-color-4/Overview.bs
@@ -5266,6 +5266,11 @@ Resolving sRGB values</h3>
5266
or as a [=system color=],
5267
the [=specified value=] is that named or system color, converted to
5268
<a href="https://infra.spec.whatwg.org/#ascii-lowercase">ASCII lowercase</a>.
5269
+ The computed and used value
5270
+ is the corresponding sRGB color,
5271
+ paired with the specified alpha channel
5272
+ (after clamping to [0.0, 1.0])
5273
+ and defaulting to opaque if unspecified).
5274
5275
<div class="example" id="ex-named-case">
5276
<p>The author-provided mixed-case form below has a specified value in all lowercase.</p>
0 commit comments