Opened 9 years ago
Closed 9 years ago
#14902 closed feature (fixed)
Use element.matches in alternate selector engine if it's available
Reported by: | dmethvin | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 2.1.1 |
Component: | selector | Version: | 1.11.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Change History (3)
comment:1 Changed 9 years ago by
Component: | unfiled → selector |
---|---|
Milestone: | None → 1.11.1/2.1.1 |
Priority: | undecided → low |
comment:2 Changed 9 years ago by
Milestone: | 1.11.1/2.1.1 → 2.1.1 |
---|
comment:3 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Selector: Use Element.matches in selector-native if available
Spec: http://dom.spec.whatwg.org/#dom-element-matches
Support in Chromium: https://code.google.com/p/chromium/issues/detail?id=326652
Fixes #14902 Closes gh-1524