[webkit-reviews] review requested: [Bug 36713] Support box-sizing without the vendor prefix : [Attachment 62420] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 23 06:05:22 PDT 2010


Peter Beverloo <peter at lvp-media.com> has asked	for review:
Bug 36713: Support box-sizing without the vendor prefix
https://bugs.webkit.org/show_bug.cgi?id=36713

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

------- Additional Comments from Peter Beverloo <peter at lvp-media.com>
Renamed -webkit-box-sizing to box-sizing and updated all relevant tests/default
UA styling/Web Inspector.

While continuing to allow people to use -webkit-box-sizing (e.g. supporting
them both) wouldn't be hard to add, I decided to rename it because the Basic UI
Module is a CR and it matches support of other browsers:

Internet Explorer 8+: box-sizing
Opera 7+: box-sizing
Konqueror 3.3.2+: box-sizing
Mozilla Firefox: -moz-box-sizing
WebKit (current): -webkit-box-sizing

Mozilla prefixed their property because it also supports "padding-box", where
the spec doesn't include it.


More information about the webkit-reviews mailing list