Fix wrong initial values in various single keyword properties

This commit is contained in:
Nazım Can Altınova 2017-03-10 15:56:43 +03:00
parent a11a3fe68b
commit bae7c50ef7
No known key found for this signature in database
GPG key ID: AF9BCD7CE6449954
6 changed files with 11 additions and 11 deletions

View file

@ -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")}