- From: Romain Menke via GitHub <sysbot+gh@w3.org>
- Date: Sat, 13 May 2023 16:31:27 +0000
- To: public-css-archive@w3.org
romainmenke has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-color-5] Example 11 mixes deg and number values == https://drafts.csswg.org/css-color-5/#example-4889a5cd ```css html { --base: oklch(52.6% 0.115 44.6deg) } .summary { background: oklch(from var(--base) l c calc(h + 90)); } ``` The calc expression is `calc(44.6deg + 90)` which is not valid as far as I know. ----- @svgeesus is the example incorrect or am I overlooking something? Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8839 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Saturday, 13 May 2023 16:31:28 UTC