Re: [csswg-drafts] [css-grid] Mark up minmax() and fit-content() as functions in the spec? (#7682)

To be clear, taking the current markup.

| Name            | Markup                                                                           |
| --------------- | -------------------------------------------------------------------------------- |
| `fit-content()` | `data-dfn-type="value" data-dfn-for="grid-template-columns, grid-template-rows"` |
| `minmax()`      | `data-dfn-type="value" data-dfn-for="grid-template-columns, grid-template-rows"` |
| `repeat()`      | `data-dfn-type="function"` |

The first two functions have context-sensitive definitions, are marked with `data-dfn-type="value"`, and cannot be annotated with `<fit-content()>` or `<minmax()>`.

The third has a unique definition, is marked with `data-dfn-type="function"`, and can be annotated with `<repeat()>`.

-- 
GitHub Notification of comment by cdoublev
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7682#issuecomment-1236292647 using your GitHub account


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

Received on Sunday, 4 September 2022 09:00:00 UTC