From fb0bf26cd52425bd6492dcddff2e76fae35c2ba7 Mon Sep 17 00:00:00 2001 From: Jeffrey Yasskin Date: Fri, 31 Mar 2023 01:38:58 -0700 Subject: [PATCH] Define a document's node document Fixes #1178. --- dom.bs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dom.bs b/dom.bs index 6eefb816..9f4f3955 100644 --- a/dom.bs +++ b/dom.bs @@ -4855,6 +4855,8 @@ dictionary ElementCreationOptions {

{{Document}} nodes are simply known as documents. +

A document's node document is itself. +

Each document has an associated encoding (an encoding), content type (a string),