[Bug 25183] New: 10.1 - IMO it's not needed to say that "unless the element is a text node" as element can't be text node

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

            Bug ID: 25183
           Summary: 10.1 - IMO it's not needed to say that "unless the
                    element is a text node" as element can't be text node
           Product: Browser Test/Tools WG
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebDriver
          Assignee: public-browser-tools-testing@w3.org
          Reporter: botalov.andrey@gmail.com
        QA Contact: public-browser-tools-testing@w3.org
                CC: mike@w3.org

There is the following phrase in section 10.1:
"unless the element is a text node"

But interface Text (http://www.w3.org/TR/dom/#interface-text) is not a child of
interface Element (http://www.w3.org/TR/dom/#interface-element). And thus it
seems that element can't be a text node.

Thus IMO the following should be removed from this item - "the element is a
text node or"

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

Received on Thursday, 27 March 2014 21:16:48 UTC