- From: ArkadiuszMichalski <notifications@github.com>
- Date: Mon, 15 Jun 2015 03:44:10 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Monday, 15 June 2015 10:44:54 UTC
Exactly, I'm find some example that showing how it looks like now: XMLHttpRequest.open() https://xhr.spec.whatwg.org/#xmlhttprequest https://xhr.spec.whatwg.org/#dom-xmlhttprequest-open Document.open() https://html.spec.whatwg.org/multipage/dom.html#the-document-object https://html.spec.whatwg.org/multipage/webappapis.html#dom-document-open Window.alert() https://html.spec.whatwg.org/multipage/browsers.html#the-window-object https://html.spec.whatwg.org/multipage/webappapis.html#dom-alert All nawigate to the same single description with the same ID. Colision in IDL is taked in this way (if you want make id for all IDLs command too): id="the-window-object:dom-alert" id="the-window-object:dom-alert-2" --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/42#issuecomment-112015652
Received on Monday, 15 June 2015 10:44:54 UTC