-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[css-properties-values-api] Proper computed value for <color>.
As of an imminent spec change, <color> values no longer compute to their specified value, but behave like <color> values in general. Note that color keywords are parsed as CSSIdentifierValue (holding a CSSValueID), and custom idents are parsed as CSSCustomIdentValue (holding a String), which is why the "tomato | <color>" works as it should. [email protected] Bug: 641877 Change-Id: I946536a9d54dbaa7af589cb99acdba72f37fe016 Reviewed-on: https://chromium-review.googlesource.com/c/1303365 Reviewed-by: Rune Lillesveen <[email protected]> Commit-Queue: Anders Ruud <[email protected]> Cr-Commit-Position: refs/heads/master@{#603628}
- Loading branch information
1 parent
76b8a91
commit 38bb114
Showing
3 changed files
with
24 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters