[csswg-drafts] [css-mixins] Disallow whitespace when matching `'<' transform-list '>'` (#10560)

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

== [css-mixins] Disallow whitespace when matching `'<' transform-list '>'` ==
I think the following forgets to disallow whitespaces in `'<' transform-list '>'`.

  > Whitespace is not allowed between the angle bracket `<delim-token>`s (`< >`) and the `<type-name>` they enclose, nor is whitespace allowed to precede a `<multiplier>`.

https://drafts.csswg.org/css-mixins-1/#syntax

**Suggestion:**

  > Whitespace is not allowed between any component values matching `<syntax-component>`.

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


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

Received on Friday, 12 July 2024 06:08:47 UTC