[Bug 24668] New: "To set the start or end of a range to a boundary point" should check owner document

https://www.w3.org/Bugs/Public/show_bug.cgi?id=24668

            Bug ID: 24668
           Summary: "To set the start or end of a range to a boundary
                    point" should check owner document
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DOM
          Assignee: annevk@annevk.nl
          Reporter: rniwa@webkit.org
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, www-dom@w3.org

http://dom.spec.whatwg.org/#concept-range-bp-set
should check if "node" argument belongs to the same owner document as that of
the context object.

If not, Gecko and WebKit both collapse the range to the new start/end and
change its owner document to the new document.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 14 February 2014 19:57:36 UTC