Skip to content

Commit 0966a60

Browse files
authored
Fix broken references (#390)
Fixes a few broken refs: "default toJSON operation", Performance and navigation timing startTime refs. Closes: #376
1 parent 3d7c3f5 commit 0966a60

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

‎index.html

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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).
@@ -420,8 +419,8 @@ <h3>
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=
@@ -760,8 +759,7 @@ <h3>
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>
@@ -799,7 +797,7 @@ <h3>
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

Comments
 (0)