Skip to content

Commit e48c42f

Browse files
npm1domenic
authored andcommitted
Remove parameter from "Report long tasks" call
This change aligns the HTML calls to "Report long tasks" with the recent change to Long Tasks in w3c/longtasks#50.
1 parent 4ee44da commit e48c42f

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

source

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89176,8 +89176,8 @@ dictionary <dfn>PromiseRejectionEventInit</dfn> : <span>EventInit</span> {
8917689176
<li><p>If <span>event loop end</span> is set, then let <var>top-level browsing contexts</var>
8917789177
be the set of all <span data-x="top-level browsing context">top-level browsing contexts</span>
8917889178
of all <code>Document</code> objects associated with the <span>event loop</span>. <span>Report
89179-
long tasks</span>, passing in <span>event loop end</span>, <span>event loop begin</span>,
89180-
"<code data-x="">browser</code>", and <var>top-level browsing contexts</var>.</p></li>
89179+
long tasks</span>, passing in <span>event loop end</span>, <span>event loop begin</span>, and
89180+
<var>top-level browsing contexts</var>.</p></li>
8918189181
</ol>
8918289182
</li>
8918389183

@@ -89209,9 +89209,8 @@ dictionary <dfn>PromiseRejectionEventInit</dfn> : <span>EventInit</span> {
8920989209
to <var>top-level browsing contexts</var>.</p></li>
8921089210

8921189211
<li><p><span>Report long tasks</span>, passing in <span>event loop begin</span> (repurposed as
89212-
meaning the beginning of the task), <var>now</var> (the end time of the task), "<code
89213-
data-x="">event-loop-task</code>", <var>top-level browsing contexts</var>, and
89214-
<var>oldestTask</var>.</p></li>
89212+
meaning the beginning of the task), <var>now</var> (the end time of the task),
89213+
<var>top-level browsing contexts</var>, and <var>oldestTask</var>.</p></li>
8921589214
</ol>
8921689215
</li>
8921789216

@@ -89364,8 +89363,8 @@ dictionary <dfn>PromiseRejectionEventInit</dfn> : <span>EventInit</span> {
8936489363
<code>Document</code>s in <var>docs</var>.</p></li>
8936589364

8936689365
<li><p><span>Report long tasks</span>, passing in <var>now</var> (repurposed as meaning the
89367-
beginning of the <span>update the rendering</span> step), <var>rendering end time</var>, "<code
89368-
data-x="">rendering</code>", and <var>top-level browsing contexts</var>.</p></li>
89366+
beginning of the <span>update the rendering</span> step), <var>rendering end time</var>, and
89367+
<var>top-level browsing contexts</var>.</p></li>
8936989368
</ol>
8937089369
</li>
8937189370

0 commit comments

Comments
 (0)