Re: [csswg-drafts] [css-cascade] [css-nesting] Figure out whether we're fine with "shifting up" bare declarations after rules (#8738)

> during style resolving for order of appearance (minimal?)

Doesn't seem minimal to me fwiw (though happy to be proven wrong). Right now you need to sort _rules_ by source order, and with this change you'd need to sort _declarations_ by source order which can be much more expensive (e.g. with the `all` property or so, but also normally). Not sure that'd fly...

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


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

Received on Thursday, 29 February 2024 19:19:57 UTC