deprecate darker composite operator because Compositing spec [1] doesn't contain "darker" composite operator. [1] http://dev.w3.org/fxtf/compositing-1
Documentation
Status in Chromium
Removed (tracking bug) in:
- Chrome for desktop release 48
- Chrome for Android release 48
- Android WebView release 48
Consensus & Standardization
After a feature ships in Chrome, the values listed here are not guaranteed to be up to date.
- Shipped/Shipping
- Shipped/Shipping
- No signal
- Positive
Owners
Search tags
darker,Last updated on 2020-11-19
Comments
Motivation 1. Compositing spec doesn't contain "darker" composite operator. 2. "darker" is a quirk that is exclusive to WebKit. 3. "darker" composite operator is implemented in the same way to "darken" blend mode. So web developers can use "darken" instead of "darker".