[whatwg/dom] Contradicting text regarding Document.ownerDocument (Issue #1126)

The spec currently states the following:

> The `ownerDocument` getter steps are to return null, if this is a document; otherwise this’s node document.

And as a "Note" right afterwards
> The node document of a document is that document itself. All nodes have a node document at all times.

"node document" points to https://dom.spec.whatwg.org/#concept-node-document which doesn't say which property it is pointing to.

Can you help me to understand how both can be correct, or decide which one it should be?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/1126

You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/dom/issues/1126@github.com>

Received on Sunday, 6 November 2022 07:54:41 UTC