Side navigation
#10047 closed bug (duplicate)
Opened August 14, 2011 02:08PM UTC
Closed August 18, 2011 04:16PM UTC
Last modified August 18, 2011 04:16PM UTC
Closing embed tag found in IE7 & 8
Reported by: | Motty | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.6.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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
Attachments (0)
Change History (3)
Changed August 14, 2011 03:15PM UTC by comment:1
_comment0: | 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/ → 1313335920910985 |
---|
Changed August 18, 2011 04:16PM UTC by comment:2
resolution: | → duplicate |
---|---|
status: | new → closed |
Not quite the same bug but related, and not something jQuery can do much about; IE needs a shiv.
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.