Skip to content

Commit 80493a1

Browse files
committed
[css-color-4][editorial] missing color swatch
1 parent 0f50746 commit 80493a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-color-4/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5695,7 +5695,8 @@ Resolving values of the ''color()'' function</h3>
56955695
<pre class="lang-html">&lt;button style="color: ButtonText; background: Buttonface">&lt;/button></pre>
56965696

56975697
The specified value of the color property is "ButtonText"
5698-
while the computed value could be, for example, rgb(0, 0, 0).
5698+
while the computed value could be, for example,
5699+
<span class="swatch" style="--color: #FFF"></span> rgb(0, 0, 0).
56995700
</div>
57005701

57015702
The specified value of ''transparent'' is "transparent"

0 commit comments

Comments
 (0)