← Back to release summary
Unprefix -webkit-background-clip for text and make it an alias
- Category
- Miscellaneous
- Type
- Chromium catches up
- Status
- Origin trial (Chrome 120)
- Intent stage
- None
Summary
It allows to use the unprefixed version for background-clip: text and makes -webkit-background-clip an alias for background-clip.
Also, it drops support for non-suffixed keywords (content, padding and border) for better round-trip with alias.
Standards & signals
- Specification: https://drafts.csswg.org/css-backgrounds/#background-clip
- Firefox: Shipped/Shipping — Firefox doesn't support keywords with no suffix for prefixed version
- Safari: Shipped/Shipping — Safari supports keywords with no suffix (border, content, padding), but only for prefixed version
- Web developers: No signals
View on chromestatus.com