Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[css-grid-2] A mention of "auto" is linkified to the wrong definition #11168

Open
dholbert opened this issue Nov 8, 2024 · 1 comment
Open
Labels
css-grid-1 css-grid-2 Subgrid; Current Work

Comments

@dholbert
Copy link
Member

dholbert commented Nov 8, 2024

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:

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

@dholbert dholbert added the css-grid-2 Subgrid; Current Work label Nov 8, 2024
@Loirooriol
Copy link
Contributor

Level 1 is also affected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
css-grid-1 css-grid-2 Subgrid; Current Work
2 participants