WebKit / standards-positions

WebKit's positions on emerging web specifications
https://webkit.org/standards-positions/
242 stars 19 forks source link

CSS 'stretch' sizing keyword #401

Open davidsgrogan opened 2 weeks ago

davidsgrogan commented 2 weeks ago

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'.

annevk commented 2 weeks ago

@davidsgrogan curious, why did you pick the specification title as "Title of the proposal"? That's what we end up classifying this under so the issue title would be more appropriate to reuse I think.

davidsgrogan commented 1 week ago

Fixed