You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
fix(constants): prefixes for properties should be correct.
* Some Android Browsers are requiring different prefixes
* IE requires in some versions a lower-case prefix.
* Old Firefox Versions are requiring a `Moz` prefix.
* Chrome and latest Firefox are now supporting the un-prefixed property.
This commit, checks the properties on the browser and validates the correct property.
This makes sure, that the properties are working properly.
Closes#8186.
Closes#8187
0 commit comments