Skip to content

Commit

Permalink
Fix a link to the HR-TIME spec (#308)
Browse files Browse the repository at this point in the history
* 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'
  • Loading branch information
tommckee1 committed Jan 11, 2022
1 parent 1d747a0 commit c6ad017
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 @@ -65,7 +65,7 @@
github: "https://github.com/w3c/resource-timing/",
caniuse: "resource-timing",
xref: {
specs: ["hr-time-3", "performance-timeline-2", "xhr"],
specs: ["hr-time-3", "performance-timeline", "xhr"],
profile: "web-platform",
}
};
Expand Down Expand Up @@ -1133,9 +1133,9 @@ <h2>
<ol>
<li>If |ts| is zero, return zero.
</li>
<li>Otherwise, return the <a data-cite=
"HR-TIME#relative-high-resolution-coarse-time">relative high
resolution coarse time</a> given |ts| and |global|.
<li>
Otherwise, return the [=relative high resolution coarse time=]
given |ts| and |global|.
</li>
</ol>
</section>
Expand Down

0 comments on commit c6ad017

Please sign in to comment.