You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should caniuse track this? Safari notably does not support this, chrome added support fairly recently. If tracked, this probably belongs as a note on css-masks. If this is too specific for caniuse, I may see if bcd is interested in tracking it.
from my testing, the support is:
chrome 121+
safari - no support
firefox - 53+
old edge - no support
new edge - mirrors chrome
opera - 107+ (mirrors chrome)
ie - no support (obviously)
haven't tested on any mobile or minor browsers yet. I'll open a PR when I have time to check them.
sample: https://codepen.io/RJWadley/full/XWvOMev
Should caniuse track this? Safari notably does not support this, chrome added support fairly recently. If tracked, this probably belongs as a note on
css-masks
. If this is too specific for caniuse, I may see if bcd is interested in tracking it.from my testing, the support is:
chrome 121+
safari - no support
firefox - 53+
old edge - no support
new edge - mirrors chrome
opera - 107+ (mirrors chrome)
ie - no support (obviously)
haven't tested on any mobile or minor browsers yet. I'll open a PR when I have time to check them.
relevant
https://www.w3.org/TR/css-masking-1/#the-mask-image
https://bugs.webkit.org/show_bug.cgi?id=267211
The text was updated successfully, but these errors were encountered: