Closed
Bug 1276323
Opened 8 years ago
Closed 4 years ago
min-height, min-width default should be 'auto', not 0
Categories
(Developer Documentation Graveyard :: CSS, defect, P5)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: neil.kronlage, Unassigned)
References
()
Details
:: Developer Documentation Request
Request Type: Correction
Gecko Version: unspecified
Technical Contact:
:: Details
The default value of 'min-height' and 'min-width' CSS properties should be 'auto', not 0.
https://developer.mozilla.org/en-US/docs/Web/CSS/min-height
https://developer.mozilla.org/en-US/docs/Web/CSS/min-width
Spec:
https://drafts.csswg.org/css-flexbox-1/#min-size-auto
Comment 1•6 years ago
|
||
This is now specified here in CSS Sizing: https://drafts.csswg.org/css-sizing-3/#propdef-min-height
The initial value used to be 0 and is now auto as described in the spec. I've made a PR to update this.
Comment 2•4 years ago
|
||
MDN Web Docs' bug reporting has now moved to GitHub. From now on, please file content bugs at https://github.com/mdn/sprints/issues/ and platform bugs at https://github.com/mdn/kuma/issues/.
Status: UNCONFIRMED → RESOLVED
Closed: 4 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•