w3c / dom

Moved to https://dom.spec.whatwg.org/
60 stars 18 forks source link

Fix #23: queue mutation record after all operations. #129

Closed yongsheng closed 7 years ago

yongsheng commented 7 years ago

Changes in the procedure 'remove a node' in 'Mutation Algorithms'.

  1. Do 'queue mutation record' after operations.
  2. After doing the above change, need to store nextsibiling before doing 'remove node from its parent'.