Opened 9 years ago
Closed 9 years ago
#18700 closed defect (bug) (fixed)
Unnecessary vendor prefixes should be removed
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Performance | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
Some vendor prefixes for some or all properties aren't needed anymore, such as -khtml-* and some -moz-* and -webkit-*. Research and testing needs to be done, especially regarding Safari on iOS.
Some fairly certain ones:
- all -khtml-*
- -moz/webkit/o-border-radius
- -moz/webkit/o-text-shadow
- ...
Ones that have to stay:
- *-transform
- ...
Attachments (5)
Change History (14)
#1
@
9 years ago
- Milestone changed from Awaiting Review to 3.3
We need this to make wp-admin.css a bit smaller, see #18314.
#2
follow-up:
↓ 3
@
9 years ago
Border-radius:
https://developer.mozilla.org/en/CSS/border-radius#Browser_compatibility
-webkit is still needed for mobile browsers.
#3
in reply to:
↑ 2
@
9 years ago
Replying to ocean90:
-webkit is still needed for mobile browsers.
Thought we were removing all -moz-border-radius
too. Not needed since Gecko 1.8.
Note: See
TracTickets for help on using
tickets.
get rid of -khtml