Visit Mozilla.org

CSS:-moz-binding

出典: MDC

« CSS リファレンス « CSS リファレンス:Mozilla 拡張仕様

[編集] 概要

-moz-binding は、DOM 要素に XBL バインドを取り付けるために、Mozilla ベースのアプリケーションによって使用されます。


[編集] 構文

-moz-binding: uri | none

[編集]

uri
(fragment 識別子を含む) XBL バインドのための URI。
none
要素に XBL バインドを適用しない。

[編集]

.exampleone {
	-moz-binding: url("http://www.mozilla.org/xbl/htmlBindings.xml#checkbox");
}

[編集] 参照

XBL Reference: Binding Attachment and Detachment

XUL Tutorial: Introduction to XBL