RESOLVED DUPLICATE of bug 9966 12708
<object /> comes unclosed
https://bugs.webkit.org/show_bug.cgi?id=12708
Summary <object /> comes unclosed
Eugene Pimenov
Reported 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,
Attachments
Alexey Proskuryakov
Comment 1 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 ***
Note You need to log in before you can comment on or make changes to this bug.