Modify ↓
Ticket #10047 (closed bug: duplicate)
Closing embed tag found in IE7 & 8
| Reported by: | Motty | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 1.6.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
When trying to find all contained elements, IE7 and IE8 also finds the closing embed tag: http://jsfiddle.net/Mottie/L7d9g/2/
// includes /embed in IE7&8
$(selector).find('*')
This occurs in all jQuery versions
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

I'm not sure if this is related, but it appears that most of the new HTML5 tags also include the closing tag (the only exception is <ruby>) http://jsfiddle.net/L7d9g/4/ - I'll open a new ticket, just in case.