[Bug 20494] New: Text should have the features of ChildNode

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

            Bug ID: 20494
           Summary: Text should have the features of ChildNode
    Classification: Unclassified
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DOM
          Assignee: annevk@annevk.nl
          Reporter: esprehn@gmail.com
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, www-dom@w3.org

http://dom.spec.whatwg.org/#childnode

[[
Element implements ChildNode;
]]

Text should also implement ChildNode;

There's no reason you shouldn't be able to do nextElementSibling from a Text
node, or do .before(...) on a Text node.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Saturday, 22 December 2012 02:23:58 UTC