Re: sXBL issue -- bindings getting notified when the bound element is inserted into a document

On 2 nov. 04, at 16:54, Boris Zbarsky wrote:

> Antoine Quint wrote:
>>>   var elem = document.createElement("something");
>>>   elem.callMethodDefinedInXBL();
>>>   document.documentElement.appendChild(elem);
>> I'm not 100% sure what you mean in that second line of code, but 
>> unlike Mozilla XBL, in sXBL you can't actually have methods defined 
>> _by_ the sXBL bindings.
>
> But I was under the impression that the plan for XBL2 was to add the 
> capability to define methods... and I am in fact working on Mozilla 
> XBL and possible integration with sXBL/XBL2, so I have to keep all 
> three in mind at once.

It has been discussed as a feature to look forward to in XBL2, but for 
now nothing formal.

Antoine
-- 
Antoine Quint <aq@fuchsia-design.com>
W3C Invited Expert (SVG and CDF)
SVG Consulting and Outsourcing
http://svg.org/user/graouts/diary

Received on Tuesday, 2 November 2004 18:03:48 UTC