#12205 closed bug (fixed)
Miscellaneous pseudo selector issues
Reported by: | gibson042 | Owned by: | gibson042 |
---|---|---|---|
Priority: | low | Milestone: | 1.8.1 |
Component: | selector | Version: | 1.8rc1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The fix for #12153 came with a few issues of its own, mostly in handling compound pseudo selectors.
Change History (5)
comment:1 Changed 11 years ago by
Component: | unfiled → selector |
---|---|
Milestone: | None → 1.next |
Owner: | set to gibson042 |
Status: | new → assigned |
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Update Sizzle: Use tokenization rather than regex for grouping. Fixes #12237, #12205, #12285.
Changeset: b2698928bbdc1b247cb6de28e9b2624ec6b56667
comment:5 Changed 11 years ago by
Milestone: | 1.next → 1.8.1 |
---|---|
Priority: | undecided → low |
Note: See
TracTickets for help on using
tickets.
WIP: https://github.com/jquery/sizzle/pull/139