[Webkit-unassigned] [Bug 127617] New: [basic-shapes] inset() function with multiple spaces on element style
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Jan 25 04:24:56 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=127617
Summary: [basic-shapes] inset() function with multiple spaces
on element style
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, betravis at adobe.com,
bjonesbe at adobe.com
Additional spaces after defining the inset parameters dependent how many parameters have been specified
inset(2px) gets to inset(2px ) - three spaces
inset(2px 2px) gets to inset(2px 2px 2px ) - two spaces
inset(2px 2px 2px) gets to inset(2px 2px 2px ) - one space
element style: element.style.webkitShapeInside = "inset(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