Skip to content

Commit 95c8d0b

Browse files
chore: tidy up index.html (#372)
Co-authored-by: yoavweiss <[email protected]>
1 parent c2f56ef commit 95c8d0b

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

index.html

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -572,12 +572,10 @@ <h3>
572572
"PerformanceResourceTiming">cache mode</a> is not the empty
573573
string.
574574
</li>
575-
<li>
576-
the empty string <code>""</code>, if none of the above conditions
577-
match.
575+
<li>the empty string <code>""</code>, if none of the above
576+
conditions match.
578577
</li>
579578
</ul>
580-
581579
<p>
582580
This is expected to be expanded by future updates to this
583581
specification, e.g. to describe consuming preloaded resources and
@@ -1163,10 +1161,10 @@ <h2>
11631161
To <dfn data-export="">mark resource timing</dfn> given a [=/fetch
11641162
timing info=] |timingInfo|, a DOMString |requestedURL|, a DOMString
11651163
|initiatorType| a <a>global object</a> |global|, a string
1166-
|cacheMode|, a [=/response body info=] |bodyInfo|, a
1167-
<a data-cite="FETCH#concept-status">status</a> |responseStatus|,
1168-
and an optional [=string=] |deliveryType| (by default, the empty string),
1169-
perform the following steps:
1164+
|cacheMode|, a [=/response body info=] |bodyInfo|, a <a data-cite=
1165+
"FETCH#concept-status">status</a> |responseStatus|, and an optional
1166+
[=string=] |deliveryType| (by default, the empty string), perform the
1167+
following steps:
11701168
</p>
11711169
<ol>
11721170
<li>Create a <a>PerformanceResourceTiming</a> object |entry| in

0 commit comments

Comments
 (0)