Page MenuHomePhorge

Fix typo in CSS definition
ClosedPublic

Authored by aklapper on Jun 30 2024, 14:18.
Tags
None
Referenced Files
F3216252: D25707.1741688059.diff
Mon, Mar 10, 10:14
F3038970: D25707.1740938172.diff
Sat, Mar 1, 17:56
F3006098: D25707.1740556084.diff
Tue, Feb 25, 07:48
F3006018: D25707.1740552394.diff
Tue, Feb 25, 06:46
F3006017: D25707.1740552392.diff
Tue, Feb 25, 06:46
F3006013: D25707.1740552385.diff
Tue, Feb 25, 06:46
F3005067: D25707.1740508351.diff
Mon, Feb 24, 18:32
F3002514: D25707.1740448077.diff
Mon, Feb 24, 01:47

Details

Summary

Replace -webkit-trasform with -webkit-transform.

Test Plan

Read the entire CSS spec at your fireplace.

Diff Detail

Repository
rP Phorge
Branch
cssTypo
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 1387
Build 1387: arc lint + arc unit

Event Timeline

Per https://caniuse.com/?search=-webkit-transform, transform without a vendor prefix has been supported since Chrome 36 in 2014.
Personally I'd prefer to simply remove old vendor prefixed CSS definitions but that would first require a shared understanding which dates (and/or which browser versions) are "too old" for Phorge code.
See "List of changes, most recent first" on https://www.mediawiki.org/wiki/Compatibility#Browser_support_matrix for a random example.

fireplace

Papa Beaver's Storytime done. Thanks

This revision is now accepted and ready to land.Jun 30 2024, 17:17
This revision was automatically updated to reflect the committed changes.