This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 17318 - Should replaceChild on non-(Document, DocumentFragment, Element) throw HierarchyRequestError?
Summary: Should replaceChild on non-(Document, DocumentFragment, Element) throw Hierar...
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: DOM (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Anne
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-05 09:24 UTC by Ms2ger
Modified: 2012-11-28 15:00 UTC (History)
3 users (show)

See Also:


Attachments

Description Ms2ger 2012-06-05 09:24:47 UTC
http://w3c-test.org/webapps/DOMCore/tests/submissions/Ms2ger/Node-replaceChild.html

It appears that only Opera throws a NotFoundError. IE10/Gecko/Chrome throw HierarchyRequestError.
Comment 1 Anne 2012-09-21 10:04:18 UTC
I do not mind swapping this somehow. Any ideas? Does this overlap with bug 18581 by any chance?
Comment 2 Ms2ger 2012-09-21 10:10:53 UTC
(In reply to comment #1)
> Does this overlap with bug 18581 by any chance?

Not really