mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 11:48:32 +00:00
The spec requires that details elements be assigned a shadow tree with two slots. The first slot is assigned the first summary child element of the details element. The second slot is assigned all other children.
5 lines
86 B
HTML
5 lines
86 B
HTML
<details>
|
|
<summary>I'm a summary</summary>
|
|
<span>I'm a node</span>
|
|
</details>
|