Replace -webkit-trasform with -webkit-transform.
Details
Details
- Reviewers
valerio.bozzolan - Group Reviewers
O1: Blessed Committers - Commits
- rP30257515eb34: Fix typo in CSS definition
Read the entire CSS spec at your fireplace.
Diff Detail
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
Comment Actions
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.