Skip to content

Commit

Permalink
Change callback ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
domfarolino committed Dec 20, 2024
1 parent ded78da commit 261d8f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -72944,9 +72944,9 @@ dictionary <dfn dictionary>ElementDefinitionOptions</dfn> {

<li><p>Let <var>lifecycleCallbacks</var> be the <span>ordered map</span> «[ "<code
data-x="">connectedCallback</code>" → null, "<code data-x="">disconnectedCallback</code>" →
null, "<code data-x="">connectedMoveCallback</code>" → null, "<code
data-x="">adoptedCallback</code>" → null, "<code data-x="">attributeChangedCallback</code>" →
null ]».</p>
null, "<code data-x="">adoptedCallback</code>" → null, "<code
data-x="">connectedMoveCallback</code>" → null, "<code
data-x="">attributeChangedCallback</code>" → null ]».</p>

<li>
<p>For each <var>callbackName</var> of <span data-x="map get the keys">the keys</span> of
Expand Down

0 comments on commit 261d8f6

Please sign in to comment.