caret-color auto should compute to auto |
||
Issue descriptionCurrently, 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
,
Oct 26
This is invalid I think, the resolved value of color properties (which is what's exposed in getComputedStyle) are the rgb() colors.
,
Oct 28
Works as intended. Fixing WPT in https://github.com/web-platform-tests/wpt/pull/13748 |
||
►
Sign in to add a comment |
||
Comment 1 by e...@chromium.org
, Oct 26