Skip to content

Commit

Permalink
fixup attr-associated element steps
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Apr 22, 2024
1 parent 6ffe325 commit c6bca61
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -52934,12 +52934,15 @@ interface <dfn interface>HTMLButtonElement</dfn> : <span>HTMLElement</span> {
</dl>
</li>

<li>If <var>element</var> has an <span data-x="attr-associated element"><code data-x="">
invoketarget</code>-associated element</span> then run the <span>invoke
target attribute activation behavior</span> given <var>element</var>.</li>
<li><p>Let <var>element</var> be the result of running <var>node</var>'s <span data-x=
"attr-associated element">get the <code data-x="">invoketarget</code>-associated
element</span>.</p></li>

<li><p>Otherwise, run the <span>popover target attribute activation behavior</span> given
<var>element</var>.</p></li>
<li><p>If <var>element</var> is null, run the <span>popover target attribute activation
behavior</span> given <var>element</var>.</p></li>

<li><p>Otherwise, run the <span>invoke target attribute activation behavior</span> given
<var>element</var>.
</ol>

<p class="note">In <code>button</code>'s <span>activation behavior</span>
Expand Down

0 comments on commit c6bca61

Please sign in to comment.