Skip to content

Commit ecd6ec4

Browse files
authored
Removing mentions of "level 2"
1 parent 191e64c commit ecd6ec4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
var respecConfig = {
1010
github: "https://github.com/w3c/performance-timeline/",
1111
shortName: "performance-timeline",
12-
level: 2,
1312
latestVersion: "TR/performance-timeline/",
1413
specStatus: "ED",
1514
editors: [
@@ -60,7 +59,7 @@
6059
performance metric data.</p>
6160
</section>
6261
<section id='sotd'>
63-
<p>Performance Timeline Level 2 replaces the first version of
62+
<p>This Performance Timeline specification replaces the first version of
6463
[[PERFORMANCE-TIMELINE]] and includes:</p>
6564
<ul>
6665
<li>Extends the base definition of the {{Performance}} interface defined by
@@ -116,8 +115,8 @@ <h2>Introduction</h2>
116115
and be notified of new performance metrics and, optionally, previously
117116
buffered performance metrics of specified type, via the
118117
<a>PerformanceObserver</a> interface.</p>
119-
<p>The <a>PerformanceObserver</a> interface was added in Performance
120-
Timeline Level 2 and is designed to address limitations of the buffer-based
118+
<p>The <a>PerformanceObserver</a> interface was added
119+
and is designed to address limitations of the buffer-based
121120
approach shown in the first example. By using the PerformanceObserver
122121
interface, the application can:</p>
123122
<ul>

0 commit comments

Comments
 (0)