Skip to content
This repository has been archived by the owner on Nov 11, 2019. It is now read-only.

Fix #39: Part I: Always queue mutation records after said mutations. #110

Merged
merged 1 commit into from
Feb 20, 2017

Conversation

hmin
Copy link

@hmin hmin commented Feb 17, 2017

Queuing of mutation records looks inconsistent. To replace a child with
node within a parent, the mutation record should be queued after the
removal of child and insertion of node.

See whatwg#60 for more details.

Queuing of mutation records looks inconsistent. To replace a child with
node within a parent, the mutation record should be queued after the
removal of child and insertion of node.

See whatwg#60 for more details.
@yongsheng
Copy link
Collaborator

+1

@yongsheng yongsheng merged commit e6560c0 into w3c:dom4.1 Feb 20, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants