Skip to content

Commit c6ad017

Browse files
authored
Fix a link to the HR-TIME spec (#308)
* Fix a link to the HR-TIME spec * Fix respec error on 'supportedEntryTypes' * Clean up old xref * Reference HR-TIME spec implicitly instead of with a 'data-cite'
1 parent 1d747a0 commit c6ad017

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
github: "https://github.com/w3c/resource-timing/",
6666
caniuse: "resource-timing",
6767
xref: {
68-
specs: ["hr-time-3", "performance-timeline-2", "xhr"],
68+
specs: ["hr-time-3", "performance-timeline", "xhr"],
6969
profile: "web-platform",
7070
}
7171
};
@@ -1133,9 +1133,9 @@ <h2>
11331133
<ol>
11341134
<li>If |ts| is zero, return zero.
11351135
</li>
1136-
<li>Otherwise, return the <a data-cite=
1137-
"HR-TIME#relative-high-resolution-coarse-time">relative high
1138-
resolution coarse time</a> given |ts| and |global|.
1136+
<li>
1137+
Otherwise, return the [=relative high resolution coarse time=]
1138+
given |ts| and |global|.
11391139
</li>
11401140
</ol>
11411141
</section>

0 commit comments

Comments
 (0)