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

dholbert has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-grid-2] A mention of "auto" is linkified to the wrong definition ==
At the start of https://drafts.csswg.org/css-grid-2/#algo-terms ("12.2. Track Sizing Terminology"), we have these definitions have a linkified usage of the term `auto`:
> min track sizing function
>   [...] If the track was sized with a [<flex>](https://drafts.csswg.org/css-grid-2/#typedef-flex) value or [fit-content()](https://drafts.csswg.org/css-grid-2/#funcdef-grid-template-columns-fit-content) function, [auto](https://drafts.csswg.org/css-grid-2/#grid-placement-auto). Otherwise, the track’s sizing function.
> max track sizing function
>    [...] In all cases, treat [auto](https://drafts.csswg.org/css-grid-2/#grid-placement-auto) and [fit-content()](https://drafts.csswg.org/css-grid-2/#funcdef-grid-template-columns-fit-content) as [max-content](https://drafts.csswg.org/css-grid-2/#valdef-grid-template-columns-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](https://drafts.csswg.org/css-grid-2/#grid-placement-auto), but should in fact be linkified to [#valdef-grid-template-columns-auto](https://drafts.csswg.org/css-grid-2/#valdef-grid-template-columns-auto)

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11168 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 8 November 2024 07:03:50 UTC