Skip to content

Commit 71abe1b

Browse files
authored
Remove the issue about optional shadow root. (#392)
Since we serialize shadow root only for elements and never for other node types, `null` value means here that shadow root of this element is really `null`.
1 parent 6fdbd49 commit 71abe1b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

index.bs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2203,9 +2203,6 @@ reference to <code>childNodes</code>, or it should be renamed to <code>childrenC
22032203
Issue: <code>nodeValue</code> can be null. Omit the field in such a case, or adjust type to allow
22042204
null value.
22052205

2206-
Issue: <code>shadowRoot</code> field is optional. Omit it in case of |shadow root| is null, or
2207-
remove optional flag from the field.
2208-
22092206
</div>
22102207

22112208
<div algorithm>

0 commit comments

Comments
 (0)