Skip to content

Commit

Permalink
Add -moz-image-rect updates manually
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 committed Oct 25, 2023
1 parent de13a92 commit e8ae8cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
3 changes: 2 additions & 1 deletion css/properties/background-image.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@
"edge": "mirror",
"firefox": {
"prefix": "-moz-",
"version_added": "4"
"version_added": "4",
"version_removed": "120"
},
"firefox_android": "mirror",
"ie": {
Expand Down
3 changes: 2 additions & 1 deletion css/types/-moz-image-rect.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "4"
"version_added": "4",
"version_removed": "120"
},
"firefox_android": "mirror",
"ie": {
Expand Down
6 changes: 2 additions & 4 deletions css/types/image.json
Original file line number Diff line number Diff line change
Expand Up @@ -1769,13 +1769,11 @@
"firefox": {
"version_added": false,
"notes": [
"See <a href='https://bugzil.la/703217'>bug 703217</a>.",
"The <a href='https://developer.mozilla.org/docs/Web/CSS/-moz-image-rect'><code>-moz-image-rect()</code></a> function supports fragments as of Firefox 4."
"See <a href='https://bugzil.la/703217'>bug 703217</a>."
]
},
"firefox_android": {
"version_added": false,
"notes": "The <a href='https://developer.mozilla.org/docs/Web/CSS/-moz-image-rect'><code>-moz-image-rect()</code></a> function supports fragments as of Firefox 4."
"version_added": false
},
"ie": {
"version_added": false
Expand Down

0 comments on commit e8ae8cb

Please sign in to comment.