1 2 3 4 5 6 7
interface DOMImplementation { Document createHTMLDocument(optional DOMString title); boolean hasFeature(); }