[Webkit-unassigned] [Bug 36713] Support box-sizing without the vendor prefix

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


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


Peter Beverloo <peter at lvp-media.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #62420|                            |review?
               Flag|                            |




--- Comment #1 from Peter Beverloo <peter at lvp-media.com>  2010-07-23 06:05:22 PST ---
Created an attachment (id=62420)
 --> (https://bugs.webkit.org/attachment.cgi?id=62420)
Patch

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.

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