Bug 81035
| Summary: | Implement matches() method (Selectors API Level 2) | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Bronislav Klucka <bronislav.klucka> |
| Component: | DOM | Assignee: | 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 | ||
Bronislav Klucka
Implement
matches() method on Document, DocumentFragment and Element
http://dev.w3.org/2006/webapi/selectors-api2/#interface-definitions
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Bronislav Klucka
(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
Bronislav Klucka
Any plans here?
Anne van Kesteren
This has been implemented at some point.