Skip to content

Commit

Permalink
chore: tidy up index.html (#384)
Browse files Browse the repository at this point in the history
Co-authored-by: noamr <[email protected]>
  • Loading branch information
github-actions[bot] and noamr committed Feb 8, 2024
1 parent 6cc33a0 commit c75a9f5
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -845,8 +845,8 @@ <h3>
</li>
</ol>
<p>
To <dfn>add a PerformanceResourceTiming entry</dfn> <i>new entry</i> into the
<a data-cite=
To <dfn>add a PerformanceResourceTiming entry</dfn> <i>new entry</i>
into the <a data-cite=
'PERFORMANCE-TIMELINE-2/#dfn-performance-entry-buffer'>performance
entry buffer</a>, run the following steps:
</p>
Expand Down Expand Up @@ -1128,7 +1128,6 @@ <h2>
<li>Create a <a>PerformanceResourceTiming</a> object |entry| in
|global|'s [=global object/realm=].
</li>

<li>
<a>Setup the resource timing entry</a> for |entry|, given
|initiatorType|, |requestedURL|, |timingInfo|, |cacheMode|,
Expand Down Expand Up @@ -1158,14 +1157,14 @@ <h2>
<li>Assert that |cacheMode| is the empty string,
"<code>local</code>", or "<code>validated</code>".
</li>

<li>Let |global| be |entry|'s [=relevant global object=].</li>

<li>[=initialize a PerformanceEntry|Initialize=] |entry| given
the result of <a data-lt="convert fetch timestamp">converting</a> |timingInfo|'s
[=fetch timing info/start time=] given |global|, "<code>resource</code>",
|requestedURL|, and the result of <a data-lt="convert fetch timestamp">converting</a>
|timingInfo|'s [=fetch timing info/end time=] given |global|.
<li>Let |global| be |entry|'s [=relevant global object=].
</li>
<li>[=initialize a PerformanceEntry|Initialize=] |entry| given the
result of <a data-lt="convert fetch timestamp">converting</a>
|timingInfo|'s [=fetch timing info/start time=] given |global|,
"<code>resource</code>", |requestedURL|, and the result of
<a data-lt="convert fetch timestamp">converting</a> |timingInfo|'s
[=fetch timing info/end time=] given |global|.
</li>
<li>Set |entry|'s <a data-for="PerformanceResourceTiming">initiator
type</a> to |initiatorType|.
Expand Down

0 comments on commit c75a9f5

Please sign in to comment.