[webkit-reviews] review granted: [Bug 41496] Computed style is not implemented for padding-start, padding-end, margin-start, margin-end : [Attachment 60999] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 9 15:33:31 PDT 2010


Darin Adler <darin at apple.com> has granted Erik Arvidsson <arv at chromium.org>'s
request for review:
Bug 41496: Computed style is not implemented for padding-start, padding-end,
margin-start, margin-end
https://bugs.webkit.org/show_bug.cgi?id=41496

Attachment 60999: Patch
https://bugs.webkit.org/attachment.cgi?id=60999&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
I’m a little worried that the serialized form of all CSS properties will
include redundant values and that will be some sort of problems. THe same value
as both margin-left and margin-start, for example. Clearly when getting one
particular property this is right.

WebCore/ChangeLog:9
 +	    (WebCore::):
Please avoid adding lines like this to ChangeLog.


More information about the webkit-reviews mailing list