Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tidied up document using tidy-html5 #384

Merged
merged 1 commit into from
Feb 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 10 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -845,8 +845,8 @@ <h3>
</li>
</ol>
<p>
To <dfn>add a PerformanceResourceTiming entry</dfn> <i>new entry</i> into the
<a data-cite=
To <dfn>add a PerformanceResourceTiming entry</dfn> <i>new entry</i>
into the <a data-cite=
'PERFORMANCE-TIMELINE-2/#dfn-performance-entry-buffer'>performance
entry buffer</a>, run the following steps:
</p>
Expand Down Expand Up @@ -1128,7 +1128,6 @@ <h2>
<li>Create a <a>PerformanceResourceTiming</a> object |entry| in
|global|'s [=global object/realm=].
</li>

<li>
<a>Setup the resource timing entry</a> for |entry|, given
|initiatorType|, |requestedURL|, |timingInfo|, |cacheMode|,
Expand Down Expand Up @@ -1158,14 +1157,14 @@ <h2>
<li>Assert that |cacheMode| is the empty string,
"<code>local</code>", or "<code>validated</code>".
</li>

<li>Let |global| be |entry|'s [=relevant global object=].</li>

<li>[=initialize a PerformanceEntry|Initialize=] |entry| given
the result of <a data-lt="convert fetch timestamp">converting</a> |timingInfo|'s
[=fetch timing info/start time=] given |global|, "<code>resource</code>",
|requestedURL|, and the result of <a data-lt="convert fetch timestamp">converting</a>
|timingInfo|'s [=fetch timing info/end time=] given |global|.
<li>Let |global| be |entry|'s [=relevant global object=].
</li>
<li>[=initialize a PerformanceEntry|Initialize=] |entry| given the
result of <a data-lt="convert fetch timestamp">converting</a>
|timingInfo|'s [=fetch timing info/start time=] given |global|,
"<code>resource</code>", |requestedURL|, and the result of
<a data-lt="convert fetch timestamp">converting</a> |timingInfo|'s
[=fetch timing info/end time=] given |global|.
</li>
<li>Set |entry|'s <a data-for="PerformanceResourceTiming">initiator
type</a> to |initiatorType|.
Expand Down