Re: [whatwg/dom] Make Attr inherit from Node again (#299)

> @@ -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;

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#r75404074

Received on Thursday, 18 August 2016 22:56:52 UTC