mirror of
https://github.com/servo/servo.git
synced 2025-08-13 01:15:34 +01:00
style: Take down the global animatable props list and use a kwarg instead
This commit is contained in:
parent
793de6dff2
commit
faed3df594
25 changed files with 393 additions and 238 deletions
|
@ -9,8 +9,11 @@
|
|||
// https://drafts.csswg.org/css-ui-3/
|
||||
<% data.new_style_struct("UI", inherited=False, gecko_name="UIReset") %>
|
||||
|
||||
${helpers.single_keyword("ime-mode", "normal auto active disabled inactive", products="gecko",
|
||||
gecko_ffi_name="mIMEMode")}
|
||||
${helpers.single_keyword("ime-mode", "normal auto active disabled inactive",
|
||||
products="gecko", gecko_ffi_name="mIMEMode",
|
||||
animatable=False)}
|
||||
|
||||
${helpers.single_keyword("-moz-user-select", "auto text none all", products="gecko",
|
||||
gecko_ffi_name="mUserSelect", gecko_constant_prefix="NS_STYLE_USER_SELECT")}
|
||||
gecko_ffi_name="mUserSelect",
|
||||
gecko_constant_prefix="NS_STYLE_USER_SELECT",
|
||||
animatable=False)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue