You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry if I'm just failing at reading the specification, but I couldn't find where a document node's node document is initialized. Neither new Document() nor createHTMLDocument() mention it.
Sorry if I'm just failing at reading the specification, but I couldn't find where a document node's node document is initialized. Neither
new Document()
norcreateHTMLDocument()
mention it.This would normally be an odd thing to want, since the document's node document is always itself, but we're traversing that edge when we want to get the node navigable of a Document, like in https://html.spec.whatwg.org/#doc-container-document.
The text was updated successfully, but these errors were encountered: