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>
56925692 <div class="example" id="ex-system-resolve">
56935693 For example, in this html:
56945694
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>
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<!--
You can’t perform that action at this time.
0 commit comments