[Bug 27593] New: Add some extended attributes to IDL

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

            Bug ID: 27593
           Summary: Add some extended attributes to IDL
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DOM
          Assignee: annevk@annevk.nl
          Reporter: crimsteam@gmail.com
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, www-dom@w3.org

interface ParentNode
[SameObject] readonly attribute HTMLCollection children;

interface Node
[NewObject] Node cloneNode(optional boolean deep = false);

interface Document
[NewObject] Node importNode(Node node, optional boolean deep = false);

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

Received on Friday, 12 December 2014 10:28:22 UTC