Re: DOMError Status
Glenn Adams <[email protected]>
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <CACQ=j+eP7U_uk5b_ECh92Po-9Q8rNFpDxMVMyF+EtuYoV_09dA@mail.gmail.com> |
On Fri, Jun 6, 2014 at 7:18 PM, Boris Zbarsky <[email protected]> wrote: > On 6/5/14, 7:15 AM, Glenn Adams wrote: > >> Lack of a binding on window.DOMError or lack of a constructor would >> constitute non-implementation at first order. >> > > A UA can have no window.DOMError but still return objects that implement > the relevant interface from API methods, for what it's worth. Which is > what at least some Chrome versions do. It could; however, that would violate WebIDL semantics since DOMError has no [NoInterfaceObject]. So it would not be a conforming implementation. > > > -Boris >