Skip to content

Commit

Permalink
Update Firefox data for mask-composite CSS property (mdn#21445)
Browse files Browse the repository at this point in the history
This PR updates and corrects version values for Firefox and Firefox Android for the `mask-composite` CSS property. This fixes mdn#11885, which contains the supporting evidence for this change.
  • Loading branch information
queengooborg authored Dec 12, 2023
1 parent 8b232cb commit ebabd27
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion css/properties/-webkit-mask-composite.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"version_added": "18"
},
"firefox": {
"version_added": "53"
"version_added": false
},
"firefox_android": "mirror",
"ie": {
Expand Down
12 changes: 9 additions & 3 deletions css/properties/mask-composite.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,15 @@
"version_added": "18",
"version_removed": "79"
},
"firefox": {
"version_added": "53"
},
"firefox": [
{
"version_added": "53"
},
{
"prefix": "-webkit-",
"version_added": "53"
}
],
"firefox_android": "mirror",
"ie": {
"version_added": false
Expand Down

0 comments on commit ebabd27

Please sign in to comment.