- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Fri, 17 Jun 2022 22:40:55 +0000
- To: public-css-archive@w3.org
If `:>` is just a normal combinator, then this can address part of #2284 too: ```css something#very.long :> :is(before, after) /* something#very.long::before, something#very.long::after */ ``` But this wouldn't work: ```css something#very.long:is(*, * :> after) /* something#very.long, something#very.long::after */ ``` -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7346#issuecomment-1159284364 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 17 June 2022 22:40:57 UTC