Re: [csswg-drafts] [css-ruby-1] Breaks within implicit bases is not Web-compatible (#10073)

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