This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 27593 - Add some extended attributes to IDL
Summary: Add some extended attributes to IDL
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: DOM (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Anne
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-12 10:28 UTC by Arkadiusz Michalski (Spirit)
Modified: 2014-12-12 13:28 UTC (History)
2 users (show)

See Also:


Attachments

Description Arkadiusz Michalski (Spirit) 2014-12-12 10:28:21 UTC
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);