author | Aryeh Gregor <AryehGregor+gitcommit@gmail.com> |
Mon, 20 Jun 2011 15:52:03 -0600 | |
changeset 304 | a7b50faff9b9 |
parent 303 | 6fadee6e054c |
child 305 | 1658d3f45c56 |
implementation.js |
--- a/implementation.js Mon Jun 20 15:50:59 2011 -0600 +++ b/implementation.js Mon Jun 20 15:52:03 2011 -0600 @@ -5752,6 +5752,8 @@ // "If node has only one child, which is a collapsed line break, remove // its child from it." + // + // FIXME: IE incorrectly returns false here instead of true sometimes? if (node.childNodes.length == 1 && isCollapsedLineBreak(node.firstChild)) { node.removeChild(node.firstChild);