Skip to content

Commit

Permalink
link to buttons and popovers in example
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Nov 27, 2024
1 parent 44a398d commit 0c1dd19
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -53849,9 +53849,10 @@ interface <dfn interface>HTMLButtonElement</dfn> : <span>HTMLElement</span> {
</div>

<div class="example">
<p>The following shows how buttons can use <code
data-x="attr-button-commandfor">commandfor</code> to show and hide a popover box when
activated:</p>

<p>The following shows how <span data-x="concept-button">Buttons</span> can use <code
data-x="attr-button-commandfor">commandfor</code> to show and hide an element with
the <span data-x="attr-popover">popover</span> attribute when activated:</p>

<pre><code class="html">&lt;button type=button
commandfor="the-popover"
Expand Down

0 comments on commit 0c1dd19

Please sign in to comment.