- From: Matthew Raymond <mattraymond@earthlink.net>
- Date: Wed, 11 Oct 2006 20:56:06 -0400
- To: Ian Hickson <ian@hixie.ch>
- CC: www-style@w3.org
Ian Hickson wrote: > > I wrote up a draft for a module that would define the 'binding' and > ':bound-element' properties: > > http://dev.w3.org/cvsweb/~checkout~/2006/xbl2/css-module.html I'd like to see the value of "binding" as something like this: none | [ [ <uri> ] * <uri> ',' ]* <uri> The idea is that the property could support fallback like this: | binding: url("b1.xbl") url("b1.htc"), url("b2.xbl") url("b2.htc"); In the example above, if the user agent supports HTML Components, but not XBL, then the user agent will bind "b1.htc" and "b2.htc" to the selected elements. Without such fallback support, it's difficult to see how this property can be considered neutral with regard to binding languages.
Received on Thursday, 12 October 2006 00:56:40 UTC