非标
此特征是非标准的,且不在标准轨道中。不要在面向 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.

浏览器兼容性

This internal CSS property was added in Firefox 35 and only works in Chrome code, and only on Mac OS X.

元数据

  • 最后修改:
  1. CSS
  2. CSS 参考