In the current style guide, there is a “use with caution” rule that says that you shouldn’t use element selectors in scoped CSS/style tags, because it’s slow.
Is there data to back up that claim? Wouldn’t that be heavily dependent on browser implementations and optimizations?
Someone has asked this same question on Stack Overflow, and I’ve always been curious too, so I thought this would be a better place to ask.