@@ -205,14 +205,13 @@ <h2>
205
205
</ p >
206
206
< p >
207
207
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
211
210
of navigation of the document</ a > occurs at time 0.
212
211
</ p >
213
212
< p class ='note '>
214
213
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
216
215
time used in the Navigation Timing specification
217
216
[[NAVIGATION-TIMING-2]], where time is measured in milliseconds since
218
217
midnight of January 1, 1970 (UTC).
420
419
"PerformanceResourceTiming "> < dfn > render-blocking status</ dfn > </ a > .
421
420
</ p >
422
421
< 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}} .
425
424
</ p >
426
425
< p data-dfn-for ="PerformanceResourceTiming ">
427
426
< dfn > initiatorType</ dfn > getter steps are to return the < a data-for =
760
759
< a > PerformanceResourceTiming</ a > objects in the < a data-cite =
761
760
"PERFORMANCE-TIMELINE-2#performance-timeline "> Performance
762
761
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 >
765
763
interface to allow controls over the number of
766
764
< a > PerformanceResourceTiming</ a > objects stored.
767
765
</ p >
799
797
};
800
798
</ pre >
801
799
< p >
802
- The < dfn > Performance</ dfn > interface is defined in [[HR-TIME-2 ]].
800
+ The < dfn > Performance</ dfn > interface is defined in [[HR-TIME]].
803
801
</ p >
804
802
< p >
805
803
The method < dfn > clearResourceTimings</ dfn > runs the following steps:
0 commit comments