- From: Chris Dumez <notifications@github.com>
- Date: Thu, 18 Aug 2016 15:56:30 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Thursday, 18 August 2016 22:56:57 UTC
> @@ -6697,23 +6715,19 @@ method, when invoked, must run these steps: > > <pre class=idl> > [Exposed=Window] > -interface Attr { > +interface Attr : Node { > readonly attribute DOMString? namespaceURI; > readonly attribute DOMString? prefix; > readonly attribute DOMString localName; So this stays on Attr instead of going to Node? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/299/files/82df412250bd1321562cbe50574219860b976645#r75404097
Received on Thursday, 18 August 2016 22:56:57 UTC