Opened 5 years ago
Closed 5 years ago
#13434 closed bug (fixed)
Create querySelectorAll/matchesSelector selector option
| Reported by: | dmethvin | Owned by: | gibson042 |
|---|---|---|---|
| Priority: | blocker | Milestone: | 2.0 |
| Component: | selector | Version: | 2.0b1 |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
As a lightweight option for a selector engine, provide a simple implementation that only uses the browser's native selector methods.
This would only be for 2.0 right now since IE6/7 absolutely needs Sizzle. Perhaps it could be added for 1.10 with the caveat that it only works back to IE8.
Any native qSA/mS bugs presently hidden by Sizzle will be re-exposed by this, which ain't our problem. There's a reason Sizzle is bigger.
Change History (3)
comment:1 Changed 5 years ago by
| Component: | unfiled → selector |
|---|---|
| Milestone: | None → 2.0 |
| Priority: | undecided → blocker |
| Status: | new → open |
comment:2 Changed 5 years ago by
| Owner: | set to gibson042 |
|---|---|
| Status: | open → assigned |
comment:3 Changed 5 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.

Fix #13434: native-API selector module What's out: