非標準
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.
概要
-moz-binding
は、DOM 要素に XBL バインドを取り付けるために、Mozilla ベースのアプリケーションによって使用されます。
初期値 | none |
---|---|
適用対象 | 全要素(※但し、 generated content 及び pseudo-elements を除く) |
継承 | 不可 |
メディア | visual |
計算値 | 指定値 |
アニメーションの可否 | 不可 |
正規順序 | 形式文法で定義される一意のあいまいでない順序 |
構文
<uri> | none
値
- uri
- (fragment 識別子を含む) XBL バインドのための URI
- none
- 要素に XBL バインドを適用しない事を示すキーワード
例
.exampleone { -moz-binding: url("https://www.mozilla.org/xbl/htmlBindings.xml#checkbox"); }