From 0ed41bbd5dd0a61a90b6d7869ee9a617b4cc0146 Mon Sep 17 00:00:00 2001 From: reffy-bot <> Date: Fri, 20 Sep 2024 01:34:38 +0000 Subject: [PATCH] Update of TR report from new reffy run Using reffy commit 17.2.5. --- tr/algorithms/compute-pressure.json | 9 +++-- tr/dfns/compute-pressure.json | 19 ----------- tr/ids/WGSL.json | 16 +++++---- tr/ids/compute-pressure.json | 29 ++++++++-------- tr/index.json | 52 ++++++++++++++--------------- tr/links/compute-pressure.json | 24 ++++++------- 6 files changed, 67 insertions(+), 82 deletions(-) diff --git a/tr/algorithms/compute-pressure.json b/tr/algorithms/compute-pressure.json index 2d0deaa90445..4f3107706371 100644 --- a/tr/algorithms/compute-pressure.json +++ b/tr/algorithms/compute-pressure.json @@ -11,7 +11,7 @@ "rationale": "if", "steps": [ { - "html": "If implementation-defined low-level hardware metrics that contribute to the\n current pressure state drop below or exceed an, per metric,\n implementation-defined threshold\n for the current pressure state, return true." + "html": "If implementation-defined low-level hardware metrics that contribute to the\n current pressure state drop below or exceed an, per metric,\n implementation-defined threshold\n for the current pressure state, return true." }, { "html": "Return false." @@ -431,7 +431,7 @@ "html": "Let record be observer.[[LastRecordMap]][source]." }, { - "html": "If record.[[State]] is not equal to state and change in contributing factors is substantial\n returns true, return true." + "html": "If record.[[State]] is not equal to state, return true." }, { "html": "Return false." @@ -599,8 +599,11 @@ }, { "html": "Otherwise:", - "rationale": "set", + "rationale": "if", "steps": [ + { + "html": "If change in contributing factors is substantial is false, abort these steps." + }, { "html": "Set state to an adjusted pressure state calculated from\n source and sample's data." } diff --git a/tr/dfns/compute-pressure.json b/tr/dfns/compute-pressure.json index ca4fa4fb1cf9..041366adc940 100644 --- a/tr/dfns/compute-pressure.json +++ b/tr/dfns/compute-pressure.json @@ -360,25 +360,6 @@ }, "definedIn": "prose" }, - { - "id": "dfn-current-pressure-state", - "href": "https://www.w3.org/TR/compute-pressure/#dfn-current-pressure-state", - "linkingText": [ - "current pressure state" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "internal-slot-definitions", - "href": "https://www.w3.org/TR/compute-pressure/#internal-slot-definitions", - "title": "Internal Slot Definitions", - "number": "7" - }, - "definedIn": "prose" - }, { "id": "dfn-pressure-observer-task-queued", "href": "https://www.w3.org/TR/compute-pressure/#dfn-pressure-observer-task-queued", diff --git a/tr/ids/WGSL.json b/tr/ids/WGSL.json index 033dc6b6438f..2d0af67cbb50 100644 --- a/tr/ids/WGSL.json +++ b/tr/ids/WGSL.json @@ -3857,6 +3857,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-clip-space-coordinates", "https://www.w3.org/TR/WGSL/#ref-for-behavioral-requirements%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-ndc", + "https://www.w3.org/TR/WGSL/#ref-for-dynamic-error%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-fragment-shader-stage%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-rasterizationpoint", "https://www.w3.org/TR/WGSL/#ref-for-dom-renderstate-viewport-slot", @@ -4128,7 +4129,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-address-spaces%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-uniform-buffer%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-storage-buffer%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/WGSL/#ref-for-dynamic-error%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-dynamic-error%E2%91%A6", "https://www.w3.org/TR/WGSL/#memory-layout", "https://www.w3.org/TR/WGSL/#ref-for-memory-locations%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-store-type%E2%91%A1%E2%91%A6", @@ -4426,8 +4427,8 @@ "https://www.w3.org/TR/WGSL/#uniform-variable", "https://www.w3.org/TR/WGSL/#uniformity-overview", "https://www.w3.org/TR/WGSL/#ref-for-uniform-control-flow%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-dynamic-error%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-dynamic-error%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-dynamic-error%E2%91%A8", "https://www.w3.org/TR/WGSL/#ref-for-uniformity-failure", "https://www.w3.org/TR/WGSL/#ref-for-behavioral-requirements%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-uniformity-failure%E2%91%A0", @@ -5047,8 +5048,9 @@ "https://www.w3.org/TR/WGSL/#ref-for-correctly-rounded", "https://www.w3.org/TR/WGSL/#ref-for-ulp", "https://www.w3.org/TR/WGSL/#inherited-from", - "https://www.w3.org/TR/WGSL/#ref-for-intermediate-result%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-rounding%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-ieee754-overflow%E2%91%A1", + "https://www.w3.org/TR/WGSL/#ref-for-reassociation", "https://www.w3.org/TR/WGSL/#ref-for-flush-to-zero", "https://www.w3.org/TR/WGSL/#concrete-float-accuracy", "https://www.w3.org/TR/WGSL/#ref-for-ieee754-subnormal%E2%91%A4", @@ -5056,11 +5058,11 @@ "https://www.w3.org/TR/WGSL/#ref-for-ieee754-subnormal%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-ieee754-subnormal%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-ieee754-subnormal%E2%91%A8", + "https://www.w3.org/TR/WGSL/#ref-for-intermediate-result%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-intermediate-result%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-intermediate-result%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-intermediate-result%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/WGSL/#ref-for-intermediate-result%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/WGSL/#ref-for-intermediate-result%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/WGSL/#abstract-float-accuracy", "https://www.w3.org/TR/WGSL/#ref-for-abstractfloat%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A1%E2%91%A3", @@ -5077,7 +5079,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-ulp%E2%91%A1", "https://www.w3.org/TR/WGSL/#reassociation-and-fusion", "https://www.w3.org/TR/WGSL/#reassociation", - "https://www.w3.org/TR/WGSL/#ref-for-intermediate-result%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/WGSL/#ref-for-intermediate-result%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/WGSL/#floating-point-conversion", "https://www.w3.org/TR/WGSL/#ref-for-f32%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/WGSL/#ref-for-f16%E2%91%A0%E2%91%A7", @@ -5633,9 +5635,9 @@ "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A6%E2%91%A4", "https://www.w3.org/TR/WGSL/#fma-builtin", "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A6%E2%91%A5", - "https://www.w3.org/TR/WGSL/#ref-for-intermediate-result%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/WGSL/#ref-for-intermediate-result%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-rounding%E2%91%A4", - "https://www.w3.org/TR/WGSL/#ref-for-intermediate-result%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/WGSL/#ref-for-intermediate-result%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/WGSL/#ref-for-implied-from-linear-terms%E2%91%A3", "https://www.w3.org/TR/WGSL/#fract-builtin", "https://www.w3.org/TR/WGSL/#ref-for-component-wise%E2%91%A6%E2%91%A6", diff --git a/tr/ids/compute-pressure.json b/tr/ids/compute-pressure.json index ec1f0d3102cc..10fb764b2460 100644 --- a/tr/ids/compute-pressure.json +++ b/tr/ids/compute-pressure.json @@ -166,7 +166,6 @@ "https://www.w3.org/TR/compute-pressure/#internal-slot-definitions", "https://www.w3.org/TR/compute-pressure/#x7-internal-slot-definitions", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-global-object-2", - "https://www.w3.org/TR/compute-pressure/#dfn-current-pressure-state", "https://www.w3.org/TR/compute-pressure/#dfn-pressure-observer-task-queued", "https://www.w3.org/TR/compute-pressure/#dfn-registered-observer-list", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-source-type-5", @@ -215,7 +214,7 @@ "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-keyed-for-map-1", "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressuresource-9", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-source-type-7", - "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-current-pressure-state-1", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-states-4", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-ordered-map-5", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-value-for-map-1", "https://www.w3.org/TR/compute-pressure/#dfn-afterpenaltyrecordmap", @@ -238,7 +237,7 @@ "https://www.w3.org/TR/compute-pressure/#dom-pressurestate-serious", "https://www.w3.org/TR/compute-pressure/#dom-pressurestate-critical", "https://www.w3.org/TR/compute-pressure/#dom-pressurestate", - "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-states-4", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-states-5", "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressurestate-nominal-1", "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressurestate-fair-1", "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressurestate-serious-1", @@ -246,10 +245,10 @@ "https://www.w3.org/TR/compute-pressure/#contributing-factors", "https://www.w3.org/TR/compute-pressure/#x9-contributing-factors", "https://www.w3.org/TR/compute-pressure/#dfn-contributing-factors", - "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-current-pressure-state-2", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-states-6", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-implementation-defined-6", "https://www.w3.org/TR/compute-pressure/#dfn-adjusted-pressure-state", - "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-states-5", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-states-7", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-implementation-defined-7", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-source-type-9", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-implementation-defined-8", @@ -257,14 +256,14 @@ "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-break-calibration-1", "https://www.w3.org/TR/compute-pressure/#dfn-change-in-contributing-factors-is-substantial", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-implementation-defined-9", - "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-current-pressure-state-3", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-states-8", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-implementation-defined-10", - "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-current-pressure-state-4", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-states-9", "https://www.w3.org/TR/compute-pressure/#issue-container-generatedID-5", "https://www.w3.org/TR/compute-pressure/#h-note-5", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-change-in-contributing-factors-is-substantial-1", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-user-agent-12", - "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-states-6", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-states-10", "https://www.w3.org/TR/compute-pressure/#pressure-observer", "https://www.w3.org/TR/compute-pressure/#x10-pressure-observer", "https://www.w3.org/TR/compute-pressure/#the-pressureupdatecallback-callback", @@ -277,12 +276,12 @@ "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-sequence-1", "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressurerecord-5", "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-7", - "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-states-7", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-states-11", "https://www.w3.org/TR/compute-pressure/#the-pressureobserver-object", "https://www.w3.org/TR/compute-pressure/#x10-2-the-pressureobserver-object", "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-8", "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-9", - "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-states-8", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-states-12", "https://www.w3.org/TR/compute-pressure/#webidl-757250087", "https://www.w3.org/TR/compute-pressure/#idl-def-pressureobserver", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-exposed-extended-attribute-1", @@ -486,7 +485,7 @@ "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-source-type-11", "https://www.w3.org/TR/compute-pressure/#dfn-state", "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressurestate-4", - "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-current-pressure-state-5", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-states-13", "https://www.w3.org/TR/compute-pressure/#dfn-time", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-domhighrestimestamp-2", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-time-origin-for-environment-settings-object-1", @@ -635,7 +634,6 @@ "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-contains-for-map-3", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-lastrecordmap-6", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-state-2", - "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-change-in-contributing-factors-is-substantial-2", "https://www.w3.org/TR/compute-pressure/#dfn-passes-rate-obfuscation-test", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-changescountmap-2", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-changescountmap-3", @@ -689,12 +687,13 @@ "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-latest-sample-2", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-virtual-pressure-source-5", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-data-4", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-change-in-contributing-factors-is-substantial-2", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-adjusted-pressure-state-2", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-data-5", "https://www.w3.org/TR/compute-pressure/#issue-container-generatedID-14", "https://www.w3.org/TR/compute-pressure/#h-note-13", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-data-6", - "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-states-9", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-states-14", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-implementation-defined-21", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-assert-2", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-timestamp-2", @@ -869,9 +868,9 @@ "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-source-8", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-platform-collector-14", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-source-9", - "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-states-10", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-states-15", "https://www.w3.org/TR/compute-pressure/#ref-for-index-term-implementation-defined-27", - "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-states-11", + "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-states-16", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-platform-collector-15", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-virtual-pressure-source-6", "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-source-sample-3", diff --git a/tr/index.json b/tr/index.json index d3e793972185..1c316a0f0174 100644 --- a/tr/index.json +++ b/tr/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2024-09-19T01:34:18.829Z", + "date": "2024-09-20T01:34:29.208Z", "options": { "fallback": "tr/index.json", "output": "report", @@ -711,7 +711,7 @@ "https://aomediacodec.github.io/av1-spec/" ], "crawled": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf", - "date": "19 September 2024", + "date": "20 September 2024", "links": "links/av1-spec.json" }, { @@ -1689,11 +1689,11 @@ ], "crawled": "https://www.w3.org/TR/compute-pressure/", "crawlCacheInfo": { - "lastModified": "Mon, 17 Jun 2024 18:14:42 GMT" + "lastModified": "Thu, 19 Sep 2024 10:59:17 GMT" }, "generator": "respec", - "date": "17 June 2024", - "revision": "2e54dab51fc352a38b64339da841de34aa846e4e", + "date": "19 September 2024", + "revision": "fc903fb40c6233ed0202a69ad4367d30648e726f", "algorithms": "algorithms/compute-pressure.json", "links": "links/compute-pressure.json", "refs": "refs/compute-pressure.json", @@ -13824,11 +13824,11 @@ ], "crawled": "https://www.w3.org/TR/openscreenprotocol/", "crawlCacheInfo": { - "lastModified": "Sat, 14 Sep 2024 23:31:56 GMT" + "lastModified": "Thu, 19 Sep 2024 18:38:57 GMT" }, "generator": "bikeshed", - "date": "14 September 2024", - "revision": "ff60ffb4f5e3352ab967bbf5b1a08fbbe5a1245a", + "date": "19 September 2024", + "revision": "9f704d479c84f2be583650c19a15c24ba548efcf", "algorithms": "algorithms/openscreenprotocol.json", "links": "links/openscreenprotocol.json", "refs": "refs/openscreenprotocol.json", @@ -15138,11 +15138,11 @@ ], "crawled": "https://www.w3.org/TR/rdf12-n-quads/", "crawlCacheInfo": { - "lastModified": "Thu, 08 Aug 2024 17:07:01 GMT" + "lastModified": "Thu, 19 Sep 2024 21:35:23 GMT" }, "generator": "respec", - "date": "08 August 2024", - "revision": "238e28e2500ef4c32ad684a6a64391b8ff03d586", + "date": "19 September 2024", + "revision": "2254985803c9293c7543560b08b7ed26f708ed12", "links": "links/rdf12-n-quads.json", "refs": "refs/rdf12-n-quads.json", "dfns": "dfns/rdf12-n-quads.json", @@ -15193,11 +15193,11 @@ ], "crawled": "https://www.w3.org/TR/rdf12-n-triples/", "crawlCacheInfo": { - "lastModified": "Thu, 08 Aug 2024 17:07:33 GMT" + "lastModified": "Thu, 19 Sep 2024 21:35:31 GMT" }, "generator": "respec", - "date": "08 August 2024", - "revision": "d61882a694475c943d6fa1768aeb7abb8ec456b9", + "date": "19 September 2024", + "revision": "97a0598d56e68bb4d545bddece0867009141143d", "links": "links/rdf12-n-triples.json", "refs": "refs/rdf12-n-triples.json", "dfns": "dfns/rdf12-n-triples.json", @@ -15357,11 +15357,11 @@ ], "crawled": "https://www.w3.org/TR/rdf12-trig/", "crawlCacheInfo": { - "lastModified": "Thu, 12 Sep 2024 19:42:51 GMT" + "lastModified": "Thu, 19 Sep 2024 21:35:38 GMT" }, "generator": "respec", - "date": "12 September 2024", - "revision": "7294f21db9ab8c3492540f3f6a245f77d68b1e7d", + "date": "19 September 2024", + "revision": "0cbc0e83f352268b38a2b21dbe35691e464c21bc", "links": "links/rdf12-trig.json", "refs": "refs/rdf12-trig.json", "dfns": "dfns/rdf12-trig.json", @@ -15412,11 +15412,11 @@ ], "crawled": "https://www.w3.org/TR/rdf12-turtle/", "crawlCacheInfo": { - "lastModified": "Thu, 12 Sep 2024 19:44:50 GMT" + "lastModified": "Thu, 19 Sep 2024 21:35:57 GMT" }, "generator": "respec", - "date": "12 September 2024", - "revision": "55a4f08a17f7764708d49402a64163b71102581b", + "date": "19 September 2024", + "revision": "156f11ec5b2ac830bcf9d153ad7565508bb44bc5", "links": "links/rdf12-turtle.json", "refs": "refs/rdf12-turtle.json", "dfns": "dfns/rdf12-turtle.json", @@ -18217,11 +18217,11 @@ ], "crawled": "https://www.w3.org/TR/vc-data-integrity/", "crawlCacheInfo": { - "lastModified": "Mon, 16 Sep 2024 00:15:23 GMT" + "lastModified": "Thu, 19 Sep 2024 23:47:01 GMT" }, "generator": "respec", - "date": "16 September 2024", - "revision": "3af0e87d6d9b892fbf2c330166a1dff09205382b", + "date": "19 September 2024", + "revision": "89f751d30cf95a386122f79f1692e69b8fccb822", "algorithms": "algorithms/vc-data-integrity.json", "links": "links/vc-data-integrity.json", "refs": "refs/vc-data-integrity.json", @@ -21504,11 +21504,11 @@ ], "crawled": "https://www.w3.org/TR/WGSL/", "crawlCacheInfo": { - "lastModified": "Wed, 18 Sep 2024 19:54:45 GMT" + "lastModified": "Thu, 19 Sep 2024 18:50:13 GMT" }, "generator": "bikeshed", - "date": "18 September 2024", - "revision": "a62353b2e0ddf2878209e686e1ed5f3a3f81564e", + "date": "19 September 2024", + "revision": "dc53262046524ab20690d73e65d489f20cf9548e", "algorithms": "algorithms/WGSL.json", "links": "links/WGSL.json", "refs": "refs/WGSL.json", diff --git a/tr/links/compute-pressure.json b/tr/links/compute-pressure.json index bd051810467d..ab2ac3cadda5 100644 --- a/tr/links/compute-pressure.json +++ b/tr/links/compute-pressure.json @@ -68,17 +68,6 @@ "features-supporting-private-browsing" ] }, - "https://www.w3.org/2023/Process-20231103/": { - "anchors": [ - "recs-and-notes" - ] - }, - "https://www.w3.org/Consortium/Patent-Policy/": { - "anchors": [ - "def-essential", - "sec-Disclosure" - ] - }, "https://www.w3.org/TR/": {}, "https://www.w3.org/TR/hr-time-3/": {}, "https://www.w3.org/TR/mediacapture-streams/": {}, @@ -102,7 +91,18 @@ ] }, "https://www.w3.org/groups/wg/das": {}, - "https://www.w3.org/groups/wg/das/ipr": {} + "https://www.w3.org/groups/wg/das/ipr": {}, + "https://www.w3.org/policies/patent-policy/": { + "anchors": [ + "def-essential", + "sec-Disclosure" + ] + }, + "https://www.w3.org/policies/process/20231103/": { + "anchors": [ + "recs-and-notes" + ] + } }, "autolinks": { "https://dom.spec.whatwg.org/": {