Re: "match a selectors string" in the DOM spec doesn't do what it wants to be doing

On Mon, Aug 4, 2014 at 5:42 AM, Anne van Kesteren <annevk@annevk.nl> wrote:
> On Mon, Aug 4, 2014 at 9:52 AM, Boris Zbarsky <bzbarsky@mit.edu> wrote:
>> I'm not proposing getting rid of "evaluate a selector"; I'm proposing
>> explicitly exposing the lower-level "does this selector match this element"
>> primitive and using it directly in matches() and closest().
>
> Sounds good. Will add this once Tab provides the primitive.

I think this does what you want?
http://dev.w3.org/csswg/selectors/#match-against-element

~TJ

Received on Friday, 8 August 2014 22:03:08 UTC