From e00c6310286197f90bd0bcc3410a5fa613747529 Mon Sep 17 00:00:00 2001 From: reffy-bot <> Date: Tue, 30 Jul 2024 01:34:37 +0000 Subject: [PATCH] Update of TR report from new reffy run Using reffy commit 17.1.1. --- tr/algorithms/credential-management-1.json | 66 +++++++++----------- tr/algorithms/navigation-timing-2.json | 14 ++--- tr/algorithms/vc-data-integrity.json | 6 +- tr/algorithms/webgpu.json | 14 ++--- tr/dfns/webgpu.json | 29 +++++++-- tr/ids/credential-management-1.json | 70 ++++++++++++---------- tr/ids/webgpu.json | 25 ++++---- tr/index.json | 30 +++++----- tr/links/credential-management-1.json | 2 + tr/links/navigation-timing-2.json | 28 ++++----- tr/refs/navigation-timing-2.json | 2 +- 11 files changed, 152 insertions(+), 134 deletions(-) diff --git a/tr/algorithms/credential-management-1.json b/tr/algorithms/credential-management-1.json index b405437bbb5d..3b18aca42588 100644 --- a/tr/algorithms/credential-management-1.json +++ b/tr/algorithms/credential-management-1.json @@ -191,33 +191,21 @@ "html": "

If options.signal is aborted,\n then return a promise rejected with options.signal’s abort reason.

