Skip to content

Commit

Permalink
Add parameters to popover attribute change steps
Browse files Browse the repository at this point in the history
The attribute change steps to support the popover attribute did not list
any arguments, which was pointed out in whatwg#9036

I followed some advice for adding arguments here: whatwg#9093 (comment)

This is an editorial change and has no behavioral changes.
  • Loading branch information
josepharhar committed May 2, 2023
1 parent 2ff2437 commit 1b372f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -82026,7 +82026,8 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {
</dl>

<p>The following <span data-x="concept-element-attributes-change-ext">attribute change
steps</span> are used for all <span>HTML elements</span>:</p>
steps</span>, given <var>element</var>, <var>localName</var>, <var>oldValue</var>,
<var>value</var>, and <var>namespace</var>, are used for all <span>HTML elements</span>:</p>

<ol>
<li><p>If <var>namespace</var> is not null, then return.</p></li>
Expand Down

0 comments on commit 1b372f3

Please sign in to comment.