mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
auto merge of #2072 : brunoabinader/servo/domimpl-createdocument, r=Ms2ger
Spec: http://dom.spec.whatwg.org/#dom-domimplementation-createdocument Closes #1509.
This commit is contained in:
commit
f864d21212
3 changed files with 63 additions and 3 deletions
|
@ -17,10 +17,10 @@ interface DOMImplementation {
|
|||
[Creator, Throws]
|
||||
DocumentType createDocumentType(DOMString qualifiedName, DOMString publicId,
|
||||
DOMString systemId);
|
||||
/*[Throws]
|
||||
[Creator, Throws]
|
||||
Document createDocument(DOMString? namespace,
|
||||
[TreatNullAs=EmptyString] DOMString qualifiedName,
|
||||
optional DocumentType? doctype = null);*/
|
||||
optional DocumentType? doctype = null);
|
||||
[Creator]
|
||||
Document createHTMLDocument(optional DOMString title);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue