[dom] Pull Request: Less ambiguous step description for Node.before

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