Skip to content

Commit 55064b5

Browse files
authored
Use "invoke" properly
This reflects changes in Web IDL and HTML's exception reporting. See whatwg/html#10516.
1 parent 4c985c1 commit 55064b5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

index.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -839,11 +839,9 @@ <h2>Queue the PerformanceObserver task</h2>
839839
with its <a data-link-for="PerformanceObserverCallbackOptions">droppedEntriesCount</a>
840840
set to <var>droppedEntriesCount</var> if <var>droppedEntriesCount</var> is not null,
841841
otherwise unset.</li>
842-
<li>Call <var>po</var>’s <a>observer callback</a> with
843-
<var>observerEntryList</var> as the first argument, with <var>po</var>
844-
as the second argument and as <a>callback this value</a>, and with
845-
<var>callbackOptions</var> as the third argument. If this [=exception/throws=]
846-
an exception, <a>report the exception</a>.
842+
<li>[=Invoke=] <var>po</var>’s <a>observer callback</a> with «
843+
<var>observerEntryList</var>, <var>po</var>, <var>callbackOptions</var> », "`report`",
844+
and <var>po</var>.
847845
</li>
848846
</ol>
849847
</li>

0 commit comments

Comments
 (0)