Re: [dom] element.furthest(selector) proposal (#163)

I was dealing with <table>'s in an html editor, I could have a Range, and its range.commonAncestorContainer, and I needed to do `var startTd = range.startContainer.furthest('td', range.commonAncestorContainer)` (same for endContainer)

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

Received on Thursday, 11 February 2016 08:36:41 UTC