This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#concept-node-pre-remove Either all instances of the word 'child' in items 1,2,3 should be replaced by the word 'node', or the word 'node' should be replaced by the word 'child' in the title of the algorithm. As it stands now, the algorithm announces that it takes a 'node' as an input, but later references it as a 'child' (shown in the extract below by embedding the respective words in ****): ======================================================= To pre-remove a **node** from a parent, run these steps: 1. If **child's** parent is not parent, throw a "NotFoundError" exception and terminate these steps. 2. Remove **child** from parent. 3. Return **child**. =======================================================
Thanks; https://bitbucket.org/ms2ger/dom-core/changeset/cb9797d99cf3 https://dvcs.w3.org/hg/domcore/rev/cb9797d99cf3