mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
implement Document#createAttribute
This commit is contained in:
parent
b4c3aec383
commit
4b754bd457
8 changed files with 43 additions and 66 deletions
|
@ -35,6 +35,9 @@ interface Document : Node {
|
|||
[Throws]
|
||||
ProcessingInstruction createProcessingInstruction(DOMString target, DOMString data);
|
||||
|
||||
[Throws]
|
||||
Attr createAttribute(DOMString localName);
|
||||
|
||||
[Throws]
|
||||
Node importNode(Node node, optional boolean deep = false);
|
||||
[Throws]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue