Closed
Bug 416474
(selectors-api)
Opened 18 years ago
Closed 18 years ago
Implement W3C Selectors API
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
VERIFIED
DUPLICATE
of bug 416317
People
(Reporter: jeresig, Unassigned)
References
()
Details
An attempt should be made to implement the querySelector and querySelectorAll methods from the W3C Selectors API.
There currently exist two compliant implementations:
- http://dean.edwards.name/weblog/2007/03/yet-another/
- http://webkit.org/blog/156/queryselector-and-queryselectorall/
Comment 1•18 years ago
|
||
step 1: create or acquire a complete test suite
Comment 2•18 years ago
|
||
Isn't this a dup of bug 416317?
![]() |
Reporter | |
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
Updated•18 years ago
|
Status: RESOLVED → VERIFIED
Assignee | ||
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•