Page MenuHomePhorge

Fix typo in CSS definition
ClosedPublic

Authored by aklapper on Jun 30 2024, 14:18.
Tags
None
Referenced Files
F2959418: D25707.1739124999.diff
Sat, Feb 8, 18:16
F2953326: D25707.1738985176.diff
Fri, Feb 7, 03:26
F2952334: D25707.1738966170.diff
Thu, Feb 6, 22:09
F2935031: D25707.1737814806.diff
Fri, Jan 24, 14:20
F2935030: D25707.1737814805.diff
Fri, Jan 24, 14:20
F2935028: D25707.1737814789.diff
Fri, Jan 24, 14:19
F2935027: D25707.1737814774.diff
Fri, Jan 24, 14:19
F2934819: D25707.1737804229.diff
Fri, Jan 24, 11:23

Details

Summary

Replace -webkit-trasform with -webkit-transform.

Test Plan

Read the entire CSS spec at your fireplace.

Diff Detail

Repository
rP Phorge
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.