在线文档教程
CSS

-moz-binding

-moz-binding

非标准

这个功能是非标准的,不在标准轨道上。不要在面向Web的生产站点上使用它:它不适用于每个用户。实现之间也可能存在大的不兼容性,并且行为在未来可能会改变。

-moz-bindingCSS属性用于通过基于Mozilla的应用程序附上一个XBL结合到DOM元素。

初始值none
适用元素all elements except generated content or pseudo-elements
是否是继承属性no
适用媒体visual
计算值as specified
Animation typediscrete
正规顺序the unique non-ambiguous order defined by the formal grammar

语法

/* <url> value */ -moz-binding: url(http://www.example.org/xbl/htmlBindings.xml#checkbox /* Global values */ -moz-binding: inherited; -moz-binding: initial; -moz-binding: unset;

<url>XBL绑定的URL(包括片段标识符)。none没有XBL绑定应用于元素。

正式语法

<url> | none

示例

.exampleone { -moz-binding: url(http://www.example.org/xbl/htmlBindings.xml#radiobutton }

规范

不属于任何规范。

浏览器兼容性

FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Basic supportNo support(Yes)No supportNo supportNo support

FeatureAndroidChrome for AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic supportNo supportNo support?No supportNo supportNo support