Skip to content

Commit ef5c15f

Browse files
authored
Firefox 146 supports -webkit-fill-available as keyword for CSS height & width props (#28340)
Firefox 146 supports -webkit-fill-available as keyword for CSS height & width props
1 parent c2d1f48 commit ef5c15f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css/properties/height.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@
317317
"edge": "mirror",
318318
"firefox": {
319319
"alternative_name": "-webkit-fill-available",
320-
"version_added": "145",
320+
"version_added": "146",
321321
"impl_url": "https://bugzil.la/1789477"
322322
},
323323
"firefox_android": "mirror",

css/properties/width.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@
393393
"edge": "mirror",
394394
"firefox": {
395395
"alternative_name": "-webkit-fill-available",
396-
"version_added": "145",
396+
"version_added": "146",
397397
"impl_url": "https://bugzil.la/1789477"
398398
},
399399
"firefox_android": "mirror",

0 commit comments

Comments
 (0)