From 88f40d08d612c71205ee7deb955c27e499e545f1 Mon Sep 17 00:00:00 2001 From: lola odelola Date: Thu, 22 Jun 2023 15:35:13 +0100 Subject: [PATCH] this issue has been resolved in another PR --- index.bs | 3 --- 1 file changed, 3 deletions(-) diff --git a/index.bs b/index.bs index a528db41..cb45d442 100644 --- a/index.bs +++ b/index.bs @@ -5622,9 +5622,6 @@ an |ownership type|, a |serialization internal map|, a |realm| and a |session|: Issue: |children| and child nodes are different things. Either childNodeCount should reference to childNodes, or it should be renamed to childrenCount. -Issue: nodeValue can be null. Omit the field in such a case, or adjust type to allow -null value. -