[cssom] should also describe resolved value of min-size
Nobody has claimed this yet.
- Dominant language
- Bikeshed
- Stars
- 4.9k
- Forks
- 816
- PR merge metrics
- PR metrics pending
Description
From https://drafts.csswg.org/css-sizing/#valdef-width-auto, about min-width/height: auto,
For backwards-compatibility, the resolved value of this keyword is zero for boxes of all [CSS2] display types: block and inline boxes, inline blocks, and all the table layout boxes.
But this is buried in css-sizing and hard to find. Please include it in https://drafts.csswg.org/cssom/#resolved-value too.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open the CSSOM resolved-value section and compare its treatment of min-width/min-height with the cited css-sizing definition for the auto keyword. Update the CSSOM text to include the stated resolved value, and confirm that the resulting specification wording matches the CSS sizing rule.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100