- From: <bugzilla@jessica.w3.org>
- Date: Mon, 17 Mar 2014 21:05:17 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25086
Bug ID: 25086
Summary: Attr should retain ownerElement property
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: DOM
Assignee: annevk@annevk.nl
Reporter: justinut2010@gmail.com
QA Contact: public-webapps-bugzilla@w3.org
CC: mike@w3.org, www-dom@w3.org
The current version of the spec indicates that Attr no longer inherits from
Node. It also removes ownerElement, which was specific to Attr and introduced
in DOM 2. It seems ownerElement (or parentNode/parentElement from the Node
interface) are useful enough to keep around, and since ownerElement was already
defined on Attr, it may be easiest to keep it if the goal is to remove the Node
inheritance.
See discussion here:
http://lists.w3.org/Archives/Public/www-dom/2014JanMar/0108.html
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Monday, 17 March 2014 21:05:19 UTC