Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/semantics/interactive-elements/the-details-element/name-attribute-dynamic-removal-crash.html - WPT Dashboard Interop Dashboard
<script>
window.addEventListener("DOMContentLoaded", () => {
a.removeAttribute("name")
})
</script>
<details id="a" open="true" name="foo">