Skip to content

Commit

Permalink
Firefox 3.6 supported background-size: auto (#25356)
Browse files Browse the repository at this point in the history
* Replace `background-size: auto` version ranges

As `auto` is the default value, it was very likely
supported as long as `background-size` was supported.

For Firefox, implementation happened before version 3, see:
- https://bugzilla.mozilla.org/show_bug.cgi?id=189519

* Update css/properties/background-size.json
  • Loading branch information
caugner authored Dec 10, 2024
1 parent 172876d commit 07b226b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/properties/background-size.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"version_added": "12"
},
"firefox": {
"version_added": "≤72"
"version_added": "3.6"
},
"firefox_android": "mirror",
"ie": {
Expand Down

0 comments on commit 07b226b

Please sign in to comment.