Skip to content

Commit

Permalink
[css-color-4][editorial] Add system color specified and computed exam…
Browse files Browse the repository at this point in the history
…ple.
  • Loading branch information
svgeesus committed Oct 11, 2023
1 parent 1b7b2be commit 25a4523
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions css-color-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -5689,6 +5689,15 @@ Resolving values of the ''color()'' function</h3>
However, such colors must not be altered by
'forced colors mode'.

<div class="example" id="ex-system-resolve">
For example, in this html:

<pre class="lang-html">&lt;button style="color: ButtonText; background: Buttonface>&lt;/button></pre>

The specified value of the color property is "ButtonText"
while the computed value could be, for example, rgb(0, 0, 0).
</div>

The specified value of ''transparent'' is "transparent"
while the computed and used value is [=transparent black=].

Expand Down

0 comments on commit 25a4523

Please sign in to comment.