- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Wed, 09 Feb 2022 20:38:38 +0000
- To: public-css-archive@w3.org
I don't understand the problem, what makes you think that whitespaces are required? `svg|*` is a type selector, so it's a single compound selector, not 2. https://drafts.csswg.org/selectors/#typedef-type-selector ``` <type-selector> = <wq-name> | <ns-prefix>? '*' <ns-prefix> = [ <ident-token> | '*' ]? '|' ``` Also note: > White space is forbidden: > - Between any of the components of a `<type-selector>` or a `<class-selector>`. -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7027#issuecomment-1034171052 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 9 February 2022 20:38:40 UTC