Re: [dom] rename before() and after() of ChildNode (#134)

The problem is that `next`, `previous`, `before` and `after` aren't verbs.

These names historically return booleans. I read `sibling.after(otherSibling)` as `sibling.isAfter(otherSibling)`

Would it be too bad to have `putBefore`, `putAfter` instead? They are nearly as short and they make more sense.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/134#issuecomment-166376842

Received on Monday, 21 December 2015 18:06:42 UTC