#15190 closed defect (fixed)
Acme query engine doesn't work correctly with HTML5 tags in IE < 9
Reported by: | Thomas Bachem | Owned by: | Kris Zyp |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8 |
Component: | Query | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Another ticket regarding HTML5 compatibility and IE < 9 (see also #11808).
Using NodeList?-traverse methods with some HTML5 tag names in selectors doesn't always find them in IE < 9 or IE9 Quirks Mode. The attached test case shows that.
This is probably another case sensitivity issue (see the notes on HTML5 tags at http://ejohn.org/blog/nodename-case-sensitivity/).
Attachments (1)
Change History (3)
Changed 10 years ago by
Attachment: | acmeIeHtml5Test.html added |
---|
comment:1 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Milestone: | tbd → 1.8 |
---|
Note: See
TracTickets for help on using
tickets.
In [29122]: