@@ -205,14 +205,13 @@ <h2>
205205 </ p >
206206 < p >
207207 Throughout this work, all time values are measured in milliseconds
208- since the start of navigation of the document [[HR-TIME-2]]. For
209- example, the < a data-cite =
210- "NAVIGATION-TIMING-2#dom-PerformanceNavigationTiming-startTime "> start
208+ since the start of navigation of the document [[HR-TIME]]. For
209+ example, the < a data-cite ="NAVIGATION-TIMING-2#performanceentry "> start
211210 of navigation of the document</ a > occurs at time 0.
212211 </ p >
213212 < p class ='note '>
214213 This definition of time is based on the High Resolution Time
215- specification [[HR-TIME-2 ]] and is different from the definition of
214+ specification [[HR-TIME]] and is different from the definition of
216215 time used in the Navigation Timing specification
217216 [[NAVIGATION-TIMING-2]], where time is measured in milliseconds since
218217 midnight of January 1, 1970 (UTC).
420419 "PerformanceResourceTiming "> < dfn > render-blocking status</ dfn > </ a > .
421420 </ p >
422421 < p data-dfn-for ="PerformanceResourceTiming ">
423- When < dfn > toJSON</ dfn > is called, run [[WEBIDL]]'s < a data-cite =
424- " WEBIDL#default-tojson-operation " > default toJSON operation </ a > .
422+ When < dfn > toJSON</ dfn > is called, run the [=default toJSON steps=]
423+ for {{PerformanceResourceTiming}} .
425424 </ p >
426425 < p data-dfn-for ="PerformanceResourceTiming ">
427426 < dfn > initiatorType</ dfn > getter steps are to return the < a data-for =
760759 < a > PerformanceResourceTiming</ a > objects in the < a data-cite =
761760 "PERFORMANCE-TIMELINE-2#performance-timeline "> Performance
762761 Timeline</ a > [[PERFORMANCE-TIMELINE-2]]. This section extends the
763- < a data-cite =
764- "PERFORMANCE-TIMELINE-2#dom-performance "> < code > Performance</ code > </ a >
762+ < a data-cite ="HR-TIME#dom-performance "> < code > Performance</ code > </ a >
765763 interface to allow controls over the number of
766764 < a > PerformanceResourceTiming</ a > objects stored.
767765 </ p >
799797 };
800798 </ pre >
801799 < p >
802- The < dfn > Performance</ dfn > interface is defined in [[HR-TIME-2 ]].
800+ The < dfn > Performance</ dfn > interface is defined in [[HR-TIME]].
803801 </ p >
804802 < p >
805803 The method < dfn > clearResourceTimings</ dfn > runs the following steps:
0 commit comments