Side navigation
#6510 closed bug (invalid)
Opened May 01, 2010 05:06AM UTC
Closed May 03, 2010 03:15AM UTC
Issue With IE8 and pseudo tags.
Reported by: | Feenyks | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4.3 | |
Component: | selector | Version: | 1.4.2 |
Keywords: | ie pseudo dtd | Cc: | |
Blocked by: | Blocking: |
Description
I added a tag to my DTD called pseudo.
Given a tag such as:
<pseudo checkbox="Y" />
and try to execute:
$("pseudo[checkbox=Y]").append("<input type='checkbox' />");
it works like it should in FF3 but nothing in IE8
Checking $("pseudo[checkbox=Y]").length FF is reporting 1 and IE is reporting 0.
Attachments (0)
Change History (1)
Changed May 03, 2010 03:15AM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
IE8 parses HTML. If it doesn't recognize the tag you won't get consistent results. See this article and the links in it for more info:
http://ejohn.org/blog/html5-shiv/