非标
此特征是非标准的,且不在标准轨道中。不要在面向 Web 的生产站点中使用它:它不适用于每个用户。实现之间可能存在大的不兼容性,且行为将来可能改变。
-moz-window-dragging
CSS
property specifies whether a window is draggable or not. It only works in Chrome code, and only on Mac OS X.
The property was added in Firefox 35 to solve intermittent problems related to Firefox windows not being moveable when busy ( bug 944836 ).
| 初始值 |
drag
|
|---|---|
| 适用于 | all elements that create native windows, e.g. <window>, <panel> |
| 继承 | no |
| Media | visual |
| 计算值 | 如指定 |
| 动画类型 | discrete |
| Canonical order | the unique non-ambiguous order defined by the formal grammar |
-moz-window-dragging
property is specified as one of the keyword values listed below.
drag
The window is draggable.
no-drag
The window is not draggable
drag | no-drag
toolbarpaletteitem {-moz-window-dragging: no-drag;}
This property is not part of any specification.