[Webkit-unassigned] [Bug 25571] DOM range methods setStartBefore/setEndAfter fails on detached elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 5 02:26:34 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=25571





--- Comment #29 from Bhanu <b.rout at samsung.com>  2014-03-05 02:23:35 PST ---
doctype check for the node resides in Range::checkNodeWOffset() which is invoked inside setStart/setEnd.

> The spec says "set the start or end" should throw InvalidNodeTypeError if refNode->parentNode() is a doctype.
> Where are we checking that now that the call to checkNodeBA has been removed?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list