Re: Proposal: regular expressions (or wildcards) in selectors

> I think the better approach is to require the match of two attribute selectors
> like so:
> 
>   *[class^="myclass-a"][class$="5"] {/* ... */}

That was my thought too.  I think that very few people realise that
class is a space separated list of class names.

Received on Tuesday, 16 March 2004 16:53:45 UTC