- From: Romain Menke via GitHub <sysbot+gh@w3.org>
- Date: Sat, 29 Oct 2022 14:49:18 +0000
- To: public-css-archive@w3.org
If authors want to enforce that each selector in the list is unambiguous in case of edits they can use a linter to enforce this style : ```css div { color: red; :is(input), :is(textarea) { margin: 1em; } } ``` -- GitHub Notification of comment by romainmenke Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7980#issuecomment-1295859197 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Saturday, 29 October 2022 14:49:20 UTC