mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +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,
|
||||
animatable=False,
|
||||
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