[Webkit-unassigned] [Bug 127618] New: [basic-shape] polygon() functions returns fill-rule for element style even if not specified
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Jan 25 04:29:28 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=127618
Summary: [basic-shape] polygon() functions returns fill-rule
for element style even if not specified
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: krit at webkit.org
CC: rwlbuis at gmail.com, zoltan at webkit.org,
betravis at adobe.com, bjonesbe at adobe.com
The polygon function always returns a fill-rule for element style, even if the fill-rule was not specified.
element.style.webkitShapeInside = polygon(2px 2px)
then
element.style.webkitShapeInside
returns polygon(nonzero, 2px 2px);
--
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