Re: [csswg-drafts] [css-nesting-1] & representing parent elements vs parent selector (#8310)

No, it's not? It's a fuzzy query. For something like

:is(.a, .b, .c) :is(.d, .e, .f) div { … }

This will cause at most six lookups in the bloom filter, but desugaring will create at most eighteen (nine rules, each doing two checks).

-- 
GitHub Notification of comment by sesse
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8310#issuecomment-1387232163 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 18 January 2023 15:12:54 UTC