- From: Corey Farwell via GitHub <sysbot+gh@w3.org>
- Date: Tue, 30 Jun 2015 05:44:33 +0000
- To: www-dom@w3.org
frewsxcv has just submitted a new pull request for https://github.com/whatwg/dom: == Less ambiguous step description for Node.before == 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. See https://github.com/whatwg/dom/pull/47
Received on Tuesday, 30 June 2015 05:44:35 UTC