Skip to content

Commit

Permalink
Merge pull request #114 from w3c/rm-level-1
Browse files Browse the repository at this point in the history
Remove level
  • Loading branch information
yoavweiss authored Oct 31, 2024
2 parents c717421 + acb615a commit 94c055c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>User Timing Level 3</title>
<title>User Timing</title>
<meta charset="utf-8">
<meta name="color-scheme" content="light dark">
<script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove">
Expand All @@ -11,7 +11,7 @@
// See http://www.w3.org/respec/ for ReSpec documentation.
var respecConfig = {
specStatus: 'ED',
shortName: 'user-timing-3',
shortName: 'user-timing',
editors: [{
name: "Nicolás Peña Moreno",
url: 'https://github.com/npm1',
Expand Down Expand Up @@ -76,7 +76,7 @@
to high precision timestamps.</p>
</section>
<section id="sotd">
<p>User Timing Level 3 is intended to supersede [[USER-TIMING-2]] and includes:</p>
<p>This User Timing specification is intended to supersede [[USER-TIMING-2]] and includes:</p>
<ul>
<li>Ability to execute marks and measures across arbitrary timestamps.</li>
<li>Support for reporting arbitrary metadata along with marks and measures.</li>
Expand Down

0 comments on commit 94c055c

Please sign in to comment.