standards-positions icon indicating copy to clipboard operation
standards-positions copied to clipboard

CSS 'stretch' sizing keyword

Open davidsgrogan opened this issue 1 year ago • 2 comments

WebKittens

@fantasai

Title of the proposal

CSS 'stretch' sizing keyword

URL to the spec

https://drafts.csswg.org/css-sizing-4/#sizing-values

URL to the spec's repository

No response

Issue Tracker URL

No response

Explainer URL

No response

TAG Design Review URL

No response

Mozilla standards-positions issue URL

https://github.com/mozilla/standards-positions/issues/1054

WebKit Bugzilla URL

https://bugs.webkit.org/show_bug.cgi?id=277117

Radar URL

No response

Description

A keyword for CSS sizing properties (e.g. 'width', 'height') that allows elements to grow to fill their containing block's available space. It is similar to '100%', except the resulting size is applied to the element's margin box instead of the box indicated by 'box-sizing'.

davidsgrogan avatar Sep 20 '24 01:09 davidsgrogan