mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Implement -moz-window-dragging
MozReview-Commit-ID: Ed6qYsOi5Ix
This commit is contained in:
parent
3d0fe9a0dd
commit
2410591119
1 changed files with 6 additions and 0 deletions
|
@ -23,3 +23,9 @@ ${helpers.single_keyword("-moz-user-select", "auto text none all", products="gec
|
||||||
gecko_inexhaustive=True,
|
gecko_inexhaustive=True,
|
||||||
animatable=False,
|
animatable=False,
|
||||||
spec="https://drafts.csswg.org/css-ui-4/#propdef-user-select")}
|
spec="https://drafts.csswg.org/css-ui-4/#propdef-user-select")}
|
||||||
|
|
||||||
|
${helpers.single_keyword("-moz-window-dragging", "default drag no-drag", products="gecko",
|
||||||
|
gecko_ffi_name="mWindowDragging",
|
||||||
|
gecko_enum_prefix="StyleWindowDragging",
|
||||||
|
animatable=False,
|
||||||
|
spec="None (Nonstandard Firefox-only property)")}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue