Skip to content

Commit

Permalink
[css-color-4][editorial] wpt system-color-compute.html
Browse files Browse the repository at this point in the history
  • Loading branch information
svgeesus committed Oct 11, 2023
1 parent 80493a1 commit 35e2d5e
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 @@ -5692,7 +5692,7 @@ Resolving values of the ''color()'' function</h3>
<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>
<pre class="lang-html">&lt;button style="color: <span class="swatch" style="--color: ButtonText"></span> ButtonText; background: <span class="swatch" style="--color: ButtonFace"></span> ButtonFace">&lt;/button></pre>

The specified value of the color property is "ButtonText"
while the computed value could be, for example,
Expand Down Expand Up @@ -5748,6 +5748,7 @@ Resolving values of the ''color()'' function</h3>
currentcolor-001.html
currentcolor-002.html
currentcolor-003.html
system-color-compute.html
</wpt>

<!--
Expand Down

0 comments on commit 35e2d5e

Please sign in to comment.