Skip to content

Commit

Permalink
chore: tidy up index.html (#285)
Browse files Browse the repository at this point in the history
Co-authored-by: marcoscaceres <marcoscaceres@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and marcoscaceres committed Jul 15, 2021
1 parent 2bf9b97 commit 8b1427a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,8 @@ <h3>
<p>
A <a>PerformanceResourceTiming</a> has an associated DOMString
<a data-dfn-for="PerformanceResourceTiming"><dfn>cache mode</dfn></a>
(the empty string, "<code>local</code>", or "<code>validated</code>").
(the empty string, "<code>local</code>", or
"<code>validated</code>").
</p>
<p>
A <a>PerformanceResourceTiming</a> has an associated [=fetch timing
Expand Down Expand Up @@ -640,8 +641,12 @@ <h3>
mode</a> is "<code>local</code>", then return 0.
</p>
</li>
<li><p>If <a>this</a>'s <a data-for="PerformanceResourceTiming">cache mode</a> is
"<code>validated</code>", then return 300.
<li>
<p>
If <a>this</a>'s <a data-for="PerformanceResourceTiming">cache
mode</a> is "<code>validated</code>", then return 300.
</p>
</li>
<li>
<p>
Return <a>this</a>'s <a data-for=
Expand Down

0 comments on commit 8b1427a

Please sign in to comment.