We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
type
1 parent 15966b3 commit d35283fCopy full SHA for d35283f
source
@@ -9313,6 +9313,12 @@ o.myself = o;</code></pre>
9313
that can be set when the <code>Document</code> is created. If it is not explicitly set, then its
9314
value is the empty string.</p>
9315
9316
+ <p>A <code>Document</code> instance with its <span data-x="concept-document-type">type</span>
9317
+ set to "<code>html</code>" inherits from <code>HTMLDocument</code>.</p>
9318
+
9319
9320
+ set to "<code data-x="">xml</code>" inherits from <dfn data-x-href="https://dom.spec.whatwg.org/#xmldocument">
9321
+ <code>XMLDocument</code></dfn>.</p>
9322
9323
<h4>The <code>Document</code> object</h4>
9324
0 commit comments