Re: [css-selectors] Tagname based substrings

On Tue, Apr 12, 2016 at 3:12 PM, Davis, Greg <greg.davis@pearson.com> wrote:
> So, does this mean that universal selectors are not a good idea from an
> implementation algorithm perspective? From the perspective of a user of CSS,
> I'd definitely rather find a hack for this vs slowing down the whole
> algorithm to get it :)

Universal selectors are fine, because they don't qualify at all.
They're not *fast* selectors, but they don't mess with anything else.

~TJ

Received on Tuesday, 12 April 2016 22:24:21 UTC