mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Add -moz-user-modify
This commit is contained in:
parent
5e2f52df23
commit
ac9c411d18
1 changed files with 3 additions and 0 deletions
|
@ -55,6 +55,9 @@
|
|||
// TODO(pcwalton): SVG-only values.
|
||||
${helpers.single_keyword("pointer-events", "auto none")}
|
||||
|
||||
${helpers.single_keyword("-moz-user-modify", "read-only read-write write-only", products="gecko",
|
||||
gecko_ffi_name="mUserModify", gecko_constant_prefix="NS_STYLE_USER_MODIFY")}
|
||||
|
||||
${helpers.single_keyword("-moz-user-focus",
|
||||
"ignore normal select-after select-before select-menu select-same select-all none",
|
||||
products="gecko",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue