Re: Making selectors first-class citizens

>>A lot of code now rely on a prefixed or unprefixed version of
>> `matchesSelector` as this has shipped in an interoperable fashion in all
>> browsers now.
>
>Unprefixed?

Yeah. Future-proofing of existing code, mostly:

    
https://github.com/search?q=matchesSelector+msMatchesSelector&type=Code&ref
=searchresults

Received on Friday, 13 September 2013 20:13:19 UTC