demo · v133

Nested popover invoker

Open the popover, then click the «same invoker» button inside it. Pre-133 this re-toggled and instantly closed the popover. Chrome 133+ ignores the re-invoke. The toggle counter below stays sane.

I'm a popover. The button below has popovertarget="p" targeting me - clicking it pre-133 would close me; post-133 it does nothing.

toggle events fired
0
current state
closed

checking support...

the HTML

<button popovertarget="p">open</button>
<div popover id="p">
  <button popovertarget="p">same invoker, nested</button>  <!-- pre-133 closed; post-133 ignored -->
</div>

see also