- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 18 Aug 2016 23:46:55 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Friday, 19 August 2016 06:47:22 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;
Yeah, I figured since we migrated these successfully we should keep them here.
-- 
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#r75434507
Received on Friday, 19 August 2016 06:47:22 UTC