Skip to content

Commit cacddde

Browse files
committed
[css-ui-3] Clarify computed values for outline-color the same way as for caret-color
Relates to #741: same ambiguity on a different property
1 parent 62dc585 commit cacddde

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

css-ui/Overview.bs

+3-2
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,8 @@ Applies to: all elements
333333
Inherited: no
334334
Percentages: N/A
335335
Media: visual
336-
Computed value: The computed value for ''invert'' is ''invert''. For <<color>> values, the computed value is as defined for the [[!CSS3COLOR]] 'color' property.
336+
Computed value: The computed value for ''invert'' is ''invert''.
337+
For <<color>> values, see <a>resolving color values</a> in [[!CSS-COLOR-4]].
337338
Animation Type: <a href="https://drafts.csswg.org/css3-transitions/#animtype-color">color</a>
338339
</pre>
339340

@@ -1482,7 +1483,7 @@ This appendix describes changes from the
14821483
for compatibility with level 4.
14831484
<li>Make the 'caret-color' property apply to all elements,
14841485
so that it can also influence things like the navigation caret.
1485-
<li>Clarify by reference to [[CSS-COLOR-4]] how computed values are handled for caret-color.
1486+
<li>Clarify by reference to [[CSS-COLOR-4]] how computed values are handled for caret-color and outline-color.
14861487
<li>Mark 'caret-color' as no longer at risk, since there are two implementations.
14871488
<li>Constraints on the shape of the outline when <a href="#negative-offset">negative values</a> are used for the 'outline-offset' property
14881489
where changed from being expressed with MUST to SHOULD.

0 commit comments

Comments
 (0)