Skip to content

Commit 8d9b040

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 19.2.0.
1 parent e50a03f commit 8d9b040

10 files changed

+239
-150
lines changed

ed/algorithms/prerendering-revamped.json

Lines changed: 52 additions & 33 deletions
Large diffs are not rendered by default.

ed/algorithms/service-workers.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3822,7 +3822,10 @@
38223822
"html": "<p>Set <var>timingInfo</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ServiceWorker/#service-worker-timing-info-worker-cache-lookup-start\" id=\"ref-for-service-worker-timing-info-worker-cache-lookup-start\">worker cache lookup start</a> to the <a data-link-type=\"dfn\" href=\"https://w3c.github.io/hr-time/#dfn-coarsened-shared-current-time\" id=\"ref-for-dfn-coarsened-shared-current-time①\">coarsened shared current time</a> given <var>useHighResPerformanceTimers</var>.</p>"
38233823
},
38243824
{
3825-
"html": "<a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#map-iterate\" id=\"ref-for-map-iterate⑥\">For each</a> <var>cacheName</var> → <var>cache</var> of the <var>registration</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ServiceWorker/#service-worker-registration-storage-key\" id=\"ref-for-service-worker-registration-storage-key①③\">storage key</a>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ServiceWorker/#dfn-name-to-cache-map\" id=\"ref-for-dfn-name-to-cache-map⑥\">name to cache map</a>.",
3825+
"html": "<p>Let <var>caches</var> be the result of running <a data-link-type=\"dfn\" href=\"https://storage.spec.whatwg.org/#obtain-a-local-storage-bottle-map\" id=\"ref-for-obtain-a-local-storage-bottle-map\">obtain a local storage bottle map</a> with <var>reservedClient</var> and \"<code>caches</code>\".</p>"
3826+
},
3827+
{
3828+
"html": "<a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#map-iterate\" id=\"ref-for-map-iterate⑥\">For each</a> <var>cacheName</var> → <var>cache</var> of <var>caches</var>.",
38263829
"rationale": "if",
38273830
"steps": [
38283831
{
@@ -4960,7 +4963,7 @@
49604963
]
49614964
},
49624965
{
4963-
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#map-remove\" id=\"ref-for-map-remove⑥\">Remove</a> <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ServiceWorker/#dfn-scope-to-registration-map\" id=\"ref-for-dfn-scope-to-registration-map⑧\">registration map</a>[(<var>registration</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ServiceWorker/#service-worker-registration-storage-key\" id=\"ref-for-service-worker-registration-storage-key①\">storage key</a>, <var>job</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ServiceWorker/#dfn-job-scope-url\" id=\"ref-for-dfn-job-scope-url①⓪\">scope url</a>)].</p>"
4966+
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#map-remove\" id=\"ref-for-map-remove⑥\">Remove</a> <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ServiceWorker/#dfn-scope-to-registration-map\" id=\"ref-for-dfn-scope-to-registration-map⑧\">registration map</a>[(<var>registration</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ServiceWorker/#service-worker-registration-storage-key\" id=\"ref-for-service-worker-registration-storage-key①\">storage key</a>, <var>job</var>’s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ServiceWorker/#dfn-job-scope-url\" id=\"ref-for-dfn-job-scope-url①⓪\">scope url</a>)].</p>"
49644967
},
49654968
{
49664969
"html": "<p>Invoke <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ServiceWorker/#resolve-job-promise\" id=\"ref-for-resolve-job-promise④\">Resolve Job Promise</a> with <var>job</var> and true.</p>"
@@ -4985,7 +4988,7 @@
49854988
"html": "<p>Let <var>scopeString</var> be <a data-link-type=\"dfn\" href=\"https://url.spec.whatwg.org/#concept-url-serializer\" id=\"ref-for-concept-url-serializer①③\">serialized</a> <var>scope</var> with the <em>exclude fragment flag</em> set.</p>"
49864989
},
49874990
{
4988-
"html": "<p>Let <var>registration</var> be a new <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ServiceWorker/#dfn-service-worker-registration\" id=\"ref-for-dfn-service-worker-registration⑥①\">service worker registration</a> whose <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ServiceWorker/#service-worker-registration-storage-key\" id=\"ref-for-service-worker-registration-storage-key①\">storage key</a> is set to <var>storage key</var>, <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ServiceWorker/#dfn-scope-url\" id=\"ref-for-dfn-scope-url①⑧\">scope url</a> is set to <var>scope</var>, and <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ServiceWorker/#dfn-update-via-cache\" id=\"ref-for-dfn-update-via-cache⑨\">update via cache mode</a> is set to <var>updateViaCache</var>.</p>"
4991+
"html": "<p>Let <var>registration</var> be a new <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ServiceWorker/#dfn-service-worker-registration\" id=\"ref-for-dfn-service-worker-registration⑥①\">service worker registration</a> whose <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ServiceWorker/#service-worker-registration-storage-key\" id=\"ref-for-service-worker-registration-storage-key①\">storage key</a> is set to <var>storage key</var>, <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ServiceWorker/#dfn-scope-url\" id=\"ref-for-dfn-scope-url①⑧\">scope url</a> is set to <var>scope</var>, and <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ServiceWorker/#dfn-update-via-cache\" id=\"ref-for-dfn-update-via-cache⑨\">update via cache mode</a> is set to <var>updateViaCache</var>.</p>"
49894992
},
49904993
{
49914994
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#map-set\" id=\"ref-for-map-set④\">Set</a> <a data-link-type=\"dfn\" href=\"https://w3c.github.io/ServiceWorker/#dfn-scope-to-registration-map\" id=\"ref-for-dfn-scope-to-registration-map⑨\">registration map</a>[(<var>storage key</var>, <var>scopeString</var>)] to <var>registration</var>.</p>"

ed/dfns/prerendering-revamped.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,28 @@
319319
"definedIn": "prose",
320320
"links": []
321321
},
322+
{
323+
"id": "document-allow-cross-origin-iframes-navigation-while-prerendering",
324+
"href": "https://wicg.github.io/nav-speculation/prerendering.html#document-allow-cross-origin-iframes-navigation-while-prerendering",
325+
"linkingText": [
326+
"allow cross origin iframes navigation while prerendering"
327+
],
328+
"localLinkingText": [],
329+
"type": "dfn",
330+
"for": [
331+
"Document"
332+
],
333+
"access": "private",
334+
"informative": false,
335+
"heading": {
336+
"id": "prerendering-navigables",
337+
"href": "https://wicg.github.io/nav-speculation/prerendering.html#prerendering-navigables",
338+
"title": "Prerendering navigables",
339+
"number": "2.2"
340+
},
341+
"definedIn": "prose",
342+
"links": []
343+
},
322344
{
323345
"id": "start-user-agent-initiated-prerendering",
324346
"href": "https://wicg.github.io/nav-speculation/prerendering.html#start-user-agent-initiated-prerendering",
@@ -635,6 +657,28 @@
635657
"definedIn": "prose",
636658
"links": []
637659
},
660+
{
661+
"id": "supports-loading-mode-prerender-cross-origin-frames",
662+
"href": "https://wicg.github.io/nav-speculation/prerendering.html#supports-loading-mode-prerender-cross-origin-frames",
663+
"linkingText": [
664+
"prerender-cross-origin-frames"
665+
],
666+
"localLinkingText": [],
667+
"type": "dfn",
668+
"for": [
669+
"Supports-Loading-Mode"
670+
],
671+
"access": "public",
672+
"informative": false,
673+
"heading": {
674+
"id": "supports-loading-mode",
675+
"href": "https://wicg.github.io/nav-speculation/prerendering.html#supports-loading-mode",
676+
"title": "The `Supports-Loading-Mode` HTTP response header",
677+
"number": "5"
678+
},
679+
"definedIn": "prose",
680+
"links": []
681+
},
638682
{
639683
"id": "get-the-supported-loading-modes",
640684
"href": "https://wicg.github.io/nav-speculation/prerendering.html#get-the-supported-loading-modes",

0 commit comments

Comments
 (0)