Re: XBL in CSS

Thought:

| ::bound-element(xbl2) { /* For XBL 2.0. */ }
| ::bound-element(-moz-xbl) { /* For Mozilla XBL 1.0. */ }
| ::bound-element(-ms-htc) { /* For Microsoft HTML Components. */ }
| ::bound-element() { /* For ANY binding language. */ }

   ...As in "::bound-element(binding-language)" to indicate which one
you're binding to, with the default being any language if no value is
specified.

Received on Wednesday, 16 August 2006 18:41:48 UTC