File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -5692,7 +5692,7 @@ Resolving values of the ''color()'' function</h3>
5692
5692
<div class="example" id="ex-system-resolve">
5693
5693
For example, in this html:
5694
5694
5695
- <pre class="lang-html"> <button style="color: ButtonText; background: Buttonface "></button></pre>
5695
+ <pre class="lang-html"> <button style="color: <span class="swatch" style="--color: ButtonText"></span> ButtonText ; background: <span class="swatch" style="--color: ButtonFace"></span> ButtonFace "></button></pre>
5696
5696
5697
5697
The specified value of the color property is "ButtonText"
5698
5698
while the computed value could be, for example,
@@ -5748,6 +5748,7 @@ Resolving values of the ''color()'' function</h3>
5748
5748
currentcolor-001.html
5749
5749
currentcolor-002.html
5750
5750
currentcolor-003.html
5751
+ system-color-compute.html
5751
5752
</wpt>
5752
5753
5753
5754
<!--
You can’t perform that action at this time.
0 commit comments