New issue
Advanced search Search tips

Issue 898803 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Oct 28
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Android , Windows , Chrome , Mac , Fuchsia
Pri: 3
Type: Bug



Sign in to add a comment

caret-color auto should compute to auto

Project Member Reported by ericwilligers@chromium.org, Oct 25

Issue description

Currently, Blink computes 'auto' to an rgb() function.

https://drafts.csswg.org/css-ui-3/#caret-color
Name:	caret-color
Value:	auto | <color>
Initial:	auto
Computed value:	The computed value for auto is auto; the computed value of currentColor is currentColor 

Test pages:
http://jsfiddle.net/ericwilligers/ze1fbtnm/
WPT css/css-ui/inheritance.html

 
Status: Available (was: Untriaged)
This is invalid I think, the resolved value of color properties (which is what's exposed in getComputedStyle) are the rgb() colors.
Status: WontFix (was: Available)
Works as intended.
Fixing WPT in https://github.com/web-platform-tests/wpt/pull/13748

Sign in to add a comment