mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Fix wrong initial values in various single keyword properties
This commit is contained in:
parent
a11a3fe68b
commit
bae7c50ef7
6 changed files with 11 additions and 11 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
// TODO spec says that UAs should not support this
|
||||
// we should probably remove from gecko (https://bugzilla.mozilla.org/show_bug.cgi?id=1328331)
|
||||
${helpers.single_keyword("ime-mode", "normal auto active disabled inactive",
|
||||
${helpers.single_keyword("ime-mode", "auto normal active disabled inactive",
|
||||
products="gecko", gecko_ffi_name="mIMEMode",
|
||||
animatable=False,
|
||||
spec="https://drafts.csswg.org/css-ui/#input-method-editor")}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue