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. -