mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Add spec links for ui properties
This commit is contained in:
parent
450a5d1ae0
commit
0c6829aea1
1 changed files with 6 additions and 2 deletions
|
@ -9,12 +9,16 @@
|
||||||
// https://drafts.csswg.org/css-ui-3/
|
// https://drafts.csswg.org/css-ui-3/
|
||||||
<% data.new_style_struct("UI", inherited=False, gecko_name="UIReset") %>
|
<% data.new_style_struct("UI", inherited=False, gecko_name="UIReset") %>
|
||||||
|
|
||||||
|
// 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", "normal auto active disabled inactive",
|
||||||
products="gecko", gecko_ffi_name="mIMEMode",
|
products="gecko", gecko_ffi_name="mIMEMode",
|
||||||
animatable=False)}
|
animatable=False,
|
||||||
|
spec="https://drafts.csswg.org/css-ui/#input-method-editor")}
|
||||||
|
|
||||||
${helpers.single_keyword("-moz-user-select", "auto text none all", products="gecko",
|
${helpers.single_keyword("-moz-user-select", "auto text none all", products="gecko",
|
||||||
gecko_ffi_name="mUserSelect",
|
gecko_ffi_name="mUserSelect",
|
||||||
gecko_enum_prefix="StyleUserSelect",
|
gecko_enum_prefix="StyleUserSelect",
|
||||||
gecko_inexhaustive=True,
|
gecko_inexhaustive=True,
|
||||||
animatable=False)}
|
animatable=False,
|
||||||
|
spec="https://drafts.csswg.org/css-ui-4/#propdef-user-select")}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue