Bug 81035

Summary: Implement matches() method (Selectors API Level 2)
Product: WebKit Reporter: Bronislav Klucka <bronislav.klucka>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: annevk, ap, bronislav.klucka, syoichi
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Description Bronislav Klucka 2012-03-13 14:27:41 PDT
Implement 
matches() method on Document, DocumentFragment and Element

http://dev.w3.org/2006/webapi/selectors-api2/#interface-definitions
Comment 1 Bronislav Klucka 2012-03-20 21:24:01 PDT
(In reply to comment #0)
> Implement 
> matches() method on Document, DocumentFragment and Element
> 
> http://dev.w3.org/2006/webapi/selectors-api2/#interface-definitions

The functionality pretty much matches the functionality of matchesSelector
http://www.w3.org/TR/selectors-api2/#matchtesting 

that was apparently already implemented in webkit
http://dev.chromium.org/developers/web-platform-status#TOC-DOM-APIs
Comment 2 Bronislav Klucka 2012-05-11 02:31:07 PDT
Any plans here?
Comment 3 Anne van Kesteren 2023-12-11 06:58:31 PST
This has been implemented at some point.