Bug 12708

Summary: <object /> comes unclosed
Product: WebKit Reporter: Eugene Pimenov <libc.mail>
Component: DOMAssignee: 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
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.