As of today (2025-09-17), I intend to turn on support for the CSS '-webkit-fill-available' sizing keyword, specifically in the 'height' and 'width' properties. (Support for the keyword in other properties will ship soon but separately, per note at the bottom of this message.)
It has been developed behind the 'layout.css.webkit-fill-available.enabled' preference. Other WebKit/Blink-based browsers have already been shipping this legacy prefixed keyword for over a decade.
Bug to turn on by default: https://bugzilla.mozilla.org/show_bug.cgi?id=1988938
Standard: https://drafts.csswg.org/css-sizing-4/#stretch-fit-sizing
(Note on the standard/spec: this webkit-prefixed keyword is a legacy alias for what is now standardized as 'stretch' in that spec. Gecko and WebKit have not yet shipped that standardized 'stretch' keyword, but there's strong webcompat dependence on this legacy webkit-prefixed keyword keyword, particularly in the 'width' and 'height' properties - hence the need to ship that version as soon as possible.)
This feature was previously discussed in this "Intent to prototype" thread: