Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<style>
details::first-letter {}
* { column-count: 1 }
</style>
<script>
function go() {
a.appendChild(document.createElement("s"))
b.createTBody()
}
</script>
<body onload=go()>
<table id="b"></table>
<details id="a" open>
<summary hidden></summary>
U
</details>