- From: Cyril Auburtin <notifications@github.com>
- Date: Thu, 11 Feb 2016 00:36:09 -0800
- To: whatwg/dom <dom@noreply.github.com>
Received on Thursday, 11 February 2016 08:36:41 UTC
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