mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
[CSS] Alias -webkit-appearance for compatibility reasons
Since this is supported as an alias by Firefox and Edge for the same reasons and we have websites using this to (attempt to) override the system-provided styling with their own, leaving out the only supported keyword we'd otherwise have (with -moz- prefix) but still stating -webkit-. TODO: unprefix this completely and make the vendor prefixes aliases.
This commit is contained in:
parent
9f48a59946
commit
07929daad2
1 changed files with 5 additions and 0 deletions
|
|
@ -264,6 +264,11 @@ CSS_PROP_ALIAS(-webkit-animation-timing-function,
|
|||
WebkitAnimationTimingFunction,
|
||||
WEBKIT_PREFIX_PREF)
|
||||
|
||||
CSS_PROP_ALIAS(-webkit-appearance,
|
||||
appearance,
|
||||
WebkitAppearance,
|
||||
WEBKIT_PREFIX_PREF)
|
||||
|
||||
CSS_PROP_ALIAS(-webkit-filter,
|
||||
filter,
|
||||
WebkitFilter,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue