Skip to content

Commit 0363ec9

Browse files
chore: tidy up index.html (#409)
Co-authored-by: noamr <[email protected]>
1 parent 074069f commit 0363ec9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -637,16 +637,17 @@ <h3>
637637
global object</a> for <a>this</a>. See [=/HTTP fetch=] for more info.
638638
</p>
639639
<p data-dfn-for="PerformanceResourceTiming">
640-
The <dfn>finalResponseHeadersStart</dfn> getter steps are to <a>convert fetch
641-
timestamp</a> for <a>this</a>'s <a data-for=
640+
The <dfn>finalResponseHeadersStart</dfn> getter steps are to
641+
<a>convert fetch timestamp</a> for <a>this</a>'s <a data-for=
642642
"PerformanceResourceTiming">timing info</a>'s [=fetch timing
643643
info/final network-response start time=] and the <a>relevant global
644644
object</a> for <a>this</a>. See [=/HTTP fetch=] for more info.
645645
</p>
646646
<p data-dfn-for="PerformanceResourceTiming">
647647
The <dfn>responseStart</dfn> getter steps are to return <a>this</a>'s
648-
{{PerformanceResourceTiming/firstInterimResponseStart}} if it is not 0; Otherwise
649-
<a>this</a>'s {{PerformanceResourceTiming/finalResponseHeadersStart}}.
648+
{{PerformanceResourceTiming/firstInterimResponseStart}} if it is not
649+
0; Otherwise <a>this</a>'s
650+
{{PerformanceResourceTiming/finalResponseHeadersStart}}.
650651
</p>
651652
<p data-dfn-for="PerformanceResourceTiming">
652653
The <dfn>responseEnd</dfn> getter steps are to <a>convert fetch

0 commit comments

Comments
 (0)