mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Implement Document.createElementNS.
This commit is contained in:
parent
86c83f7bfc
commit
4b0da08573
6 changed files with 101 additions and 8 deletions
|
@ -28,6 +28,8 @@ interface Document : Node {
|
|||
|
||||
[Creator, Throws]
|
||||
Element createElement(DOMString localName);
|
||||
[Creator, Throws]
|
||||
Element createElementNS(DOMString? namespace, DOMString qualifiedName);
|
||||
[Creator]
|
||||
DocumentFragment createDocumentFragment();
|
||||
[Creator]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue