Skip to content

Commit

Permalink
Replace background-size: auto version ranges
Browse files Browse the repository at this point in the history
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
  • Loading branch information
caugner committed Dec 9, 2024
1 parent 8d1d370 commit 5f11752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/properties/background-size.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,11 @@
"version_added": "12"
},
"firefox": {
"version_added": "≤72"
"version_added": "3.6"
},
"firefox_android": "mirror",
"ie": {
"version_added": "≤11"
"version_added": "9"
},
"oculus": "mirror",
"opera": "mirror",
Expand Down

0 comments on commit 5f11752

Please sign in to comment.