[webkit-reviews] review requested: [Bug 23658] webkit should support box-sizing:padding-box : [Attachment 156798] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 6 16:51:29 PDT 2012


Elliott Sprehn <esprehn at gmail.com> has asked  for review:
Bug 23658: webkit should support box-sizing:padding-box
https://bugs.webkit.org/show_bug.cgi?id=23658

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

------- Additional Comments from Elliott Sprehn <esprehn at gmail.com>
Attempt at implementing padding box. This doesn't work though and I don't know
why. getComputedStyle(e).boxSizing always returns content-box even though it
goes through the isValidKeywordPropertyAndValue check and I changed
CSSComputedStyleDeclaration. Anyone know what I missed?


More information about the webkit-reviews mailing list