The `<slot>` element is `display: contents`, which means it does not act as a block, and therefore replacing it instead of filling it is unnecessary.
The
<slot>element isdisplay: contents, which means it does not act as a block, and therefore replacing it instead of filling it is unnecessary.