- From: Stef Busking <notifications@github.com>
- Date: Wed, 31 May 2017 03:09:55 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 31 May 2017 10:10:31 UTC
This adds a previousSibling variable to the insert node algorithm in order to clarify that the previousSibling property of the mutation record generated by the insert node algorithm should be determined before inserting nodes. If implemented as described in the original text, the property would be determined after insertion, and will therefore always be the last of nodes. You can view, comment on, or merge this pull request online at: https://github.com/whatwg/dom/pull/464 -- Commit Summary -- * Clarify insert-node's record's previousSibling -- File Changes -- M dom.bs (7) -- Patch Links -- https://github.com/whatwg/dom/pull/464.patch https://github.com/whatwg/dom/pull/464.diff -- 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/pull/464
Received on Wednesday, 31 May 2017 10:10:31 UTC