[css-flexbox] Flexbox spec uses inconsistent terminology: "Implied Minimum Size" vs "Automatic Minimum Size" #1780
Labels
Closed Accepted as Editorial
Commenter Satisfied
Commenter has indicated satisfaction with the resolution / edits.
css-flexbox-1
Current Work
css-grid-1
Tracked in DoC
Milestone
Flexbox Section 4.5 is titled "Implied Minimum Size of Flex Items" -- however, this term used in the title ("Implied Minimum Size") is never defined and has zero usages in the spec's prose, outside of that title (and footnotes about change history).
Instead, the spec's prose uses a different term, "Automatic Minimum Size", which was introduced in this commit and which seems to refer to the exact same concept. Here's a quote, showing the discrepancy:
For consistency (and to avoid suggesting that there's an additional vaguely-defined concept in play), the title of this section should probably use the same term that we use in the prose -- i.e. the title needs
s/Implied/Automatic/
.The exact same is true of Grid, too, BTW (section 6.6 over there).
CC @fantasai @tabatkins
The text was updated successfully, but these errors were encountered: