Skip to content

Commit 00a56fd

Browse files
author
reffy-bot
committed
Update of TR report from new reffy run
Using reffy commit 20.0.1.
1 parent c202951 commit 00a56fd

14 files changed

+1016
-609
lines changed

tr/algorithms/service-workers.json

Lines changed: 422 additions & 245 deletions
Large diffs are not rendered by default.

tr/algorithms/webxrlayers-1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1945,11 +1945,11 @@
19451945
{
19461946
"name": "initialize-renderstate-for-layers",
19471947
"href": "https://www.w3.org/TR/webxrlayers-1/#layers-initialize-the-render-state",
1948-
"html": "This module replaces the steps given by <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webxrlayers-1/#layers-initialize-the-render-state\" id=\"ref-for-layers-initialize-the-render-state\">initialize the render state</a>. Instead when an <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webxr/#xrrenderstate\" id=\"ref-for-xrrenderstate②\">XRRenderState</a></code> object <var>state</var>\nis created for an <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webxr/#xrsession\" id=\"ref-for-xrsession①⑤\">XRSession</a></code> <var>session</var>, the user agent MUST <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-for=\"layers\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"layers-initialize-the-render-state\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">initialize the render state</dfn> by running the following steps:",
1948+
"html": "This module replaces the steps given by <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webxr/#initialize-the-render-state\" id=\"ref-for-initialize-the-render-state\">initialize the render state</a>. Instead when an <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webxr/#xrrenderstate\" id=\"ref-for-xrrenderstate②\">XRRenderState</a></code> object <var>state</var>\nis created for an <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webxr/#xrsession\" id=\"ref-for-xrsession①⑤\">XRSession</a></code> <var>session</var>, the user agent MUST <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-for=\"layers\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"layers-initialize-the-render-state\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">initialize the render state</dfn> by running the following steps:",
19491949
"rationale": ".algorithm",
19501950
"steps": [
19511951
{
1952-
"html": "<p>Initialize <var>state</var> by running the original steps to <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webxrlayers-1/#layers-initialize-the-render-state\" id=\"ref-for-layers-initialize-the-render-state\">initialize the render state</a>.</p>"
1952+
"html": "<p>Initialize <var>state</var> by running the original steps to <a data-link-type=\"dfn\" href=\"https://www.w3.org/TR/webxrlayers-1/#layers-initialize-the-render-state\" id=\"ref-for-layers-initialize-the-render-state\">initialize the render state</a>.</p>"
19531953
},
19541954
{
19551955
"html": "<p>Initialize <var>state</var>’s <code class=\"idl\"><a data-link-type=\"idl\" href=\"https://www.w3.org/TR/webxrlayers-1/#dom-xrrenderstate-layers\" id=\"ref-for-dom-xrrenderstate-layers⑤\">layers</a></code> with a <a data-link-type=\"dfn\" href=\"https://webidl.spec.whatwg.org/#new\" id=\"ref-for-new⑥⑥\">new</a> empty array in the <a data-link-type=\"dfn\" href=\"https://html.spec.whatwg.org/multipage/webappapis.html#concept-relevant-realm\" id=\"ref-for-concept-relevant-realm⑥⑥\">relevant realm</a> of <var>session</var>.</p>"

tr/dfns/service-workers.json

Lines changed: 155 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"spec": {
3-
"title": "Service Workers",
3+
"title": "Service Workers Nightly",
44
"url": "https://www.w3.org/TR/service-workers/"
55
},
66
"dfns": [
@@ -573,6 +573,94 @@
573573
"definedIn": "dt",
574574
"links": []
575575
},
576+
{
577+
"id": "service-worker-timing-info-worker-router-evaluation-start",
578+
"href": "https://www.w3.org/TR/service-workers/#service-worker-timing-info-worker-router-evaluation-start",
579+
"linkingText": [
580+
"worker router evaluation start"
581+
],
582+
"localLinkingText": [],
583+
"type": "dfn",
584+
"for": [
585+
"service worker timing info"
586+
],
587+
"access": "public",
588+
"informative": false,
589+
"heading": {
590+
"id": "service-worker-timing",
591+
"href": "https://www.w3.org/TR/service-workers/#service-worker-timing",
592+
"title": "Service Worker Timing",
593+
"number": "2.2"
594+
},
595+
"definedIn": "dt",
596+
"links": []
597+
},
598+
{
599+
"id": "service-worker-timing-info-worker-cache-lookup-start",
600+
"href": "https://www.w3.org/TR/service-workers/#service-worker-timing-info-worker-cache-lookup-start",
601+
"linkingText": [
602+
"worker cache lookup start"
603+
],
604+
"localLinkingText": [],
605+
"type": "dfn",
606+
"for": [
607+
"service worker timing info"
608+
],
609+
"access": "public",
610+
"informative": false,
611+
"heading": {
612+
"id": "service-worker-timing",
613+
"href": "https://www.w3.org/TR/service-workers/#service-worker-timing",
614+
"title": "Service Worker Timing",
615+
"number": "2.2"
616+
},
617+
"definedIn": "dt",
618+
"links": []
619+
},
620+
{
621+
"id": "service-worker-timing-info-worker-matched-router-source",
622+
"href": "https://www.w3.org/TR/service-workers/#service-worker-timing-info-worker-matched-router-source",
623+
"linkingText": [
624+
"worker matched router source"
625+
],
626+
"localLinkingText": [],
627+
"type": "dfn",
628+
"for": [
629+
"service worker timing info"
630+
],
631+
"access": "public",
632+
"informative": false,
633+
"heading": {
634+
"id": "service-worker-timing",
635+
"href": "https://www.w3.org/TR/service-workers/#service-worker-timing",
636+
"title": "Service Worker Timing",
637+
"number": "2.2"
638+
},
639+
"definedIn": "dt",
640+
"links": []
641+
},
642+
{
643+
"id": "service-worker-timing-info-worker-final-router-source",
644+
"href": "https://www.w3.org/TR/service-workers/#service-worker-timing-info-worker-final-router-source",
645+
"linkingText": [
646+
"worker final router source"
647+
],
648+
"localLinkingText": [],
649+
"type": "dfn",
650+
"for": [
651+
"service worker timing info"
652+
],
653+
"access": "public",
654+
"informative": false,
655+
"heading": {
656+
"id": "service-worker-timing",
657+
"href": "https://www.w3.org/TR/service-workers/#service-worker-timing",
658+
"title": "Service Worker Timing",
659+
"number": "2.2"
660+
},
661+
"definedIn": "dt",
662+
"links": []
663+
},
576664
{
577665
"id": "dfn-service-worker-registration",
578666
"href": "https://www.w3.org/TR/service-workers/#dfn-service-worker-registration",
@@ -5928,8 +6016,8 @@
59286016
"links": []
59296017
},
59306018
{
5931-
"id": "dfn-relevant-name-to-cache-map",
5932-
"href": "https://www.w3.org/TR/service-workers/#dfn-relevant-name-to-cache-map",
6019+
"id": "relevant-name-to-cache-map",
6020+
"href": "https://www.w3.org/TR/service-workers/#relevant-name-to-cache-map",
59336021
"linkingText": [
59346022
"relevant name to cache map"
59356023
],
@@ -6793,28 +6881,6 @@
67936881
"definedIn": "pre",
67946882
"links": []
67956883
},
6796-
{
6797-
"id": "cachestorage-global-object",
6798-
"href": "https://www.w3.org/TR/service-workers/#cachestorage-global-object",
6799-
"linkingText": [
6800-
"global object"
6801-
],
6802-
"localLinkingText": [],
6803-
"type": "dfn",
6804-
"for": [
6805-
"CacheStorage"
6806-
],
6807-
"access": "private",
6808-
"informative": false,
6809-
"heading": {
6810-
"id": "cachestorage-interface",
6811-
"href": "https://www.w3.org/TR/service-workers/#cachestorage-interface",
6812-
"title": "CacheStorage",
6813-
"number": "5.5"
6814-
},
6815-
"definedIn": "prose",
6816-
"links": []
6817-
},
68186884
{
68196885
"id": "dom-cachestorage-match",
68206886
"href": "https://www.w3.org/TR/service-workers/#dom-cachestorage-match",
@@ -7332,6 +7398,70 @@
73327398
"definedIn": "prose",
73337399
"links": []
73347400
},
7401+
{
7402+
"id": "dfn-race-result",
7403+
"href": "https://www.w3.org/TR/service-workers/#dfn-race-result",
7404+
"linkingText": [
7405+
"race result"
7406+
],
7407+
"localLinkingText": [],
7408+
"type": "dfn",
7409+
"for": [],
7410+
"access": "private",
7411+
"informative": false,
7412+
"heading": {
7413+
"id": "algorithms",
7414+
"href": "https://www.w3.org/TR/service-workers/#algorithms",
7415+
"title": "Algorithms",
7416+
"number": "A"
7417+
},
7418+
"definedIn": "prose",
7419+
"links": []
7420+
},
7421+
{
7422+
"id": "race-result-routed-response",
7423+
"href": "https://www.w3.org/TR/service-workers/#race-result-routed-response",
7424+
"linkingText": [
7425+
"routed response"
7426+
],
7427+
"localLinkingText": [],
7428+
"type": "dfn",
7429+
"for": [
7430+
"race result"
7431+
],
7432+
"access": "public",
7433+
"informative": false,
7434+
"heading": {
7435+
"id": "algorithms",
7436+
"href": "https://www.w3.org/TR/service-workers/#algorithms",
7437+
"title": "Algorithms",
7438+
"number": "A"
7439+
},
7440+
"definedIn": "prose",
7441+
"links": []
7442+
},
7443+
{
7444+
"id": "race-result-used-route",
7445+
"href": "https://www.w3.org/TR/service-workers/#race-result-used-route",
7446+
"linkingText": [
7447+
"used route"
7448+
],
7449+
"localLinkingText": [],
7450+
"type": "dfn",
7451+
"for": [
7452+
"race result"
7453+
],
7454+
"access": "public",
7455+
"informative": false,
7456+
"heading": {
7457+
"id": "algorithms",
7458+
"href": "https://www.w3.org/TR/service-workers/#algorithms",
7459+
"title": "Algorithms",
7460+
"number": "A"
7461+
},
7462+
"definedIn": "prose",
7463+
"links": []
7464+
},
73357465
{
73367466
"id": "create-job",
73377467
"href": "https://www.w3.org/TR/service-workers/#create-job",

tr/events/service-workers.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"spec": {
3-
"title": "Service Workers",
3+
"title": "Service Workers Nightly",
44
"url": "https://www.w3.org/TR/service-workers/"
55
},
66
"events": [
@@ -101,9 +101,10 @@
101101
"interface": "FetchEvent"
102102
},
103103
{
104-
"href": "https://w3c.github.io/push-api/#dfn-push",
104+
"href": "https://w3c.github.io/push-api/#pushevent-interface",
105105
"src": {
106-
"format": "summary table"
106+
"format": "summary table",
107+
"href": "https://www.w3.org/TR/service-workers/#c22e82f90"
107108
},
108109
"type": "push",
109110
"interface": "PushEvent",
@@ -128,7 +129,7 @@
128129
"isExtension": true
129130
},
130131
{
131-
"href": "https://wicg.github.io/BackgroundSync/spec/#sync",
132+
"href": "https://wicg.github.io/background-sync/spec/#syncevent",
132133
"src": {
133134
"format": "summary table"
134135
},

tr/headings/service-workers.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"spec": {
3-
"title": "Service Workers",
3+
"title": "Service Workers Nightly",
44
"url": "https://www.w3.org/TR/service-workers/"
55
},
66
"headings": [
77
{
88
"id": "title",
99
"href": "https://www.w3.org/TR/service-workers/#title",
1010
"level": 1,
11-
"title": "Service Workers"
11+
"title": "Service Workers Nightly"
1212
},
1313
{
1414
"id": "abstract",

tr/idl/service-workers.idl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// GENERATED CONTENT - DO NOT EDIT
22
// Content was automatically extracted by Reffy into webref
33
// (https://github.com/w3c/webref)
4-
// Source: Service Workers (https://www.w3.org/TR/service-workers/)
4+
// Source: Service Workers Nightly (https://www.w3.org/TR/service-workers/)
55

66
[SecureContext, Exposed=(Window,Worker)]
77
interface ServiceWorker : EventTarget {
@@ -34,7 +34,7 @@ interface ServiceWorkerRegistration : EventTarget {
3434
readonly attribute USVString scope;
3535
readonly attribute ServiceWorkerUpdateViaCache updateViaCache;
3636

37-
[NewObject] Promise<undefined> update();
37+
[NewObject] Promise<ServiceWorkerRegistration> update();
3838
[NewObject] Promise<boolean> unregister();
3939

4040
// event

tr/ids/rdf12-trig.json

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -283,15 +283,20 @@
283283
"https://www.w3.org/TR/rdf12-trig/#ref-for-index-term-iri-7",
284284
"https://www.w3.org/TR/rdf12-trig/#ref-for-dfn-numeric-escape-sequence-3",
285285
"https://www.w3.org/TR/rdf12-trig/#ref-for-index-term-relative-iri-references-4",
286+
"https://www.w3.org/TR/rdf12-trig/#ref-for-index-term-syntactic-restrictions-1",
287+
"https://www.w3.org/TR/rdf12-trig/#ref-for-index-term-section-3-3-1",
286288
"https://www.w3.org/TR/rdf12-trig/#handle-PNAME_NS",
289+
"https://www.w3.org/TR/rdf12-trig/#ref-for-index-term-rdf-string-2",
287290
"https://www.w3.org/TR/rdf12-trig/#handle-PNAME-IRI",
288291
"https://www.w3.org/TR/rdf12-trig/#ref-for-index-term-iri-8",
289292
"https://www.w3.org/TR/rdf12-trig/#handle-PNAME_LN",
290293
"https://www.w3.org/TR/rdf12-trig/#ref-for-index-term-iri-9",
294+
"https://www.w3.org/TR/rdf12-trig/#ref-for-index-term-rdf-string-3",
291295
"https://www.w3.org/TR/rdf12-trig/#ref-for-dfn-reserved-character-escape-sequence-2",
296+
"https://www.w3.org/TR/rdf12-trig/#ref-for-index-term-syntactic-restrictions-2",
292297
"https://www.w3.org/TR/rdf12-trig/#handle-VersionSpecifier",
293298
"https://www.w3.org/TR/rdf12-trig/#ref-for-index-term-literals-2",
294-
"https://www.w3.org/TR/rdf12-trig/#ref-for-index-term-rdf-string-2",
299+
"https://www.w3.org/TR/rdf12-trig/#ref-for-index-term-rdf-string-4",
295300
"https://www.w3.org/TR/rdf12-trig/#handle-STRING_LITERAL_SINGLE_QUOTE",
296301
"https://www.w3.org/TR/rdf12-trig/#ref-for-index-term-lexical-form-2",
297302
"https://www.w3.org/TR/rdf12-trig/#ref-for-dfn-numeric-escape-sequence-4",
@@ -312,13 +317,16 @@
312317
"https://www.w3.org/TR/rdf12-trig/#ref-for-index-term-language-tag-2",
313318
"https://www.w3.org/TR/rdf12-trig/#ref-for-index-term-language-tag-3",
314319
"https://www.w3.org/TR/rdf12-trig/#ref-for-index-term-initial-text-direction-2",
320+
"https://www.w3.org/TR/rdf12-trig/#ref-for-index-term-language-tag-4",
321+
"https://www.w3.org/TR/rdf12-trig/#ref-for-index-term-section-2-2-9-1",
322+
"https://www.w3.org/TR/rdf12-trig/#ref-for-index-term-initial-text-direction-3",
315323
"https://www.w3.org/TR/rdf12-trig/#handle-RDFLiteral",
316324
"https://www.w3.org/TR/rdf12-trig/#ref-for-index-term-literals-3",
317325
"https://www.w3.org/TR/rdf12-trig/#ref-for-index-term-datatype-iri-2",
318-
"https://www.w3.org/TR/rdf12-trig/#ref-for-index-term-language-tag-4",
319-
"https://www.w3.org/TR/rdf12-trig/#ref-for-index-term-initial-text-direction-3",
326+
"https://www.w3.org/TR/rdf12-trig/#ref-for-index-term-language-tag-5",
320327
"https://www.w3.org/TR/rdf12-trig/#ref-for-index-term-initial-text-direction-4",
321328
"https://www.w3.org/TR/rdf12-trig/#ref-for-index-term-initial-text-direction-5",
329+
"https://www.w3.org/TR/rdf12-trig/#ref-for-index-term-initial-text-direction-6",
322330
"https://www.w3.org/TR/rdf12-trig/#handle-INTEGER",
323331
"https://www.w3.org/TR/rdf12-trig/#ref-for-index-term-literals-4",
324332
"https://www.w3.org/TR/rdf12-trig/#handle-DECIMAL",
@@ -357,6 +365,9 @@
357365
"https://www.w3.org/TR/rdf12-trig/#ref-for-index-term-rdf-term-13",
358366
"https://www.w3.org/TR/rdf12-trig/#ref-for-index-term-reifier-1",
359367
"https://www.w3.org/TR/rdf12-trig/#ref-for-index-term-blank-node-19",
368+
"https://www.w3.org/TR/rdf12-trig/#issue-container-generatedID-1",
369+
"https://www.w3.org/TR/rdf12-trig/#h-note-1",
370+
"https://www.w3.org/TR/rdf12-trig/#ref-for-index-term-ill-typed-1",
360371
"https://www.w3.org/TR/rdf12-trig/#sec-parsing-triples",
361372
"https://www.w3.org/TR/rdf12-trig/#x5-3-rdf-triples-construction",
362373
"https://www.w3.org/TR/rdf12-trig/#ref-for-dfn-trig-document-9",
@@ -386,8 +397,8 @@
386397
"https://www.w3.org/TR/rdf12-trig/#x5-3-7-annotation-blocks",
387398
"https://www.w3.org/TR/rdf12-trig/#annotationBlock-tests",
388399
"https://www.w3.org/TR/rdf12-trig/#ref-for-index-term-blank-node-21",
389-
"https://www.w3.org/TR/rdf12-trig/#issue-container-generatedID-1",
390-
"https://www.w3.org/TR/rdf12-trig/#h-note-1",
400+
"https://www.w3.org/TR/rdf12-trig/#issue-container-generatedID-2",
401+
"https://www.w3.org/TR/rdf12-trig/#h-note-2",
391402
"https://www.w3.org/TR/rdf12-trig/#propertyList",
392403
"https://www.w3.org/TR/rdf12-trig/#x5-3-8-property-lists",
393404
"https://www.w3.org/TR/rdf12-trig/#propertyList-tests",
@@ -415,19 +426,20 @@
415426
"https://www.w3.org/TR/rdf12-trig/#acknowledgments-for-rdf-1-2",
416427
"https://www.w3.org/TR/rdf12-trig/#d-2-acknowledgments-for-rdf-1-2",
417428
"https://www.w3.org/TR/rdf12-trig/#gh-contributors",
418-
"https://www.w3.org/TR/rdf12-trig/#issue-container-generatedID-2",
429+
"https://www.w3.org/TR/rdf12-trig/#issue-container-generatedID-3",
419430
"https://www.w3.org/TR/rdf12-trig/#h-ednote",
420431
"https://www.w3.org/TR/rdf12-trig/#sec-changes",
421432
"https://www.w3.org/TR/rdf12-trig/#e-changes-between-rdf-1-1-and-rdf-1-2",
422433
"https://www.w3.org/TR/rdf12-trig/#ref-for-index-term-rdf-term-14",
423-
"https://www.w3.org/TR/rdf12-trig/#ref-for-index-term-initial-text-direction-6",
434+
"https://www.w3.org/TR/rdf12-trig/#ref-for-index-term-initial-text-direction-7",
424435
"https://www.w3.org/TR/rdf12-trig/#ref-for-index-term-triple-terms-8",
425436
"https://www.w3.org/TR/rdf12-trig/#index",
426437
"https://www.w3.org/TR/rdf12-trig/#f-index",
427438
"https://www.w3.org/TR/rdf12-trig/#index-defined-here",
428439
"https://www.w3.org/TR/rdf12-trig/#f-1-terms-defined-by-this-specification",
429440
"https://www.w3.org/TR/rdf12-trig/#index-defined-elsewhere",
430441
"https://www.w3.org/TR/rdf12-trig/#f-2-terms-defined-by-reference",
442+
"https://www.w3.org/TR/rdf12-trig/#index-term-section-2-2-9",
431443
"https://www.w3.org/TR/rdf12-trig/#index-term-surrogate-code-points",
432444
"https://www.w3.org/TR/rdf12-trig/#index-term-unicode-code-point",
433445
"https://www.w3.org/TR/rdf12-trig/#index-term-unicode-scalar-values",
@@ -438,6 +450,7 @@
438450
"https://www.w3.org/TR/rdf12-trig/#index-term-default-graph",
439451
"https://www.w3.org/TR/rdf12-trig/#index-term-directional-language-tagged-strings",
440452
"https://www.w3.org/TR/rdf12-trig/#index-term-identifier",
453+
"https://www.w3.org/TR/rdf12-trig/#index-term-ill-typed",
441454
"https://www.w3.org/TR/rdf12-trig/#index-term-initial-text-direction",
442455
"https://www.w3.org/TR/rdf12-trig/#index-term-iri",
443456
"https://www.w3.org/TR/rdf12-trig/#index-term-language-tag",
@@ -460,9 +473,11 @@
460473
"https://www.w3.org/TR/rdf12-trig/#index-term-simple-triples",
461474
"https://www.w3.org/TR/rdf12-trig/#index-term-turtle-language",
462475
"https://www.w3.org/TR/rdf12-trig/#index-term-5-1-3-base-uri-from-the-retrieval-uri",
476+
"https://www.w3.org/TR/rdf12-trig/#index-term-section-3-3",
463477
"https://www.w3.org/TR/rdf12-trig/#index-term-section-5-1-1-base-uri-embedded-in-content",
464478
"https://www.w3.org/TR/rdf12-trig/#index-term-section-5-1-2-base-uri-from-the-encapsulating-entity",
465479
"https://www.w3.org/TR/rdf12-trig/#index-term-section-5-1-4-default-base-uri",
480+
"https://www.w3.org/TR/rdf12-trig/#index-term-syntactic-restrictions",
466481
"https://www.w3.org/TR/rdf12-trig/#references",
467482
"https://www.w3.org/TR/rdf12-trig/#g-references",
468483
"https://www.w3.org/TR/rdf12-trig/#normative-references",

0 commit comments

Comments
 (0)