Skip to content

Commit 2cebc25

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.7.3.
1 parent 28e66e5 commit 2cebc25

File tree

9 files changed

+189
-118
lines changed

9 files changed

+189
-118
lines changed

ed/algorithms/reporting-1.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"html": "<p>If <var>url</var> was not provided by the caller, let <var>url</var> be <var>settings</var>’s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#creation-url\" id=\"ref-for-creation-url\">creation URL</a>.</p>"
1818
},
1919
{
20-
"html": "<p>Set <var>url</var>’s <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://url.spec.whatwg.org/#concept-url-username\" id=\"ref-for-concept-url-username\">username</a></code> to the empty string, and its <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://url.spec.whatwg.org/#concept-url-password\" id=\"ref-for-concept-url-password\">password</a></code> to <code>null</code>.</p>"
20+
"html": "<p>Set <var>url</var>’s <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://url.spec.whatwg.org/#dom-url-username\" id=\"ref-for-dom-url-username\">username</a></code> to the empty string, and its <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://url.spec.whatwg.org/#dom-url-password\" id=\"ref-for-dom-url-password\">password</a></code> to <code>null</code>.</p>"
2121
},
2222
{
2323
"html": "<p>Set <var>report</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/reporting/#report-url\" id=\"ref-for-report-url\">url</a> to the result of executing the <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-serializer\" id=\"ref-for-concept-url-serializer\">URL\n serializer</a> on <var>url</var> with the <em>exclude fragment flag</em> set.</p>"
@@ -238,6 +238,27 @@
238238
}
239239
]
240240
},
241+
{
242+
"html": "Given an <a data-link-type=\"dfn\" href=\"https://w3c.github.io/reporting/#endpoint\" id=\"ref-for-endpoint①③\">endpoint</a> (<var>endpoint</var>), an <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#origin\" id=\"ref-for-origin④\">origin</a> (<var>origin</var>), and a list of <a data-link-type=\"dfn\" href=\"https://w3c.github.io/reporting/#windoworworkerglobalscope-reports\" id=\"ref-for-windoworworkerglobalscope-reports⑤\">reports</a> (<var>reports</var>), this algorithm will\n construct a <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request\" id=\"ref-for-concept-request①\">request</a>, and attempt to deliver it to <var>endpoint</var>. It\n returns \"<code>Success</code>\" if that delivery succeeds, \"<code>Remove Endpoint</code>\" if the\n endpoint explicitly removes itself as a reporting endpoint by sending a 410\n response, and \"<code>Failure</code>\" otherwise.",
243+
"rationale": "if",
244+
"steps": [
245+
{
246+
"html": "<p>If <var>url</var>’s <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-scheme\" id=\"ref-for-concept-url-scheme\">scheme</a> is not an <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#http-scheme\" id=\"ref-for-http-scheme\">HTTP(S) scheme</a>,\n then return <var>url</var>’s <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-scheme\" id=\"ref-for-concept-url-scheme①\">scheme</a>.</p>"
247+
},
248+
{
249+
"html": "<p>Set <var>url</var>’s <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-fragment\" id=\"ref-for-concept-url-fragment\">fragment</a> to the empty string.</p>"
250+
},
251+
{
252+
"html": "<p>Set <var>url</var>’s <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-username\" id=\"ref-for-concept-url-username\">username</a> to the empty string.</p>"
253+
},
254+
{
255+
"html": "<p>Set <var>url</var>’s <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-password\" id=\"ref-for-concept-url-password\">password</a> to the empty string.</p>"
256+
},
257+
{
258+
"html": "<p>Return the result of executing the <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-serializer\" id=\"ref-for-concept-url-serializer①\">URL serializer</a> on <var>url</var>.</p>"
259+
}
260+
]
261+
},
241262
{
242263
"name": "ReportingObserver/ReportingObserver(callback, options)",
243264
"href": "https://w3c.github.io/reporting/#dom-reportingobserver-reportingobserver",

ed/dfns/reporting-1.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,25 @@
530530
},
531531
"definedIn": "prose"
532532
},
533+
{
534+
"id": "strip-url-for-use-in-reports",
535+
"href": "https://w3c.github.io/reporting/#strip-url-for-use-in-reports",
536+
"linkingText": [
537+
"strip URL for use in reports"
538+
],
539+
"localLinkingText": [],
540+
"type": "dfn",
541+
"for": [],
542+
"access": "public",
543+
"informative": false,
544+
"heading": {
545+
"id": "strip-url-for-use-in-reports-heading",
546+
"href": "https://w3c.github.io/reporting/#strip-url-for-use-in-reports-heading",
547+
"title": "Strip URL for use in reports",
548+
"number": "3.6"
549+
},
550+
"definedIn": "prose"
551+
},
533552
{
534553
"id": "reporting-observer",
535554
"href": "https://w3c.github.io/reporting/#reporting-observer",

ed/headings/reporting-1.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,13 @@
165165
"title": "Attempt to deliver reports to endpoint",
166166
"number": "3.5.2"
167167
},
168+
{
169+
"id": "strip-url-for-use-in-reports-heading",
170+
"href": "https://w3c.github.io/reporting/#strip-url-for-use-in-reports-heading",
171+
"level": 3,
172+
"title": "Strip URL for use in reports",
173+
"number": "3.6"
174+
},
168175
{
169176
"id": "observers",
170177
"href": "https://w3c.github.io/reporting/#observers",

ed/ids/CSP3.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1695,6 +1695,7 @@
16951695
"https://w3c.github.io/webappsec-csp/#ref-for-directive-pre-request-check%E2%91%A0%E2%91%A8",
16961696
"https://w3c.github.io/webappsec-csp/#ref-for-concept-request%E2%91%A5%E2%91%A0",
16971697
"https://w3c.github.io/webappsec-csp/#match-response-to-source-list",
1698+
"https://w3c.github.io/webappsec-csp/#ref-for-concept-response%E2%91%A1%E2%91%A7",
16981699
"https://w3c.github.io/webappsec-csp/#ref-for-concept-request%E2%91%A5%E2%91%A1",
16991700
"https://w3c.github.io/webappsec-csp/#ref-for-source-lists%E2%91%A0%E2%91%A5",
17001701
"https://w3c.github.io/webappsec-csp/#ref-for-content-security-policy-object%E2%91%A6%E2%91%A3",
@@ -1703,7 +1704,7 @@
17031704
"https://w3c.github.io/webappsec-csp/#ref-for-concept-request-redirect-count%E2%91%A0",
17041705
"https://w3c.github.io/webappsec-csp/#ref-for-directives%E2%91%A2%E2%91%A6",
17051706
"https://w3c.github.io/webappsec-csp/#ref-for-directive-post-request-check%E2%91%A1%E2%93%AA",
1706-
"https://w3c.github.io/webappsec-csp/#ref-for-concept-response%E2%91%A1%E2%91%A7",
1707+
"https://w3c.github.io/webappsec-csp/#ref-for-concept-response%E2%91%A1%E2%91%A8",
17071708
"https://w3c.github.io/webappsec-csp/#match-url-to-source-list",
17081709
"https://w3c.github.io/webappsec-csp/#ref-for-url%E2%91%A8",
17091710
"https://w3c.github.io/webappsec-csp/#ref-for-source-lists%E2%91%A0%E2%91%A6",

ed/ids/reporting-1.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@
9595
"https://w3c.github.io/reporting/#ref-for-report-timestamp",
9696
"https://w3c.github.io/reporting/#ref-for-report-attempts",
9797
"https://w3c.github.io/reporting/#ref-for-creation-url",
98-
"https://w3c.github.io/reporting/#ref-for-concept-url-username",
99-
"https://w3c.github.io/reporting/#ref-for-concept-url-password",
98+
"https://w3c.github.io/reporting/#ref-for-dom-url-username",
99+
"https://w3c.github.io/reporting/#ref-for-dom-url-password",
100100
"https://w3c.github.io/reporting/#ref-for-report-url",
101101
"https://w3c.github.io/reporting/#ref-for-concept-url-serializer",
102102
"https://w3c.github.io/reporting/#ref-for-reporting-observer%E2%91%A0",
@@ -205,6 +205,16 @@
205205
"https://w3c.github.io/reporting/#ref-for-concept-fetch",
206206
"https://w3c.github.io/reporting/#ref-for-wait-for-a-response",
207207
"https://w3c.github.io/reporting/#ref-for-ok-status",
208+
"https://w3c.github.io/reporting/#strip-url-for-use-in-reports-heading",
209+
"https://w3c.github.io/reporting/#strip-url-for-use-in-reports",
210+
"https://w3c.github.io/reporting/#ref-for-concept-url%E2%91%A1",
211+
"https://w3c.github.io/reporting/#ref-for-concept-url-scheme",
212+
"https://w3c.github.io/reporting/#ref-for-http-scheme",
213+
"https://w3c.github.io/reporting/#ref-for-concept-url-scheme%E2%91%A0",
214+
"https://w3c.github.io/reporting/#ref-for-concept-url-fragment",
215+
"https://w3c.github.io/reporting/#ref-for-concept-url-username",
216+
"https://w3c.github.io/reporting/#ref-for-concept-url-password",
217+
"https://w3c.github.io/reporting/#ref-for-concept-url-serializer%E2%91%A0",
208218
"https://w3c.github.io/reporting/#observers",
209219
"https://w3c.github.io/reporting/#reporting-observer",
210220
"https://w3c.github.io/reporting/#ref-for-windoworworkerglobalscope-reports%E2%91%A5",
@@ -440,6 +450,7 @@
440450
"https://w3c.github.io/reporting/#c9e7c11a",
441451
"https://w3c.github.io/reporting/#d85a6c84",
442452
"https://w3c.github.io/reporting/#f7b00a8b",
453+
"https://w3c.github.io/reporting/#eb62573b",
443454
"https://w3c.github.io/reporting/#a27468c5",
444455
"https://w3c.github.io/reporting/#55213b5b",
445456
"https://w3c.github.io/reporting/#ee7bba09",
@@ -469,10 +480,15 @@
469480
"https://w3c.github.io/reporting/#c0666585",
470481
"https://w3c.github.io/reporting/#20b42dd0",
471482
"https://w3c.github.io/reporting/#b9d1df32",
483+
"https://w3c.github.io/reporting/#ed948033",
472484
"https://w3c.github.io/reporting/#c4c32895",
485+
"https://w3c.github.io/reporting/#95210ccd",
473486
"https://w3c.github.io/reporting/#a1288f2a",
487+
"https://w3c.github.io/reporting/#3a711be7",
488+
"https://w3c.github.io/reporting/#dcffbccd",
474489
"https://w3c.github.io/reporting/#ca3ca4ae",
475490
"https://w3c.github.io/reporting/#5442ea33",
491+
"https://w3c.github.io/reporting/#d6f79d11",
476492
"https://w3c.github.io/reporting/#218c9455",
477493
"https://w3c.github.io/reporting/#024a1df2",
478494
"https://w3c.github.io/reporting/#bc7f2174",

0 commit comments

Comments
 (0)