Bug 12708
Summary: | <object /> comes unclosed | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eugene Pimenov <libc.mail> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://team.org.ru/test/blur/ |
Eugene Pimenov
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,
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
<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 ***