-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove calc()'s "<color> value support" entry (#13486)
This entry represents support for calc() inside color functions like rgb(), and can be tested with `rgb(0, calc(64 + 64), 0)`: http://software.hixie.ch/utilities/js/live-dom-viewer/?saved=9798 The data for Firefox is correct, this didn't work before Firefox 59. However, the data for Chrome and Edge is wrong, this was supported since Chrome 16 (with `-webkit-calc()`) and at least since Edge 15. Since this concerns only Firefox, make it a note instead.
- Loading branch information
Showing
1 changed file
with
2 additions
and
48 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