- From: Erik Arvidsson <erik@eae.net>
- Date: Tue, 28 Sep 2004 11:35:44 +0200
- To: www-svg@w3.org
- CC: cyril.concolato@enst.fr
There is already a way to do attribute forwarding in XBL1 and looking at
the current work in progress of XBL2 (the full one, not sXBL) I see that
this will remain.
http://www.hixie.ch/specs/xbl/XBL2.html#attribute1
<xbl:binding id="fileUploadControl">
<xbl:template>
<html:input type="text" xbl:inherits="value"/>
<html:input type="button" value="Browse..."/>
</xbl:template>
</xbl:binding>
erik
Received on Tuesday, 28 September 2004 09:36:34 UTC