Skip to content

Commit c75a9f5

Browse files
chore: tidy up index.html (#384)
Co-authored-by: noamr <[email protected]>
1 parent 6cc33a0 commit c75a9f5

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

index.html

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -845,8 +845,8 @@ <h3>
845845
</li>
846846
</ol>
847847
<p>
848-
To <dfn>add a PerformanceResourceTiming entry</dfn> <i>new entry</i> into the
849-
<a data-cite=
848+
To <dfn>add a PerformanceResourceTiming entry</dfn> <i>new entry</i>
849+
into the <a data-cite=
850850
'PERFORMANCE-TIMELINE-2/#dfn-performance-entry-buffer'>performance
851851
entry buffer</a>, run the following steps:
852852
</p>
@@ -1128,7 +1128,6 @@ <h2>
11281128
<li>Create a <a>PerformanceResourceTiming</a> object |entry| in
11291129
|global|'s [=global object/realm=].
11301130
</li>
1131-
11321131
<li>
11331132
<a>Setup the resource timing entry</a> for |entry|, given
11341133
|initiatorType|, |requestedURL|, |timingInfo|, |cacheMode|,
@@ -1158,14 +1157,14 @@ <h2>
11581157
<li>Assert that |cacheMode| is the empty string,
11591158
"<code>local</code>", or "<code>validated</code>".
11601159
</li>
1161-
1162-
<li>Let |global| be |entry|'s [=relevant global object=].</li>
1163-
1164-
<li>[=initialize a PerformanceEntry|Initialize=] |entry| given
1165-
the result of <a data-lt="convert fetch timestamp">converting</a> |timingInfo|'s
1166-
[=fetch timing info/start time=] given |global|, "<code>resource</code>",
1167-
|requestedURL|, and the result of <a data-lt="convert fetch timestamp">converting</a>
1168-
|timingInfo|'s [=fetch timing info/end time=] given |global|.
1160+
<li>Let |global| be |entry|'s [=relevant global object=].
1161+
</li>
1162+
<li>[=initialize a PerformanceEntry|Initialize=] |entry| given the
1163+
result of <a data-lt="convert fetch timestamp">converting</a>
1164+
|timingInfo|'s [=fetch timing info/start time=] given |global|,
1165+
"<code>resource</code>", |requestedURL|, and the result of
1166+
<a data-lt="convert fetch timestamp">converting</a> |timingInfo|'s
1167+
[=fetch timing info/end time=] given |global|.
11691168
</li>
11701169
<li>Set |entry|'s <a data-for="PerformanceResourceTiming">initiator
11711170
type</a> to |initiatorType|.

0 commit comments

Comments
 (0)