Skip to content

Commit 35e2d5e

Browse files
committed
[css-color-4][editorial] wpt system-color-compute.html
1 parent 80493a1 commit 35e2d5e

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
@@ -5692,7 +5692,7 @@ Resolving values of the ''color()'' function</h3>
56925692
<div class="example" id="ex-system-resolve">
56935693
For example, in this html:
56945694

5695-
<pre class="lang-html">&lt;button style="color: ButtonText; background: Buttonface">&lt;/button></pre>
5695+
<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>
56965696

56975697
The specified value of the color property is "ButtonText"
56985698
while the computed value could be, for example,
@@ -5748,6 +5748,7 @@ Resolving values of the ''color()'' function</h3>
57485748
currentcolor-001.html
57495749
currentcolor-002.html
57505750
currentcolor-003.html
5751+
system-color-compute.html
57515752
</wpt>
57525753

57535754
<!--

0 commit comments

Comments
 (0)