Opened 12 years ago
Last modified 12 years ago
#11876 confirmed Task
[FF] Remove -moz- prefix from box-sizing property
| Reported by: | Olek Nowodziński | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | UI : Skins | Version: | 4.0 |
| Keywords: | Firefox | Cc: |
Description
Since version 29 (https://developer.mozilla.org/docs/Mozilla/Firefox/Releases/29), Firefox supports box-sizing without the vendor prefix. Let's keep things clean and save some bytes here and there.
Change History (3)
comment:1 Changed 12 years ago by
| Status: | new → confirmed |
|---|
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
| Milestone: | CKEditor 4.4.2 |
|---|
http://caniuse.com/css3-boxsizing it says that 29+ does not require prefix, so it's definitely not a right time yet.

If before FF29 it does not handle property without
-mozprefix then we have to wait much longer.