Opened 14 years ago
Closed 13 years ago
#4970 closed bug (fixed)
Opera and HTML 5 Child Selectors
Reported by: | somedumbme91 | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | selector | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
JQuery won't allow me to select the children of a HTML 5 element ("nav") using $("nav > ul"). Using an id selector on the nav element works fine, and so does using getElementByTagName.
I'm using jQuery 1.3.2 and Opera 9.64 build 5270 on Mac OS X.
Attachments (1)
Change History (3)
Changed 14 years ago by
comment:1 Changed 13 years ago by
I confirm that it doesn't work on Opera 9.6. It does work on Opera 10 beta!
comment:2 Changed 13 years ago by
Component: | unfiled → selector |
---|---|
Resolution: | → fixed |
Status: | new → closed |
This was fixed in jQuery 1.4.
Note: See
TracTickets for help on using
tickets.
A test case, using id selelctors and tagname selectors.