Skip to content

Commit

Permalink
Clarify the order of saving custom element callbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic authored and Alice Boxhall committed Jan 7, 2019
1 parent 8727915 commit 03985da
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 @@ -66281,7 +66281,8 @@ dictionary <dfn>ElementDefinitionOptions</dfn> {
of which belongs to an entry whose value is null.</p>

<li>
<p>For each of the four keys <var>callbackName</var> in <var>lifecycleCallbacks</var>:
<p>For each of the four keys <var>callbackName</var> in <var>lifecycleCallbacks</var>, in the
order listed in the previous step:</p>

<ol>
<li><p>Let <var>callbackValue</var> be <span data-x="js-Get">Get</span>(<var>prototype</var>,
Expand Down

0 comments on commit 03985da

Please sign in to comment.