Skip to content

Commit

Permalink
Mark mask CSS property fully supported in Chromium (mdn#23014)
Browse files Browse the repository at this point in the history
The longhand properties were updated here:
mdn#21148

Because the shorthand was recognized but had no effect, the collector
couldn't detect this change.

Supporting evidence:
https://chromestatus.com/feature/5839739127332864
  • Loading branch information
foolip authored May 6, 2024
1 parent 01d0b38 commit de56cb6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions css/properties/mask.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,34 @@
"spec_url": "https://drafts.fxtf.org/css-masking/#the-mask",
"support": {
"chrome": [
{
"version_added": "120"
},
{
"prefix": "-webkit-",
"version_added": "1",
"notes": "The prefixed property can be used with SVG and HTML with a slightly different syntax, which allows setting the non-standard <a href='https://developer.mozilla.org/docs/Web/CSS/-webkit-mask-attachment'><code>-webkit-mask-attachment</code></a> property."
},
{
"version_added": "1",
"version_removed": "120",
"partial_implementation": true,
"notes": "While the property is recognized, values applied to it don't have any effect."
}
],
"chrome_android": "mirror",
"edge": [
{
"version_added": "120"
},
{
"prefix": "-webkit-",
"version_added": "79",
"notes": "The prefixed property can be used with SVG and HTML with a slightly different syntax, which allows setting the non-standard <a href='https://developer.mozilla.org/docs/Web/CSS/-webkit-mask-attachment'><code>-webkit-mask-attachment</code></a> property."
},
{
"version_added": "79",
"version_removed": "120",
"partial_implementation": true,
"notes": "While the property is recognized, values applied to it don't have any effect."
},
Expand Down Expand Up @@ -72,13 +80,17 @@
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": [
{
"version_added": "120"
},
{
"prefix": "-webkit-",
"version_added": "2",
"notes": "The prefixed property can be used with SVG and HTML with a slightly different syntax, which allows setting the non-standard <a href='https://developer.mozilla.org/docs/Web/CSS/-webkit-mask-attachment'><code>-webkit-mask-attachment</code></a> property."
},
{
"version_added": "2",
"version_removed": "120",
"partial_implementation": true,
"notes": "While the property is recognized, values applied to it don't have any effect."
}
Expand Down

0 comments on commit de56cb6

Please sign in to comment.