- From: Guillaume via GitHub <sysbot+gh@w3.org>
- Date: Thu, 28 Mar 2024 20:21:12 +0000
- To: public-css-archive@w3.org
I guess whitespaces are invalid between tokens matching these [productions](https://drafts.csswg.org/css-view-transitions-2/#typedef-pt-name-and-class-selector). ``` <pt-name-and-class-selector> = <pt-name-selector><pt-class-selector>? | <pt-class-selector> <pt-class-selector> = ['.' <custom-ident>]+ ``` Would it be possible to clarify it explicitly (like for [selector productions](https://drafts.csswg.org/selectors-4/#white-space)), and add a whitespace between `<pt-name-selector>` and `<pt-class-selector>?`? -- GitHub Notification of comment by cdoublev Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9874#issuecomment-2026047852 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 28 March 2024 20:21:14 UTC