Skip to content

Commit

Permalink
Add tabindex to popover buttons (web-platform-tests#39770) (web-platf…
Browse files Browse the repository at this point in the history
…orm-tests#40689)

I forgot one change when doing web-platform-tests#39770.
  • Loading branch information
rwlbuis authored Jun 27, 2023
1 parent 15aa445 commit ebe0a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/semantics/popovers/popover-focus-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<button id=circular2 popovertarget=popover4 popovertargetaction=show tabindex="0"></button>
<button id=circular3 popovertarget=popover4 tabindex="0"></button>
</div>
<button id=circular4>after</button>
<button id=circular4 tabindex="0">after</button>
<script>
promise_test(async t => {
circular0.focus();
Expand Down

0 comments on commit ebe0a91

Please sign in to comment.