- From: Florian Rivoal via GitHub <sysbot+gh@w3.org>
- Date: Wed, 24 Apr 2024 16:10:52 +0000
- To: public-css-archive@w3.org
If `ruby > :not(rb, rbc, rtc, ruby) { text-wrap-mode: nowrap; }` is problematic from a performance point of view, could we go with:
```css
ruby > * { text-wrap-mode: nowrap; }
ruby, rbc, rtc { text-wrap-mode: wrap; }
```
or is that no better?
--
GitHub Notification of comment by frivoal
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10073#issuecomment-2075316631 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 24 April 2024 16:10:53 UTC