Skip to content

Commit

Permalink
chore: tidy up index.html (#372)
Browse files Browse the repository at this point in the history
Co-authored-by: yoavweiss <[email protected]>
  • Loading branch information
github-actions[bot] and yoavweiss authored Mar 13, 2023
1 parent c2f56ef commit 95c8d0b
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -572,12 +572,10 @@ <h3>
"PerformanceResourceTiming">cache mode</a> is not the empty
string.
</li>
<li>
the empty string <code>""</code>, if none of the above conditions
match.
<li>the empty string <code>""</code>, if none of the above
conditions match.
</li>
</ul>

<p>
This is expected to be expanded by future updates to this
specification, e.g. to describe consuming preloaded resources and
Expand Down Expand Up @@ -1163,10 +1161,10 @@ <h2>
To <dfn data-export="">mark resource timing</dfn> given a [=/fetch
timing info=] |timingInfo|, a DOMString |requestedURL|, a DOMString
|initiatorType| a <a>global object</a> |global|, a string
|cacheMode|, a [=/response body info=] |bodyInfo|, a
<a data-cite="FETCH#concept-status">status</a> |responseStatus|,
and an optional [=string=] |deliveryType| (by default, the empty string),
perform the following steps:
|cacheMode|, a [=/response body info=] |bodyInfo|, a <a data-cite=
"FETCH#concept-status">status</a> |responseStatus|, and an optional
[=string=] |deliveryType| (by default, the empty string), perform the
following steps:
</p>
<ol>
<li>Create a <a>PerformanceResourceTiming</a> object |entry| in
Expand Down

0 comments on commit 95c8d0b

Please sign in to comment.