Skip to content

Commit

Permalink
Fixes w3c#235
Browse files Browse the repository at this point in the history
Conform 'current time' definition to the current hr-time spec

Add HR-TIME-ED localBiblio
  • Loading branch information
igneel64 committed Sep 29, 2020
1 parent 05e9c1b commit f581ed7
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@
wgPatentURI: "https://www.w3.org/2004/01/pp-impl/45211/status",
wgPatentPolicy: "PP2017",
xref: ["html", "hr-time-2", "performance-timeline-2"],
localBiblio: {
"HR-TIME-ED": {
title: "High Resolution Time Editor's Draft",
status: "ED",
href: "https://w3c.github.io/hr-time/",
},
}
};
</script>
</head>
Expand Down Expand Up @@ -216,9 +223,9 @@ <h2>Terminology</h2>
[[HR-TIME-2]]. For example, the <a data-cite=
"NAVIGATION-TIMING-2#dom-PerformanceNavigationTiming-startTime">start
of navigation of the document</a> occurs at time 0.</p>
<p>The term <dfn>current time</dfn> refers to the number of
milliseconds since the start of navigation of the document until
the current moment in time.</p>
<p>The term <dfn>current time</dfn> refers to the result of running
<a data-cite="HR-TIME-ED#dfn-current-high-resolution-time">current high
resolution time</a> where |current global| is the {{Window}} object.</p>
<p class='note'>This definition of time is based on the High
Resolution Time specification [[HR-TIME-2]] and is different from
the definition of time used in the Navigation Timing specification
Expand Down

0 comments on commit f581ed7

Please sign in to comment.