Page MenuHomePhorge

Fix typo in CSS definition
ClosedPublic

Authored by aklapper on Jun 30 2024, 14:18.
Tags
None
Referenced Files
F3319372: D25707.1743305896.diff
Sat, Mar 29, 03:38
F3318657: D25707.1743289839.diff
Fri, Mar 28, 23:10
F3318417: D25707.1743283444.diff
Fri, Mar 28, 21:24
F3305931: D25707.1743122547.diff
Thu, Mar 27, 00:42
F3292201: D25707.1742888050.diff
Mon, Mar 24, 07:34
F3290288: D25707.1742862525.diff
Mon, Mar 24, 00:28
F3289094: D25707.1742841862.diff
Sun, Mar 23, 18:44
F3285276: D25707.1742797363.diff
Sun, Mar 23, 06:22

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.