- From: Morten Stenshorne via GitHub <noreply@w3.org>
- Date: Tue, 19 Aug 2025 07:05:15 +0000
- To: public-css-archive@w3.org
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