Re: [selectors-api] Return value of lookupNamespaceURI

Boris Zbarsky:
> If the return value of lookupNamespaceURI is |undefined|, should that  
> stringify to "" or "undefined"?  Same question for |null|.
>
> Note that I'm not sure there's an obvious way to annotate this in web  
> idl yet.

Yeah, there’s no way to specify this at the moment.  We could have the
same [Null] and [Undefined] extended attributes on the operation, and
then change the steps in “Native objects implementing interfaces” to
take these into account.

-- 
Cameron McCormack ≝ http://mcc.id.au/

Received on Saturday, 12 July 2008 00:39:50 UTC