Skip to content

Commit 20a9a3a

Browse files
committed
Add spans to better reproduce production scenarios.
1 parent eb98e38 commit 20a9a3a

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

examples/index.html

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,15 @@ <h1>Base examples</h1>
3939
<details>
4040
<summary>Best robot: <span data-menu-button>Unknown</span></summary>
4141
<details-menu>
42-
<label tabindex="0" role="menuitemradio" data-menu-button-text><input type="radio" name="robot" /> Hubot</label>
43-
<label tabindex="0" role="menuitemradio" data-menu-button-text
44-
><input type="radio" name="robot" /> Bender</label
45-
>
46-
<label tabindex="0" role="menuitemradio" data-menu-button-text><input type="radio" name="robot" /> BB-8</label>
42+
<label tabindex="0" role="menuitemradio" data-menu-button-text>
43+
<span><input type="radio" name="robot" /> Hubot</span>
44+
</label>
45+
<label tabindex="0" role="menuitemradio" data-menu-button-text>
46+
<span><input type="radio" name="robot" /> Bender</span>
47+
</label>
48+
<label tabindex="0" role="menuitemradio" data-menu-button-text>
49+
<span><input type="radio" name="robot" /> BB-8</span>
50+
</label>
4751
</details-menu>
4852
</details>
4953

0 commit comments

Comments
 (0)