- From: Chris Dumez <notifications@github.com>
- Date: Thu, 18 Aug 2016 15:57:50 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Thursday, 18 August 2016 22:58:18 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;
The reason I am asking is that WebKit has these 3 on Node, instead of duplicating them between Attr and Element.
--
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#r75404229
Received on Thursday, 18 August 2016 22:58:18 UTC