Skip to content

Commit

Permalink
Editorial: 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 #9036.

I followed some advice for adding arguments here: #9093 (comment).
  • Loading branch information
josepharhar authored May 2, 2023
1 parent b9c5dee commit 9be1432
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 @@ -82213,7 +82213,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 9be1432

Please sign in to comment.