Skip to content

Commit 2cd52e5

Browse files
committed
Update gumbo.tld
1 parent 8d70196 commit 2cd52e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gumbo.tld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ interface Document
1111
quirksMode: string -- "quirks", "no-quirks" or "limited-quirks".
1212
documentElement: Element -- The root <html> element.
1313
doctype: DocumentType?
14-
childNodes: {Element|Comment}
14+
childNodes: {Element|Comment|DocumentType}
1515
end
1616

1717
interface Attr

0 commit comments

Comments
 (0)