[Webkit-unassigned] [Bug 60609] Implement CSSPropertyMargin and CSSPropertyPadding in CSSStyleApplyProperty.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 10 23:30:11 PDT 2011


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





--- Comment #3 from Luke Macpherson <macpherson at chromium.org>  2011-05-10 23:30:11 PST ---
resetMargin is equivalent to setting the top, left, bottom and right margins to RenderStyle::initialMargin()

however,

resetPadding sets top, left, bottom, right to AUTO, while the individual cases are setting them to FIXED. This smells a lot like a bug in the existing code - in every case I've seen so far initializing the shorthand is exactly equivalent to initializing the individual values.

-- 
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