Skip to content

Commit

Permalink
Update HR-Time links
Browse files Browse the repository at this point in the history
  • Loading branch information
npm1 authored Sep 10, 2021
1 parent 7464cc3 commit 4929ebb
Showing 1 changed file with 10 additions and 15 deletions.
25 changes: 10 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,21 +58,19 @@
<body>
<section id='abstract'>
<p>This specification extends the High Resolution Time specification
[[HR-TIME-2]] by providing methods to store and retrieve high resolution
[[HR-TIME-3]] by providing methods to store and retrieve high resolution
performance metric data.</p>
</section>
<section id='sotd'>
<p>Performance Timeline Level 2 replaces the first version of
[[PERFORMANCE-TIMELINE]] and includes:</p>
<ul>
<li>Extends the base definition of the <a data-cite=
"hr-time-2#sec-performance">Performance</a> interface defined by
[[HR-TIME-2]];
<li>Extends the base definition of the {{Performance}} interface defined by
[[HR-TIME-3]];
</li>
<li>Exposes <a>PerformanceEntry</a> in Web Workers [[WORKERS]];
<li>Exposes {{PerformanceEntry}} in Web Workers [[WORKERS]];
</li>
<li>Adds support for <a data-lt='PerformanceObserver'>performance
observers</a>.
<li>Adds support for {{PerformanceObserver}}.
</li>
</ul>
</section>
Expand Down Expand Up @@ -261,10 +259,8 @@ <h2><dfn>Performance Timeline</dfn></h2>
</li>
</ol>
<section data-dfn-for="Performance" data-link-for="Performance">
<h2>Extensions to the <dfn data-cite=
"hr-time-2#sec-performance">Performance</dfn> interface</h2>
<p>This extends the <a data-cite=
"hr-time-2#sec-performance">Performance</a> interface [[HR-TIME-2]] and
<h2>Extensions to the {{Performance}} interface</h2>
<p>This extends the {{Performance}} interface from [[HR-TIME-3]] and
hosts performance related attributes and methods used to retrieve the
performance metric data from the <a>Performance Timeline</a>.</p>
<pre class="idl">
Expand Down Expand Up @@ -893,10 +889,9 @@ <h2>Determine if a performance entry buffer is full</h2>
</section>
<section id="privacy-security">
<h3>Privacy and Security</h3>
<p>This specification extends the <a data-cite=
"hr-time-2#sec-performance">Performance</a> interface defined by
[[HR-TIME-2]] and provides methods to queue and retrieve entries from the
<a>performance timeline</a>. Please refer to [[HR-TIME-2]] for privacy and
<p>This specification extends the {{Performance}} interface defined by
[[HR-TIME-3]] and provides methods to queue and retrieve entries from the
<a>performance timeline</a>. Please refer to [[HR-TIME-3]] for privacy and
security considerations of exposing high-resoluting timing information.</p>
</section>
<section>
Expand Down

0 comments on commit 4929ebb

Please sign in to comment.