Skip to content

Commit

Permalink
Firefox 126 removed / Nightly unremoved some moz-prefixed CSS propert…
Browse files Browse the repository at this point in the history
…ies (#25300)

Removed in Firefox 126:
* -moz-transition-delay
* -moz-transition-duration
* -moz-transition-property
* -moz-transition-timing-function
* -moz-transition

Unremoved in Nightly:
* -moz-backface-visibility
* -moz-perspective-origin
* -moz-perspective
* -moz-transform-origin
* -moz-transform-style
* -moz-transform

Co-authored-by: Claas Augner <[email protected]>
  • Loading branch information
hamishwillee and caugner authored Dec 9, 2024
1 parent 0d0b114 commit 57f03e8
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 16 deletions.
3 changes: 1 addition & 2 deletions css/properties/backface-visibility.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
},
{
"prefix": "-moz-",
"version_added": "10",
"version_removed": "preview"
"version_added": "10"
}
],
"firefox_android": "mirror",
Expand Down
3 changes: 1 addition & 2 deletions css/properties/perspective-origin.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
},
{
"prefix": "-moz-",
"version_added": "10",
"version_removed": "preview"
"version_added": "10"
}
],
"firefox_android": "mirror",
Expand Down
3 changes: 1 addition & 2 deletions css/properties/perspective.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
},
{
"prefix": "-moz-",
"version_added": "10",
"version_removed": "preview"
"version_added": "10"
}
],
"firefox_android": "mirror",
Expand Down
3 changes: 1 addition & 2 deletions css/properties/transform-origin.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
},
{
"prefix": "-moz-",
"version_added": "3.5",
"version_removed": "preview"
"version_added": "3.5"
}
],
"firefox_android": "mirror",
Expand Down
3 changes: 1 addition & 2 deletions css/properties/transform-style.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
},
{
"prefix": "-moz-",
"version_added": "10",
"version_removed": "preview"
"version_added": "10"
}
],
"firefox_android": "mirror",
Expand Down
3 changes: 1 addition & 2 deletions css/properties/transform.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@
},
{
"prefix": "-moz-",
"version_added": "≤40",
"version_removed": "preview"
"version_added": "3.5"
}
],
"firefox_android": "mirror",
Expand Down
2 changes: 1 addition & 1 deletion css/properties/transition-delay.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
{
"prefix": "-moz-",
"version_added": "4",
"version_removed": "preview"
"version_removed": "126"
}
],
"firefox_android": "mirror",
Expand Down
2 changes: 1 addition & 1 deletion css/properties/transition-duration.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
{
"prefix": "-moz-",
"version_added": "4",
"version_removed": "preview"
"version_removed": "126"
}
],
"firefox_android": "mirror",
Expand Down
2 changes: 1 addition & 1 deletion css/properties/transition-property.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
{
"prefix": "-moz-",
"version_added": "4",
"version_removed": "preview"
"version_removed": "126"
}
],
"firefox_android": "mirror",
Expand Down
2 changes: 1 addition & 1 deletion css/properties/transition-timing-function.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
{
"prefix": "-moz-",
"version_added": "4",
"version_removed": "preview"
"version_removed": "126"
}
],
"firefox_android": "mirror",
Expand Down

0 comments on commit 57f03e8

Please sign in to comment.