Bug Tracker

Opened 13 years ago

Closed 13 years ago

#6510 closed bug (invalid)

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.

Change History (1)

comment:1 Changed 13 years ago by dmethvin

Resolution: invalid
Status: newclosed

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/

Note: See TracTickets for help on using tickets.