Re: [whatwg/dom] Node.prototype.rootNode is not Web compatible (#241)

I think any name that ends with `ancestor` is [confusing](https://github.com/whatwg/dom/issues/241#issuecomment-215962485).  And names like `root` and `topNode` seem to be already being [used in the wild](https://github.com/whatwg/dom/issues/241#issuecomment-216150825).  Even names like `treeRootNode` are taken.

The current contenders are `treeTop` and `highestNode`.

`nodeTreeRoot` would work but it's a bit long.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/241#issuecomment-217077289

Received on Thursday, 5 May 2016 05:06:07 UTC