#10017 closed defect (patchwelcome)
acme accepts invalid syntax
Reported by: | Les | Owned by: | dylan |
---|---|---|---|
Priority: | low | Milestone: | future |
Component: | Query | Version: | 1.3.2 |
Keywords: | dojo.query | Cc: | |
Blocked By: | Blocking: |
Description
// This works fine dojo.query('form>'); // This causes a syntax error in Chrome 4, FF 3.5 and Safari 4 document.querySelector('form>'); // This works fine document.querySelector('form>*');
Change History (5)
comment:1 Changed 13 years ago by
Component: | General → Query |
---|---|
Owner: | changed from anonymous to alex |
comment:2 Changed 13 years ago by
Milestone: | tbd → future |
---|
comment:3 Changed 11 years ago by
Owner: | changed from alex to dylan |
---|
comment:4 Changed 10 years ago by
Priority: | high → low |
---|---|
Resolution: | → patchwelcome |
Status: | new → closed |
comment:5 Changed 10 years ago by
Summary: | dojo.query accepts invalid syntax → acme accepts invalid syntax |
---|
Note that the new lite engine will give an error, for example if you run this in the console after loading parser.html:
require(["dojo/query"], function(query){ console.log(query('form>')); })
If acme is loaded though it still gets accepted.
Version 0, edited 10 years ago
by
(next)
Note: See
TracTickets for help on using
tickets.
please review/triage