- From: Corey Farwell <notifications@github.com>
- Date: Mon, 29 Jun 2015 22:44:34 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Tuesday, 30 June 2015 05:45:10 UTC
Before: If viablePreviousSibling is non-null, set it to viablePreviousSibling’s next sibling, and to parent’s first child otherwise. After: If viablePreviousSibling is non-null, set node to viablePreviousSibling’s next sibling. Otherwise, set node to parent’s first child. You can view, comment on, or merge this pull request online at: https://github.com/whatwg/dom/pull/47 -- Commit Summary -- * Less ambiguous step description for Node.before -- File Changes -- M dom.html (6) -- Patch Links -- https://github.com/whatwg/dom/pull/47.patch https://github.com/whatwg/dom/pull/47.diff --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/47
Received on Tuesday, 30 June 2015 05:45:10 UTC