Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

-moz-binding

非標準
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");
}

関連情報

ドキュメントのタグと貢献者

 このページの貢献者: Sebastianz, teoli, ethertank, Marsf
 最終更新者: Sebastianz,