Page MenuHomePhorge

Remove some pre-2013 vendor-prefixed -ms- CSS properties
ClosedPublic

Authored by aklapper on Thu, Mar 27, 18:11.
Tags
None
Referenced Files
F3336592: D25928.1743576913.diff
Tue, Apr 1, 06:55
F3336120: D25928.1743569957.diff
Tue, Apr 1, 04:59
F3334158: D25928.1743545640.diff
Mon, Mar 31, 22:14
F3333742: D25928.1743539717.diff
Mon, Mar 31, 20:35
F3332600: D25928.1743523776.diff
Mon, Mar 31, 16:09
F3331694: D25928.1743511273.diff
Mon, Mar 31, 12:41
F3330387: D25928.1743488019.diff
Mon, Mar 31, 06:13
F3326529: D25928.1743419470.diff
Sun, Mar 30, 11:11

Details

Summary

Per https://caniuse.com/ and MDN,

  • -ms-transform superseded by unprefixed transform supported since IE 10 released 09/2012
  • @-ms-keyframes superseded by unprefixed @keyframes supported since IE 10 released 09/2012
  • -ms-transition superseded by unprefixed transition supported since IE 10 released 09/2012
Test Plan

None. Probably installing old browser versions if you don't trust documentation.

Diff Detail

Repository
rP Phorge
Branch
cssMSprefix (branched from master)
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 1813
Build 1813: arc lint + arc unit

Event Timeline

Thanks for this patch! Kind reminder: if you touched CSS or JavaScript, please remember to also run this:

./bin/celerity map

⚙️ Thanks! Bip bop I'm a bot - helping for T15209

This revision is now accepted and ready to land.Thu, Mar 27, 18:52