mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Implement DOMImplementation::createHTMLDocument
Spec: http://dom.spec.whatwg.org/#dom-domimplementation-createhtmldocument Closes #1510.
This commit is contained in:
parent
733162e217
commit
a58838e14b
4 changed files with 95 additions and 29 deletions
|
@ -21,6 +21,6 @@ interface DOMImplementation {
|
|||
Document createDocument(DOMString? namespace,
|
||||
[TreatNullAs=EmptyString] DOMString qualifiedName,
|
||||
optional DocumentType? doctype = null);*/
|
||||
/*[Throws]
|
||||
Document createHTMLDocument(optional DOMString title);*/
|
||||
[Creator]
|
||||
Document createHTMLDocument(optional DOMString title);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue