Skip to content

Commit

Permalink
Fix the references to children
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraham committed May 18, 2023
1 parent 29b6ec9 commit e80e8bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -5454,7 +5454,7 @@ an |ownership type|, a |serialization internal map|, a |realm| and a |session|:

1. Set |serialized|["<code>namespaceURI</code>"] to [=Get=](|value|, "namespaceURI")

1. Let |child node count| be the [=list/size=] of |value|'s [=children=].
1. Let |child node count| be the [=list/size=] of |value|'s <a spec=dom>children</a>.

1. Set |serialized|["<code>childNodeCount</code>"] to |child node count|.

Expand All @@ -5466,7 +5466,7 @@ an |ownership type|, a |serialization internal map|, a |realm| and a |session|:
"<code>closed</code>", let |children| be null.

Otherwise, let |children| be an empty
[=/list=] and, for each node |child| in the [=children=] of
[=/list=] and, for each node |child| in the <a spec=dom>children</a> of
|value|:

1. Let |child serialization options| be a [=map/clone=] of
Expand Down

0 comments on commit e80e8bd

Please sign in to comment.