-moz-binding
-moz-binding
非标准
这个功能是非标准的,不在标准轨道上。不要在面向Web的生产站点上使用它:它不适用于每个用户。实现之间也可能存在大的不兼容性,并且行为在未来可能会改变。
-moz-binding
CSS属性用于通过基于Mozilla的应用程序附上一个XBL结合到DOM元素。
初始值 | none |
---|---|
适用元素 | all elements except generated content or pseudo-elements |
是否是继承属性 | no |
适用媒体 | visual |
计算值 | as specified |
Animation type | discrete |
正规顺序 | 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
}
规范
不属于任何规范。
浏览器兼容性
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
Basic support | No support | (Yes) | No support | No support | No support |
Feature | Android | Chrome for Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|
Basic support | No support | No support | ? | No support | No support | No support |