Skip to content

Commit 0492fde

Browse files
Update _rules/html-page-non-empty-title-2779a5.md
Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com>
1 parent 7008de3 commit 0492fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_rules/html-page-non-empty-title-2779a5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ This page does not have a title because the shadow root is not a [descendant](ht
210210
</template>
211211
<script>
212212
const host = document.querySelector("body");
213-
const shadow = host.attachShadow({ mode: "closed" });
213+
const shadow = host.attachShadow({ mode: "open" });
214214
const template = document.getElementById("shadow-element");
215215
216216
shadow.appendChild(template.content);

0 commit comments

Comments
 (0)