" }, { - "html": "If options.mediation is\n \"conditional\":", - "rationale": "for", - "steps": [ - { - "html": "For each interface in optionsrelevant credential interface objects:", - "rationale": "if", - "steps": [ - { - "html": "

If interface does not support conditional user mediation, return a promise rejected with a \"TypeError\" DOMException.

" - } - ] - } - ] + "html": "

Let interfaces be options’s relevant credential interface objects.

" }, { - "html": "For each interface in optionsrelevant credential interface objects:", - "rationale": "if", - "steps": [ - { - "html": "

If settingsactive credential types contains interface’s [[type]], return a promise rejected with a \"NotAllowedError\" DOMException.

" - } - ] + "html": "

If interfaces is empty, then returna promise rejected with a \"NotSupportedError\" DOMException.

" }, { - "html": "For each interface in optionsrelevant credential interface objects:", - "rationale": "append", + "html": "For each interface of interfaces:", + "rationale": "if", "steps": [ + { + "html": "

If options.mediation is conditional and interface does\n not support conditional user mediation, return a promise rejected with a \"TypeError\" DOMException.

" + }, + { + "html": "

If settingsactive credential types contains interface’s [[type]], return a promise rejected with a \"NotAllowedError\" DOMException.

" + }, { "html": "

Append interface’s [[type]] to settingsactive credential types.

" } @@ -230,7 +218,7 @@ "html": "

Let sameOriginWithAncestors be true if settings is same-origin with its\n ancestors, and false otherwise.

" }, { - "html": "For each interface in optionsrelevant credential interface objects:", + "html": "For each interface in optionsrelevant credential interface objects:", "rationale": "let", "steps": [ { @@ -240,7 +228,7 @@ "html": "

If permission is null, continue.

" }, { - "html": "

If document is not allowed to use permission, return a promise rejected with a \"NotAllowedError\" DOMException.

" + "html": "

If document is not allowed to use permission, return a promise rejected with a \"NotAllowedError\" DOMException.

" } ] }, @@ -312,7 +300,7 @@ "rationale": "for", "steps": [ { - "html": "For each interface in optionsrelevant credential interface objects:", + "html": "For each interface in interfaces:", "rationale": "remove", "steps": [ { @@ -337,7 +325,7 @@ "html": "

Let possible matches be an empty set.

" }, { - "html": "For each interface in optionsrelevant credential interface objects:", + "html": "For each interface in optionsrelevant credential interface objects:", "rationale": "let", "steps": [ { @@ -375,7 +363,7 @@ "html": "

Assert: settings is a secure context.

" }, { - "html": "

If settings’s relevant global object's associated Document is not fully active,\n then return a promise rejected with an \"InvalidStateError\" DOMException.

" + "html": "

If settings’s relevant global object's associated Document is not fully active,\n then return a promise rejected with an \"InvalidStateError\" DOMException.

" }, { "html": "

Let sameOriginWithAncestors be true if the current settings object is same-origin\n with its ancestors, and false otherwise.

" @@ -384,7 +372,7 @@ "html": "

Let p be a new promise.

" }, { - "html": "

If settingsactive credential types contains credential’s [[type]], return a promise rejected with a \"NotAllowedError\" DOMException.

" + "html": "

If settingsactive credential types contains credential’s [[type]], return a promise rejected with a \"NotAllowedError\" DOMException.

" }, { "html": "

Append credential’s [[type]] to settingsactive credential types.

" @@ -446,16 +434,16 @@ "html": "

Let document be the relevant global object's associated Document.

" }, { - "html": "

If document is not fully active, then return a promise rejected with an \"InvalidStateError\" DOMException.

" + "html": "

If document is not fully active, then return a promise rejected with an \"InvalidStateError\" DOMException.

" }, { "html": "

Let sameOriginWithAncestors be true if the current settings object is same-origin\n with its ancestors, and false otherwise.

" }, { - "html": "

Let interfaces be the set of optionsrelevant credential interface objects.

" + "html": "

Let interfaces be the set of optionsrelevant credential interface objects.

" }, { - "html": "

Return a promise rejected with NotSupportedError if any of the following statements\n are true:

", + "html": "

Return a promise rejected with NotSupportedError if any of the following statements\n are true:

", "ignored": [ "global does not have an associated Document. interfaces’ size is greater than 1." ] @@ -471,12 +459,12 @@ "html": "

If permission is null, continue.

" }, { - "html": "

If document is not allowed to use permission, return a promise rejected with a \"NotAllowedError\" DOMException.

" + "html": "

If document is not allowed to use permission, return a promise rejected with a \"NotAllowedError\" DOMException.

" } ] }, { - "html": "

If options.signal is aborted,\n then return a promise rejected with options.signal’s abort reason.

" + "html": "

If options.signal is aborted,\n then return a promise rejected with options.signal’s abort reason.

" }, { "html": "

Let p be a new promise.

" @@ -485,7 +473,7 @@ "html": "

Let type be interfaces[0]'s [[type]].

" }, { - "html": "

If settingsactive credential types contains type, return a promise rejected with a \"NotAllowedError\" DOMException.

" + "html": "

If settingsactive credential types contains type, return a promise rejected with a \"NotAllowedError\" DOMException.

" }, { "html": "

Append type to settingsactive credential types.

" @@ -559,7 +547,7 @@ "html": "

Let origin be settingsorigin.

" }, { - "html": "

If settings’s relevant global object's associated Document is not fully active,\n then return a promise rejected with an \"InvalidStateError\" DOMException.

" + "html": "

If settings’s relevant global object's associated Document is not fully active,\n then return a promise rejected with an \"InvalidStateError\" DOMException.

" }, { "html": "

Let p be a new promise

" @@ -620,7 +608,7 @@ "html": "

Assert: options[\"password\"] exists.

" }, { - "html": "

If sameOriginWithAncestors is false, throw a \"NotAllowedError\" DOMException.

" + "html": "

If sameOriginWithAncestors is false, throw a \"NotAllowedError\" DOMException.

" }, { "html": "

Return the empty set if options[\"password\"] is not true.

" @@ -658,7 +646,7 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Throw a \"NotAllowedError\" DOMException without altering the user agent’s credential store if sameOriginWithAncestors is false.

" + "html": "

Throw a \"NotAllowedError\" DOMException without altering the user agent’s credential store if sameOriginWithAncestors is false.

" }, { "html": "If the user agent’s credential store contains a PasswordCredential (stored)\n whose id attribute is credential’s id and whose [[origin]] slot is the same origin as credential’s [[origin]],\n then:", @@ -812,7 +800,7 @@ "html": "

Assert: options[\"federated\"] exists.

" }, { - "html": "

If sameOriginWithAncestors is false, throw a \"NotAllowedError\" DOMException.

" + "html": "

If sameOriginWithAncestors is false, throw a \"NotAllowedError\" DOMException.

" }, { "html": "

Return the empty set if options[\"federated\"] is not true.

" @@ -859,7 +847,7 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Throw a \"NotAllowedError\" DOMException without altering the user agent’s credential store if sameOriginWithAncestors is false.

" + "html": "

Throw a \"NotAllowedError\" DOMException without altering the user agent’s credential store if sameOriginWithAncestors is false.

" }, { "html": "

If the user agent’s credential store contains a FederatedCredential whose id attribute is credential’s id and whose [[origin]] slot is the same origin as credential’s [[origin]], and\n whose provider is credential’s provider, then return.

" diff --git a/tr/algorithms/navigation-timing-2.json b/tr/algorithms/navigation-timing-2.json index 263c263dfd61..e263bbc59cde 100644 --- a/tr/algorithms/navigation-timing-2.json +++ b/tr/algorithms/navigation-timing-2.json @@ -5,31 +5,31 @@ }, "algorithms": [ { - "html": "The redirectStart getter steps are to perform the following steps:", + "html": "The redirectStart getter steps are to perform the following steps:", "rationale": "if", "steps": [ { "html": "If this's [=PerformanceNavigationTiming/redirect count] is 0, return 0." }, { - "html": "Otherwise return this's redirectStart." + "html": "Otherwise return this's redirectStart." } ] }, { - "html": "The redirectEnd getter steps are to perform the following steps:", + "html": "The redirectEnd getter steps are to perform the following steps:", "rationale": "if", "steps": [ { "html": "If this's [=PerformanceNavigationTiming/redirect count] is 0, return 0." }, { - "html": "Otherwise return this's redirectEnd." + "html": "Otherwise return this's redirectEnd." } ] }, { - "html": "The workerStart getter steps are to perform the following steps:", + "html": "The workerStart getter steps are to perform the following steps:", "rationale": "let", "steps": [ { @@ -44,7 +44,7 @@ ] }, { - "html": "The fetchStart getter steps are to perform the following steps:", + "html": "The fetchStart getter steps are to perform the following steps:", "rationale": "let", "steps": [ { @@ -71,7 +71,7 @@ "html": "Let navigationTimingEntry be a new PerformanceNavigationTiming object in global's\n realm." }, { - "html": "Setup the resource\n timing entry for navigationTimingEntry given \"navigation\", document's\n URL, fetchTiming, cacheMode, and bodyInfo." + "html": "Setup the resource\n timing entry for navigationTimingEntry given \"navigation\", document's\n URL, fetchTiming, cacheMode, and bodyInfo." }, { "html": "Set navigationTimingEntry's document load\n timing to document's load timing info" diff --git a/tr/algorithms/vc-data-integrity.json b/tr/algorithms/vc-data-integrity.json index f46c93f564b5..36e4af5bc5b8 100644 --- a/tr/algorithms/vc-data-integrity.json +++ b/tr/algorithms/vc-data-integrity.json @@ -18,7 +18,7 @@ "html": "The software selects one or more cryptography suites that meet the needs of\nthe use case, such as one that provides full, selective, or unlinkable\ndisclosure, using acceptable cryptographic key material." }, { - "html": "The software uses the applicable algorithms in either Section 4.2 Add Proof\nor Section 4.3 Add Proof Set/Chain to add one or more proofs." + "html": "The software uses the applicable algorithm(s) provided in Section 4.2 Add Proof\nor Section 4.3 Add Proof Set/Chain to add one or more proofs." } ] }, @@ -30,10 +30,10 @@ "html": "The software transforms the incoming data into a document that can be understood\nby the applicable algorithm provided in Section 4.4 Verify Proof or Section\n4.5 Verify Proof Sets and Chains." }, { - "html": "The software uses JSON Schema or equivalent mechanism to validate that the\nincoming document follows an expected schema used by the application." + "html": "The software uses JSON Schema or an equivalent mechanism to validate that the\nincoming document follows an expected schema used by the application." }, { - "html": "The software uses the applicable algorithms provided in Section 4.4 Verify Proof\nor Section 4.5 Verify Proof Sets and Chains to verify the integrity of the\nincoming document." + "html": "The software uses the applicable algorithm(s) provided in Section 4.4 Verify Proof\nor Section 4.5 Verify Proof Sets and Chains to verify the integrity of the\nincoming document." }, { "html": "If the document is a JSON-LD document, the software uses the algorithm provided\nin Section 4.6 Context Validation, or one providing equivalent protections,\nto validate all JSON-LD Context values used in the document." diff --git a/tr/algorithms/webgpu.json b/tr/algorithms/webgpu.json index de7528e56955..d8163eebfccd 100644 --- a/tr/algorithms/webgpu.json +++ b/tr/algorithms/webgpu.json @@ -3598,7 +3598,7 @@ { "name": "GPUCommandEncoder.beginRenderPass", "href": "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-beginrenderpass-descriptor-descriptor", - "html": "\n \n \n \n \n \n
Arguments for the GPUCommandEncoder.beginRenderPass(descriptor) method.
Parameter \n Type \n Nullable \n Optional \n Description \n
descriptor \n GPURenderPassDescriptor\n \n \n Description of the GPURenderPassEncoder to create. \n
", + "html": "\n \n \n \n \n \n
Arguments for the GPUCommandEncoder.beginRenderPass(descriptor) method.
Parameter \n Type \n Nullable \n Optional \n Description \n
descriptor \n GPURenderPassDescriptor\n \n \n Description of the GPURenderPassEncoder to create. \n
", "rationale": ".algorithm", "steps": [ { @@ -3627,7 +3627,7 @@ { "name": "GPUCommandEncoder.beginRenderPass", "href": "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-beginrenderpass-descriptor-descriptor", - "html": "\n \n \n \n \n \n
Arguments for the GPUCommandEncoder.beginRenderPass(descriptor) method.
Parameter \n Type \n Nullable \n Optional \n Description \n
descriptor \n GPURenderPassDescriptor\n \n \n Description of the GPURenderPassEncoder to create. \n
", + "html": "\n \n \n \n \n \n
Arguments for the GPUCommandEncoder.beginRenderPass(descriptor) method.
Parameter \n Type \n Nullable \n Optional \n Description \n
descriptor \n GPURenderPassDescriptor\n \n \n Description of the GPURenderPassEncoder to create. \n
", "rationale": "validate", "steps": [ { @@ -3661,7 +3661,7 @@ "html": "

If any of the following requirements are unmet, invalidate pass and return.

\n
\n \n
" }, { - "html": "

Add each texture subresource in attachmentRegions to pass.[[usage scope]] with usage attachment.

\n

If a subresource is seen more than once, consider it used only once.\n(Attachments are already checked for overlaps in the validation rules above.)

" + "html": "

Add each texture subresource in attachmentRegions to pass.[[usage scope]] with usage attachment.

" }, { "html": "

Let depthStencilAttachment be descriptor.depthStencilAttachment,\nor null if not provided.

" @@ -3674,10 +3674,10 @@ "html": "

Let depthStencilView be depthStencilAttachment.view.

" }, { - "html": "

Add the depth subresource of depthStencilView, if any,\nto pass.[[usage scope]] with usage attachment-read if depthStencilAttachment.depthReadOnly is true,\nor attachment otherwise.

" + "html": "

Add the depth subresource of depthStencilView, if any,\nto pass.[[usage scope]] with usage attachment-read if depthStencilAttachment.depthReadOnly is true,\nor attachment otherwise.

" }, { - "html": "

Add the stencil subresource of depthStencilView, if any,\nto pass.[[usage scope]] with usage attachment-read if depthStencilAttachment.stencilReadOnly is true,\nor attachment otherwise.

" + "html": "

Add the stencil subresource of depthStencilView, if any,\nto pass.[[usage scope]] with usage attachment-read if depthStencilAttachment.stencilReadOnly is true,\nor attachment otherwise.

" }, { "html": "

Set pass.[[depthReadOnly]] to depthStencilAttachment.depthReadOnly.

" @@ -3728,7 +3728,7 @@ { "name": "GPUCommandEncoder.beginRenderPass", "href": "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-beginrenderpass-descriptor-descriptor", - "html": "\n \n \n \n \n \n
Arguments for the GPUCommandEncoder.beginRenderPass(descriptor) method.
Parameter \n Type \n Nullable \n Optional \n Description \n
descriptor \n GPURenderPassDescriptor\n \n \n Description of the GPURenderPassEncoder to create. \n
", + "html": "\n \n \n \n \n \n
Arguments for the GPUCommandEncoder.beginRenderPass(descriptor) method.
Parameter \n Type \n Nullable \n Optional \n Description \n
descriptor \n GPURenderPassDescriptor\n \n \n Description of the GPURenderPassEncoder to create. \n
", "rationale": "let", "steps": [ { @@ -6412,7 +6412,7 @@ }, { "case": "GPUQuerySet qs", - "html": "

qs must be in the available state.\nFor occlusion queries, the occlusionQuerySet in beginRenderPass() is not \"used\" unless\nit is also used by beginOcclusionQuery().

" + "html": "

qs must be in the available state.\nFor occlusion queries, the occlusionQuerySet in beginRenderPass() is not \"used\" unless\nit is also used by beginOcclusionQuery().

" } ] } diff --git a/tr/dfns/webgpu.json b/tr/dfns/webgpu.json index 3a1af4555166..cd659c6acb18 100644 --- a/tr/dfns/webgpu.json +++ b/tr/dfns/webgpu.json @@ -958,6 +958,25 @@ }, "definedIn": "prose" }, + { + "id": "read-only-depth-stencil", + "href": "https://www.w3.org/TR/webgpu/#read-only-depth-stencil", + "linkingText": [ + "read-only depth-stencil" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "programming-model-resource-usages", + "href": "https://www.w3.org/TR/webgpu/#programming-model-resource-usages", + "title": "Resource Usages", + "number": "3.4.3" + }, + "definedIn": "example" + }, { "id": "usage-scope-storage-exception", "href": "https://www.w3.org/TR/webgpu/#usage-scope-storage-exception", @@ -968,20 +987,20 @@ "type": "dfn", "for": [], "access": "private", - "informative": false, + "informative": true, "heading": { "id": "programming-model-resource-usages", "href": "https://www.w3.org/TR/webgpu/#programming-model-resource-usages", "title": "Resource Usages", "number": "3.4.3" }, - "definedIn": "prose" + "definedIn": "example" }, { - "id": "read-only-depth-stencil", - "href": "https://www.w3.org/TR/webgpu/#read-only-depth-stencil", + "id": "usage-scope-attachment-exception", + "href": "https://www.w3.org/TR/webgpu/#usage-scope-attachment-exception", "linkingText": [ - "read-only depth-stencil" + "usage scope attachment exception" ], "localLinkingText": [], "type": "dfn", diff --git a/tr/ids/credential-management-1.json b/tr/ids/credential-management-1.json index b97c3d434941..d1856141e302 100644 --- a/tr/ids/credential-management-1.json +++ b/tr/ids/credential-management-1.json @@ -495,34 +495,37 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-a-promise-rejected-with%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialrequestoptions-signal%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#ref-for-abortsignal-abort-reason%E2%91%A1", + "https://www.w3.org/TR/credential-management-1/#ref-for-credentialrequestoptions-relevant-credential-interface-objects%E2%91%A2", + "https://www.w3.org/TR/credential-management-1/#ref-for-list-empty%E2%91%A0", + "https://www.w3.org/TR/credential-management-1/#ref-for-a-promise-rejected-with%E2%91%A1", + "https://www.w3.org/TR/credential-management-1/#ref-for-notsupportederror", + "https://www.w3.org/TR/credential-management-1/#ref-for-idl-DOMException%E2%91%A1", + "https://www.w3.org/TR/credential-management-1/#ref-for-list-iterate", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialrequestoptions-mediation%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialmediationrequirement-conditional%E2%91%A7", - "https://www.w3.org/TR/credential-management-1/#ref-for-credentialrequestoptions-relevant-credential-interface-objects%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialmediationrequirement-conditional%E2%91%A8", "https://www.w3.org/TR/credential-management-1/#ref-for-user-mediated%E2%91%A6", - "https://www.w3.org/TR/credential-management-1/#ref-for-a-promise-rejected-with%E2%91%A1", + "https://www.w3.org/TR/credential-management-1/#ref-for-a-promise-rejected-with%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#ref-for-exceptiondef-typeerror%E2%91%A1", - "https://www.w3.org/TR/credential-management-1/#ref-for-idl-DOMException%E2%91%A1", - "https://www.w3.org/TR/credential-management-1/#ref-for-credentialrequestoptions-relevant-credential-interface-objects%E2%91%A3", + "https://www.w3.org/TR/credential-management-1/#ref-for-idl-DOMException%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#ref-for-active-credential-types", "https://www.w3.org/TR/credential-management-1/#ref-for-list-contain", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credential-type-slot%E2%91%A3", - "https://www.w3.org/TR/credential-management-1/#ref-for-a-promise-rejected-with%E2%91%A2", + "https://www.w3.org/TR/credential-management-1/#ref-for-a-promise-rejected-with%E2%91%A3", "https://www.w3.org/TR/credential-management-1/#ref-for-notallowederror%E2%91%A0", - "https://www.w3.org/TR/credential-management-1/#ref-for-idl-DOMException%E2%91%A2", - "https://www.w3.org/TR/credential-management-1/#ref-for-credentialrequestoptions-relevant-credential-interface-objects%E2%91%A4", + "https://www.w3.org/TR/credential-management-1/#ref-for-idl-DOMException%E2%91%A3", "https://www.w3.org/TR/credential-management-1/#ref-for-set-append", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credential-type-slot%E2%91%A4", "https://www.w3.org/TR/credential-management-1/#ref-for-active-credential-types%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-settings-object-origin%E2%91%A3", "https://www.w3.org/TR/credential-management-1/#ref-for-same-origin-with-its-ancestors%E2%91%A3", - "https://www.w3.org/TR/credential-management-1/#ref-for-credentialrequestoptions-relevant-credential-interface-objects%E2%91%A5", + "https://www.w3.org/TR/credential-management-1/#ref-for-credentialrequestoptions-relevant-credential-interface-objects%E2%91%A3", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credential-type-slot%E2%91%A5", "https://www.w3.org/TR/credential-management-1/#ref-for-credential-type-registry-get-permissions-policy%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-allowed-to-use", - "https://www.w3.org/TR/credential-management-1/#ref-for-a-promise-rejected-with%E2%91%A3", + "https://www.w3.org/TR/credential-management-1/#ref-for-a-promise-rejected-with%E2%91%A4", "https://www.w3.org/TR/credential-management-1/#ref-for-notallowederror%E2%91%A1", - "https://www.w3.org/TR/credential-management-1/#ref-for-idl-DOMException%E2%91%A3", + "https://www.w3.org/TR/credential-management-1/#ref-for-idl-DOMException%E2%91%A4", "https://www.w3.org/TR/credential-management-1/#ref-for-a-new-promise", "https://www.w3.org/TR/credential-management-1/#ref-for-in-parallel%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#ref-for-abstract-opdef-collect-credentials-from-the-credential-store", @@ -556,7 +559,6 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialrequestoptions-mediation%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialmediationrequirement-conditional%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#ref-for-dfn-perform-steps-once-promise-is-settled", - "https://www.w3.org/TR/credential-management-1/#ref-for-credentialrequestoptions-relevant-credential-interface-objects%E2%91%A6", "https://www.w3.org/TR/credential-management-1/#ref-for-list-remove", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credential-type-slot%E2%91%A6", "https://www.w3.org/TR/credential-management-1/#ref-for-active-credential-types%E2%91%A1", @@ -567,7 +569,7 @@ "https://www.w3.org/TR/credential-management-1/#abstract-opdef-collect-credentials-from-the-credential-store", "https://www.w3.org/TR/credential-management-1/#ref-for-credential%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/credential-management-1/#ref-for-credential%E2%91%A2%E2%91%A7", - "https://www.w3.org/TR/credential-management-1/#ref-for-credentialrequestoptions-relevant-credential-interface-objects%E2%91%A7", + "https://www.w3.org/TR/credential-management-1/#ref-for-credentialrequestoptions-relevant-credential-interface-objects%E2%91%A4", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credential-collectfromcredentialstore-slot%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-dfn-exception%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#ref-for-dfn-interface-object%E2%91%A8", @@ -582,18 +584,18 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-concept-relevant-global%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-document-window%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#ref-for-fully-active%E2%91%A0", - "https://www.w3.org/TR/credential-management-1/#ref-for-a-promise-rejected-with%E2%91%A4", + "https://www.w3.org/TR/credential-management-1/#ref-for-a-promise-rejected-with%E2%91%A5", "https://www.w3.org/TR/credential-management-1/#ref-for-invalidstateerror%E2%91%A0", - "https://www.w3.org/TR/credential-management-1/#ref-for-idl-DOMException%E2%91%A4", + "https://www.w3.org/TR/credential-management-1/#ref-for-idl-DOMException%E2%91%A5", "https://www.w3.org/TR/credential-management-1/#ref-for-current-settings-object%E2%91%A3", "https://www.w3.org/TR/credential-management-1/#ref-for-same-origin-with-its-ancestors%E2%91%A5", "https://www.w3.org/TR/credential-management-1/#ref-for-a-new-promise%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-active-credential-types%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#ref-for-list-contain%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credential-type-slot%E2%91%A7", - "https://www.w3.org/TR/credential-management-1/#ref-for-a-promise-rejected-with%E2%91%A5", + "https://www.w3.org/TR/credential-management-1/#ref-for-a-promise-rejected-with%E2%91%A6", "https://www.w3.org/TR/credential-management-1/#ref-for-notallowederror%E2%91%A2", - "https://www.w3.org/TR/credential-management-1/#ref-for-idl-DOMException%E2%91%A5", + "https://www.w3.org/TR/credential-management-1/#ref-for-idl-DOMException%E2%91%A6", "https://www.w3.org/TR/credential-management-1/#ref-for-set-append%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credential-type-slot%E2%91%A8", "https://www.w3.org/TR/credential-management-1/#ref-for-active-credential-types%E2%91%A3", @@ -623,34 +625,34 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-concept-relevant-global%E2%91%A3", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-document-window%E2%91%A3", "https://www.w3.org/TR/credential-management-1/#ref-for-fully-active%E2%91%A1", - "https://www.w3.org/TR/credential-management-1/#ref-for-a-promise-rejected-with%E2%91%A6", + "https://www.w3.org/TR/credential-management-1/#ref-for-a-promise-rejected-with%E2%91%A7", "https://www.w3.org/TR/credential-management-1/#ref-for-invalidstateerror%E2%91%A1", - "https://www.w3.org/TR/credential-management-1/#ref-for-idl-DOMException%E2%91%A6", + "https://www.w3.org/TR/credential-management-1/#ref-for-idl-DOMException%E2%91%A7", "https://www.w3.org/TR/credential-management-1/#ref-for-current-settings-object%E2%91%A5", "https://www.w3.org/TR/credential-management-1/#ref-for-same-origin-with-its-ancestors%E2%91%A6", "https://www.w3.org/TR/credential-management-1/#ref-for-ordered-set%E2%91%A1", - "https://www.w3.org/TR/credential-management-1/#ref-for-credentialrequestoptions-relevant-credential-interface-objects%E2%91%A8", - "https://www.w3.org/TR/credential-management-1/#ref-for-a-promise-rejected-with%E2%91%A7", + "https://www.w3.org/TR/credential-management-1/#ref-for-credentialrequestoptions-relevant-credential-interface-objects%E2%91%A5", + "https://www.w3.org/TR/credential-management-1/#ref-for-a-promise-rejected-with%E2%91%A8", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-document-window%E2%91%A4", "https://www.w3.org/TR/credential-management-1/#ref-for-list-size%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credential-type-slot%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-credential-type-registry-create-permissions-policy%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-allowed-to-use%E2%91%A0", - "https://www.w3.org/TR/credential-management-1/#ref-for-a-promise-rejected-with%E2%91%A8", + "https://www.w3.org/TR/credential-management-1/#ref-for-a-promise-rejected-with%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/credential-management-1/#ref-for-notallowederror%E2%91%A3", - "https://www.w3.org/TR/credential-management-1/#ref-for-idl-DOMException%E2%91%A7", + "https://www.w3.org/TR/credential-management-1/#ref-for-idl-DOMException%E2%91%A8", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialrequestoptions-signal%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#ref-for-abortsignal-aborted%E2%91%A0", - "https://www.w3.org/TR/credential-management-1/#ref-for-a-promise-rejected-with%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/credential-management-1/#ref-for-a-promise-rejected-with%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialrequestoptions-signal%E2%91%A3", "https://www.w3.org/TR/credential-management-1/#ref-for-abortsignal-abort-reason%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#ref-for-a-new-promise%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credential-type-slot%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#ref-for-active-credential-types%E2%91%A5", "https://www.w3.org/TR/credential-management-1/#ref-for-list-contain%E2%91%A1", - "https://www.w3.org/TR/credential-management-1/#ref-for-a-promise-rejected-with%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/credential-management-1/#ref-for-a-promise-rejected-with%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#ref-for-notallowederror%E2%91%A4", - "https://www.w3.org/TR/credential-management-1/#ref-for-idl-DOMException%E2%91%A8", + "https://www.w3.org/TR/credential-management-1/#ref-for-idl-DOMException%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/credential-management-1/#ref-for-set-append%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#ref-for-active-credential-types%E2%91%A6", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-settings-object-origin%E2%91%A5", @@ -679,9 +681,9 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-concept-relevant-global%E2%91%A4", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-document-window%E2%91%A5", "https://www.w3.org/TR/credential-management-1/#ref-for-fully-active%E2%91%A2", - "https://www.w3.org/TR/credential-management-1/#ref-for-a-promise-rejected-with%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/credential-management-1/#ref-for-a-promise-rejected-with%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#ref-for-invalidstateerror%E2%91%A2", - "https://www.w3.org/TR/credential-management-1/#ref-for-idl-DOMException%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/credential-management-1/#ref-for-idl-DOMException%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-a-new-promise%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#ref-for-in-parallel%E2%91%A5", "https://www.w3.org/TR/credential-management-1/#ref-for-origin-prevent-silent-access-flag%E2%91%A3", @@ -826,7 +828,7 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialrequestoptions-password%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#ref-for-map-exists", "https://www.w3.org/TR/credential-management-1/#ref-for-notallowederror%E2%91%A5", - "https://www.w3.org/TR/credential-management-1/#ref-for-idl-DOMException%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/credential-management-1/#ref-for-idl-DOMException%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialrequestoptions-password%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#ref-for-abstract-opdef-credential-store-retrieve-a-list-of-credentials", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-credential-store%E2%91%A0%E2%91%A3", @@ -863,7 +865,7 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-same-origin-with-its-ancestors%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-credential-store%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/credential-management-1/#ref-for-notallowederror%E2%91%A6", - "https://www.w3.org/TR/credential-management-1/#ref-for-idl-DOMException%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/credential-management-1/#ref-for-idl-DOMException%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-credential-store%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-credential-store%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/credential-management-1/#ref-for-passwordcredential%E2%91%A0%E2%91%A6", @@ -1039,7 +1041,7 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialrequestoptions-federated", "https://www.w3.org/TR/credential-management-1/#ref-for-map-exists%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#ref-for-notallowederror%E2%91%A7", - "https://www.w3.org/TR/credential-management-1/#ref-for-idl-DOMException%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/credential-management-1/#ref-for-idl-DOMException%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/credential-management-1/#ref-for-dom-credentialrequestoptions-federated%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-abstract-opdef-credential-store-retrieve-a-list-of-credentials%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-credential-store%E2%91%A1%E2%93%AA", @@ -1076,7 +1078,7 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-same-origin-with-its-ancestors%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-credential-store%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/credential-management-1/#ref-for-notallowederror%E2%91%A8", - "https://www.w3.org/TR/credential-management-1/#ref-for-idl-DOMException%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/credential-management-1/#ref-for-idl-DOMException%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-credential-store%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/credential-management-1/#ref-for-concept-credential-store%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/credential-management-1/#ref-for-federatedcredential%E2%91%A0%E2%91%A1", @@ -1158,8 +1160,8 @@ "https://www.w3.org/TR/credential-management-1/#ref-for-credential%E2%91%A4%E2%91%A4", "https://www.w3.org/TR/credential-management-1/#ref-for-dfn-interface-object%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/credential-management-1/#ref-for-credentialrequestoptions-matchable-a-priori%E2%91%A1", - "https://www.w3.org/TR/credential-management-1/#ref-for-credentialrequestoptions-relevant-credential-interface-objects%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/credential-management-1/#ref-for-credentialrequestoptions-relevant-credential-interface-objects%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/credential-management-1/#ref-for-credentialrequestoptions-relevant-credential-interface-objects%E2%91%A6", + "https://www.w3.org/TR/credential-management-1/#ref-for-credentialrequestoptions-relevant-credential-interface-objects%E2%91%A7", "https://www.w3.org/TR/credential-management-1/#security-considerations", "https://www.w3.org/TR/credential-management-1/#security-credential-access", "https://www.w3.org/TR/credential-management-1/#ref-for-something", @@ -1341,6 +1343,7 @@ "https://www.w3.org/TR/credential-management-1/#ae8def21", "https://www.w3.org/TR/credential-management-1/#03afaf9c", "https://www.w3.org/TR/credential-management-1/#1243a891", + "https://www.w3.org/TR/credential-management-1/#16d07e10", "https://www.w3.org/TR/credential-management-1/#45209803", "https://www.w3.org/TR/credential-management-1/#99c988d6", "https://www.w3.org/TR/credential-management-1/#15e48c39", @@ -1361,6 +1364,7 @@ "https://www.w3.org/TR/credential-management-1/#889e932f", "https://www.w3.org/TR/credential-management-1/#797018a7", "https://www.w3.org/TR/credential-management-1/#ba556545", + "https://www.w3.org/TR/credential-management-1/#3182eb71", "https://www.w3.org/TR/credential-management-1/#bdbd19d1", "https://www.w3.org/TR/credential-management-1/#a5c91173", "https://www.w3.org/TR/credential-management-1/#b75bb3bd", diff --git a/tr/ids/webgpu.json b/tr/ids/webgpu.json index de3c1d9b48e6..972a438d5d80 100644 --- a/tr/ids/webgpu.json +++ b/tr/ids/webgpu.json @@ -389,8 +389,9 @@ "https://www.w3.org/TR/webgpu/#ref-for-internal-usage-storage-read", "https://www.w3.org/TR/webgpu/#ref-for-internal-usage-attachment-read", "https://www.w3.org/TR/webgpu/#ref-for-internal-usage-storage", - "https://www.w3.org/TR/webgpu/#usage-scope-storage-exception", + "https://www.w3.org/TR/webgpu/#ref-for-usage-scope-storage-exception", "https://www.w3.org/TR/webgpu/#ref-for-internal-usage-attachment", + "https://www.w3.org/TR/webgpu/#ref-for-usage-scope-attachment-exception", "https://www.w3.org/TR/webgpu/#ref-for-compatible-usage-list", "https://www.w3.org/TR/webgpu/#example-90ed32bf", "https://www.w3.org/TR/webgpu/#ref-for-internal-usage-storage%E2%91%A0", @@ -403,11 +404,15 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-depthreadonly", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-stencilreadonly", "https://www.w3.org/TR/webgpu/#ref-for-internal-usage-constant%E2%91%A0", - "https://www.w3.org/TR/webgpu/#example-683599c6", - "https://www.w3.org/TR/webgpu/#ref-for-usage-scope-storage-exception", + "https://www.w3.org/TR/webgpu/#example-25c4461d", + "https://www.w3.org/TR/webgpu/#usage-scope-storage-exception", "https://www.w3.org/TR/webgpu/#ref-for-internal-usage-storage%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-internal-usage-storage%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-encoder-bind-groups-alias-a-writable-resource", + "https://www.w3.org/TR/webgpu/#example-b15191a7", + "https://www.w3.org/TR/webgpu/#usage-scope-attachment-exception", + "https://www.w3.org/TR/webgpu/#ref-for-internal-usage-attachment%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-beginrenderpass%E2%91%A0", "https://www.w3.org/TR/webgpu/#programming-model-synchronization", "https://www.w3.org/TR/webgpu/#usage-scope", "https://www.w3.org/TR/webgpu/#ref-for-ordered-map%E2%91%A1", @@ -453,7 +458,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-setvertexbuffer%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-setindexbuffer%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpassdescriptor", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-beginrenderpass%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-beginrenderpass%E2%91%A1", "https://www.w3.org/TR/webgpu/#core-internal-objects", "https://www.w3.org/TR/webgpu/#adapters", "https://www.w3.org/TR/webgpu/#adapter", @@ -6012,7 +6017,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-SecureContext%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-gpucommandencoder%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-gpurenderpassencoder%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-beginrenderpass%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-beginrenderpass%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpassdescriptor%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-beginrenderpass-descriptor-descriptor", "https://www.w3.org/TR/webgpu/#ref-for-gpucomputepassencoder%E2%91%A4", @@ -6112,7 +6117,7 @@ "https://www.w3.org/TR/webgpu/#command-encoder-pass-encoding", "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-beginrenderpass", "https://www.w3.org/TR/webgpu/#ref-for-gpucommandencoder%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-beginrenderpass%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-beginrenderpass%E2%91%A3", "https://www.w3.org/TR/webgpu/#dom-gpucommandencoder-beginrenderpass-descriptor-descriptor", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpurenderpassdescriptor%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-gpurenderpassencoder%E2%91%A5", @@ -6145,7 +6150,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-usage-scope-add%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-texture-subresources%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-usage-scope-slot", - "https://www.w3.org/TR/webgpu/#ref-for-internal-usage-attachment%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-internal-usage-attachment%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdescriptor-depthstencilattachment%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-map-exists%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-view%E2%91%A1", @@ -6155,14 +6160,14 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-usage-scope-slot%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-internal-usage-attachment-read%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-depthreadonly%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-internal-usage-attachment%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-internal-usage-attachment%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-usage-scope-add%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-aspect-stencil%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-subresource%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-usage-scope-slot%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-internal-usage-attachment-read%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-stencilreadonly%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-internal-usage-attachment%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-internal-usage-attachment%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-depthreadonly-slot", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdepthstencilattachment-depthreadonly%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-stencilreadonly-slot", @@ -8578,7 +8583,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-gpuqueryset%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-query-set-state-available", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassdescriptor-occlusionqueryset%E2%91%A4", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-beginrenderpass%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucommandencoder-beginrenderpass%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpassencoder-beginocclusionquery%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-invalidate%E2%91%A4%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-queue-timeline%E2%91%A5%E2%91%A4", diff --git a/tr/index.json b/tr/index.json index 906014e4ffee..ebd956f19bb5 100644 --- a/tr/index.json +++ b/tr/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2024-07-29T01:33:56.307Z", + "date": "2024-07-30T01:34:27.650Z", "options": { "fallback": "tr/index.json", "output": "report", @@ -705,7 +705,7 @@ "https://aomediacodec.github.io/av1-spec/" ], "crawled": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf", - "date": "29 July 2024", + "date": "30 July 2024", "links": "links/av1-spec.json" }, { @@ -1873,11 +1873,11 @@ ], "crawled": "https://www.w3.org/TR/credential-management-1/", "crawlCacheInfo": { - "lastModified": "Fri, 26 Jul 2024 19:34:09 GMT" + "lastModified": "Mon, 29 Jul 2024 02:59:18 GMT" }, "generator": "bikeshed", - "date": "26 July 2024", - "revision": "991c1ecef9f4e0e51803df0dd91a89b110e7e052", + "date": "29 July 2024", + "revision": "7432408205a5f16a76287ddd4588cc1221361d3b", "algorithms": "algorithms/credential-management-1.json", "links": "links/credential-management-1.json", "refs": "refs/credential-management-1.json", @@ -9441,7 +9441,7 @@ ], "crawled": "https://www.w3.org/TR/eme-initdata-registry/", "crawlCacheInfo": { - "lastModified": "Fri, 12 Jul 2024 12:26:24 GMT" + "lastModified": "Fri, 12 Jul 2024 12:39:25 GMT" }, "generator": "respec", "date": "18 July 2024", @@ -13439,11 +13439,11 @@ ], "crawled": "https://www.w3.org/TR/navigation-timing-2/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Mar 2024 14:45:10 GMT" + "lastModified": "Mon, 29 Jul 2024 11:00:31 GMT" }, "generator": "respec", - "date": "07 March 2024", - "revision": "78300ff84563f71bbfab42b97d3dbfe58278bb05", + "date": "29 July 2024", + "revision": "f27ad34b01e80e99a065a868e07a7f64e83c7814", "algorithms": "algorithms/navigation-timing-2.json", "links": "links/navigation-timing-2.json", "refs": "refs/navigation-timing-2.json", @@ -17889,11 +17889,11 @@ ], "crawled": "https://www.w3.org/TR/vc-data-integrity/", "crawlCacheInfo": { - "lastModified": "Sat, 27 Jul 2024 22:22:01 GMT" + "lastModified": "Mon, 29 Jul 2024 21:17:31 GMT" }, "generator": "respec", - "date": "27 July 2024", - "revision": "a065cfcd40540a1179ed14a76aee40c3ddb97c60", + "date": "29 July 2024", + "revision": "c83065e9db41e490820a65f69ee3cde20b3f5723", "algorithms": "algorithms/vc-data-integrity.json", "links": "links/vc-data-integrity.json", "refs": "refs/vc-data-integrity.json", @@ -19898,11 +19898,11 @@ ], "crawled": "https://www.w3.org/TR/webgpu/", "crawlCacheInfo": { - "lastModified": "Sat, 27 Jul 2024 06:45:06 GMT" + "lastModified": "Mon, 29 Jul 2024 10:56:11 GMT" }, "generator": "bikeshed", - "date": "27 July 2024", - "revision": "c9ad3073dcb3c169df4bbdb70a1c41f65ad2bd7c", + "date": "29 July 2024", + "revision": "65f155f5a78339b828c11eab1aa585809da140cf", "algorithms": "algorithms/webgpu.json", "links": "links/webgpu.json", "refs": "refs/webgpu.json", diff --git a/tr/links/credential-management-1.json b/tr/links/credential-management-1.json index bc6972f80009..8cb84776867b 100644 --- a/tr/links/credential-management-1.json +++ b/tr/links/credential-management-1.json @@ -191,6 +191,7 @@ "ordered-set", "list-empty", "map-iterate", + "list-iterate", "list-contain", "set-append", "list-size", @@ -226,6 +227,7 @@ "idl-DOMException", "a-promise-rejected-with", "invalidstateerror", + "notsupportederror", "a-new-promise", "dfn-exception", "reject", diff --git a/tr/links/navigation-timing-2.json b/tr/links/navigation-timing-2.json index 07478487aa32..84fd7fb21b33 100644 --- a/tr/links/navigation-timing-2.json +++ b/tr/links/navigation-timing-2.json @@ -104,17 +104,6 @@ "https://www.rfc-editor.org/rfc/rfc2119": {}, "https://www.rfc-editor.org/rfc/rfc2616": {}, "https://www.rfc-editor.org/rfc/rfc8174": {}, - "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/Protocols/rfc2616/rfc2616-sec13.html": { "anchors": [ "sec13" @@ -141,7 +130,7 @@ "prerender" ] }, - "https://www.w3.org/TR/resource-timing-2/": { + "https://www.w3.org/TR/resource-timing/": { "anchors": [ "dom-performanceresourcetiming-nexthopprotocol", "dom-performanceresourcetiming-transfersize", @@ -159,7 +148,18 @@ }, "https://www.w3.org/TR/service-workers/": {}, "https://www.w3.org/groups/wg/webperf": {}, - "https://www.w3.org/groups/wg/webperf/ipr": {} + "https://www.w3.org/groups/wg/webperf/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/": { @@ -242,7 +242,7 @@ "dom-performanceentry-duration" ] }, - "https://www.w3.org/TR/resource-timing-2/": { + "https://www.w3.org/TR/resource-timing/": { "anchors": [ "dom-performanceresourcetiming-redirectstart", "dom-performanceresourcetiming-redirectend", diff --git a/tr/refs/navigation-timing-2.json b/tr/refs/navigation-timing-2.json index d14a6ee0dace..9b96bfc3aa3e 100644 --- a/tr/refs/navigation-timing-2.json +++ b/tr/refs/navigation-timing-2.json @@ -35,7 +35,7 @@ }, { "name": "RESOURCE-TIMING-2", - "url": "https://www.w3.org/TR/resource-timing-2/" + "url": "https://www.w3.org/TR/resource-timing/" }, { "name": "RFC2119",