- From: Cyril Auburtin <notifications@github.com>
- Date: Wed, 23 Aug 2017 18:34:22 +0000 (UTC)
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 23 August 2017 18:34:45 UTC
I'm trying to implement https://dom.spec.whatwg.org/#dom-childnode-replacewith in [jsdom](https://github.com/tmpvar/jsdom/pull/1947) 1. Let parent be context object’s parent. and later: 5. If context object’s parent is parent, ... Isn't there an issue here? it seems the 5. is always true, or I'm not understanding it well -- 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/issues/502
Received on Wednesday, 23 August 2017 18:34:45 UTC