mirror of
https://github.com/servo/servo.git
synced 2025-10-16 08:20:22 +01:00
Implement Node.cloneNode
Spec: http://dom.spec.whatwg.org/#dom-node-clonenode Closes #1240.
This commit is contained in:
parent
5eee401403
commit
1703c427bc
4 changed files with 328 additions and 6 deletions
|
@ -52,7 +52,6 @@ interface Node : EventTarget {
|
|||
attribute DOMString? textContent;
|
||||
void normalize();
|
||||
|
||||
[Throws]
|
||||
Node cloneNode(optional boolean deep = true);
|
||||
boolean isEqualNode(Node? node);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue