Page MenuHomePhorge

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

Authored by aklapper on Mar 27 2025, 18:11.
Tags
None
Referenced Files
F3780541: D25928.1745898210.diff
Mon, Apr 28, 03:43
F3748633: D25928.1745779737.diff
Sat, Apr 26, 18:48
F3731242: D25928.1745738711.diff
Sat, Apr 26, 07:25
F3695593: D25928.1745593613.diff
Thu, Apr 24, 15:06
F3675103: D25928.1745499150.diff
Wed, Apr 23, 12:52
F3605522: D25928.1745275201.diff
Sun, Apr 20, 22:40
F3581764: D25928.1745109647.diff
Sat, Apr 19, 00:40
F3575656: D25928.1745006874.diff
Thu, Apr 17, 20:07

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 1811
Build 1811: 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.Mar 27 2025, 18:52