Skip to content

Commit ff96434

Browse files
authored
[css-ui-4][editorial] Let outline-color refer to border-top-color values (#12993)
1 parent 1a050b1 commit ff96434

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

css-ui-4/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ Outline Colors: the 'outline-color' property</h3>
476476

477477
<pre class="propdef">
478478
Name: outline-color
479-
Value: auto | <<color>> | <<image-1D>>
479+
Value: auto | <<'border-top-color'>>
480480
Initial: auto
481481
Applies to: all elements
482482
Inherited: no
@@ -486,7 +486,7 @@ Outline Colors: the 'outline-color' property</h3>
486486
</pre>
487487

488488
The 'outline-color' property
489-
accepts all values of <'border-color'>,
489+
accepts all values of <<'border-top-color'>>,
490490
as well as the following keywords:
491491

492492
<dl dfn-type=value dfn-for=outline-color>
@@ -2856,7 +2856,8 @@ Changes from the <a href="https://www.w3.org/TR/2021/WD-css-ui-4-20210316/">16 M
28562856
(Support for the broader <<image>> type remains allowed but optional.)
28572857

28582858
<li>
2859-
Added <<image-1D>> as value for the 'outline-color' property.
2859+
Replaced the <<color>> value of the 'outline-color' property by <<'border-top-color'>>,
2860+
so that new values like <<image-1D>> also apply to it.
28602861

28612862
<li>
28622863
Retired the <code>invert</code> value of 'outline-color'.

0 commit comments

Comments
 (0)