[dom] Pull Request: Less ambiguous step description for Node.before
Corey Farwell via GitHub <[email protected]> Tue, 30 Jun 2015 05:44:33 +0000
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <[email protected]> |
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