Bug 12708 - <object /> comes unclosed
Summary: <object /> comes unclosed
Status: RESOLVED DUPLICATE of bug 9966
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL: http://team.org.ru/test/blur/
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-09 05:19 PST by Eugene Pimenov
Modified: 2007-02-09 09:44 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene Pimenov 2007-02-09 05:19:02 PST
Hello, 
there is code

<object data="test-blur2.svg" width="507" height="503" type="image/svg+xml"/>

on http://team.org.ru/test/blur/ which comes unclosed (anything before </object>)

Tested on 419.3 (10.4.8 with last updates) and SVN r19524

Thanks,
Comment 1 Alexey Proskuryakov 2007-02-09 09:44:32 PST
<td align="right">
  <object data="test-blur2.svg" width="507" height="503" type="image/svg+xml"/>
</td>

In HTML, tags cannot be self-closing, so the slash in "<object />" is ignored. The behavior with unclosed object tags is tracked in bug 9966.

*** This bug has been marked as a duplicate of 9966 ***