Skip to content

Commit

Permalink
[css-color-4][editorial] missing color swatch
Browse files Browse the repository at this point in the history
  • Loading branch information
svgeesus committed Oct 11, 2023
1 parent 0f50746 commit 80493a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css-color-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -5695,7 +5695,8 @@ Resolving values of the ''color()'' function</h3>
<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).
while the computed value could be, for example,
<span class="swatch" style="--color: #FFF"></span> rgb(0, 0, 0).
</div>

The specified value of ''transparent'' is "transparent"
Expand Down

0 comments on commit 80493a1

Please sign in to comment.