- From: Matthew Raymond <mattraymond@earthlink.net>
- Date: Wed, 16 Aug 2006 14:41:23 -0400
- To: fantasai <fantasai.lists@inkedblade.net>
- CC: www-style@w3.org
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