Skip to content

Commit f6698ca

Browse files
committed
[css-ui-3] Disambiguate the caret-color computed values
Closes #741
1 parent b755a86 commit f6698ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-ui/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1263,7 +1263,7 @@ Inherited: yes
12631263
Percentages: N/A
12641264
Media: interactive
12651265
Computed value: The computed value for ''caret-color/auto'' is ''caret-color/auto''.
1266-
For <<color>> values, the computed value is as defined for the [[!CSS3COLOR]] 'color' property.
1266+
For <<color>> values, see <a>resolving color values</a> in [[!CSS-COLOR-4]].
12671267
Animation Type: <a href="https://drafts.csswg.org/css3-transitions/#animtype-color">color</a>
12681268
</pre>
12691269

@@ -1539,6 +1539,7 @@ This appendix describes changes from the
15391539
for compatibility with level 4.
15401540
<li>Make the 'caret-color' property apply to all elements,
15411541
so that it can also influence things like the navigation caret.
1542+
<li>Clarify by reference to [[CSS-COLOR-4]] how computed values are handled for caret-color.
15421543
</ul>
15431544

15441545
<h2 class="no-num" id="security-privacy-considerations">Appendix C. Considerations for Security and Privacy</h2>

0 commit comments

Comments
 (0)