Skip to main content

Bug Tracker

Side navigation

#2084 closed bug (fixed)

Opened December 20, 2007 09:29PM UTC

Closed December 21, 2007 05:48AM UTC

BUG in [Fix "XHTML"-style tags in all browsers] code

Reported by: arte Owned by:
Priority: major Milestone: 1.2.2
Component: core Version: 1.2.1
Keywords: Cc:
Blocked by: Blocking:
Description

"embed" should be added to this line:

return tag.match(/^(abbr|br|col|img|input|link|meta|param|hr|area)$/i) ?

like this:

return tag.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i) ?

online examples (use IE to see the problem):

http://reboot.ch/js/media/index.html

with the fix:

http://reboot.ch/js/media/index3.html

Attachments (0)
Change History (1)

Changed December 21, 2007 05:48AM UTC by davidserduke comment:1

resolution: → fixed
status: newclosed

Fixed in [4293].