mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1249134: Remove support for -webkit-appearance as an alias for -moz-appearance, since the two prefixed properties behave differently in practice. r=heycam
This commit is contained in:
parent
c2664451e7
commit
7e9b4ced96
@ -296,10 +296,6 @@ CSS_PROP_ALIAS(-webkit-border-bottom-right-radius,
|
||||
WebkitBorderBottomRightRadius, // really no dom property
|
||||
WEBKIT_PREFIX_PREF)
|
||||
|
||||
CSS_PROP_ALIAS(-webkit-appearance,
|
||||
appearance,
|
||||
WebkitAppearance,
|
||||
WEBKIT_PREFIX_PREF)
|
||||
CSS_PROP_ALIAS(-webkit-background-clip,
|
||||
background_clip,
|
||||
WebkitBackgroundClip,
|
||||
|
@ -7121,13 +7121,6 @@ if (IsCSSPropertyPrefEnabled("layout.css.prefixes.webkit")) {
|
||||
alias_for: "border-bottom-right-radius",
|
||||
subproperties: [ "border-bottom-right-radius" ],
|
||||
};
|
||||
gCSSProperties["-webkit-appearance"] = {
|
||||
domProp: "webkitAppearance",
|
||||
inherited: false,
|
||||
type: CSS_TYPE_SHORTHAND_AND_LONGHAND,
|
||||
alias_for: "-moz-appearance",
|
||||
subproperties: [ "-moz-appearance" ],
|
||||
};
|
||||
gCSSProperties["-webkit-background-clip"] = {
|
||||
domProp: "webkitBackgroundClip",
|
||||
inherited: false,
|
||||
|
Loading…
Reference in New Issue
Block a user