Open TrySound opened 4 months ago
It looks like this is your first pull request. 🎉 Thank you for your contribution! One of the project maintainers will triage and assign the pull request for review. We appreciate your patience. To safeguard the health of the project, please take a moment to read our code of conduct.
Thanks for the additions. The page https://developer.mozilla.org/en-US/docs/Web/CSS/background-clip#specifications is currently targeting spec version "Module Level 3", and the syntax for background-clip: text
may change, there are open discussions about it: https://drafts.csswg.org/css-backgrounds-4/#propdef-background-clip.
We may want to wait until the open questions on this spec are resolved. The linked PR (#201) has a discussion about this already.
Wow, nice!
Description
Added
text
keyword tobackground-clip
value.Motivation
All browsers already support unprefixed background-clip with text keyword.
Additional details
Related issues and pull requests