Skip to content

Commit

Permalink
Back out webkit-appearance support in stylo for now.
Browse files Browse the repository at this point in the history
See https://bugzilla.mozilla.org/show_bug.cgi?id=1365614 for web compat issues this causes.
  • Loading branch information
Mats Palmgren authored and bzbarsky committed May 22, 2017
1 parent 594479f commit e8ba413
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions components/style/properties/longhand/box.mako.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2310,15 +2310,6 @@ ${helpers.single_keyword("transform-style",
}
</%helpers:longhand>

${helpers.single_keyword("appearance",
"auto none",
gecko_ffi_name="mAppearance",
gecko_constant_prefix="NS_THEME",
products="gecko",
spec="https://drafts.csswg.org/css-ui-4/#appearance-switching",
alias="-webkit-appearance",
animation_value_type="none")}

// Non-standard
${helpers.single_keyword("-moz-appearance",
"""none button button-arrow-down button-arrow-next button-arrow-previous button-arrow-up
Expand Down Expand Up @@ -2347,7 +2338,7 @@ ${helpers.single_keyword("-moz-appearance",
-moz-window-frame-bottom -moz-window-frame-left -moz-window-frame-right -moz-window-titlebar
-moz-window-titlebar-maximized
""",
gecko_ffi_name="mMozAppearance",
gecko_ffi_name="mAppearance",
gecko_constant_prefix="NS_THEME",
products="gecko",
spec="Nonstandard (https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-appearance)",
Expand Down

0 comments on commit e8ba413

Please sign in to comment.