You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
min track sizing function
[...] If the track was sized with a value or fit-content() function, auto. Otherwise, the track’s sizing function.
max track sizing function
[...] In all cases, treat auto and fit-content() as max-content, except where specified otherwise for fit-content().
Both mentions of "auto" are linkified to the wrong definition there -- they're linkified to #grid-placement-auto (which is about e.g. grid-column-start: auto), but they should in fact be linkified to #valdef-grid-template-columns-auto
The text was updated successfully, but these errors were encountered:
At the start of https://drafts.csswg.org/css-grid-2/#algo-terms ("12.2. Track Sizing Terminology"), there's some track sizing spec-text with several linkified usages of the term
auto
:Both mentions of "auto" are linkified to the wrong definition there -- they're linkified to #grid-placement-auto (which is about e.g.
grid-column-start: auto
), but they should in fact be linkified to #valdef-grid-template-columns-autoThe text was updated successfully, but these errors were encountered: