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.
1 parent 8d70196 commit 2cd52e5Copy full SHA for 2cd52e5
gumbo.tld
@@ -11,7 +11,7 @@ interface Document
11
quirksMode: string -- "quirks", "no-quirks" or "limited-quirks".
12
documentElement: Element -- The root <html> element.
13
doctype: DocumentType?
14
- childNodes: {Element|Comment}
+ childNodes: {Element|Comment|DocumentType}
15
end
16
17
interface Attr
0 commit comments