#2506 closed defect (fixed)
extend dojo.query() with xpath support for attribute values
Reported by: | alex | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Query | Version: | 0.4.1 |
Keywords: | query | Cc: | |
Blocked By: | Blocking: |
Description
today, all attribute queries force dojo.query() to use DOM iteration on all browser. XPath-advantaged browsers should be able to use xpath for this.
Change History (3)
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 11 years ago by
Component: | Core → Query |
---|
Note: See
TracTickets for help on using
tickets.
(In [7457]) Extend xpath code path to enable xpath-based attribute queries. Fixes #2506