Skip to content

Commit 25a4523

Browse files
committed
[css-color-4][editorial] Add system color specified and computed example.
1 parent 1b7b2be commit 25a4523

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

css-color-4/Overview.bs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5689,6 +5689,15 @@ Resolving values of the ''color()'' function</h3>
56895689
However, such colors must not be altered by
56905690
'forced colors mode'.
56915691

5692+
<div class="example" id="ex-system-resolve">
5693+
For example, in this html:
5694+
5695+
<pre class="lang-html">&lt;button style="color: ButtonText; background: Buttonface>&lt;/button></pre>
5696+
5697+
The specified value of the color property is "ButtonText"
5698+
while the computed value could be, for example, rgb(0, 0, 0).
5699+
</div>
5700+
56925701
The specified value of ''transparent'' is "transparent"
56935702
while the computed and used value is [=transparent black=].
56945703

0 commit comments

Comments
 (0)