Skip to content

Commit

Permalink
Fix broken references (#390)
Browse files Browse the repository at this point in the history
Fixes a few broken refs: "default toJSON operation", Performance and navigation timing startTime refs.
Closes: #376
  • Loading branch information
clelland committed May 24, 2024
1 parent 3d7c3f5 commit 0966a60
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,14 +205,13 @@ <h2>
</p>
<p>
Throughout this work, all time values are measured in milliseconds
since the start of navigation of the document [[HR-TIME-2]]. For
example, the <a data-cite=
"NAVIGATION-TIMING-2#dom-PerformanceNavigationTiming-startTime">start
since the start of navigation of the document [[HR-TIME]]. For
example, the <a data-cite="NAVIGATION-TIMING-2#performanceentry">start
of navigation of the document</a> occurs at time 0.
</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
specification [[HR-TIME]] and is different from the definition of
time used in the Navigation Timing specification
[[NAVIGATION-TIMING-2]], where time is measured in milliseconds since
midnight of January 1, 1970 (UTC).
Expand Down Expand Up @@ -420,8 +419,8 @@ <h3>
"PerformanceResourceTiming"><dfn>render-blocking status</dfn></a>.
</p>
<p data-dfn-for="PerformanceResourceTiming">
When <dfn>toJSON</dfn> is called, run [[WEBIDL]]'s <a data-cite=
"WEBIDL#default-tojson-operation">default toJSON operation</a>.
When <dfn>toJSON</dfn> is called, run the [=default toJSON steps=]
for {{PerformanceResourceTiming}}.
</p>
<p data-dfn-for="PerformanceResourceTiming">
<dfn>initiatorType</dfn> getter steps are to return the <a data-for=
Expand Down Expand Up @@ -760,8 +759,7 @@ <h3>
<a>PerformanceResourceTiming</a> objects in the <a data-cite=
"PERFORMANCE-TIMELINE-2#performance-timeline">Performance
Timeline</a> [[PERFORMANCE-TIMELINE-2]]. This section extends the
<a data-cite=
"PERFORMANCE-TIMELINE-2#dom-performance"><code>Performance</code></a>
<a data-cite="HR-TIME#dom-performance"><code>Performance</code></a>
interface to allow controls over the number of
<a>PerformanceResourceTiming</a> objects stored.
</p>
Expand Down Expand Up @@ -799,7 +797,7 @@ <h3>
};
</pre>
<p>
The <dfn>Performance</dfn> interface is defined in [[HR-TIME-2]].
The <dfn>Performance</dfn> interface is defined in [[HR-TIME]].
</p>
<p>
The method <dfn>clearResourceTimings</dfn> runs the following steps:
Expand Down

0 comments on commit 0966a60

Please sign in to comment.