Skip to content

Commit fb0bf26

Browse files
authored
Define a document's node document
Fixes #1178.
1 parent 90691ba commit fb0bf26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dom.bs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4855,6 +4855,8 @@ dictionary ElementCreationOptions {
48554855
<p>{{Document}} <a for=/>nodes</a> are simply
48564856
known as <dfn export id=concept-document lt="document">documents</dfn>.
48574857

4858+
<p>A <a>document</a>'s <a>node document</a> is itself.
4859+
48584860
<p>Each <a>document</a> has an associated
48594861
<dfn export for=Document id=concept-document-encoding>encoding</dfn> (an <a for=/>encoding</a>),
48604862
<dfn export for=Document id=concept-document-content-type>content type</dfn> (a string),

0 commit comments

Comments
 (0)