[Webkit-unassigned] [Bug 75839] New: simple close tag is not supported for <a> and <object> tag.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 9 03:41:56 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=75839

           Summary: simple close tag is not supported for <a> and <object>
                    tag.
           Product: WebKit
           Version: 420+
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Major
          Priority: P1
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: changzhi.wang at intel.com


Close tags <a/> and <object/> like this will damage the whole html file.

for example:
<!DOCTYPE html>
<html>
<body>

<object width="400" height="300" data="hello.swf" type="application/x-shockwave-flash"/>

<div id="result">
These data should be visible!
</div>


</body>
</html>

The text in <div> should be visible. But instead the <div> is treated as alt text of <object>.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list