Bug 81035 - Implement matches() method (Selectors API Level 2)
Summary: Implement matches() method (Selectors API Level 2)
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-13 14:27 PDT by Bronislav Klucka
Modified: 2023-12-11 06:58 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.