Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
noamr authored Feb 2, 2024
1 parent 2f5db06 commit 98303cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -362,10 +362,10 @@ <h2>The <dfn>PerformanceEntry</dfn> interface</h2>

<ol>
<li>Assert: <var>entryType</var> is defined in the <a href="https://w3c.github.io/timing-entrytypes-registry/#registry">entry type registry</a>.
<li>Set <var>entry</var>'s <a>startTime</a> to <var>startTime</var>.
<li>Set <var>entry</var>'s <a>entryType</a> to <var>entryType</var>.
<li>Set <var>entry</var>'s <a>name</a> to <var>name</var>.
<li>Set <var>entry</var>'s <a>endTime</a> to <var>endTime</var>.
<li>Initialize <var>entry</var>'s <a>startTime</a> to <var>startTime</var>.
<li>Initialize <var>entry</var>'s <a>entryType</a> to <var>entryType</var>.
<li>Initialize <var>entry</var>'s <a>name</a> to <var>name</var>.
<li>Initialize <var>entry</var>'s <a>endTime</a> to <var>endTime</var>.
</ol>
</section>
<section data-link-for="PerformanceObserver" data-dfn-for=
Expand Down

0 comments on commit 98303cf

Please sign in to comment.