<div class="container">
<!-- โญ๏ธ built-in web component -->
<details>
<!-- light DOM -->
<!-- โญ๏ธ (built-in) named slot -->
<summary class="fixed-width">
<details> (built-in component)
</summary>
<!-- โญ๏ธ slotted nodes (inserted into default slot) -->
<p class="fixed-width">
`box-sizing` property is not automatically inherited to
slotted contents, you have to explicitly assign it.
</p>
</details>
<!-- for reference only -->
<div class="fixed-width reference">
width: 400px; padding: 1em;
</div>
</div>