Skip to content

Commit

Permalink
Merge pull request #19 from lukewarlow/remove-summary-interest
Browse files Browse the repository at this point in the history
Remove interesttarget from summary element
  • Loading branch information
keithamus authored Oct 2, 2023
2 parents b727ca7 + b763ebb commit 3bbe5ef
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions example.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,13 @@ <h1>InvokerTarget &amp; InvokerAction</h1>
</button>

<details id="my-details">
<summary interesttarget="details-explainer">This is a details</summary>
<summary>This is a details</summary>
This is the details
</details>

<div popover id="button-explainer">
This button will open the details element
</div>
<div popover id="details-explainer">
This button also opens the details element
</div>

<hr />

Expand Down

0 comments on commit 3bbe5ef

Please sign in to comment.