This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
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);
https://github.com/whatwg/dom/commit/2579be48dcbbce82a25bb94dd9fd54fc6d423846 Thanks!