Page MenuHomePhorge

Fix typo in CSS definition
ClosedPublic

Authored by aklapper on Jun 30 2024, 14:18.
Tags
None
Referenced Files
F3852704: D25707.1746130074.diff
Wed, Apr 30, 20:07
F3844008: D25707.1746101718.diff
Wed, Apr 30, 12:15
F3838568: D25707.1746097343.diff
Wed, Apr 30, 11:02
F3802548: D25707.1745979966.diff
Tue, Apr 29, 02:26
F3554340: D25707.1744985013.diff
Thu, Apr 17, 14:03
F3502408: D25707.1744796659.diff
Tue, Apr 15, 09:44
F3424600: D25707.1744645343.diff
Sun, Apr 13, 15:42
F3379365: D25707.1744366539.diff
Thu, Apr 10, 10:15

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.