Skip to content

Commit 2bb0bd0

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 19.2.0.
1 parent 177f23f commit 2bb0bd0

File tree

8 files changed

+65
-73
lines changed

8 files changed

+65
-73
lines changed

tr/algorithms/appmanifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@
341341
{
342342
"name": "Document/processed manifest",
343343
"href": "https://www.w3.org/TR/appmanifest/#dfn-processed-manifest",
344-
"html": "The steps for <dfn data-export=\"\" data-local-lt=\"processing\" data-lt=\"processing a manifest|processing\" id=\"dfn-processing-a-manifest\" tabindex=\"0\" aria-haspopup=\"dialog\" data-dfn-type=\"dfn\">processing a manifest</dfn> are given by the following\n algorithm. The algorithm takes a <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url\" id=\"ref-for-index-term-url-8\">URL</a> <var data-type=\"URL\">document URL</var>, a\n <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url\" id=\"ref-for-index-term-url-9\">URL</a> <var data-type=\"URL\">manifest URL</var>, and a <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#byte-sequence\" id=\"ref-for-index-term-byte-sequence-1\">byte sequence</a> <var>bodyBytes</var>.",
344+
"html": "The steps for <dfn data-export=\"\" data-local-lt=\"processing\" id=\"dfn-processing-a-manifest\" tabindex=\"0\" aria-haspopup=\"dialog\" data-dfn-type=\"dfn\">processing a manifest</dfn> are given by the following\n algorithm. The algorithm takes a <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url\" id=\"ref-for-index-term-url-8\">URL</a> <var data-type=\"URL\">document URL</var>, a\n <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url\" id=\"ref-for-index-term-url-9\">URL</a> <var data-type=\"URL\">manifest URL</var>, and a <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#byte-sequence\" id=\"ref-for-index-term-byte-sequence-1\">byte sequence</a> <var>bodyBytes</var>.",
345345
"rationale": ".algorithm",
346346
"steps": [
347347
{

tr/algorithms/badging.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,43 +7,43 @@
77
{
88
"name": "set the application badge",
99
"href": "https://www.w3.org/TR/badging/#dfn-set-the-application-badge",
10-
"html": "To <dfn id=\"dfn-set-the-application-badge\" tabindex=\"0\" aria-haspopup=\"dialog\" data-dfn-type=\"dfn\">set the application badge</dfn> of platform object\n <var data-type=\"platform object\">context</var> to an optional <a data-link-type=\"idl\" data-lt=\"unsigned long long\" data-type=\"interface\" href=\"https://webidl.spec.whatwg.org/#idl-unsigned-long-long\"><code>unsigned long long</code></a>\n <var data-type=\"unsigned long long\">contents</var> value:",
10+
"html": "To <dfn id=\"dfn-set-the-application-badge\" tabindex=\"0\" aria-haspopup=\"dialog\" data-dfn-type=\"dfn\">set the application badge</dfn> of platform object\n <var data-type=\"platform object\">context</var> to an optional <a data-link-type=\"interface\" data-lt=\"unsigned long long\" href=\"https://webidl.spec.whatwg.org/#idl-unsigned-long-long\"><code>unsigned long long</code></a>\n <var data-type=\"unsigned long long\">contents</var> value:",
1111
"rationale": ".algorithm",
1212
"steps": [
1313
{
14-
"html": "Let <var>global</var> be <var data-type=\"platform object\">context</var>'s <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-global\">relevant global object</a>."
14+
"html": "Let <var>global</var> be <var data-type=\"platform object\">context</var>'s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-global\">relevant global object</a>."
1515
},
1616
{
17-
"html": "If <var>global</var> is a <a data-link-type=\"idl\" data-lt=\"Window\" data-type=\"interface\" href=\"https://html.spec.whatwg.org/multipage/nav-history-apis.html#window\"><code>Window</code></a> object, then:",
17+
"html": "If <var>global</var> is a <a data-link-type=\"interface\" data-lt=\"Window\" href=\"https://html.spec.whatwg.org/multipage/nav-history-apis.html#window\"><code>Window</code></a> object, then:",
1818
"rationale": "let",
1919
"steps": [
2020
{
21-
"html": "Let <var>document</var> be <var>global</var>'s <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/nav-history-apis.html#concept-document-window\">associated <code>Document</code></a>."
21+
"html": "Let <var>document</var> be <var>global</var>'s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/nav-history-apis.html#concept-document-window\">associated <code>Document</code></a>."
2222
},
2323
{
24-
"html": "If <var>document</var> is not <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active\">fully active</a>, return <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#a-promise-rejected-with\">a promise rejected with</a> a \"<a data-link-type=\"idl\" data-type=\"exception\" href=\"https://webidl.spec.whatwg.org/#invalidstateerror\"><code>InvalidStateError</code></a>\" <a data-link-type=\"idl\" data-lt=\"DOMException\" data-type=\"interface\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\"><code>DOMException</code></a>."
24+
"html": "If <var>document</var> is not <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#fully-active\">fully active</a>, return <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#a-promise-rejected-with\">a promise rejected with</a> a \"<a data-link-type=\"exception\" href=\"https://webidl.spec.whatwg.org/#invalidstateerror\"><code>InvalidStateError</code></a>\" <a data-link-type=\"interface\" data-lt=\"DOMException\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\"><code>DOMException</code></a>."
25+
},
26+
{
27+
"html": "If <var>document</var>'s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#relevant-settings-object\">relevant settings object</a>'s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#concept-origin\">origin</a> is\n not <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#same-origin-domain\">same origin-domain</a> with <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\">this</a>'s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#relevant-settings-object\">relevant settings object</a>'s <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-environment-top-level-origin\">top-level origin</a>, return <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#a-promise-rejected-with\">a promise rejected with</a> a \"<a data-link-type=\"exception\" href=\"https://webidl.spec.whatwg.org/#securityerror\"><code>SecurityError</code></a>\" <a data-link-type=\"interface\" data-lt=\"DOMException\" href=\"https://webidl.spec.whatwg.org/#idl-DOMException\"><code>DOMException</code></a>."
2528
}
2629
]
2730
},
2831
{
29-
"html": "Let <var>promise</var> be <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#a-new-promise\">a new promise</a>."
32+
"html": "Let <var>promise</var> be <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#a-new-promise\">a new promise</a>."
3033
},
3134
{
32-
"html": "<a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel\">In parallel</a>:",
35+
"html": "<a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel\">In parallel</a>:",
3336
"rationale": "if",
3437
"steps": [
3538
{
36-
"html": "If <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\">this</a>'s <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#relevant-settings-object\">relevant settings object</a>'s <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#concept-origin\">origin</a> is not\n <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/browsers.html#same-origin\">same origin</a> with <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#this\">this</a>'s <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#relevant-settings-object\">relevant settings object</a>'s\n <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-environment-top-level-origin\">top-level origin</a>, <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#queue-a-global-task\">queue a global task</a> on the\n <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#dom-manipulation-task-source\">DOM manipulation task source</a> given <var>global</var> to <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#reject\">reject</a>\n <var>promise</var> with a \"<a data-link-type=\"idl\" data-type=\"exception\" href=\"https://webidl.spec.whatwg.org/#securityerror\"><code>SecurityError</code></a>\" and terminate this algorithm."
37-
},
38-
{
39-
"html": "If the <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#user-agent\">user agent</a> requires <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://www.w3.org/TR/permissions/#dfn-express-permission\">express permission</a> to\n <a data-link-type=\"dfn|abstract-op\" href=\"https://www.w3.org/TR/badging/#dfn-setting\" class=\"internalDFN\" id=\"ref-for-dfn-setting-11\">set</a> the application badge, then:",
39+
"html": "If the <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#user-agent\">user agent</a> requires <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/permissions/#dfn-express-permission\">express permission</a> to\n <a data-link-type=\"dfn|abstract-op\" href=\"https://www.w3.org/TR/badging/#dfn-setting\" class=\"internalDFN\" id=\"ref-for-dfn-setting-11\">set</a> the application badge, then:",
4040
"rationale": "let",
4141
"steps": [
4242
{
43-
"html": "Let <var>permissionState</var> be the result of <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://www.w3.org/TR/permissions/#dfn-getting-the-current-permission-state\">getting the current permission state</a> with \"<a data-link-type=\"dfn|abstract-op\" data-type=\"permission\" href=\"https://notifications.spec.whatwg.org/#permissiondef-notifications\">notifications</a>\"."
43+
"html": "Let <var>permissionState</var> be the result of <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/permissions/#dfn-getting-the-current-permission-state\">getting the current permission state</a> with \"<a data-link-type=\"permission\" href=\"https://notifications.spec.whatwg.org/#permissiondef-notifications\">notifications</a>\"."
4444
},
4545
{
46-
"html": "If <var>permissionState</var> is not \"<a data-link-type=\"idl\" data-type=\"enum-value\" href=\"https://www.w3.org/TR/permissions/#dom-permissionstate-granted\"><code>granted</code></a>\",\n <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#queue-a-global-task\">queue a global task</a> on the <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#user-interaction-task-source\">user interaction task source</a>\n given <var>global</var> to <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#reject\">reject</a> <var>promise</var> with a\n <a data-link-type=\"idl\" data-lt=\"NotAllowedError\" data-type=\"exception\" href=\"https://webidl.spec.whatwg.org/#notallowederror\"><code>NotAllowedError</code></a> and terminate this algorithm."
46+
"html": "If <var>permissionState</var> is not \"<a data-link-type=\"enum-value\" href=\"https://www.w3.org/TR/permissions/#dom-permissionstate-granted\"><code>granted</code></a>\",\n <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#queue-a-global-task\">queue a global task</a> on the <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#user-interaction-task-source\">user interaction task source</a>\n given <var>global</var> to <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#reject\">reject</a> <var>promise</var> with a\n <a data-link-type=\"exception\" data-lt=\"NotAllowedError\" href=\"https://webidl.spec.whatwg.org/#notallowederror\"><code>NotAllowedError</code></a> and terminate this algorithm."
4747
}
4848
]
4949
},
@@ -71,7 +71,7 @@
7171
]
7272
},
7373
{
74-
"html": "<a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#queue-a-global-task\">Queue a global task</a> on the <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#dom-manipulation-task-source\">DOM manipulation task source</a>\n given <var>global</var> to <a data-link-type=\"dfn|abstract-op\" data-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#resolve\">resolve</a> <var>promise</var> with <code>undefined</code>."
74+
"html": "<a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#queue-a-global-task\">Queue a global task</a> on the <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#dom-manipulation-task-source\">DOM manipulation task source</a>\n given <var>global</var> to <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#resolve\">resolve</a> <var>promise</var> with <code>undefined</code>."
7575
}
7676
]
7777
},

tr/dfns/appmanifest.json

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"href": "https://www.w3.org/TR/appmanifest/#dfn-manifest",
1010
"linkingText": [
1111
"manifest",
12-
"application manifest",
13-
"manifest's"
12+
"application manifest"
1413
],
1514
"localLinkingText": [
1615
"manifest's"
@@ -686,8 +685,10 @@
686685
],
687686
"localLinkingText": [],
688687
"type": "dfn",
689-
"for": [],
690-
"access": "private",
688+
"for": [
689+
"installed web application"
690+
],
691+
"access": "public",
691692
"informative": false,
692693
"heading": {
693694
"id": "id-member",
@@ -1206,8 +1207,7 @@
12061207
"id": "dfn-processing-a-manifest",
12071208
"href": "https://www.w3.org/TR/appmanifest/#dfn-processing-a-manifest",
12081209
"linkingText": [
1209-
"processing a manifest",
1210-
"processing"
1210+
"processing a manifest"
12111211
],
12121212
"localLinkingText": [
12131213
"processing"
@@ -1658,8 +1658,7 @@
16581658
"id": "dfn-shortcut-item",
16591659
"href": "https://www.w3.org/TR/appmanifest/#dfn-shortcut-item",
16601660
"linkingText": [
1661-
"shortcut item",
1662-
"Shortcut item's"
1661+
"shortcut item"
16631662
],
16641663
"localLinkingText": [
16651664
"Shortcut item's"
@@ -1856,9 +1855,7 @@
18561855
"href": "https://www.w3.org/TR/appmanifest/#dfn-installed",
18571856
"linkingText": [
18581857
"installed",
1859-
"install",
1860-
"installing",
1861-
"installation"
1858+
"install"
18621859
],
18631860
"localLinkingText": [
18641861
"installing",

tr/dfns/badging.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,7 @@
151151
"id": "dfn-clear",
152152
"href": "https://www.w3.org/TR/badging/#dfn-clear",
153153
"linkingText": [
154-
"clear",
155-
"clearing",
156-
"cleared"
154+
"clear"
157155
],
158156
"localLinkingText": [
159157
"clearing",

tr/ids/appmanifest.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"https://www.w3.org/TR/appmanifest/#ref-for-dfn-dir-1",
3030
"https://www.w3.org/TR/appmanifest/#ref-for-dfn-display-1",
3131
"https://www.w3.org/TR/appmanifest/#ref-for-dfn-icons-1",
32-
"https://www.w3.org/TR/appmanifest/#ref-for-dfn-identity-1",
32+
"https://www.w3.org/TR/appmanifest/#ref-for-dfn-id-1",
3333
"https://www.w3.org/TR/appmanifest/#ref-for-dfn-lang-1",
3434
"https://www.w3.org/TR/appmanifest/#ref-for-dfn-name-1",
3535
"https://www.w3.org/TR/appmanifest/#ref-for-dfn-orientation-1",
@@ -274,32 +274,32 @@
274274
"https://www.w3.org/TR/appmanifest/#dfn-id",
275275
"https://www.w3.org/TR/appmanifest/#ref-for-index-term-string-14",
276276
"https://www.w3.org/TR/appmanifest/#dfn-identity",
277-
"https://www.w3.org/TR/appmanifest/#ref-for-dfn-identity-2",
277+
"https://www.w3.org/TR/appmanifest/#ref-for-dfn-identity-1",
278278
"https://www.w3.org/TR/appmanifest/#ref-for-dfn-start-url-4",
279+
"https://www.w3.org/TR/appmanifest/#ref-for-dfn-identity-2",
279280
"https://www.w3.org/TR/appmanifest/#ref-for-dfn-identity-3",
280-
"https://www.w3.org/TR/appmanifest/#ref-for-dfn-identity-4",
281281
"https://www.w3.org/TR/appmanifest/#ref-for-index-term-equal-for-url-1",
282282
"https://www.w3.org/TR/appmanifest/#ref-for-index-term-exclude-fragments-for-url-equals-1",
283-
"https://www.w3.org/TR/appmanifest/#ref-for-dfn-identity-5",
283+
"https://www.w3.org/TR/appmanifest/#ref-for-dfn-identity-4",
284284
"https://www.w3.org/TR/appmanifest/#issue-container-generatedID-11",
285285
"https://www.w3.org/TR/appmanifest/#h-note-10",
286286
"https://www.w3.org/TR/appmanifest/#ref-for-dfn-process-the-id-member-1",
287287
"https://www.w3.org/TR/appmanifest/#ref-for-index-term-fragment-for-url-2",
288-
"https://www.w3.org/TR/appmanifest/#ref-for-dfn-id-1",
288+
"https://www.w3.org/TR/appmanifest/#ref-for-dfn-id-2",
289289
"https://www.w3.org/TR/appmanifest/#ref-for-index-term-exclude-fragments-for-url-equals-2",
290290
"https://www.w3.org/TR/appmanifest/#ref-for-index-term-fragment-for-url-3",
291291
"https://www.w3.org/TR/appmanifest/#ref-for-index-term-url-4",
292292
"https://www.w3.org/TR/appmanifest/#ref-for-index-term-exclude-fragments-for-url-equals-3",
293293
"https://www.w3.org/TR/appmanifest/#ref-for-index-term-fragment-for-url-4",
294-
"https://www.w3.org/TR/appmanifest/#ref-for-dfn-id-2",
294+
"https://www.w3.org/TR/appmanifest/#ref-for-dfn-id-3",
295295
"https://www.w3.org/TR/appmanifest/#ref-for-index-term-exclude-fragments-for-url-equals-4",
296296
"https://www.w3.org/TR/appmanifest/#ref-for-index-term-url-5",
297297
"https://www.w3.org/TR/appmanifest/#issue-container-generatedID-12",
298298
"https://www.w3.org/TR/appmanifest/#h-note-11",
299-
"https://www.w3.org/TR/appmanifest/#ref-for-dfn-identity-6",
299+
"https://www.w3.org/TR/appmanifest/#ref-for-dfn-identity-5",
300300
"https://www.w3.org/TR/appmanifest/#issue-container-generatedID-13",
301301
"https://www.w3.org/TR/appmanifest/#h-note-12",
302-
"https://www.w3.org/TR/appmanifest/#ref-for-dfn-identity-7",
302+
"https://www.w3.org/TR/appmanifest/#ref-for-dfn-identity-6",
303303
"https://www.w3.org/TR/appmanifest/#ref-for-dfn-within-scope-5",
304304
"https://www.w3.org/TR/appmanifest/#dfn-process-the-id-member",
305305
"https://www.w3.org/TR/appmanifest/#ref-for-index-term-ordered-map-13",
@@ -311,7 +311,7 @@
311311
"https://www.w3.org/TR/appmanifest/#ref-for-index-term-fragment-for-url-5",
312312
"https://www.w3.org/TR/appmanifest/#example-resulting-ids",
313313
"https://www.w3.org/TR/appmanifest/#ref-for-dfn-process-the-id-member-2",
314-
"https://www.w3.org/TR/appmanifest/#ref-for-dfn-id-3",
314+
"https://www.w3.org/TR/appmanifest/#ref-for-dfn-id-4",
315315
"https://www.w3.org/TR/appmanifest/#ref-for-dfn-start_url-8",
316316
"https://www.w3.org/TR/appmanifest/#ref-for-index-term-origin-for-url-2",
317317
"https://www.w3.org/TR/appmanifest/#ref-for-index-term-identifier-1",

0 commit comments

Comments
 (0)