Skip to content

Commit 767fe91

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 20.0.3.
1 parent ba01d00 commit 767fe91

12 files changed

+104
-72
lines changed

tr/algorithms/privacy-preserving-attribution.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
{
171171
"name": "clear browsing history for attribution",
172172
"href": "https://www.w3.org/TR/privacy-preserving-attribution/#clear-browsing-history-for-attribution",
173-
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"clear-browsing-history-for-attribution\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">clear browsing history for attribution</dfn>,\ngiven a <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#sets\" id=\"ref-for-sets⑧\">set</a> of <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/#site\" id=\"ref-for-site②⑤\">sites</a> <var>sites</var>,\na <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#boolean\" id=\"ref-for-boolean\">boolean</a> <var>forgetVisits</var>,\nand a <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/hr-time-3/#dfn-moment\" id=\"ref-for-dfn-moment⑧\">moment</a> <var>now</var>:",
173+
"html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"clear-browsing-history-for-attribution\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">clear browsing history for attribution</dfn>,\ngiven a <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#sets\" id=\"ref-for-sets⑧\">set</a> of <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/#site\" id=\"ref-for-site②⑤\">sites</a> <var>sites</var>,\na <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#boolean\" id=\"ref-for-boolean\">boolean</a> <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-for=\"clear browsing history for attribution\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"clear-browsing-history-for-attribution-forgetvisits\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\"><var>forgetVisits</var></dfn>,\nand a <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/hr-time-3/#dfn-moment\" id=\"ref-for-dfn-moment⑧\">moment</a> <var>now</var>:",
174174
"rationale": ".algorithm",
175175
"steps": [
176176
{
@@ -918,7 +918,7 @@
918918
"rationale": ".algorithm",
919919
"steps": [
920920
{
921-
"html": "<p>If <var>request</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-destination\" id=\"ref-for-concept-request-destination\">destination</a> is not one of the following,\nreturn: <code>\"\"</code>, <code>\"audio\"</code>, <code>\"document\"</code>, <code>\"frame\"</code>, <code>\"iframe\"</code>, <code>\"image\"</code>,\n<code>\"script\"</code>, <code>\"track\"</code>, <code>\"video\"</code>.</p>"
921+
"html": "<p>If <var>request</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-destination\" id=\"ref-for-concept-request-destination\">destination</a> is not one of the following,\nreturn: <code>\"\"</code>, <code>\"audio\"</code>, <code>\"image\"</code>, <code>\"script\"</code>, <code>\"track\"</code>, <code>\"video\"</code>.</p>"
922922
},
923923
{
924924
"html": "<p>If <var>request</var>’s <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-request-client\" id=\"ref-for-concept-request-client\">client</a> is not a <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#secure-context\" id=\"ref-for-secure-context\">secure context</a>, return.</p>"

tr/algorithms/service-workers.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5823,7 +5823,7 @@
58235823
"html": "<p>Wait until <var>entry</var>’s <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/service-workers/#race-response-value\" id=\"ref-for-race-response-value①①\">value</a> is not \"<code>pending</code>\"</p>"
58245824
},
58255825
{
5826-
"html": "<p>If <var>entry</var>’s <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/service-workers/#race-response-value\" id=\"ref-for-race-response-value①②\">value</a> is <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-response\" id=\"ref-for-concept-response①⑧\">response</a>, return <var>entry</var>’s <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/service-workers/#race-response-value\" id=\"ref-for-race-response-value①③\">value</a>.</p>"
5826+
"html": "<p>If <var>entry</var>’s <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/service-workers/#race-response-value\" id=\"ref-for-race-response-value①②\">value</a> is a <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-response\" id=\"ref-for-concept-response①⑧\">response</a>, return the result of <a data-link-type=\"dfn\" href=\"https://fetch.spec.whatwg.org/#concept-response-clone\" id=\"ref-for-concept-response-clone①\">cloning</a> <var>entry</var>’s <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/service-workers/#race-response-value\" id=\"ref-for-race-response-value①③\">value</a>.</p>"
58275827
}
58285828
]
58295829
},

0 commit comments

Comments
 (0)