Skip to content

Commit 6ad598f

Browse files
authored
relnote(Fx145): -webkit-fill-available value supported (#41639)
1 parent 0102b4e commit 6ad598f

File tree

1 file changed

+4
-0
lines changed
  • files/en-us/mozilla/firefox/releases/145

1 file changed

+4
-0
lines changed

files/en-us/mozilla/firefox/releases/145/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ Firefox 145 is the current [Beta version of Firefox](https://www.firefox.com/en-
3636

3737
- The {{cssxref("text-autospace")}} property is now supported, allowing automatic spacing adjustments between characters from different scripts ([Firefox bug 1981086](https://bugzil.la/1981086), [Firefox bug 1869577](https://bugzil.la/1869577)).
3838

39+
- Firefox now supports the legacy [`-webkit-fill-available` keyword](Web/CSS/WebKit_Extensions) as a value for the CSS {{cssxref("width")}} and {{cssxref("height")}} properties, to improve web compatibility.
40+
This keyword is an alias for the recently-standardized `stretch` keyword (i.e., [`width: stretch`](/en-US/docs/Web/CSS/width#stretch) and [`height: stretch`](/en-US/docs/Web/CSS/height#stretch)) which isn't yet supported in Firefox.
41+
([Firefox bug 1988938](https://bugzil.la/1988938), [Firefox bug 1789477](https://bugzil.la/1789477)).
42+
3943
<!-- No notable changes. -->
4044

4145
<!-- #### Removals -->

0 commit comments

Comments
 (0)