Skip to content

Commit f1209d7

Browse files
authored
Fix broken references (#145)
This links "Deliver a network report" to the "Generate a network report" algorithm in Network Reporting, and fixes a couple of other references which have moved over the last few years. Closes: #131 (Also addresses most of #132)
1 parent 13750ad commit f1209d7

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

index.html

+19-8
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@
4242
company: "Microsoft",
4343
retiredDate: "2014-02-01",
4444
}],
45+
localBiblio: {
46+
"NETWORK-REPORTING": {
47+
title: "Network Reporting API",
48+
href: "https://w3c.github.io/reporting/network-reporting.html",
49+
status: "ED",
50+
publisher: "W3C",
51+
},
52+
},
4553
};
4654
</script>
4755
<style>
@@ -187,6 +195,14 @@ <h2>Dependencies</h2>
187195
<li><dfn data-cite="!RFC7159#section-4">JSON object</dfn></li>
188196
</ul>
189197
</dd>
198+
<dt>Network Reporting API</dt>
199+
<dd>
200+
<p>The following terms are defined in the Network Reporting API specification: [[NETWORK-REPORTING]]</p>
201+
<ul>
202+
<li><dfn data-cite="!NETWORK-REPORTING#endpoint-group">endpoint group</dfn></li>
203+
<li><dfn data-cite="!NETWORK-REPORTING#generate-a-network-report">Generate a network report</dfn></li>
204+
</ul>
205+
</dd>
190206
<dt>Referrer Policy</dt>
191207
<dd>
192208
<p>The following terms are defined in the Referrer Policy specification: [[REFERRER-POLICY]]</p>
@@ -198,11 +214,10 @@ <h2>Dependencies</h2>
198214
<dd>
199215
<p>The following terms are defined in the Reporting API specification: [[REPORTING]]</p>
200216
<ul>
201-
<li><dfn data-cite="!REPORTING#endpoint-group">endpoint group</dfn></li>
202217
<li><dfn data-cite="!REPORTING#report" data-lt="reports">report</dfn></li>
203218
<li><dfn data-cite="!REPORTING#report-body">report body</dfn></li>
204219
<li><dfn data-cite="!REPORTING#report-type">report type</dfn></li>
205-
<li><dfn data-cite="!REPORTING#visible-to-reporting-observers">visible to <code>ReportingObserver</code>s</dfn></li>
220+
<li><dfn data-cite="!REPORTING#visible-to-reportingobservers">visible to <code>ReportingObserver</code>s</dfn></li>
206221
</ul>
207222
</dd>
208223
<dt>Resource Timing</dt>
@@ -227,7 +242,7 @@ <h2>Dependencies</h2>
227242
<ul>
228243
<li><dfn data-cite="!URL#concept-url-fragment">fragment</dfn></li>
229244
<li><dfn data-cite="!URL#concept-host">host</dfn></li>
230-
<li><dfn data-cite="!URL#concept-URL">URL</dfn></li>
245+
<li><dfn data-cite="!URL#concept-url">URL</dfn></li>
231246
</ul>
232247
</dd>
233248
</dl>
@@ -1212,7 +1227,7 @@ <h2>Extract response headers</h2>
12121227

12131228
<ol class="algorithm">
12141229
<li>
1215-
<p><a data-cite="!REPORTING#queue-report">Queue the report for delivery</a> via the Reporting API. [[REPORTING]]</p>
1230+
<p><a>Generate a network report</a> given these parameters:</p>
12161231

12171232
<dl>
12181233
<dt>type</dt>
@@ -1221,10 +1236,6 @@ <h2>Extract response headers</h2>
12211236
<dd><var>report body</var></dd>
12221237
<dt>endpoint group</dt>
12231238
<dd><var>policy</var>'s <a>reporting group</a></dd>
1224-
<dt>settings</dt>
1225-
<dd><var>request</var>'s <a data-cite="!HTML#environment-settings-object">environment settings object</a></dd>
1226-
<dt>url</dt>
1227-
<dd><var>request</var>'s URL</dd>
12281239
</dl>
12291240
</li>
12301241
</ol>

0 commit comments

Comments
 (0)