Re: Maybe we should think about Interface.isInterface functions again

On 8/7/13 3:33 PM, Boris Zbarsky wrote:
> On 8/7/13 3:11 PM, Domenic Denicola wrote:
>> assume there is some internal operation on each element, call it
>> `[[QuerySelectorAll]]`, which is set up by `Element[@@create]`.
> ...
>> This seems pretty good to me. I hope others agree.
>
> Just to make sure I understand the behavior of @@create: it can be
> invoked to create new objects, but cannot be invoked on an existing
> object, right?

Oh, and also, the internal operation is more like `[[Element 
QuerySelectorAll]]`, since e.g. Document has a querySelectorAll as well, 
but that querySelectorAll doesn't work with an Element this value.

-Boris

Received on Wednesday, 7 August 2013 19:35:43 UTC