[Webkit-unassigned] [Bug 65176] New: BORDER attribute with the object tag, using percentage values not working.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 26 05:48:10 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=65176
Summary: BORDER attribute with the object tag, using percentage
values not working.
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: HTML DOM
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: mihnea at adobe.com
This is a follow up after bug 20226.
<object id="OBJ" border="20%" data="red_200_200.png" type="image/png"></object>
In the above case, border is not parsed to 20px but instead 0 is used, thus the object element does not have a border.
Patch coming.
--
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