Re: [csswg-drafts] [css-multicol-2] `columns` shorthand with `column-height` and `column-wrap` (#12050)

I think the syntax in the spec is wrong. It says:

`<'column-width'> || <'column-count'> [ / <'column-height'> ]?`

I think it should be:

`[ <'column-width'> || <'column-count'> ] [ / <'column-height'> ]?`

Otherwise `10em / 10em` will be invalid. Right?

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


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

Received on Tuesday, 19 August 2025 07:05:16 UTC