Drop -webkit-box-sizing#12640
Conversation
|
20% of Android users are still on v2.3 "Gingerbread", whose non-Chrome stock browser requires the prefix. The Android stock browser is indeed not officially supported, but I still fear the number of issues that people might file as a result of this change. |
|
@cvrebert 20% of Android users are still on Gingerbread, but 19.99% of those users (including me, but I have also newer phone) migrated to Firefox, Opera or something else. 😉 Bigger problem is Safari 5, on older Macs. |
|
Normalize.css doesn't use any of the prefixes that 2.3 requires and there are places in the bootstrap code itself where we're not using them (box-shadow, background-clip and background-size need to be prefixes for example). So support for 2.3 is already flaky at best. |
|
Indeed we don't have For now, we'll leave it. |
All supported browsers support it without the -webkit prefix, so we should drop it.
http://caniuse.com/css3-boxsizing