From 5484678f842879587286399effe0bab06e21c1b6 Mon Sep 17 00:00:00 2001 From: reffy-bot <> Date: Thu, 27 Jun 2024 01:33:48 +0000 Subject: [PATCH] Update of TR report from new reffy run Using reffy commit 16.0.4. --- tr/dfns/html-aam-1.0.json | 27 ++ tr/dfns/permissions-policy-1.json | 21 + tr/dfns/wasm-js-api-2.json | 111 ++++- tr/dfns/webgpu.json | 219 ++++++++-- tr/headings/html-aam-1.0.json | 633 +++++++++++++++-------------- tr/headings/vc-data-model-2.0.json | 19 +- tr/headings/webgpu.json | 50 +-- tr/idl/permissions-policy.idl | 1 + tr/idl/wasm-js-api.idl | 2 + tr/idl/webgpu.idl | 10 + tr/ids/WGSL.json | 4 +- tr/ids/html-aam-1.0.json | 17 +- tr/ids/permissions-policy-1.json | 128 +++--- tr/ids/vc-data-model-2.0.json | 385 +++++++++--------- tr/ids/wasm-js-api-2.json | 212 ++++++---- tr/ids/webgpu.json | 75 +++- tr/index.json | 53 +-- tr/links/WGSL.json | 3 + tr/links/html-aam-1.0.json | 13 + tr/links/permissions-policy-1.json | 14 +- tr/links/wasm-core-2.json | 13 +- tr/links/wasm-js-api-2.json | 23 +- tr/links/wasm-web-api-2.json | 13 +- tr/links/webgpu.json | 9 + tr/refs/permissions-policy-1.json | 12 +- 25 files changed, 1306 insertions(+), 761 deletions(-) create mode 100644 tr/dfns/html-aam-1.0.json diff --git a/tr/dfns/html-aam-1.0.json b/tr/dfns/html-aam-1.0.json new file mode 100644 index 000000000000..a7e257ed34d4 --- /dev/null +++ b/tr/dfns/html-aam-1.0.json @@ -0,0 +1,27 @@ +{ + "spec": { + "title": "HTML Accessibility API Mappings 1.0", + "url": "https://www.w3.org/TR/html-aam-1.0/" + }, + "dfns": [ + { + "id": "dfn-minimum-role", + "href": "https://www.w3.org/TR/html-aam-1.0/#dfn-minimum-role", + "linkingText": [ + "minimum role" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "exposing-html-features-that-require-a-minimum-role", + "href": "https://www.w3.org/TR/html-aam-1.0/#exposing-html-features-that-require-a-minimum-role", + "title": "Exposing HTML Features That Require a Minimum Role", + "number": "3.4" + }, + "definedIn": "prose" + } + ] +} \ No newline at end of file diff --git a/tr/dfns/permissions-policy-1.json b/tr/dfns/permissions-policy-1.json index 372e94bdb642..2905aedc2bc5 100644 --- a/tr/dfns/permissions-policy-1.json +++ b/tr/dfns/permissions-policy-1.json @@ -960,6 +960,27 @@ }, "definedIn": "pre" }, + { + "id": "dom-permissionspolicyviolationreportbody-tojson", + "href": "https://www.w3.org/TR/permissions-policy-1/#dom-permissionspolicyviolationreportbody-tojson", + "linkingText": [ + "toJSON()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "PermissionsPolicyViolationReportBody" + ], + "access": "public", + "informative": false, + "heading": { + "id": "reporting", + "href": "https://www.w3.org/TR/permissions-policy-1/#reporting", + "title": "Reporting", + "number": "8" + }, + "definedIn": "pre" + }, { "id": "dom-permissionspolicyviolationreportbody-featureid", "href": "https://www.w3.org/TR/permissions-policy-1/#dom-permissionspolicyviolationreportbody-featureid", diff --git a/tr/dfns/wasm-js-api-2.json b/tr/dfns/wasm-js-api-2.json index ae90aeb05fd1..56e9b52c41d6 100644 --- a/tr/dfns/wasm-js-api-2.json +++ b/tr/dfns/wasm-js-api-2.json @@ -1334,10 +1334,29 @@ "definedIn": "pre" }, { - "id": "create-a-memory-buffer", - "href": "https://www.w3.org/TR/wasm-js-api-2/#create-a-memory-buffer", + "id": "create-a-fixed-length-memory-buffer", + "href": "https://www.w3.org/TR/wasm-js-api-2/#create-a-fixed-length-memory-buffer", "linkingText": [ - "create a memory buffer" + "create a fixed length memory buffer" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "memories", + "href": "https://www.w3.org/TR/wasm-js-api-2/#memories", + "title": "Memories", + "number": "4.3" + }, + "definedIn": "prose" + }, + { + "id": "create-a-resizable-memory-buffer", + "href": "https://www.w3.org/TR/wasm-js-api-2/#create-a-resizable-memory-buffer", + "linkingText": [ + "create a resizable memory buffer" ], "localLinkingText": [], "type": "dfn", @@ -1413,10 +1432,29 @@ "definedIn": "prose" }, { - "id": "reset-the-memory-buffer", - "href": "https://www.w3.org/TR/wasm-js-api-2/#reset-the-memory-buffer", + "id": "refresh-the-memory-buffer", + "href": "https://www.w3.org/TR/wasm-js-api-2/#refresh-the-memory-buffer", + "linkingText": [ + "refresh the Memory buffer" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "memories", + "href": "https://www.w3.org/TR/wasm-js-api-2/#memories", + "title": "Memories", + "number": "4.3" + }, + "definedIn": "prose" + }, + { + "id": "grow-the-memory-buffer", + "href": "https://www.w3.org/TR/wasm-js-api-2/#grow-the-memory-buffer", "linkingText": [ - "reset the Memory buffer" + "grow the memory buffer" ], "localLinkingText": [], "type": "dfn", @@ -1452,6 +1490,67 @@ }, "definedIn": "prose" }, + { + "id": "dom-memory-tofixedlengthbuffer", + "href": "https://www.w3.org/TR/wasm-js-api-2/#dom-memory-tofixedlengthbuffer", + "linkingText": [ + "toFixedLengthBuffer()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Memory" + ], + "access": "public", + "informative": false, + "heading": { + "id": "memories", + "href": "https://www.w3.org/TR/wasm-js-api-2/#memories", + "title": "Memories", + "number": "4.3" + }, + "definedIn": "prose" + }, + { + "id": "dom-memory-toresizablebuffer", + "href": "https://www.w3.org/TR/wasm-js-api-2/#dom-memory-toresizablebuffer", + "linkingText": [ + "toResizableBuffer()" + ], + "localLinkingText": [], + "type": "method", + "for": [ + "Memory" + ], + "access": "public", + "informative": false, + "heading": { + "id": "memories", + "href": "https://www.w3.org/TR/wasm-js-api-2/#memories", + "title": "Memories", + "number": "4.3" + }, + "definedIn": "prose" + }, + { + "id": "abstract-operation-hostresizearraybuffer", + "href": "https://www.w3.org/TR/wasm-js-api-2/#abstract-operation-hostresizearraybuffer", + "linkingText": [ + "abstract operation HostResizeArrayBuffer" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "memories", + "href": "https://www.w3.org/TR/wasm-js-api-2/#memories", + "title": "Memories", + "number": "4.3" + }, + "definedIn": "prose" + }, { "id": "dom-memory-buffer", "href": "https://www.w3.org/TR/wasm-js-api-2/#dom-memory-buffer", diff --git a/tr/dfns/webgpu.json b/tr/dfns/webgpu.json index ce77e9a057f3..802b2e2331e6 100644 --- a/tr/dfns/webgpu.json +++ b/tr/dfns/webgpu.json @@ -23057,6 +23057,46 @@ }, "definedIn": "prose" }, + { + "id": "dictdef-gpucanvastonemapping", + "href": "https://www.w3.org/TR/webgpu/#dictdef-gpucanvastonemapping", + "linkingText": [ + "GPUCanvasToneMapping" + ], + "localLinkingText": [], + "type": "dictionary", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "canvas-configuration", + "href": "https://www.w3.org/TR/webgpu/#canvas-configuration", + "title": "GPUCanvasConfiguration", + "number": "21.4" + }, + "definedIn": "pre" + }, + { + "id": "dom-gpucanvastonemapping-mode", + "href": "https://www.w3.org/TR/webgpu/#dom-gpucanvastonemapping-mode", + "linkingText": [ + "mode" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "GPUCanvasToneMapping" + ], + "access": "public", + "informative": false, + "heading": { + "id": "canvas-configuration", + "href": "https://www.w3.org/TR/webgpu/#canvas-configuration", + "title": "GPUCanvasConfiguration", + "number": "21.4" + }, + "definedIn": "pre" + }, { "id": "dictdef-gpucanvasconfiguration", "href": "https://www.w3.org/TR/webgpu/#dictdef-gpucanvasconfiguration", @@ -23181,6 +23221,27 @@ }, "definedIn": "dt" }, + { + "id": "dom-gpucanvasconfiguration-tonemapping", + "href": "https://www.w3.org/TR/webgpu/#dom-gpucanvasconfiguration-tonemapping", + "linkingText": [ + "toneMapping" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "GPUCanvasConfiguration" + ], + "access": "public", + "informative": false, + "heading": { + "id": "canvas-configuration", + "href": "https://www.w3.org/TR/webgpu/#canvas-configuration", + "title": "GPUCanvasConfiguration", + "number": "21.4" + }, + "definedIn": "dt" + }, { "id": "dom-gpucanvasconfiguration-alphamode", "href": "https://www.w3.org/TR/webgpu/#dom-gpucanvasconfiguration-alphamode", @@ -23240,6 +23301,67 @@ }, "definedIn": "prose" }, + { + "id": "gpucanvastonemappingmode", + "href": "https://www.w3.org/TR/webgpu/#gpucanvastonemappingmode", + "linkingText": [ + "GPUCanvasToneMappingMode" + ], + "localLinkingText": [], + "type": "enum", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "gpucanvastonemappingmode", + "href": "https://www.w3.org/TR/webgpu/#gpucanvastonemappingmode", + "title": "GPUCanvasToneMappingMode", + "number": "21.5" + }, + "definedIn": "heading" + }, + { + "id": "dom-gpucanvastonemappingmode-standard", + "href": "https://www.w3.org/TR/webgpu/#dom-gpucanvastonemappingmode-standard", + "linkingText": [ + "\"standard\"" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "GPUCanvasToneMappingMode" + ], + "access": "public", + "informative": false, + "heading": { + "id": "gpucanvastonemappingmode", + "href": "https://www.w3.org/TR/webgpu/#gpucanvastonemappingmode", + "title": "GPUCanvasToneMappingMode", + "number": "21.5" + }, + "definedIn": "dt" + }, + { + "id": "dom-gpucanvastonemappingmode-extended", + "href": "https://www.w3.org/TR/webgpu/#dom-gpucanvastonemappingmode-extended", + "linkingText": [ + "\"extended\"" + ], + "localLinkingText": [], + "type": "enum-value", + "for": [ + "GPUCanvasToneMappingMode" + ], + "access": "public", + "informative": false, + "heading": { + "id": "gpucanvastonemappingmode", + "href": "https://www.w3.org/TR/webgpu/#gpucanvastonemappingmode", + "title": "GPUCanvasToneMappingMode", + "number": "21.5" + }, + "definedIn": "dt" + }, { "id": "gpucanvasalphamode", "href": "https://www.w3.org/TR/webgpu/#gpucanvasalphamode", @@ -23255,7 +23377,7 @@ "id": "gpucanvasalphamode", "href": "https://www.w3.org/TR/webgpu/#gpucanvasalphamode", "title": "GPUCanvasAlphaMode", - "number": "21.5" + "number": "21.6" }, "definedIn": "heading" }, @@ -23276,7 +23398,7 @@ "id": "gpucanvasalphamode", "href": "https://www.w3.org/TR/webgpu/#gpucanvasalphamode", "title": "GPUCanvasAlphaMode", - "number": "21.5" + "number": "21.6" }, "definedIn": "dt" }, @@ -23297,7 +23419,7 @@ "id": "gpucanvasalphamode", "href": "https://www.w3.org/TR/webgpu/#gpucanvasalphamode", "title": "GPUCanvasAlphaMode", - "number": "21.5" + "number": "21.6" }, "definedIn": "dt" }, @@ -24190,6 +24312,25 @@ }, "definedIn": "dt" }, + { + "id": "abstract-opdef-compute", + "href": "https://www.w3.org/TR/webgpu/#abstract-opdef-compute", + "linkingText": [ + "compute" + ], + "localLinkingText": [], + "type": "abstract-op", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "computing-operations", + "href": "https://www.w3.org/TR/webgpu/#computing-operations", + "title": "Computing", + "number": "23.1" + }, + "definedIn": "prose" + }, { "id": "abstract-opdef-render", "href": "https://www.w3.org/TR/webgpu/#abstract-opdef-render", @@ -24205,7 +24346,7 @@ "id": "rendering-operations", "href": "https://www.w3.org/TR/webgpu/#rendering-operations", "title": "Rendering", - "number": "23.3" + "number": "23.2" }, "definedIn": "prose" }, @@ -24224,7 +24365,7 @@ "id": "index-resolution", "href": "https://www.w3.org/TR/webgpu/#index-resolution", "title": "Index Resolution", - "number": "23.3.1" + "number": "23.2.1" }, "definedIn": "prose" }, @@ -24243,7 +24384,7 @@ "id": "index-resolution", "href": "https://www.w3.org/TR/webgpu/#index-resolution", "title": "Index Resolution", - "number": "23.3.1" + "number": "23.2.1" }, "definedIn": "prose" }, @@ -24262,7 +24403,7 @@ "id": "vertex-processing", "href": "https://www.w3.org/TR/webgpu/#vertex-processing", "title": "Vertex Processing", - "number": "23.3.2" + "number": "23.2.2" }, "definedIn": "prose" }, @@ -24281,7 +24422,7 @@ "id": "primitive-assembly", "href": "https://www.w3.org/TR/webgpu/#primitive-assembly", "title": "Primitive Assembly", - "number": "23.3.3" + "number": "23.2.3" }, "definedIn": "prose" }, @@ -24300,7 +24441,7 @@ "id": "primitive-clipping", "href": "https://www.w3.org/TR/webgpu/#primitive-clipping", "title": "Primitive Clipping", - "number": "23.3.4" + "number": "23.2.4" }, "definedIn": "prose" }, @@ -24319,7 +24460,7 @@ "id": "primitive-clipping", "href": "https://www.w3.org/TR/webgpu/#primitive-clipping", "title": "Primitive Clipping", - "number": "23.3.4" + "number": "23.2.4" }, "definedIn": "prose" }, @@ -24338,7 +24479,7 @@ "id": "primitive-clipping", "href": "https://www.w3.org/TR/webgpu/#primitive-clipping", "title": "Primitive Clipping", - "number": "23.3.4" + "number": "23.2.4" }, "definedIn": "prose" }, @@ -24357,7 +24498,7 @@ "id": "primitive-clipping", "href": "https://www.w3.org/TR/webgpu/#primitive-clipping", "title": "Primitive Clipping", - "number": "23.3.4" + "number": "23.2.4" }, "definedIn": "prose" }, @@ -24376,7 +24517,7 @@ "id": "rasterization", "href": "https://www.w3.org/TR/webgpu/#rasterization", "title": "Rasterization", - "number": "23.3.5" + "number": "23.2.5" }, "definedIn": "prose" }, @@ -24395,7 +24536,7 @@ "id": "rasterization", "href": "https://www.w3.org/TR/webgpu/#rasterization", "title": "Rasterization", - "number": "23.3.5" + "number": "23.2.5" }, "definedIn": "prose" }, @@ -24414,7 +24555,7 @@ "id": "rasterization", "href": "https://www.w3.org/TR/webgpu/#rasterization", "title": "Rasterization", - "number": "23.3.5" + "number": "23.2.5" }, "definedIn": "prose" }, @@ -24435,7 +24576,7 @@ "id": "rasterization", "href": "https://www.w3.org/TR/webgpu/#rasterization", "title": "Rasterization", - "number": "23.3.5" + "number": "23.2.5" }, "definedIn": "dt" }, @@ -24456,7 +24597,7 @@ "id": "rasterization", "href": "https://www.w3.org/TR/webgpu/#rasterization", "title": "Rasterization", - "number": "23.3.5" + "number": "23.2.5" }, "definedIn": "dt" }, @@ -24475,7 +24616,7 @@ "id": "rasterization", "href": "https://www.w3.org/TR/webgpu/#rasterization", "title": "Rasterization", - "number": "23.3.5" + "number": "23.2.5" }, "definedIn": "prose" }, @@ -24496,7 +24637,7 @@ "id": "rasterization", "href": "https://www.w3.org/TR/webgpu/#rasterization", "title": "Rasterization", - "number": "23.3.5" + "number": "23.2.5" }, "definedIn": "dt" }, @@ -24517,7 +24658,7 @@ "id": "rasterization", "href": "https://www.w3.org/TR/webgpu/#rasterization", "title": "Rasterization", - "number": "23.3.5" + "number": "23.2.5" }, "definedIn": "dt" }, @@ -24538,7 +24679,7 @@ "id": "rasterization", "href": "https://www.w3.org/TR/webgpu/#rasterization", "title": "Rasterization", - "number": "23.3.5" + "number": "23.2.5" }, "definedIn": "dt" }, @@ -24559,7 +24700,7 @@ "id": "rasterization", "href": "https://www.w3.org/TR/webgpu/#rasterization", "title": "Rasterization", - "number": "23.3.5" + "number": "23.2.5" }, "definedIn": "dt" }, @@ -24580,7 +24721,7 @@ "id": "rasterization", "href": "https://www.w3.org/TR/webgpu/#rasterization", "title": "Rasterization", - "number": "23.3.5" + "number": "23.2.5" }, "definedIn": "dt" }, @@ -24601,7 +24742,7 @@ "id": "rasterization", "href": "https://www.w3.org/TR/webgpu/#rasterization", "title": "Rasterization", - "number": "23.3.5" + "number": "23.2.5" }, "definedIn": "dt" }, @@ -24622,7 +24763,7 @@ "id": "rasterization", "href": "https://www.w3.org/TR/webgpu/#rasterization", "title": "Rasterization", - "number": "23.3.5" + "number": "23.2.5" }, "definedIn": "dt" }, @@ -24641,7 +24782,7 @@ "id": "rasterization", "href": "https://www.w3.org/TR/webgpu/#rasterization", "title": "Rasterization", - "number": "23.3.5" + "number": "23.2.5" }, "definedIn": "prose" }, @@ -24660,7 +24801,7 @@ "id": "polygon-rasterization", "href": "https://www.w3.org/TR/webgpu/#polygon-rasterization", "title": "Polygon Rasterization", - "number": "23.3.5.4" + "number": "23.2.5.4" }, "definedIn": "prose" }, @@ -24679,7 +24820,7 @@ "id": "polygon-rasterization", "href": "https://www.w3.org/TR/webgpu/#polygon-rasterization", "title": "Polygon Rasterization", - "number": "23.3.5.4" + "number": "23.2.5.4" }, "definedIn": "prose" }, @@ -24698,7 +24839,7 @@ "id": "polygon-rasterization", "href": "https://www.w3.org/TR/webgpu/#polygon-rasterization", "title": "Polygon Rasterization", - "number": "23.3.5.4" + "number": "23.2.5.4" }, "definedIn": "prose" }, @@ -24717,7 +24858,7 @@ "id": "fragment-processing", "href": "https://www.w3.org/TR/webgpu/#fragment-processing", "title": "Fragment Processing", - "number": "23.3.6" + "number": "23.2.6" }, "definedIn": "prose" }, @@ -24738,7 +24879,7 @@ "id": "fragment-processing", "href": "https://www.w3.org/TR/webgpu/#fragment-processing", "title": "Fragment Processing", - "number": "23.3.6" + "number": "23.2.6" }, "definedIn": "prose" }, @@ -24759,7 +24900,7 @@ "id": "fragment-processing", "href": "https://www.w3.org/TR/webgpu/#fragment-processing", "title": "Fragment Processing", - "number": "23.3.6" + "number": "23.2.6" }, "definedIn": "prose" }, @@ -24780,7 +24921,7 @@ "id": "fragment-processing", "href": "https://www.w3.org/TR/webgpu/#fragment-processing", "title": "Fragment Processing", - "number": "23.3.6" + "number": "23.2.6" }, "definedIn": "prose" }, @@ -24801,7 +24942,7 @@ "id": "fragment-processing", "href": "https://www.w3.org/TR/webgpu/#fragment-processing", "title": "Fragment Processing", - "number": "23.3.6" + "number": "23.2.6" }, "definedIn": "prose" }, @@ -24820,7 +24961,7 @@ "id": "fragment-processing", "href": "https://www.w3.org/TR/webgpu/#fragment-processing", "title": "Fragment Processing", - "number": "23.3.6" + "number": "23.2.6" }, "definedIn": "prose" }, @@ -24839,7 +24980,7 @@ "id": "alpha-to-coverage", "href": "https://www.w3.org/TR/webgpu/#alpha-to-coverage", "title": "Alpha to Coverage", - "number": "23.3.9" + "number": "23.2.9" }, "definedIn": "prose" }, @@ -24858,7 +24999,7 @@ "id": "sample-masking", "href": "https://www.w3.org/TR/webgpu/#sample-masking", "title": "Sample Masking", - "number": "23.3.11" + "number": "23.2.11" }, "definedIn": "prose" }, @@ -24877,7 +25018,7 @@ "id": "sample-masking", "href": "https://www.w3.org/TR/webgpu/#sample-masking", "title": "Sample Masking", - "number": "23.3.11" + "number": "23.2.11" }, "definedIn": "prose" }, @@ -24896,7 +25037,7 @@ "id": "sample-masking", "href": "https://www.w3.org/TR/webgpu/#sample-masking", "title": "Sample Masking", - "number": "23.3.11" + "number": "23.2.11" }, "definedIn": "prose" }, diff --git a/tr/headings/html-aam-1.0.json b/tr/headings/html-aam-1.0.json index a8ac76cadaf4..9bdbbcf52fcd 100644 --- a/tr/headings/html-aam-1.0.json +++ b/tr/headings/html-aam-1.0.json @@ -72,2098 +72,2133 @@ "title": "Exposing HTML Features That Do Not Directly Map to Accessibility APIs", "number": "3.3" }, + { + "id": "exposing-html-features-that-require-a-minimum-role", + "href": "https://www.w3.org/TR/html-aam-1.0/#exposing-html-features-that-require-a-minimum-role", + "level": 3, + "title": "Exposing HTML Features That Require a Minimum Role", + "number": "3.4" + }, { "id": "html-element-role-mappings", "href": "https://www.w3.org/TR/html-aam-1.0/#html-element-role-mappings", "level": 3, "title": "HTML Element Role Mappings", - "number": "3.4" + "number": "3.5" + }, + { + "id": "platform-api-mapping-requirements-0", + "href": "https://www.w3.org/TR/html-aam-1.0/#platform-api-mapping-requirements-0", + "level": 4, + "title": "Platform API mapping requirements", + "number": "3.5.1" }, { "id": "a-represents-a-hyperlink", "href": "https://www.w3.org/TR/html-aam-1.0/#a-represents-a-hyperlink", "level": 4, "title": "a (represents a hyperlink)", - "number": "3.4.1" + "number": "3.5.2" }, { "id": "a-no-href-attribute", "href": "https://www.w3.org/TR/html-aam-1.0/#a-no-href-attribute", "level": 4, "title": "a (no href attribute)", - "number": "3.4.2" + "number": "3.5.3" }, { "id": "abbr", "href": "https://www.w3.org/TR/html-aam-1.0/#abbr", "level": 4, "title": "abbr", - "number": "3.4.3" + "number": "3.5.4" }, { "id": "address", "href": "https://www.w3.org/TR/html-aam-1.0/#address", "level": 4, "title": "address", - "number": "3.4.4" + "number": "3.5.5" }, { "id": "area-represents-a-hyperlink", "href": "https://www.w3.org/TR/html-aam-1.0/#area-represents-a-hyperlink", "level": 4, "title": "area (represents a hyperlink)", - "number": "3.4.5" + "number": "3.5.6" }, { "id": "area-no-href-attribute", "href": "https://www.w3.org/TR/html-aam-1.0/#area-no-href-attribute", "level": 4, "title": "area (no href attribute)", - "number": "3.4.6" + "number": "3.5.7" }, { "id": "article", "href": "https://www.w3.org/TR/html-aam-1.0/#article", "level": 4, "title": "article", - "number": "3.4.7" + "number": "3.5.8" }, { "id": "aside-scoped-to-the-body-or-main-element", "href": "https://www.w3.org/TR/html-aam-1.0/#aside-scoped-to-the-body-or-main-element", "level": 4, "title": "aside (scoped to the body or main element)", - "number": "3.4.8" + "number": "3.5.9" }, { "id": "aside-scoped-to-a-sectioning-content-element", "href": "https://www.w3.org/TR/html-aam-1.0/#aside-scoped-to-a-sectioning-content-element", "level": 4, "title": "aside (scoped to a sectioning content element)", - "number": "3.4.9" + "number": "3.5.10" }, { "id": "audio", "href": "https://www.w3.org/TR/html-aam-1.0/#audio", "level": 4, "title": "audio", - "number": "3.4.10" + "number": "3.5.11" }, { "id": "autonomous-custom-element", "href": "https://www.w3.org/TR/html-aam-1.0/#autonomous-custom-element", "level": 4, "title": "autonomous custom element", - "number": "3.4.11" + "number": "3.5.12" }, { "id": "b", "href": "https://www.w3.org/TR/html-aam-1.0/#b", "level": 4, "title": "b", - "number": "3.4.12" + "number": "3.5.13" }, { "id": "base", "href": "https://www.w3.org/TR/html-aam-1.0/#base", "level": 4, "title": "base", - "number": "3.4.13" + "number": "3.5.14" }, { "id": "bdi", "href": "https://www.w3.org/TR/html-aam-1.0/#bdi", "level": 4, "title": "bdi", - "number": "3.4.14" + "number": "3.5.15" }, { "id": "bdo", "href": "https://www.w3.org/TR/html-aam-1.0/#bdo", "level": 4, "title": "bdo", - "number": "3.4.15" + "number": "3.5.16" }, { "id": "blockquote", "href": "https://www.w3.org/TR/html-aam-1.0/#blockquote", "level": 4, "title": "blockquote", - "number": "3.4.16" + "number": "3.5.17" }, { "id": "body", "href": "https://www.w3.org/TR/html-aam-1.0/#body", "level": 4, "title": "body", - "number": "3.4.17" + "number": "3.5.18" }, { "id": "br", "href": "https://www.w3.org/TR/html-aam-1.0/#br", "level": 4, "title": "br", - "number": "3.4.18" + "number": "3.5.19" }, { "id": "button", "href": "https://www.w3.org/TR/html-aam-1.0/#button", "level": 4, "title": "button", - "number": "3.4.19" + "number": "3.5.20" }, { "id": "canvas", "href": "https://www.w3.org/TR/html-aam-1.0/#canvas", "level": 4, "title": "canvas", - "number": "3.4.20" + "number": "3.5.21" }, { "id": "caption", "href": "https://www.w3.org/TR/html-aam-1.0/#caption", "level": 4, "title": "caption", - "number": "3.4.21" + "number": "3.5.22" }, { "id": "cite", "href": "https://www.w3.org/TR/html-aam-1.0/#cite", "level": 4, "title": "cite", - "number": "3.4.22" + "number": "3.5.23" }, { "id": "code", "href": "https://www.w3.org/TR/html-aam-1.0/#code", "level": 4, "title": "code", - "number": "3.4.23" + "number": "3.5.24" }, { "id": "col", "href": "https://www.w3.org/TR/html-aam-1.0/#col", "level": 4, "title": "col", - "number": "3.4.24" + "number": "3.5.25" }, { "id": "colgroup", "href": "https://www.w3.org/TR/html-aam-1.0/#colgroup", "level": 4, "title": "colgroup", - "number": "3.4.25" + "number": "3.5.26" }, { "id": "data", "href": "https://www.w3.org/TR/html-aam-1.0/#data", "level": 4, "title": "data", - "number": "3.4.26" + "number": "3.5.27" }, { "id": "datalist-represents-pre-defined-options-for-input-element", "href": "https://www.w3.org/TR/html-aam-1.0/#datalist-represents-pre-defined-options-for-input-element", "level": 4, "title": "datalist (represents pre-defined options for input element)", - "number": "3.4.27" + "number": "3.5.28" }, { "id": "dd", "href": "https://www.w3.org/TR/html-aam-1.0/#dd", "level": 4, "title": "dd", - "number": "3.4.28" + "number": "3.5.29" }, { "id": "del", "href": "https://www.w3.org/TR/html-aam-1.0/#del", "level": 4, "title": "del", - "number": "3.4.29" + "number": "3.5.30" }, { "id": "details", "href": "https://www.w3.org/TR/html-aam-1.0/#details", "level": 4, "title": "details", - "number": "3.4.30" + "number": "3.5.31" }, { "id": "dfn", "href": "https://www.w3.org/TR/html-aam-1.0/#dfn", "level": 4, "title": "dfn", - "number": "3.4.31" + "number": "3.5.32" }, { "id": "dialog", "href": "https://www.w3.org/TR/html-aam-1.0/#dialog", "level": 4, "title": "dialog", - "number": "3.4.32" + "number": "3.5.33" }, { "id": "div", "href": "https://www.w3.org/TR/html-aam-1.0/#div", "level": 4, "title": "div", - "number": "3.4.33" + "number": "3.5.34" }, { "id": "dl", "href": "https://www.w3.org/TR/html-aam-1.0/#dl", "level": 4, "title": "dl", - "number": "3.4.34" + "number": "3.5.35" }, { "id": "dt", "href": "https://www.w3.org/TR/html-aam-1.0/#dt", "level": 4, "title": "dt", - "number": "3.4.35" + "number": "3.5.36" }, { "id": "em", "href": "https://www.w3.org/TR/html-aam-1.0/#em", "level": 4, "title": "em", - "number": "3.4.36" + "number": "3.5.37" }, { "id": "embed", "href": "https://www.w3.org/TR/html-aam-1.0/#embed", "level": 4, "title": "embed", - "number": "3.4.37" + "number": "3.5.38" }, { "id": "fieldset", "href": "https://www.w3.org/TR/html-aam-1.0/#fieldset", "level": 4, "title": "fieldset", - "number": "3.4.38" + "number": "3.5.39" }, { "id": "figcaption", "href": "https://www.w3.org/TR/html-aam-1.0/#figcaption", "level": 4, "title": "figcaption", - "number": "3.4.39" + "number": "3.5.40" }, { "id": "figure", "href": "https://www.w3.org/TR/html-aam-1.0/#figure", "level": 4, "title": "figure", - "number": "3.4.40" + "number": "3.5.41" }, { "id": "footer-scoped-to-the-body-element", "href": "https://www.w3.org/TR/html-aam-1.0/#footer-scoped-to-the-body-element", "level": 4, "title": "footer (scoped to the body element)", - "number": "3.4.41" + "number": "3.5.42" }, { "id": "footer-scoped-to-the-main-element-a-sectioning-content-element", "href": "https://www.w3.org/TR/html-aam-1.0/#footer-scoped-to-the-main-element-a-sectioning-content-element", "level": 4, "title": "footer (scoped to the main element,a sectioning content element)", - "number": "3.4.42" + "number": "3.5.43" }, { "id": "form", "href": "https://www.w3.org/TR/html-aam-1.0/#form", "level": 4, "title": "form", - "number": "3.4.43" + "number": "3.5.44" }, { "id": "form-associated-custom-element", "href": "https://www.w3.org/TR/html-aam-1.0/#form-associated-custom-element", "level": 4, "title": "form-associated custom element", - "number": "3.4.44" + "number": "3.5.45" }, { "id": "h1-h2-h3-h4-h5-and-h6", "href": "https://www.w3.org/TR/html-aam-1.0/#h1-h2-h3-h4-h5-and-h6", "level": 4, "title": "h1, h2, h3, h4, h5, and h6", - "number": "3.4.45" + "number": "3.5.46" }, { "id": "head", "href": "https://www.w3.org/TR/html-aam-1.0/#head", "level": 4, "title": "head", - "number": "3.4.46" + "number": "3.5.47" }, { "id": "header-scoped-to-the-body-element", "href": "https://www.w3.org/TR/html-aam-1.0/#header-scoped-to-the-body-element", "level": 4, "title": "header (scoped to the body element)", - "number": "3.4.47" + "number": "3.5.48" }, { "id": "header-scoped-to-the-main-element-or-a-sectioning-content-element", "href": "https://www.w3.org/TR/html-aam-1.0/#header-scoped-to-the-main-element-or-a-sectioning-content-element", "level": 4, "title": "header (scoped to the main element, or a sectioning content element)", - "number": "3.4.48" + "number": "3.5.49" }, { "id": "hgroup", "href": "https://www.w3.org/TR/html-aam-1.0/#hgroup", "level": 4, "title": "hgroup", - "number": "3.4.49" + "number": "3.5.50" }, { "id": "hr", "href": "https://www.w3.org/TR/html-aam-1.0/#hr", "level": 4, "title": "hr", - "number": "3.4.50" + "number": "3.5.51" }, { "id": "html", "href": "https://www.w3.org/TR/html-aam-1.0/#html", "level": 4, "title": "html", - "number": "3.4.51" + "number": "3.5.52" }, { "id": "i", "href": "https://www.w3.org/TR/html-aam-1.0/#i", "level": 4, "title": "i", - "number": "3.4.52" + "number": "3.5.53" }, { "id": "iframe", "href": "https://www.w3.org/TR/html-aam-1.0/#iframe", "level": 4, "title": "iframe", - "number": "3.4.53" + "number": "3.5.54" }, { "id": "img", "href": "https://www.w3.org/TR/html-aam-1.0/#img", "level": 4, "title": "img", - "number": "3.4.54" + "number": "3.5.55" }, { "id": "img-alt-attribute-value-is-the-empty-string-i-e-alt-or-alt-with-no-value-in-the-markup", "href": "https://www.w3.org/TR/html-aam-1.0/#img-alt-attribute-value-is-the-empty-string-i-e-alt-or-alt-with-no-value-in-the-markup", "level": 4, "title": "img (alt attribute value is the empty string, i.e. alt=\"\" or alt with no value in the markup)", - "number": "3.4.55" + "number": "3.5.56" }, { "id": "input-type-attribute-in-the-button-state", "href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-button-state", "level": 4, "title": "input (type attribute in the Button state)", - "number": "3.4.56" + "number": "3.5.57" }, { "id": "input-type-attribute-in-the-checkbox-state", "href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-checkbox-state", "level": 4, "title": "input (type attribute in the Checkbox state)", - "number": "3.4.57" + "number": "3.5.58" }, { "id": "input-type-attribute-in-the-color-state", "href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-color-state", "level": 4, "title": "input (type attribute in the Color state)", - "number": "3.4.58" + "number": "3.5.59" }, { "id": "input-type-attribute-in-the-date-state", "href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-date-state", "level": 4, "title": "input (type attribute in the Date state)", - "number": "3.4.59" + "number": "3.5.60" }, { "id": "input-type-attribute-in-the-local-date-and-time-state", "href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-local-date-and-time-state", "level": 4, "title": "input (type attribute in the Local Date and Time state)", - "number": "3.4.60" + "number": "3.5.61" }, { "id": "input-type-attribute-in-the-e-mail-state-with-no-suggestions-source-element", "href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-e-mail-state-with-no-suggestions-source-element", "level": 4, "title": "input (type attribute in the E-mail state with no suggestions source element)", - "number": "3.4.61" + "number": "3.5.62" }, { "id": "input-type-attribute-in-the-file-upload-state", "href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-file-upload-state", "level": 4, "title": "input (type attribute in the File Upload state)", - "number": "3.4.62" + "number": "3.5.63" }, { "id": "input-type-attribute-in-the-hidden-state", "href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-hidden-state", "level": 4, "title": "input (type attribute in the Hidden state)", - "number": "3.4.63" + "number": "3.5.64" }, { "id": "input-type-attribute-in-the-image-button-state", "href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-image-button-state", "level": 4, "title": "input (type attribute in the Image Button state)", - "number": "3.4.64" + "number": "3.5.65" }, { "id": "input-type-attribute-in-the-month-state", "href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-month-state", "level": 4, "title": "input (type attribute in the Month state)", - "number": "3.4.65" + "number": "3.5.66" }, { "id": "input-type-attribute-in-the-number-state", "href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-number-state", "level": 4, "title": "input (type attribute in the Number state)", - "number": "3.4.66" + "number": "3.5.67" }, { "id": "input-type-attribute-in-the-password-state", "href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-password-state", "level": 4, "title": "input (type attribute in the Password state)", - "number": "3.4.67" + "number": "3.5.68" }, { "id": "input-type-attribute-in-the-radio-button-state", "href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-radio-button-state", "level": 4, "title": "input (type attribute in the Radio Button state)", - "number": "3.4.68" + "number": "3.5.69" }, { "id": "input-type-attribute-in-the-range-state", "href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-range-state", "level": 4, "title": "input (type attribute in the Range state)", - "number": "3.4.69" + "number": "3.5.70" }, { "id": "input-type-attribute-in-the-reset-button-state", "href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-reset-button-state", "level": 4, "title": "input (type attribute in the Reset Button state)", - "number": "3.4.70" + "number": "3.5.71" }, { "id": "input-type-attribute-in-the-search-state-with-no-suggestions-source-element", "href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-search-state-with-no-suggestions-source-element", "level": 4, "title": "input (type attribute in the Search state with no suggestions source element)", - "number": "3.4.71" + "number": "3.5.72" }, { "id": "input-type-attribute-in-the-submit-button-state", "href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-submit-button-state", "level": 4, "title": "input (type attribute in the Submit Button state)", - "number": "3.4.72" + "number": "3.5.73" }, { "id": "input-type-attribute-in-the-telephone-state-with-no-suggestions-source-element", "href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-telephone-state-with-no-suggestions-source-element", "level": 4, "title": "input (type attribute in the Telephone state with no suggestions source element)", - "number": "3.4.73" + "number": "3.5.74" }, { "id": "input-type-attribute-in-the-text-state-with-no-suggestions-source-element", "href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-text-state-with-no-suggestions-source-element", "level": 4, "title": "input (type attribute in the Text state with no suggestions source element)", - "number": "3.4.74" + "number": "3.5.75" }, { "id": "input-type-attribute-in-the-text-search-telephone-url-or-e-mail-states-with-a-suggestions-source-element", "href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-text-search-telephone-url-or-e-mail-states-with-a-suggestions-source-element", "level": 4, "title": "input (type attribute in the Text, Search, Telephone, URL, or E-mail states with a suggestions source element)", - "number": "3.4.75" + "number": "3.5.76" }, { "id": "input-type-attribute-in-the-time-state", "href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-time-state", "level": 4, "title": "input (type attribute in the Time state)", - "number": "3.4.76" + "number": "3.5.77" }, { "id": "input-type-attribute-in-the-url-state-with-no-suggestions-source-element", "href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-url-state-with-no-suggestions-source-element", "level": 4, "title": "input (type attribute in the URL state with no suggestions source element)", - "number": "3.4.77" + "number": "3.5.78" }, { "id": "input-type-attribute-in-the-week-state", "href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-week-state", "level": 4, "title": "input (type attribute in the Week state)", - "number": "3.4.78" + "number": "3.5.79" }, { "id": "ins", "href": "https://www.w3.org/TR/html-aam-1.0/#ins", "level": 4, "title": "ins", - "number": "3.4.79" + "number": "3.5.80" }, { "id": "kbd", "href": "https://www.w3.org/TR/html-aam-1.0/#kbd", "level": 4, "title": "kbd", - "number": "3.4.80" + "number": "3.5.81" }, { "id": "label", "href": "https://www.w3.org/TR/html-aam-1.0/#label", "level": 4, "title": "label", - "number": "3.4.81" + "number": "3.5.82" }, { "id": "legend", "href": "https://www.w3.org/TR/html-aam-1.0/#legend", "level": 4, "title": "legend", - "number": "3.4.82" + "number": "3.5.83" }, { "id": "li", "href": "https://www.w3.org/TR/html-aam-1.0/#li", "level": 4, "title": "li", - "number": "3.4.83" + "number": "3.5.84" }, { "id": "link", "href": "https://www.w3.org/TR/html-aam-1.0/#link", "level": 4, "title": "link", - "number": "3.4.84" + "number": "3.5.85" }, { "id": "main", "href": "https://www.w3.org/TR/html-aam-1.0/#main", "level": 4, "title": "main", - "number": "3.4.85" + "number": "3.5.86" }, { "id": "map", "href": "https://www.w3.org/TR/html-aam-1.0/#map", "level": 4, "title": "map", - "number": "3.4.86" + "number": "3.5.87" }, { "id": "mark", "href": "https://www.w3.org/TR/html-aam-1.0/#mark", "level": 4, "title": "mark", - "number": "3.4.87" + "number": "3.5.88" }, { "id": "math", "href": "https://www.w3.org/TR/html-aam-1.0/#math", "level": 4, "title": "math", - "number": "3.4.88" + "number": "3.5.89" }, { "id": "menu", "href": "https://www.w3.org/TR/html-aam-1.0/#menu", "level": 4, "title": "menu", - "number": "3.4.89" + "number": "3.5.90" }, { "id": "meta", "href": "https://www.w3.org/TR/html-aam-1.0/#meta", "level": 4, "title": "meta", - "number": "3.4.90" + "number": "3.5.91" }, { "id": "meter", "href": "https://www.w3.org/TR/html-aam-1.0/#meter", "level": 4, "title": "meter", - "number": "3.4.91" + "number": "3.5.92" }, { "id": "nav", "href": "https://www.w3.org/TR/html-aam-1.0/#nav", "level": 4, "title": "nav", - "number": "3.4.92" + "number": "3.5.93" }, { "id": "noscript", "href": "https://www.w3.org/TR/html-aam-1.0/#noscript", "level": 4, "title": "noscript", - "number": "3.4.93" + "number": "3.5.94" }, { "id": "object", "href": "https://www.w3.org/TR/html-aam-1.0/#object", "level": 4, "title": "object", - "number": "3.4.94" + "number": "3.5.95" }, { "id": "ol", "href": "https://www.w3.org/TR/html-aam-1.0/#ol", "level": 4, "title": "ol", - "number": "3.4.95" + "number": "3.5.96" }, { "id": "optgroup", "href": "https://www.w3.org/TR/html-aam-1.0/#optgroup", "level": 4, "title": "optgroup", - "number": "3.4.96" + "number": "3.5.97" }, { "id": "option-in-a-list-of-options-or-represents-a-suggestion-in-a-datalist", "href": "https://www.w3.org/TR/html-aam-1.0/#option-in-a-list-of-options-or-represents-a-suggestion-in-a-datalist", "level": 4, "title": "option (in a list of options or represents a suggestion in a datalist)", - "number": "3.4.97" + "number": "3.5.98" }, { "id": "output", "href": "https://www.w3.org/TR/html-aam-1.0/#output", "level": 4, "title": "output", - "number": "3.4.98" + "number": "3.5.99" }, { "id": "p", "href": "https://www.w3.org/TR/html-aam-1.0/#p", "level": 4, "title": "p", - "number": "3.4.99" + "number": "3.5.100" }, { "id": "param", "href": "https://www.w3.org/TR/html-aam-1.0/#param", "level": 4, "title": "param", - "number": "3.4.100" + "number": "3.5.101" }, { "id": "picture", "href": "https://www.w3.org/TR/html-aam-1.0/#picture", "level": 4, "title": "picture", - "number": "3.4.101" + "number": "3.5.102" }, { "id": "pre", "href": "https://www.w3.org/TR/html-aam-1.0/#pre", "level": 4, "title": "pre", - "number": "3.4.102" + "number": "3.5.103" }, { "id": "progress", "href": "https://www.w3.org/TR/html-aam-1.0/#progress", "level": 4, "title": "progress", - "number": "3.4.103" + "number": "3.5.104" }, { "id": "q", "href": "https://www.w3.org/TR/html-aam-1.0/#q", "level": 4, "title": "q", - "number": "3.4.104" + "number": "3.5.105" }, { "id": "rp", "href": "https://www.w3.org/TR/html-aam-1.0/#rp", "level": 4, "title": "rp", - "number": "3.4.105" + "number": "3.5.106" }, { "id": "rt", "href": "https://www.w3.org/TR/html-aam-1.0/#rt", "level": 4, "title": "rt", - "number": "3.4.106" + "number": "3.5.107" }, { "id": "ruby", "href": "https://www.w3.org/TR/html-aam-1.0/#ruby", "level": 4, "title": "ruby", - "number": "3.4.107" + "number": "3.5.108" }, { "id": "s", "href": "https://www.w3.org/TR/html-aam-1.0/#s", "level": 4, "title": "s", - "number": "3.4.108" + "number": "3.5.109" }, { "id": "samp", "href": "https://www.w3.org/TR/html-aam-1.0/#samp", "level": 4, "title": "samp", - "number": "3.4.109" + "number": "3.5.110" }, { "id": "script", "href": "https://www.w3.org/TR/html-aam-1.0/#script", "level": 4, "title": "script", - "number": "3.4.110" + "number": "3.5.111" }, { "id": "search", "href": "https://www.w3.org/TR/html-aam-1.0/#search", "level": 4, "title": "search", - "number": "3.4.111" + "number": "3.5.112" }, { "id": "section", "href": "https://www.w3.org/TR/html-aam-1.0/#section", "level": 4, "title": "section", - "number": "3.4.112" + "number": "3.5.113" }, { "id": "select-with-a-multiple-attribute-or-size-attribute-having-value-greater-than-1", "href": "https://www.w3.org/TR/html-aam-1.0/#select-with-a-multiple-attribute-or-size-attribute-having-value-greater-than-1", "level": 4, "title": "select (with a multiple attribute or size attribute having value greater than 1)", - "number": "3.4.113" + "number": "3.5.114" }, { "id": "select-with-no-multiple-attribute-and-no-size-attribute-having-value-greater-than-1", "href": "https://www.w3.org/TR/html-aam-1.0/#select-with-no-multiple-attribute-and-no-size-attribute-having-value-greater-than-1", "level": 4, "title": "select (with NO multiple attribute and NO size attribute having value greater than 1)", - "number": "3.4.114" + "number": "3.5.115" }, { "id": "slot", "href": "https://www.w3.org/TR/html-aam-1.0/#slot", "level": 4, "title": "slot", - "number": "3.4.115" + "number": "3.5.116" }, { "id": "small", "href": "https://www.w3.org/TR/html-aam-1.0/#small", "level": 4, "title": "small", - "number": "3.4.116" + "number": "3.5.117" }, { "id": "source", "href": "https://www.w3.org/TR/html-aam-1.0/#source", "level": 4, "title": "source", - "number": "3.4.117" + "number": "3.5.118" }, { "id": "span", "href": "https://www.w3.org/TR/html-aam-1.0/#span", "level": 4, "title": "span", - "number": "3.4.118" + "number": "3.5.119" }, { "id": "strong", "href": "https://www.w3.org/TR/html-aam-1.0/#strong", "level": 4, "title": "strong", - "number": "3.4.119" + "number": "3.5.120" }, { "id": "style", "href": "https://www.w3.org/TR/html-aam-1.0/#style", "level": 4, "title": "style", - "number": "3.4.120" + "number": "3.5.121" }, { "id": "sub", "href": "https://www.w3.org/TR/html-aam-1.0/#sub", "level": 4, "title": "sub", - "number": "3.4.121" + "number": "3.5.122" }, { "id": "summary", "href": "https://www.w3.org/TR/html-aam-1.0/#summary", "level": 4, "title": "summary", - "number": "3.4.122" + "number": "3.5.123" }, { "id": "sup", "href": "https://www.w3.org/TR/html-aam-1.0/#sup", "level": 4, "title": "sup", - "number": "3.4.123" + "number": "3.5.124" }, { "id": "svg", "href": "https://www.w3.org/TR/html-aam-1.0/#svg", "level": 4, "title": "svg", - "number": "3.4.124" + "number": "3.5.125" }, { "id": "table", "href": "https://www.w3.org/TR/html-aam-1.0/#table", "level": 4, "title": "table", - "number": "3.4.125" + "number": "3.5.126" }, { "id": "tbody", "href": "https://www.w3.org/TR/html-aam-1.0/#tbody", "level": 4, "title": "tbody", - "number": "3.4.126" + "number": "3.5.127" }, { "id": "td-ancestor-table-element-has-table-role", "href": "https://www.w3.org/TR/html-aam-1.0/#td-ancestor-table-element-has-table-role", "level": 4, "title": "td (ancestor table element has table role)", - "number": "3.4.127" + "number": "3.5.128" }, { "id": "td-ancestor-table-element-has-grid-or-treegrid-role", "href": "https://www.w3.org/TR/html-aam-1.0/#td-ancestor-table-element-has-grid-or-treegrid-role", "level": 4, "title": "td (ancestor table element has grid or treegrid role)", - "number": "3.4.128" + "number": "3.5.129" }, { "id": "template", "href": "https://www.w3.org/TR/html-aam-1.0/#template", "level": 4, "title": "template", - "number": "3.4.129" + "number": "3.5.130" }, { "id": "textarea", "href": "https://www.w3.org/TR/html-aam-1.0/#textarea", "level": 4, "title": "textarea", - "number": "3.4.130" + "number": "3.5.131" }, { "id": "tfoot", "href": "https://www.w3.org/TR/html-aam-1.0/#tfoot", "level": 4, "title": "tfoot", - "number": "3.4.131" + "number": "3.5.132" }, { "id": "th-is-not-a-column-header-row-header-column-group-header-or-row-group-header-and-ancestor-table-element-has-table-role", "href": "https://www.w3.org/TR/html-aam-1.0/#th-is-not-a-column-header-row-header-column-group-header-or-row-group-header-and-ancestor-table-element-has-table-role", "level": 4, "title": "th (is not a column header, row header, column group header or row group header, and ancestor table element has table role)", - "number": "3.4.132" + "number": "3.5.133" }, { "id": "th-is-not-a-column-header-row-header-column-group-header-or-row-group-header-and-ancestor-table-element-has-grid-or-treegrid-role", "href": "https://www.w3.org/TR/html-aam-1.0/#th-is-not-a-column-header-row-header-column-group-header-or-row-group-header-and-ancestor-table-element-has-grid-or-treegrid-role", "level": 4, "title": "th (is not a column header, row header, column group header or row group header, and ancestor table element has grid or treegrid role)", - "number": "3.4.133" + "number": "3.5.134" }, { "id": "th-is-a-column-header-or-column-group-header", "href": "https://www.w3.org/TR/html-aam-1.0/#th-is-a-column-header-or-column-group-header", "level": 4, "title": "th (is a column header or column group header)", - "number": "3.4.134" + "number": "3.5.135" }, { "id": "th-is-a-row-header-or-row-group-header", "href": "https://www.w3.org/TR/html-aam-1.0/#th-is-a-row-header-or-row-group-header", "level": 4, "title": "th (is a row header or row group header)", - "number": "3.4.135" + "number": "3.5.136" }, { "id": "thead", "href": "https://www.w3.org/TR/html-aam-1.0/#thead", "level": 4, "title": "thead", - "number": "3.4.136" + "number": "3.5.137" }, { "id": "time", "href": "https://www.w3.org/TR/html-aam-1.0/#time", "level": 4, "title": "time", - "number": "3.4.137" + "number": "3.5.138" }, { "id": "title-0", "href": "https://www.w3.org/TR/html-aam-1.0/#title-0", "level": 4, "title": "title", - "number": "3.4.138" + "number": "3.5.139" }, { "id": "tr", "href": "https://www.w3.org/TR/html-aam-1.0/#tr", "level": 4, "title": "tr", - "number": "3.4.139" + "number": "3.5.140" }, { "id": "track", "href": "https://www.w3.org/TR/html-aam-1.0/#track", "level": 4, "title": "track", - "number": "3.4.140" + "number": "3.5.141" }, { "id": "u", "href": "https://www.w3.org/TR/html-aam-1.0/#u", "level": 4, "title": "u", - "number": "3.4.141" + "number": "3.5.142" }, { "id": "ul", "href": "https://www.w3.org/TR/html-aam-1.0/#ul", "level": 4, "title": "ul", - "number": "3.4.142" + "number": "3.5.143" }, { "id": "var", "href": "https://www.w3.org/TR/html-aam-1.0/#var", "level": 4, "title": "var", - "number": "3.4.143" + "number": "3.5.144" }, { "id": "video", "href": "https://www.w3.org/TR/html-aam-1.0/#video", "level": 4, "title": "video", - "number": "3.4.144" + "number": "3.5.145" }, { "id": "wbr", "href": "https://www.w3.org/TR/html-aam-1.0/#wbr", "level": 4, "title": "wbr", - "number": "3.4.145" + "number": "3.5.146" }, { "id": "html-attribute-state-and-property-mappings", "href": "https://www.w3.org/TR/html-aam-1.0/#html-attribute-state-and-property-mappings", "level": 3, "title": "HTML Attribute State and Property Mappings", - "number": "3.5" + "number": "3.6" }, { "id": "abbr-0", "href": "https://www.w3.org/TR/html-aam-1.0/#abbr-0", "level": 4, "title": "abbr", - "number": "3.5.1" + "number": "3.6.1" }, { "id": "accept", "href": "https://www.w3.org/TR/html-aam-1.0/#accept", "level": 4, "title": "accept", - "number": "3.5.2" + "number": "3.6.2" }, { "id": "accept-charset", "href": "https://www.w3.org/TR/html-aam-1.0/#accept-charset", "level": 4, "title": "accept-charset", - "number": "3.5.3" + "number": "3.6.3" }, { "id": "accesskey", "href": "https://www.w3.org/TR/html-aam-1.0/#accesskey", "level": 4, "title": "accesskey", - "number": "3.5.4" + "number": "3.6.4" }, { "id": "action", "href": "https://www.w3.org/TR/html-aam-1.0/#action", "level": 4, "title": "action", - "number": "3.5.5" + "number": "3.6.5" }, { "id": "allow", "href": "https://www.w3.org/TR/html-aam-1.0/#allow", "level": 4, "title": "allow", - "number": "3.5.6" + "number": "3.6.6" }, { "id": "allowfullscreen", "href": "https://www.w3.org/TR/html-aam-1.0/#allowfullscreen", "level": 4, "title": "allowfullscreen", - "number": "3.5.7" + "number": "3.6.7" }, { "id": "alt", "href": "https://www.w3.org/TR/html-aam-1.0/#alt", "level": 4, "title": "alt", - "number": "3.5.8" + "number": "3.6.8" }, { "id": "as", "href": "https://www.w3.org/TR/html-aam-1.0/#as", "level": 4, "title": "as", - "number": "3.5.9" + "number": "3.6.9" }, { "id": "async", "href": "https://www.w3.org/TR/html-aam-1.0/#async", "level": 4, "title": "async", - "number": "3.5.10" + "number": "3.6.10" }, { "id": "autocapitalize", "href": "https://www.w3.org/TR/html-aam-1.0/#autocapitalize", "level": 4, "title": "autocapitalize", - "number": "3.5.11" + "number": "3.6.11" }, { "id": "autocomplete", "href": "https://www.w3.org/TR/html-aam-1.0/#autocomplete", "level": 4, "title": "autocomplete", - "number": "3.5.12" + "number": "3.6.12" }, { "id": "autocomplete-0", "href": "https://www.w3.org/TR/html-aam-1.0/#autocomplete-0", "level": 4, "title": "autocomplete", - "number": "3.5.13" + "number": "3.6.13" }, { "id": "autofocus", "href": "https://www.w3.org/TR/html-aam-1.0/#autofocus", "level": 4, "title": "autofocus", - "number": "3.5.14" + "number": "3.6.14" }, { "id": "autoplay", "href": "https://www.w3.org/TR/html-aam-1.0/#autoplay", "level": 4, "title": "autoplay", - "number": "3.5.15" + "number": "3.6.15" }, { "id": "blocking", "href": "https://www.w3.org/TR/html-aam-1.0/#blocking", "level": 4, "title": "blocking", - "number": "3.5.16" + "number": "3.6.16" }, { "id": "charset", "href": "https://www.w3.org/TR/html-aam-1.0/#charset", "level": 4, "title": "charset", - "number": "3.5.17" + "number": "3.6.17" }, { "id": "checked-if-present", "href": "https://www.w3.org/TR/html-aam-1.0/#checked-if-present", "level": 4, "title": "checked (if present)", - "number": "3.5.18" + "number": "3.6.18" }, { "id": "checked-if-absent", "href": "https://www.w3.org/TR/html-aam-1.0/#checked-if-absent", "level": 4, "title": "checked (if absent)", - "number": "3.5.19" + "number": "3.6.19" }, { "id": "cite-0", "href": "https://www.w3.org/TR/html-aam-1.0/#cite-0", "level": 4, "title": "cite", - "number": "3.5.20" + "number": "3.6.20" }, { "id": "class", "href": "https://www.w3.org/TR/html-aam-1.0/#class", "level": 4, "title": "class", - "number": "3.5.21" + "number": "3.6.21" }, { "id": "color", "href": "https://www.w3.org/TR/html-aam-1.0/#color", "level": 4, "title": "color", - "number": "3.5.22" + "number": "3.6.22" }, { "id": "cols", "href": "https://www.w3.org/TR/html-aam-1.0/#cols", "level": 4, "title": "cols", - "number": "3.5.23" + "number": "3.6.23" }, { "id": "colspan", "href": "https://www.w3.org/TR/html-aam-1.0/#colspan", "level": 4, "title": "colspan", - "number": "3.5.24" + "number": "3.6.24" }, { "id": "content", "href": "https://www.w3.org/TR/html-aam-1.0/#content", "level": 4, "title": "content", - "number": "3.5.25" + "number": "3.6.25" }, { "id": "contenteditable", "href": "https://www.w3.org/TR/html-aam-1.0/#contenteditable", "level": 4, "title": "contenteditable", - "number": "3.5.26" + "number": "3.6.26" }, { "id": "controls", "href": "https://www.w3.org/TR/html-aam-1.0/#controls", "level": 4, "title": "controls", - "number": "3.5.27" + "number": "3.6.27" }, { "id": "coords", "href": "https://www.w3.org/TR/html-aam-1.0/#coords", "level": 4, "title": "coords", - "number": "3.5.28" + "number": "3.6.28" }, { "id": "crossorigin", "href": "https://www.w3.org/TR/html-aam-1.0/#crossorigin", "level": 4, "title": "crossorigin", - "number": "3.5.29" + "number": "3.6.29" }, { "id": "data-0", "href": "https://www.w3.org/TR/html-aam-1.0/#data-0", "level": 4, "title": "data", - "number": "3.5.30" + "number": "3.6.30" }, { "id": "datetime", "href": "https://www.w3.org/TR/html-aam-1.0/#datetime", "level": 4, "title": "datetime", - "number": "3.5.31" + "number": "3.6.31" }, { "id": "datetime-0", "href": "https://www.w3.org/TR/html-aam-1.0/#datetime-0", "level": 4, "title": "datetime", - "number": "3.5.32" + "number": "3.6.32" }, { "id": "decoding", "href": "https://www.w3.org/TR/html-aam-1.0/#decoding", "level": 4, "title": "decoding", - "number": "3.5.33" + "number": "3.6.33" }, { "id": "default", "href": "https://www.w3.org/TR/html-aam-1.0/#default", "level": 4, "title": "default", - "number": "3.5.34" + "number": "3.6.34" }, { "id": "defer", "href": "https://www.w3.org/TR/html-aam-1.0/#defer", "level": 4, "title": "defer", - "number": "3.5.35" + "number": "3.6.35" }, { "id": "dir", "href": "https://www.w3.org/TR/html-aam-1.0/#dir", "level": 4, "title": "dir", - "number": "3.5.36" + "number": "3.6.36" }, { "id": "dir-0", "href": "https://www.w3.org/TR/html-aam-1.0/#dir-0", "level": 4, "title": "dir", - "number": "3.5.37" + "number": "3.6.37" }, { "id": "dirname", "href": "https://www.w3.org/TR/html-aam-1.0/#dirname", "level": 4, "title": "dirname", - "number": "3.5.38" + "number": "3.6.38" }, { "id": "disabled", "href": "https://www.w3.org/TR/html-aam-1.0/#disabled", "level": 4, "title": "disabled", - "number": "3.5.39" + "number": "3.6.39" }, { "id": "disabled-0", "href": "https://www.w3.org/TR/html-aam-1.0/#disabled-0", "level": 4, "title": "disabled", - "number": "3.5.40" + "number": "3.6.40" }, { "id": "disabled-1", "href": "https://www.w3.org/TR/html-aam-1.0/#disabled-1", "level": 4, "title": "disabled", - "number": "3.5.41" + "number": "3.6.41" }, { "id": "download", "href": "https://www.w3.org/TR/html-aam-1.0/#download", "level": 4, "title": "download", - "number": "3.5.42" + "number": "3.6.42" }, { "id": "draggable", "href": "https://www.w3.org/TR/html-aam-1.0/#draggable", "level": 4, "title": "draggable", - "number": "3.5.43" + "number": "3.6.43" }, { "id": "enctype", "href": "https://www.w3.org/TR/html-aam-1.0/#enctype", "level": 4, "title": "enctype", - "number": "3.5.44" + "number": "3.6.44" }, { "id": "enterkeyhint", "href": "https://www.w3.org/TR/html-aam-1.0/#enterkeyhint", "level": 4, "title": "enterkeyhint", - "number": "3.5.45" + "number": "3.6.45" }, { "id": "fetchpriority", "href": "https://www.w3.org/TR/html-aam-1.0/#fetchpriority", "level": 4, "title": "fetchpriority", - "number": "3.5.46" + "number": "3.6.46" }, { "id": "for", "href": "https://www.w3.org/TR/html-aam-1.0/#for", "level": 4, "title": "for", - "number": "3.5.47" + "number": "3.6.47" }, { "id": "for-0", "href": "https://www.w3.org/TR/html-aam-1.0/#for-0", "level": 4, "title": "for", - "number": "3.5.48" + "number": "3.6.48" }, { "id": "form-0", "href": "https://www.w3.org/TR/html-aam-1.0/#form-0", "level": 4, "title": "form", - "number": "3.5.49" + "number": "3.6.49" }, { "id": "formaction", "href": "https://www.w3.org/TR/html-aam-1.0/#formaction", "level": 4, "title": "formaction", - "number": "3.5.50" + "number": "3.6.50" }, { "id": "formenctype", "href": "https://www.w3.org/TR/html-aam-1.0/#formenctype", "level": 4, "title": "formenctype", - "number": "3.5.51" + "number": "3.6.51" }, { "id": "formmethod", "href": "https://www.w3.org/TR/html-aam-1.0/#formmethod", "level": 4, "title": "formmethod", - "number": "3.5.52" + "number": "3.6.52" }, { "id": "formnovalidate", "href": "https://www.w3.org/TR/html-aam-1.0/#formnovalidate", "level": 4, "title": "formnovalidate", - "number": "3.5.53" + "number": "3.6.53" }, { "id": "formtarget", "href": "https://www.w3.org/TR/html-aam-1.0/#formtarget", "level": 4, "title": "formtarget", - "number": "3.5.54" + "number": "3.6.54" }, { "id": "headers", "href": "https://www.w3.org/TR/html-aam-1.0/#headers", "level": 4, "title": "headers", - "number": "3.5.55" + "number": "3.6.55" }, { "id": "height", "href": "https://www.w3.org/TR/html-aam-1.0/#height", "level": 4, "title": "height", - "number": "3.5.56" + "number": "3.6.56" }, { "id": "hidden", "href": "https://www.w3.org/TR/html-aam-1.0/#hidden", "level": 4, "title": "hidden", - "number": "3.5.57" + "number": "3.6.57" }, { "id": "high", "href": "https://www.w3.org/TR/html-aam-1.0/#high", "level": 4, "title": "high", - "number": "3.5.58" + "number": "3.6.58" }, { "id": "href", "href": "https://www.w3.org/TR/html-aam-1.0/#href", "level": 4, "title": "href", - "number": "3.5.59" + "number": "3.6.59" }, { "id": "href-0", "href": "https://www.w3.org/TR/html-aam-1.0/#href-0", "level": 4, "title": "href", - "number": "3.5.60" + "number": "3.6.60" }, { "id": "hreflang", "href": "https://www.w3.org/TR/html-aam-1.0/#hreflang", "level": 4, "title": "hreflang", - "number": "3.5.61" + "number": "3.6.61" }, { "id": "http-equiv", "href": "https://www.w3.org/TR/html-aam-1.0/#http-equiv", "level": 4, "title": "http-equiv", - "number": "3.5.62" + "number": "3.6.62" }, { "id": "id", "href": "https://www.w3.org/TR/html-aam-1.0/#id", "level": 4, "title": "id", - "number": "3.5.63" + "number": "3.6.63" }, { "id": "inert", "href": "https://www.w3.org/TR/html-aam-1.0/#inert", "level": 4, "title": "inert", - "number": "3.5.64" + "number": "3.6.64" }, { "id": "indeterminate-idl", "href": "https://www.w3.org/TR/html-aam-1.0/#indeterminate-idl", "level": 4, "title": "indeterminate [IDL]", - "number": "3.5.65" + "number": "3.6.65" }, { "id": "ismap", "href": "https://www.w3.org/TR/html-aam-1.0/#ismap", "level": 4, "title": "ismap", - "number": "3.5.66" + "number": "3.6.66" }, { "id": "itemid", "href": "https://www.w3.org/TR/html-aam-1.0/#itemid", "level": 4, "title": "itemid", - "number": "3.5.67" + "number": "3.6.67" }, { "id": "itemprop", "href": "https://www.w3.org/TR/html-aam-1.0/#itemprop", "level": 4, "title": "itemprop", - "number": "3.5.68" + "number": "3.6.68" }, { "id": "itemref", "href": "https://www.w3.org/TR/html-aam-1.0/#itemref", "level": 4, "title": "itemref", - "number": "3.5.69" + "number": "3.6.69" }, { "id": "itemscope", "href": "https://www.w3.org/TR/html-aam-1.0/#itemscope", "level": 4, "title": "itemscope", - "number": "3.5.70" + "number": "3.6.70" }, { "id": "itemtype", "href": "https://www.w3.org/TR/html-aam-1.0/#itemtype", "level": 4, "title": "itemtype", - "number": "3.5.71" + "number": "3.6.71" }, { "id": "kind", "href": "https://www.w3.org/TR/html-aam-1.0/#kind", "level": 4, "title": "kind", - "number": "3.5.72" + "number": "3.6.72" }, { "id": "label-0", "href": "https://www.w3.org/TR/html-aam-1.0/#label-0", "level": 4, "title": "label", - "number": "3.5.73" + "number": "3.6.73" }, { "id": "lang", "href": "https://www.w3.org/TR/html-aam-1.0/#lang", "level": 4, "title": "lang", - "number": "3.5.74" + "number": "3.6.74" }, { "id": "list", "href": "https://www.w3.org/TR/html-aam-1.0/#list", "level": 4, "title": "list", - "number": "3.5.75" + "number": "3.6.75" }, { "id": "loop", "href": "https://www.w3.org/TR/html-aam-1.0/#loop", "level": 4, "title": "loop", - "number": "3.5.76" + "number": "3.6.76" }, { "id": "low", "href": "https://www.w3.org/TR/html-aam-1.0/#low", "level": 4, "title": "low", - "number": "3.5.77" + "number": "3.6.77" }, { "id": "max", "href": "https://www.w3.org/TR/html-aam-1.0/#max", "level": 4, "title": "max", - "number": "3.5.78" + "number": "3.6.78" }, { "id": "max-0", "href": "https://www.w3.org/TR/html-aam-1.0/#max-0", "level": 4, "title": "max", - "number": "3.5.79" + "number": "3.6.79" }, { "id": "maxlength", "href": "https://www.w3.org/TR/html-aam-1.0/#maxlength", "level": 4, "title": "maxlength", - "number": "3.5.80" + "number": "3.6.80" }, { "id": "media", "href": "https://www.w3.org/TR/html-aam-1.0/#media", "level": 4, "title": "media", - "number": "3.5.81" + "number": "3.6.81" }, { "id": "method", "href": "https://www.w3.org/TR/html-aam-1.0/#method", "level": 4, "title": "method", - "number": "3.5.82" + "number": "3.6.82" }, { "id": "min", "href": "https://www.w3.org/TR/html-aam-1.0/#min", "level": 4, "title": "min", - "number": "3.5.83" + "number": "3.6.83" }, { "id": "min-0", "href": "https://www.w3.org/TR/html-aam-1.0/#min-0", "level": 4, "title": "min", - "number": "3.5.84" + "number": "3.6.84" }, { "id": "minlength", "href": "https://www.w3.org/TR/html-aam-1.0/#minlength", "level": 4, "title": "minlength", - "number": "3.5.85" + "number": "3.6.85" }, { "id": "multiple", "href": "https://www.w3.org/TR/html-aam-1.0/#multiple", "level": 4, "title": "multiple", - "number": "3.5.86" + "number": "3.6.86" }, { "id": "multiple-0", "href": "https://www.w3.org/TR/html-aam-1.0/#multiple-0", "level": 4, "title": "multiple", - "number": "3.5.87" + "number": "3.6.87" }, { "id": "muted", "href": "https://www.w3.org/TR/html-aam-1.0/#muted", "level": 4, "title": "muted", - "number": "3.5.88" + "number": "3.6.88" }, { "id": "name", "href": "https://www.w3.org/TR/html-aam-1.0/#name", "level": 4, "title": "name", - "number": "3.5.89" + "number": "3.6.89" }, { "id": "name-0", "href": "https://www.w3.org/TR/html-aam-1.0/#name-0", "level": 4, "title": "name", - "number": "3.5.90" + "number": "3.6.90" }, { "id": "name-1", "href": "https://www.w3.org/TR/html-aam-1.0/#name-1", "level": 4, "title": "name", - "number": "3.5.91" + "number": "3.6.91" }, { "id": "name-2", "href": "https://www.w3.org/TR/html-aam-1.0/#name-2", "level": 4, "title": "name", - "number": "3.5.92" + "number": "3.6.92" }, { "id": "name-3", "href": "https://www.w3.org/TR/html-aam-1.0/#name-3", "level": 4, "title": "name", - "number": "3.5.93" + "number": "3.6.93" }, { "id": "name-4", "href": "https://www.w3.org/TR/html-aam-1.0/#name-4", "level": 4, "title": "name", - "number": "3.5.94" + "number": "3.6.94" }, { "id": "nomodule", "href": "https://www.w3.org/TR/html-aam-1.0/#nomodule", "level": 4, "title": "nomodule", - "number": "3.5.95" + "number": "3.6.95" }, { "id": "nonce", "href": "https://www.w3.org/TR/html-aam-1.0/#nonce", "level": 4, "title": "nonce", - "number": "3.5.96" + "number": "3.6.96" }, { "id": "novalidate", "href": "https://www.w3.org/TR/html-aam-1.0/#novalidate", "level": 4, "title": "novalidate", - "number": "3.5.97" + "number": "3.6.97" }, { "id": "open", "href": "https://www.w3.org/TR/html-aam-1.0/#open", "level": 4, "title": "open", - "number": "3.5.98" + "number": "3.6.98" }, { "id": "open-0", "href": "https://www.w3.org/TR/html-aam-1.0/#open-0", "level": 4, "title": "open", - "number": "3.5.99" + "number": "3.6.99" }, { "id": "optimum", "href": "https://www.w3.org/TR/html-aam-1.0/#optimum", "level": 4, "title": "optimum", - "number": "3.5.100" + "number": "3.6.100" }, { "id": "pattern", "href": "https://www.w3.org/TR/html-aam-1.0/#pattern", "level": 4, "title": "pattern", - "number": "3.5.101" + "number": "3.6.101" }, { "id": "ping", "href": "https://www.w3.org/TR/html-aam-1.0/#ping", "level": 4, "title": "ping", - "number": "3.5.102" + "number": "3.6.102" }, { "id": "placeholder", "href": "https://www.w3.org/TR/html-aam-1.0/#placeholder", "level": 4, "title": "placeholder", - "number": "3.5.103" + "number": "3.6.103" }, { "id": "playsinline", "href": "https://www.w3.org/TR/html-aam-1.0/#playsinline", "level": 4, "title": "playsinline", - "number": "3.5.104" + "number": "3.6.104" + }, + { + "id": "popover", + "href": "https://www.w3.org/TR/html-aam-1.0/#popover", + "level": 4, + "title": "popover", + "number": "3.6.105" + }, + { + "id": "popovertarget", + "href": "https://www.w3.org/TR/html-aam-1.0/#popovertarget", + "level": 4, + "title": "popovertarget", + "number": "3.6.106" + }, + { + "id": "popovertargetaction", + "href": "https://www.w3.org/TR/html-aam-1.0/#popovertargetaction", + "level": 4, + "title": "popovertargetaction", + "number": "3.6.107" }, { "id": "poster", "href": "https://www.w3.org/TR/html-aam-1.0/#poster", "level": 4, "title": "poster", - "number": "3.5.105" + "number": "3.6.108" }, { "id": "preload", "href": "https://www.w3.org/TR/html-aam-1.0/#preload", "level": 4, "title": "preload", - "number": "3.5.106" + "number": "3.6.109" }, { "id": "readonly", "href": "https://www.w3.org/TR/html-aam-1.0/#readonly", "level": 4, "title": "readonly", - "number": "3.5.107" + "number": "3.6.110" }, { "id": "referrerpolicy", "href": "https://www.w3.org/TR/html-aam-1.0/#referrerpolicy", "level": 4, "title": "referrerpolicy", - "number": "3.5.108" + "number": "3.6.111" }, { "id": "rel", "href": "https://www.w3.org/TR/html-aam-1.0/#rel", "level": 4, "title": "rel", - "number": "3.5.109" + "number": "3.6.112" }, { "id": "required", "href": "https://www.w3.org/TR/html-aam-1.0/#required", "level": 4, "title": "required", - "number": "3.5.110" + "number": "3.6.113" }, { "id": "reversed", "href": "https://www.w3.org/TR/html-aam-1.0/#reversed", "level": 4, "title": "reversed", - "number": "3.5.111" + "number": "3.6.114" }, { "id": "rows", "href": "https://www.w3.org/TR/html-aam-1.0/#rows", "level": 4, "title": "rows", - "number": "3.5.112" + "number": "3.6.115" }, { "id": "rowspan", "href": "https://www.w3.org/TR/html-aam-1.0/#rowspan", "level": 4, "title": "rowspan", - "number": "3.5.113" + "number": "3.6.116" }, { "id": "sandbox", "href": "https://www.w3.org/TR/html-aam-1.0/#sandbox", "level": 4, "title": "sandbox", - "number": "3.5.114" + "number": "3.6.117" }, { "id": "scope", "href": "https://www.w3.org/TR/html-aam-1.0/#scope", "level": 4, "title": "scope", - "number": "3.5.115" + "number": "3.6.118" }, { "id": "selected", "href": "https://www.w3.org/TR/html-aam-1.0/#selected", "level": 4, "title": "selected", - "number": "3.5.116" + "number": "3.6.119" }, { "id": "shape", "href": "https://www.w3.org/TR/html-aam-1.0/#shape", "level": 4, "title": "shape", - "number": "3.5.117" + "number": "3.6.120" }, { "id": "size", "href": "https://www.w3.org/TR/html-aam-1.0/#size", "level": 4, "title": "size", - "number": "3.5.118" + "number": "3.6.121" }, { "id": "sizes", "href": "https://www.w3.org/TR/html-aam-1.0/#sizes", "level": 4, "title": "sizes", - "number": "3.5.119" + "number": "3.6.122" }, { "id": "sizes-0", "href": "https://www.w3.org/TR/html-aam-1.0/#sizes-0", "level": 4, "title": "sizes", - "number": "3.5.120" + "number": "3.6.123" }, { "id": "slot-0", "href": "https://www.w3.org/TR/html-aam-1.0/#slot-0", "level": 4, "title": "slot", - "number": "3.5.121" + "number": "3.6.124" }, { "id": "span-0", "href": "https://www.w3.org/TR/html-aam-1.0/#span-0", "level": 4, "title": "span", - "number": "3.5.122" + "number": "3.6.125" }, { "id": "spellcheck", "href": "https://www.w3.org/TR/html-aam-1.0/#spellcheck", "level": 4, "title": "spellcheck", - "number": "3.5.123" + "number": "3.6.126" }, { "id": "src", "href": "https://www.w3.org/TR/html-aam-1.0/#src", "level": 4, "title": "src", - "number": "3.5.124" + "number": "3.6.127" }, { "id": "srcdoc", "href": "https://www.w3.org/TR/html-aam-1.0/#srcdoc", "level": 4, "title": "srcdoc", - "number": "3.5.125" + "number": "3.6.128" }, { "id": "srclang", "href": "https://www.w3.org/TR/html-aam-1.0/#srclang", "level": 4, "title": "srclang", - "number": "3.5.126" + "number": "3.6.129" }, { "id": "srcset", "href": "https://www.w3.org/TR/html-aam-1.0/#srcset", "level": 4, "title": "srcset", - "number": "3.5.127" + "number": "3.6.130" }, { "id": "start", "href": "https://www.w3.org/TR/html-aam-1.0/#start", "level": 4, "title": "start", - "number": "3.5.128" + "number": "3.6.131" }, { "id": "step", "href": "https://www.w3.org/TR/html-aam-1.0/#step", "level": 4, "title": "step", - "number": "3.5.129" + "number": "3.6.132" }, { "id": "style-0", "href": "https://www.w3.org/TR/html-aam-1.0/#style-0", "level": 4, "title": "style", - "number": "3.5.130" + "number": "3.6.133" }, { "id": "tabindex", "href": "https://www.w3.org/TR/html-aam-1.0/#tabindex", "level": 4, "title": "tabindex", - "number": "3.5.131" + "number": "3.6.134" }, { "id": "target", "href": "https://www.w3.org/TR/html-aam-1.0/#target", "level": 4, "title": "target", - "number": "3.5.132" + "number": "3.6.135" }, { "id": "target-0", "href": "https://www.w3.org/TR/html-aam-1.0/#target-0", "level": 4, "title": "target", - "number": "3.5.133" + "number": "3.6.136" }, { "id": "target-1", "href": "https://www.w3.org/TR/html-aam-1.0/#target-1", "level": 4, "title": "target", - "number": "3.5.134" + "number": "3.6.137" }, { "id": "title-1", "href": "https://www.w3.org/TR/html-aam-1.0/#title-1", "level": 4, "title": "title", - "number": "3.5.135" + "number": "3.6.138" }, { "id": "title-2", "href": "https://www.w3.org/TR/html-aam-1.0/#title-2", "level": 4, "title": "title", - "number": "3.5.136" + "number": "3.6.139" }, { "id": "title-3", "href": "https://www.w3.org/TR/html-aam-1.0/#title-3", "level": 4, "title": "title", - "number": "3.5.137" + "number": "3.6.140" }, { "id": "title-4", "href": "https://www.w3.org/TR/html-aam-1.0/#title-4", "level": 4, "title": "title", - "number": "3.5.138" + "number": "3.6.141" }, { "id": "translate", "href": "https://www.w3.org/TR/html-aam-1.0/#translate", "level": 4, "title": "translate", - "number": "3.5.139" + "number": "3.6.142" }, { "id": "type", "href": "https://www.w3.org/TR/html-aam-1.0/#type", "level": 4, "title": "type", - "number": "3.5.140" + "number": "3.6.143" }, { "id": "type-0", "href": "https://www.w3.org/TR/html-aam-1.0/#type-0", "level": 4, "title": "type", - "number": "3.5.141" + "number": "3.6.144" }, { "id": "type-1", "href": "https://www.w3.org/TR/html-aam-1.0/#type-1", "level": 4, "title": "type", - "number": "3.5.142" + "number": "3.6.145" }, { "id": "type-2", "href": "https://www.w3.org/TR/html-aam-1.0/#type-2", "level": 4, "title": "type", - "number": "3.5.143" + "number": "3.6.146" }, { "id": "type-3", "href": "https://www.w3.org/TR/html-aam-1.0/#type-3", "level": 4, "title": "type", - "number": "3.5.144" + "number": "3.6.147" }, { "id": "usemap", "href": "https://www.w3.org/TR/html-aam-1.0/#usemap", "level": 4, "title": "usemap", - "number": "3.5.145" + "number": "3.6.148" }, { "id": "value", "href": "https://www.w3.org/TR/html-aam-1.0/#value", "level": 4, "title": "value", - "number": "3.5.146" + "number": "3.6.149" }, { "id": "value-0", "href": "https://www.w3.org/TR/html-aam-1.0/#value-0", "level": 4, "title": "value", - "number": "3.5.147" + "number": "3.6.150" }, { "id": "value-1", "href": "https://www.w3.org/TR/html-aam-1.0/#value-1", "level": 4, "title": "value", - "number": "3.5.148" + "number": "3.6.151" }, { "id": "value-2", "href": "https://www.w3.org/TR/html-aam-1.0/#value-2", "level": 4, "title": "value", - "number": "3.5.149" + "number": "3.6.152" }, { "id": "value-3", "href": "https://www.w3.org/TR/html-aam-1.0/#value-3", "level": 4, "title": "value", - "number": "3.5.150" + "number": "3.6.153" }, { "id": "width", "href": "https://www.w3.org/TR/html-aam-1.0/#width", "level": 4, "title": "width", - "number": "3.5.151" + "number": "3.6.154" }, { "id": "wrap", "href": "https://www.w3.org/TR/html-aam-1.0/#wrap", "level": 4, "title": "wrap", - "number": "3.5.152" + "number": "3.6.155" }, { "id": "accessible-name-and-description-computation", diff --git a/tr/headings/vc-data-model-2.0.json b/tr/headings/vc-data-model-2.0.json index 9770e69f09da..d7c659d61b4e 100644 --- a/tr/headings/vc-data-model-2.0.json +++ b/tr/headings/vc-data-model-2.0.json @@ -492,47 +492,54 @@ "title": "Usage Patterns", "number": "8.14" }, + { + "id": "legal-processes", + "href": "https://www.w3.org/TR/vc-data-model-2.0/#legal-processes", + "level": 3, + "title": "Legal Processes", + "number": "8.15" + }, { "id": "sharing-information-with-the-wrong-party", "href": "https://www.w3.org/TR/vc-data-model-2.0/#sharing-information-with-the-wrong-party", "level": 3, "title": "Sharing Information with the Wrong Party", - "number": "8.15" + "number": "8.16" }, { "id": "data-theft", "href": "https://www.w3.org/TR/vc-data-model-2.0/#data-theft", "level": 3, "title": "Data Theft", - "number": "8.16" + "number": "8.17" }, { "id": "frequency-of-claim-issuance", "href": "https://www.w3.org/TR/vc-data-model-2.0/#frequency-of-claim-issuance", "level": 3, "title": "Frequency of Claim Issuance", - "number": "8.17" + "number": "8.18" }, { "id": "prefer-single-use-credentials", "href": "https://www.w3.org/TR/vc-data-model-2.0/#prefer-single-use-credentials", "level": 3, "title": "Prefer Single-Use Credentials", - "number": "8.18" + "number": "8.19" }, { "id": "private-browsing", "href": "https://www.w3.org/TR/vc-data-model-2.0/#private-browsing", "level": 3, "title": "Private Browsing", - "number": "8.19" + "number": "8.20" }, { "id": "issuer-cooperation-impacts-on-privacy", "href": "https://www.w3.org/TR/vc-data-model-2.0/#issuer-cooperation-impacts-on-privacy", "level": 3, "title": "Issuer Cooperation Impacts on Privacy", - "number": "8.20" + "number": "8.21" }, { "id": "security-considerations", diff --git a/tr/headings/webgpu.json b/tr/headings/webgpu.json index 4f03c9a8efd4..cbf6bbdb6d65 100644 --- a/tr/headings/webgpu.json +++ b/tr/headings/webgpu.json @@ -1311,12 +1311,19 @@ "title": "Canvas Context sizing", "number": "21.4.2" }, + { + "id": "gpucanvastonemappingmode", + "href": "https://www.w3.org/TR/webgpu/#gpucanvastonemappingmode", + "level": 3, + "title": "GPUCanvasToneMappingMode", + "number": "21.5" + }, { "id": "gpucanvasalphamode", "href": "https://www.w3.org/TR/webgpu/#gpucanvasalphamode", "level": 3, "title": "GPUCanvasAlphaMode", - "number": "21.5" + "number": "21.6" }, { "id": "errors-and-debugging", @@ -1358,131 +1365,124 @@ "level": 2, "title": "23. Detailed Operations" }, - { - "id": "transfer-operations", - "href": "https://www.w3.org/TR/webgpu/#transfer-operations", - "level": 3, - "title": "Transfer", - "number": "23.1" - }, { "id": "computing-operations", "href": "https://www.w3.org/TR/webgpu/#computing-operations", "level": 3, "title": "Computing", - "number": "23.2" + "number": "23.1" }, { "id": "rendering-operations", "href": "https://www.w3.org/TR/webgpu/#rendering-operations", "level": 3, "title": "Rendering", - "number": "23.3" + "number": "23.2" }, { "id": "index-resolution", "href": "https://www.w3.org/TR/webgpu/#index-resolution", "level": 4, "title": "Index Resolution", - "number": "23.3.1" + "number": "23.2.1" }, { "id": "vertex-processing", "href": "https://www.w3.org/TR/webgpu/#vertex-processing", "level": 4, "title": "Vertex Processing", - "number": "23.3.2" + "number": "23.2.2" }, { "id": "primitive-assembly", "href": "https://www.w3.org/TR/webgpu/#primitive-assembly", "level": 4, "title": "Primitive Assembly", - "number": "23.3.3" + "number": "23.2.3" }, { "id": "primitive-clipping", "href": "https://www.w3.org/TR/webgpu/#primitive-clipping", "level": 4, "title": "Primitive Clipping", - "number": "23.3.4" + "number": "23.2.4" }, { "id": "rasterization", "href": "https://www.w3.org/TR/webgpu/#rasterization", "level": 4, "title": "Rasterization", - "number": "23.3.5" + "number": "23.2.5" }, { "id": "point-rasterization", "href": "https://www.w3.org/TR/webgpu/#point-rasterization", "level": 5, "title": "Point Rasterization", - "number": "23.3.5.1" + "number": "23.2.5.1" }, { "id": "line-rasterization", "href": "https://www.w3.org/TR/webgpu/#line-rasterization", "level": 5, "title": "Line Rasterization", - "number": "23.3.5.2" + "number": "23.2.5.2" }, { "id": "barycentric-coordinates", "href": "https://www.w3.org/TR/webgpu/#barycentric-coordinates", "level": 5, "title": "Barycentric coordinates", - "number": "23.3.5.3" + "number": "23.2.5.3" }, { "id": "polygon-rasterization", "href": "https://www.w3.org/TR/webgpu/#polygon-rasterization", "level": 5, "title": "Polygon Rasterization", - "number": "23.3.5.4" + "number": "23.2.5.4" }, { "id": "fragment-processing", "href": "https://www.w3.org/TR/webgpu/#fragment-processing", "level": 4, "title": "Fragment Processing", - "number": "23.3.6" + "number": "23.2.6" }, { "id": "output-merging", "href": "https://www.w3.org/TR/webgpu/#output-merging", "level": 4, "title": "Output Merging", - "number": "23.3.7" + "number": "23.2.7" }, { "id": "no-color-output", "href": "https://www.w3.org/TR/webgpu/#no-color-output", "level": 4, "title": "No Color Output", - "number": "23.3.8" + "number": "23.2.8" }, { "id": "alpha-to-coverage", "href": "https://www.w3.org/TR/webgpu/#alpha-to-coverage", "level": 4, "title": "Alpha to Coverage", - "number": "23.3.9" + "number": "23.2.9" }, { "id": "sample-frequency-shading", "href": "https://www.w3.org/TR/webgpu/#sample-frequency-shading", "level": 4, "title": "Sample frequency shading", - "number": "23.3.10" + "number": "23.2.10" }, { "id": "sample-masking", "href": "https://www.w3.org/TR/webgpu/#sample-masking", "level": 4, "title": "Sample Masking", - "number": "23.3.11" + "number": "23.2.11" }, { "id": "type-definitions", diff --git a/tr/idl/permissions-policy.idl b/tr/idl/permissions-policy.idl index aa82b7c92871..1a7ad42e9c3b 100644 --- a/tr/idl/permissions-policy.idl +++ b/tr/idl/permissions-policy.idl @@ -21,6 +21,7 @@ partial interface HTMLIFrameElement { [Exposed=Window] interface PermissionsPolicyViolationReportBody : ReportBody { + [Default] object toJSON(); readonly attribute DOMString featureId; readonly attribute DOMString? sourceFile; readonly attribute long? lineNumber; diff --git a/tr/idl/wasm-js-api.idl b/tr/idl/wasm-js-api.idl index abb02e68b25d..cb472372532a 100644 --- a/tr/idl/wasm-js-api.idl +++ b/tr/idl/wasm-js-api.idl @@ -62,6 +62,8 @@ dictionary MemoryDescriptor { interface Memory { constructor(MemoryDescriptor descriptor); unsigned long grow([EnforceRange] unsigned long delta); + ArrayBuffer toFixedLengthBuffer(); + ArrayBuffer toResizableBuffer(); readonly attribute ArrayBuffer buffer; }; diff --git a/tr/idl/webgpu.idl b/tr/idl/webgpu.idl index 8e853278e9e0..22b7ff247b07 100644 --- a/tr/idl/webgpu.idl +++ b/tr/idl/webgpu.idl @@ -1189,12 +1189,22 @@ enum GPUCanvasAlphaMode { "premultiplied", }; +enum GPUCanvasToneMappingMode { + "standard", + "extended", +}; + +dictionary GPUCanvasToneMapping { + GPUCanvasToneMappingMode mode = "standard"; +}; + dictionary GPUCanvasConfiguration { required GPUDevice device; required GPUTextureFormat format; GPUTextureUsageFlags usage = 0x10; // GPUTextureUsage.RENDER_ATTACHMENT sequence viewFormats = []; PredefinedColorSpace colorSpace = "srgb"; + GPUCanvasToneMapping toneMapping = {}; GPUCanvasAlphaMode alphaMode = "opaque"; }; diff --git a/tr/ids/WGSL.json b/tr/ids/WGSL.json index 1e04fb805966..b8919062f5e1 100644 --- a/tr/ids/WGSL.json +++ b/tr/ids/WGSL.json @@ -502,6 +502,8 @@ "https://www.w3.org/TR/WGSL/#ref-for-syntax-ident_pattern_token%E2%91%A4", "https://www.w3.org/TR/WGSL/#ref-for-enable-extension%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-extension-f16%E2%91%A0", + "https://www.w3.org/TR/WGSL/#ref-for-extension-clip_distances", + "https://www.w3.org/TR/WGSL/#ref-for-extension-dual_source_blending", "https://www.w3.org/TR/WGSL/#ref-for-language-extension", "https://www.w3.org/TR/WGSL/#ref-for-identifier%E2%91%A3", "https://www.w3.org/TR/WGSL/#syntax-software_extension_name", @@ -3324,7 +3326,7 @@ "https://www.w3.org/TR/WGSL/#ref-for-syntax_sym-paren_right%E2%91%A6", "https://www.w3.org/TR/WGSL/#attribute-blend_src", "https://www.w3.org/TR/WGSL/#ref-for-fragment%E2%91%A1", - "https://www.w3.org/TR/WGSL/#ref-for-extension-dual_source_blending", + "https://www.w3.org/TR/WGSL/#ref-for-extension-dual_source_blending%E2%91%A0", "https://www.w3.org/TR/WGSL/#ref-for-shader-creation-error%E2%91%A0%E2%91%A4%E2%93%AA", "https://www.w3.org/TR/WGSL/#ref-for-structure%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/WGSL/#ref-for-attribute-location%E2%91%A3", diff --git a/tr/ids/html-aam-1.0.json b/tr/ids/html-aam-1.0.json index f5fb87ee47f6..9c80e8bf6778 100644 --- a/tr/ids/html-aam-1.0.json +++ b/tr/ids/html-aam-1.0.json @@ -35,8 +35,14 @@ "https://www.w3.org/TR/html-aam-1.0/#x3-2-conflicts-between-native-markup-semantics-and-wai-aria", "https://www.w3.org/TR/html-aam-1.0/#mapping_nodirect", "https://www.w3.org/TR/html-aam-1.0/#x3-3-exposing-html-features-that-do-not-directly-map-to-accessibility-apis", + "https://www.w3.org/TR/html-aam-1.0/#exposing-html-features-that-require-a-minimum-role", + "https://www.w3.org/TR/html-aam-1.0/#minimum-role", + "https://www.w3.org/TR/html-aam-1.0/#dfn-minimum-role", "https://www.w3.org/TR/html-aam-1.0/#html-element-role-mappings", - "https://www.w3.org/TR/html-aam-1.0/#x3-4-html-element-role-mappings", + "https://www.w3.org/TR/html-aam-1.0/#x3-5-html-element-role-mappings", + "https://www.w3.org/TR/html-aam-1.0/#ref-for-dfn-minimum-role-1", + "https://www.w3.org/TR/html-aam-1.0/#platform-api-mapping-requirements-0", + "https://www.w3.org/TR/html-aam-1.0/#platform-api-mapping-requirements", "https://www.w3.org/TR/html-aam-1.0/#a-represents-a-hyperlink", "https://www.w3.org/TR/html-aam-1.0/#el-a", "https://www.w3.org/TR/html-aam-1.0/#a-no-href-attribute", @@ -340,7 +346,7 @@ "https://www.w3.org/TR/html-aam-1.0/#wbr", "https://www.w3.org/TR/html-aam-1.0/#el-wbr", "https://www.w3.org/TR/html-aam-1.0/#html-attribute-state-and-property-mappings", - "https://www.w3.org/TR/html-aam-1.0/#x3-5-html-attribute-state-and-property-mappings", + "https://www.w3.org/TR/html-aam-1.0/#x3-6-html-attribute-state-and-property-mappings", "https://www.w3.org/TR/html-aam-1.0/#issue-container-generatedID-7", "https://www.w3.org/TR/html-aam-1.0/#h-note-7", "https://www.w3.org/TR/html-aam-1.0/#abbr-0", @@ -557,6 +563,13 @@ "https://www.w3.org/TR/html-aam-1.0/#att-placeholder", "https://www.w3.org/TR/html-aam-1.0/#playsinline", "https://www.w3.org/TR/html-aam-1.0/#att-playsinline", + "https://www.w3.org/TR/html-aam-1.0/#popover", + "https://www.w3.org/TR/html-aam-1.0/#att-popover", + "https://www.w3.org/TR/html-aam-1.0/#att-popover-comments", + "https://www.w3.org/TR/html-aam-1.0/#popovertarget", + "https://www.w3.org/TR/html-aam-1.0/#att-popovertarget", + "https://www.w3.org/TR/html-aam-1.0/#popovertargetaction", + "https://www.w3.org/TR/html-aam-1.0/#att-popovertargetaction", "https://www.w3.org/TR/html-aam-1.0/#poster", "https://www.w3.org/TR/html-aam-1.0/#att-poster", "https://www.w3.org/TR/html-aam-1.0/#preload", diff --git a/tr/ids/permissions-policy-1.json b/tr/ids/permissions-policy-1.json index 61fdac9ea035..9cc4818ded6c 100644 --- a/tr/ids/permissions-policy-1.json +++ b/tr/ids/permissions-policy-1.json @@ -23,16 +23,25 @@ "https://www.w3.org/TR/permissions-policy-1/#ref-for-descendant-navigables", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissions-policy-header%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#ref-for-allowlist", - "https://www.w3.org/TR/permissions-policy-1/#example-eeff6b22", + "https://www.w3.org/TR/permissions-policy-1/#example-aa6215ff", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissions-policy-header%E2%91%A1", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissions-policy-header%E2%91%A2", "https://www.w3.org/TR/permissions-policy-1/#ref-for-allowlist%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#example-f49153e4", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissions-policy-header%E2%91%A3", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissions-policy-header%E2%91%A4", + "https://www.w3.org/TR/permissions-policy-1/#example-00a4d135", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-dfn-powerful-feature", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-attr-iframe-allow", + "https://www.w3.org/TR/permissions-policy-1/#example-b2a3a013", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-dfn-powerful-feature%E2%91%A0", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-dom-mediadevices-getusermedia", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-attr-iframe-allow%E2%91%A0", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-the-iframe-element", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-same-origin", "https://www.w3.org/TR/permissions-policy-1/#other-and-related-mechanisms", "https://www.w3.org/TR/permissions-policy-1/#ref-for-attr-iframe-sandbox", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-the-iframe-element", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-the-iframe-element%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#ref-for-sandbox", "https://www.w3.org/TR/permissions-policy-1/#framwork", "https://www.w3.org/TR/permissions-policy-1/#features", @@ -70,7 +79,7 @@ "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-declared-policy-declarations", "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-declared-policy-declarations", "https://www.w3.org/TR/permissions-policy-1/#ref-for-ordered-map", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-dfn-powerful-feature", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A5", "https://www.w3.org/TR/permissions-policy-1/#ref-for-allowlist%E2%91%A1", "https://www.w3.org/TR/permissions-policy-1/#declared-policy-reporting-configuration", "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-declared-policy-reporting-configuration", @@ -78,7 +87,7 @@ "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-declared-policy-reporting-configuration", "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-declared-policy-reporting-configuration", "https://www.w3.org/TR/permissions-policy-1/#ref-for-ordered-map%E2%91%A0", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-dfn-powerful-feature%E2%91%A0", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A6", "https://www.w3.org/TR/permissions-policy-1/#ref-for-string", "https://www.w3.org/TR/permissions-policy-1/#permissions-policy", "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-permissions-policy", @@ -93,7 +102,7 @@ "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-permissions-policy-inherited-policy", "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-permissions-policy-inherited-policy", "https://www.w3.org/TR/permissions-policy-1/#ref-for-ordered-map%E2%91%A1", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-dfn-powerful-feature%E2%91%A1", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A7", "https://www.w3.org/TR/permissions-policy-1/#permissions-policy-declared-policy", "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-permissions-policy-declared-policy", "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-permissions-policy-declared-policy", @@ -121,7 +130,7 @@ "https://www.w3.org/TR/permissions-policy-1/#ref-for-document", "https://www.w3.org/TR/permissions-policy-1/#ref-for-document%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#ref-for-top-level-traversable", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A5", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A8", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissions-policy-declared-policy%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#ref-for-document%E2%91%A1", "https://www.w3.org/TR/permissions-policy-1/#ref-for-document%E2%91%A2", @@ -155,9 +164,9 @@ "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissions-policy-inherited-policy%E2%91%A2", "https://www.w3.org/TR/permissions-policy-1/#ref-for-document%E2%91%A4", "https://www.w3.org/TR/permissions-policy-1/#ref-for-container-policy%E2%91%A2", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-the-iframe-element%E2%91%A0", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-the-iframe-element%E2%91%A1", "https://www.w3.org/TR/permissions-policy-1/#ref-for-attr-iframe-allowfullscreen", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-attr-iframe-allow", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-attr-iframe-allow%E2%91%A1", "https://www.w3.org/TR/permissions-policy-1/#ref-for-container-policy%E2%91%A3", "https://www.w3.org/TR/permissions-policy-1/#policy-directives", "https://www.w3.org/TR/permissions-policy-1/#policy-directive", @@ -166,7 +175,7 @@ "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-policy-directive", "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-policy-directive", "https://www.w3.org/TR/permissions-policy-1/#ref-for-ordered-map%E2%91%A3", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A6", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/permissions-policy-1/#ref-for-allowlist%E2%91%A2", "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-directive%E2%91%A2", "https://www.w3.org/TR/permissions-policy-1/#ref-for-dictionary", @@ -224,7 +233,7 @@ "https://www.w3.org/TR/permissions-policy-1/#ref-for-expressions", "https://www.w3.org/TR/permissions-policy-1/#ref-for-match-url-to-source-expression", "https://www.w3.org/TR/permissions-policy-1/#default-allowlists", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A7", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#policy-controlled-feature-default-allowlist", "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-policy-controlled-feature-default-allowlist", "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-policy-controlled-feature-default-allowlist", @@ -236,7 +245,7 @@ "https://www.w3.org/TR/permissions-policy-1/#ref-for-top-level-traversable%E2%91%A1", "https://www.w3.org/TR/permissions-policy-1/#ref-for-child-navigable%E2%91%A3", "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature-default-allowlist%E2%91%A1", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A8", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/permissions-policy-1/#default-allowlist", "https://www.w3.org/TR/permissions-policy-1/#ref-for-document%E2%91%A6", "https://www.w3.org/TR/permissions-policy-1/#ref-for-top-level-traversable%E2%91%A2", @@ -252,7 +261,7 @@ "https://www.w3.org/TR/permissions-policy-1/#ref-for-top-level-traversable%E2%91%A3", "https://www.w3.org/TR/permissions-policy-1/#ref-for-child-navigable%E2%91%A6", "https://www.w3.org/TR/permissions-policy-1/#ref-for-nav-document%E2%91%A0", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-same-origin", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-same-origin%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#ref-for-nav-parent", "https://www.w3.org/TR/permissions-policy-1/#ref-for-nav-document%E2%91%A1", "https://www.w3.org/TR/permissions-policy-1/#ref-for-document%E2%91%A8", @@ -305,7 +314,7 @@ "https://www.w3.org/TR/permissions-policy-1/#structured-header-serialization", "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-directive%E2%91%A4", "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-directive%E2%91%A5", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-dfn-powerful-feature%E2%91%A2", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/permissions-policy-1/#ref-for-allowlist%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#ref-for-supported-features%E2%91%A1", "https://www.w3.org/TR/permissions-policy-1/#ref-for-allowlist%E2%91%A0%E2%91%A1", @@ -322,32 +331,32 @@ "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissions-policy-header%E2%91%A6", "https://www.w3.org/TR/permissions-policy-1/#ref-for-dictionary%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#iframe-allow-attribute", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-the-iframe-element%E2%91%A1", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-attr-iframe-allow%E2%91%A0", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-the-iframe-element%E2%91%A2", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-attr-iframe-allow%E2%91%A2", "https://www.w3.org/TR/permissions-policy-1/#ref-for-serialized-policy-directive%E2%91%A1", "https://www.w3.org/TR/permissions-policy-1/#ref-for-allowlist%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/permissions-policy-1/#ref-for-attr-iframe-src", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-attr-iframe-allow%E2%91%A1", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-attr-iframe-allow%E2%91%A3", "https://www.w3.org/TR/permissions-policy-1/#ref-for-allowlist%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-the-iframe-element%E2%91%A2", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-the-iframe-element%E2%91%A3", "https://www.w3.org/TR/permissions-policy-1/#ref-for-content-navigable", "https://www.w3.org/TR/permissions-policy-1/#ref-for-container-policy%E2%91%A5", "https://www.w3.org/TR/permissions-policy-1/#legacy-attributes", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-the-iframe-element%E2%91%A3", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-the-iframe-element%E2%91%A4", "https://www.w3.org/TR/permissions-policy-1/#ref-for-content-navigable%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#ref-for-container-policy%E2%91%A6", "https://www.w3.org/TR/permissions-policy-1/#iframe-allowfullscreen-attribute", "https://www.w3.org/TR/permissions-policy-1/#ref-for-attr-iframe-allowfullscreen%E2%91%A0", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-the-iframe-element%E2%91%A4", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-the-iframe-element%E2%91%A5", "https://www.w3.org/TR/permissions-policy-1/#ref-for-dom-element-requestfullscreen", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-attr-iframe-allow%E2%91%A2", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-attr-iframe-allow%E2%91%A4", "https://www.w3.org/TR/permissions-policy-1/#ref-for-attr-iframe-allowfullscreen%E2%91%A1", "https://www.w3.org/TR/permissions-policy-1/#ref-for-attr-iframe-allowfullscreen%E2%91%A2", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-the-iframe-element%E2%91%A5", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-allowlist%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/permissions-policy-1/#ref-for-the-iframe-element%E2%91%A6", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-allowlist%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-the-iframe-element%E2%91%A7", "https://www.w3.org/TR/permissions-policy-1/#ref-for-content-navigable%E2%91%A1", "https://www.w3.org/TR/permissions-policy-1/#ref-for-container-policy%E2%91%A7", "https://www.w3.org/TR/permissions-policy-1/#introspection", @@ -460,7 +469,7 @@ "https://www.w3.org/TR/permissions-policy-1/#ref-for-dom-document-permissionspolicy", "https://www.w3.org/TR/permissions-policy-1/#ref-for-document%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/permissions-policy-1/#ref-for-document-policy-object", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-the-iframe-element%E2%91%A7", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-the-iframe-element%E2%91%A8", "https://www.w3.org/TR/permissions-policy-1/#iframe-policy-object", "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-iframe-policy-object", "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-iframe-policy-object", @@ -468,9 +477,9 @@ "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-iframe-policy-object", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissionspolicy%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#ref-for-associated-node%E2%91%A4", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-the-iframe-element%E2%91%A8", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-dom-htmliframeelement-permissionspolicy", "https://www.w3.org/TR/permissions-policy-1/#ref-for-the-iframe-element%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-dom-htmliframeelement-permissionspolicy", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-the-iframe-element%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#ref-for-iframe-policy-object", "https://www.w3.org/TR/permissions-policy-1/#ref-for-dom-permissionspolicy-allowsfeature", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissionspolicy%E2%91%A0%E2%91%A1", @@ -563,6 +572,9 @@ "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-permissionspolicyviolationreportbody", "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-permissionspolicyviolationreportbody", "https://www.w3.org/TR/permissions-policy-1/#ref-for-reportbody", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-Default", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-idl-object", + "https://www.w3.org/TR/permissions-policy-1/#dom-permissionspolicyviolationreportbody-tojson", "https://www.w3.org/TR/permissions-policy-1/#ref-for-idl-DOMString%E2%91%A5", "https://www.w3.org/TR/permissions-policy-1/#dom-permissionspolicyviolationreportbody-featureid", "https://www.w3.org/TR/permissions-policy-1/#ref-for-idl-DOMString%E2%91%A6", @@ -581,7 +593,7 @@ "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-permissionspolicyviolationreportbody-featureid", "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-permissionspolicyviolationreportbody-featureid", "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-permissionspolicyviolationreportbody-featureid", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/permissions-policy-1/#ref-for-violate%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#permissionspolicyviolationreportbody-sourcefile", "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-permissionspolicyviolationreportbody-sourcefile", @@ -646,9 +658,9 @@ "https://www.w3.org/TR/permissions-policy-1/#ref-for-ordered-map%E2%91%A8", "https://www.w3.org/TR/permissions-policy-1/#ref-for-ordered-map%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/permissions-policy-1/#ref-for-map-iterate", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/permissions-policy-1/#ref-for-iteration-continue", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/permissions-policy-1/#ref-for-allowlist%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/permissions-policy-1/#ref-for-the-special-value%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#ref-for-self-origin%E2%91%A1", @@ -671,9 +683,9 @@ "https://www.w3.org/TR/permissions-policy-1/#ref-for-strictly-split", "https://www.w3.org/TR/permissions-policy-1/#ref-for-split-on-ascii-whitespace", "https://www.w3.org/TR/permissions-policy-1/#ref-for-iteration-continue%E2%91%A0", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/permissions-policy-1/#ref-for-iteration-continue%E2%91%A1", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/permissions-policy-1/#ref-for-allowlist%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/permissions-policy-1/#ref-for-the-special-value%E2%91%A1", "https://www.w3.org/TR/permissions-policy-1/#ref-for-src-origin%E2%91%A1", @@ -694,16 +706,16 @@ "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-process-policy-attributes", "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-process-policy-attributes", "https://www.w3.org/TR/permissions-policy-1/#ref-for-container-policy%E2%91%A8", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-the-iframe-element%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-the-iframe-element%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-directive%E2%91%A7", "https://www.w3.org/TR/permissions-policy-1/#ref-for-parse-policy-directive", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-attr-iframe-allow%E2%91%A3", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-attr-iframe-allow%E2%91%A5", "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-document-origin%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-node-document%E2%91%A3", "https://www.w3.org/TR/permissions-policy-1/#ref-for-declared-origin%E2%91%A2", "https://www.w3.org/TR/permissions-policy-1/#ref-for-attr-iframe-allowfullscreen%E2%91%A3", "https://www.w3.org/TR/permissions-policy-1/#ref-for-map-exists", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-dfn-powerful-feature%E2%91%A3", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#ref-for-map-set", "https://www.w3.org/TR/permissions-policy-1/#ref-for-the-special-value%E2%91%A2", "https://www.w3.org/TR/permissions-policy-1/#algo-create-for-navigable", @@ -748,7 +760,7 @@ "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-define-inherited-policy-in-container", "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-define-inherited-policy-in-container", "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-define-inherited-policy-in-container", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-dfn-powerful-feature%E2%91%A4", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/permissions-policy-1/#ref-for-navigable-container%E2%91%A3", "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-document-origin%E2%91%A1", "https://www.w3.org/TR/permissions-policy-1/#ref-for-document%E2%91%A0%E2%91%A7", @@ -764,7 +776,7 @@ "https://www.w3.org/TR/permissions-policy-1/#ref-for-matches", "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature-default-allowlist%E2%91%A2", "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature-default-allowlist%E2%91%A3", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-same-origin%E2%91%A0", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-same-origin%E2%91%A1", "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-node-document%E2%91%A7", "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-document-origin%E2%91%A2", "https://www.w3.org/TR/permissions-policy-1/#algo-get-feature-value-for-origin", @@ -773,7 +785,7 @@ "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-get-feature-value-for-origin", "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-get-feature-value-for-origin", "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-get-feature-value-for-origin", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-dfn-powerful-feature%E2%91%A5", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/permissions-policy-1/#ref-for-document%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-url-origin%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-document-permissions-policy", @@ -789,7 +801,7 @@ "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-check-permissions-policy", "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-check-permissions-policy", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissions-policy%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-dfn-powerful-feature%E2%91%A6", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-url-origin%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-url-origin%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissions-policy-inherited-policy%E2%91%A7", @@ -799,14 +811,14 @@ "https://www.w3.org/TR/permissions-policy-1/#ref-for-matches%E2%91%A1", "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature-default-allowlist%E2%91%A4", "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature-default-allowlist%E2%91%A5", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-same-origin%E2%91%A1", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-same-origin%E2%91%A2", "https://www.w3.org/TR/permissions-policy-1/#algo-is-feature-enabled", "https://www.w3.org/TR/permissions-policy-1/#is-feature-enabled", "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-is-feature-enabled", "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-is-feature-enabled", "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-is-feature-enabled", "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-is-feature-enabled", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-dfn-powerful-feature%E2%91%A7", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/permissions-policy-1/#ref-for-document%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-url-origin%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/permissions-policy-1/#ref-for-generate-and-queue-a-report", @@ -829,7 +841,7 @@ "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-get-reporting-endpoint", "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-get-reporting-endpoint", "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-get-reporting-endpoint", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-dfn-powerful-feature%E2%91%A8", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissions-policy%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/permissions-policy-1/#ref-for-permissions-policy-declared-policy%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/permissions-policy-1/#ref-for-declared-policy-reporting-configuration%E2%91%A3", @@ -839,7 +851,7 @@ "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-report-permissions-policy-violation", "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-report-permissions-policy-violation", "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-report-permissions-policy-violation", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-dfn-powerful-feature%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/permissions-policy-1/#ref-for-environment-settings-object%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#ref-for-report", "https://www.w3.org/TR/permissions-policy-1/#ref-for-violate%E2%91%A6", @@ -855,7 +867,7 @@ "https://www.w3.org/TR/permissions-policy-1/#ref-for-generate-and-queue-a-report%E2%91%A0", "https://www.w3.org/TR/permissions-policy-1/#algo-should-request-be-allowed-to-use-feature", "https://www.w3.org/TR/permissions-policy-1/#should-request-be-allowed-to-use-feature", - "https://www.w3.org/TR/permissions-policy-1/#ref-for-dfn-powerful-feature%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/permissions-policy-1/#ref-for-policy-controlled-feature%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-request", "https://www.w3.org/TR/permissions-policy-1/#ref-for-concept-request-window", "https://www.w3.org/TR/permissions-policy-1/#ref-for-window", @@ -1192,11 +1204,16 @@ "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-984221ca", "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-984221ca", "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-984221ca", - "https://www.w3.org/TR/permissions-policy-1/#8b295f89", - "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-8b295f89", - "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-8b295f89", - "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-8b295f89", - "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-8b295f89", + "https://www.w3.org/TR/permissions-policy-1/#321b1ad4", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-321b1ad4", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-321b1ad4", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-321b1ad4", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-321b1ad4", + "https://www.w3.org/TR/permissions-policy-1/#27daf463", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-27daf463", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-27daf463", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-27daf463", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-27daf463", "https://www.w3.org/TR/permissions-policy-1/#574c86b8", "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-574c86b8", "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-574c86b8", @@ -1247,6 +1264,11 @@ "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-8855a9aa", "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-8855a9aa", "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-8855a9aa", + "https://www.w3.org/TR/permissions-policy-1/#f4531911", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-f4531911", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-f4531911", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-f4531911", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-f4531911", "https://www.w3.org/TR/permissions-policy-1/#889e932f", "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-889e932f", "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-889e932f", @@ -1267,6 +1289,11 @@ "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-f8de33a3", "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-f8de33a3", "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-f8de33a3", + "https://www.w3.org/TR/permissions-policy-1/#efd1ec5d", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-efd1ec5d", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-efd1ec5d", + "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-efd1ec5d", + "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-efd1ec5d", "https://www.w3.org/TR/permissions-policy-1/#9cce47fd", "https://www.w3.org/TR/permissions-policy-1/#infopanel-for-9cce47fd", "https://www.w3.org/TR/permissions-policy-1/#infopaneltitle-for-9cce47fd", @@ -1280,7 +1307,6 @@ "https://www.w3.org/TR/permissions-policy-1/#biblio-fullscreen", "https://www.w3.org/TR/permissions-policy-1/#biblio-html", "https://www.w3.org/TR/permissions-policy-1/#biblio-infra", - "https://www.w3.org/TR/permissions-policy-1/#biblio-permissions", "https://www.w3.org/TR/permissions-policy-1/#biblio-reporting-1", "https://www.w3.org/TR/permissions-policy-1/#biblio-rfc2119", "https://www.w3.org/TR/permissions-policy-1/#biblio-rfc3864", @@ -1290,6 +1316,8 @@ "https://www.w3.org/TR/permissions-policy-1/#informative", "https://www.w3.org/TR/permissions-policy-1/#biblio-csp2", "https://www.w3.org/TR/permissions-policy-1/#biblio-html5", + "https://www.w3.org/TR/permissions-policy-1/#biblio-mediacapture-streams", + "https://www.w3.org/TR/permissions-policy-1/#biblio-permissions", "https://www.w3.org/TR/permissions-policy-1/#idl-index", "https://www.w3.org/TR/permissions-policy-1/#issues-index" ] diff --git a/tr/ids/vc-data-model-2.0.json b/tr/ids/vc-data-model-2.0.json index 4ea95bc01fde..945185e8701f 100644 --- a/tr/ids/vc-data-model-2.0.json +++ b/tr/ids/vc-data-model-2.0.json @@ -1524,13 +1524,16 @@ "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-82", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-87", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-83", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-88", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-84", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-85", "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-34", "https://www.w3.org/TR/vc-data-model-2.0/#h-note-32", "https://www.w3.org/TR/vc-data-model-2.0/#bearer-credentials", "https://www.w3.org/TR/vc-data-model-2.0/#x8-10-bearer-credentials", "https://www.w3.org/TR/vc-data-model-2.0/#dfn-bearer-credentials", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-84", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-85", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-86", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-87", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-262", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-bearer-credentials-2", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-56", @@ -1548,54 +1551,54 @@ "https://www.w3.org/TR/vc-data-model-2.0/#vc-tab9sd-jwt", "https://www.w3.org/TR/vc-data-model-2.0/#vc-tab9cose", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-bearer-credentials-4", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-86", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-88", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-bearer-credentials-5", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-bearer-credentials-6", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-87", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-89", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-bearer-credentials-7", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-87", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-bearer-credentials-8", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-bearer-credentials-9", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-88", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-90", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-bearer-credentials-10", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-bearer-credentials-11", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-88", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-89", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-bearer-credentials-12", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-89", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-91", "https://www.w3.org/TR/vc-data-model-2.0/#correlation-during-validation", "https://www.w3.org/TR/vc-data-model-2.0/#x8-11-correlation-during-validation", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-264", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-89", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-53", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-90", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-90", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-91", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-entities-20", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-53", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-91", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-92", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-93", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-entities-20", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-94", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-88", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-95", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-96", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-88", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-97", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-89", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-90", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-91", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-92", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verify-12", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-96", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-98", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-93", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-91", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-92", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-94", "https://www.w3.org/TR/vc-data-model-2.0/#storage-providers-and-data-mining", "https://www.w3.org/TR/vc-data-model-2.0/#x8-12-storage-providers-and-data-mining", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-97", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-99", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-265", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-91", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-266", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-repositories-7", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-98", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-100", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-267", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-268", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-99", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-101", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-repositories-8", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-269", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-270", @@ -1607,49 +1610,49 @@ "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-58", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-272", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-bearer-credentials-13", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-100", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-92", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-101", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-96", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-102", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-93", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-103", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-96", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-104", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-presentation-93", "https://www.w3.org/TR/vc-data-model-2.0/#usage-patterns", "https://www.w3.org/TR/vc-data-model-2.0/#x8-14-usage-patterns", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-273", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-274", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-93", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-94", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-103", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-275", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-95", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-105", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-275", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-96", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-97", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-98", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-276", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-59", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-97", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-60", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-presentation-22", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-98", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-99", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-98", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-61", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-99", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-100", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-104", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-101", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-106", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-99", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-100", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-105", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-101", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-107", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-102", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-101", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-106", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-108", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-102", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-102", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-103", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-62", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-103", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-104", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-105", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-106", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-107", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-107", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-109", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-63", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-277", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-278", @@ -1660,125 +1663,131 @@ "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-280", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-281", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-282", - "https://www.w3.org/TR/vc-data-model-2.0/#sharing-information-with-the-wrong-party", - "https://www.w3.org/TR/vc-data-model-2.0/#x8-15-sharing-information-with-the-wrong-party", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-108", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-103", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-104", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-109", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-105", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-110", + "https://www.w3.org/TR/vc-data-model-2.0/#legal-processes", + "https://www.w3.org/TR/vc-data-model-2.0/#x8-15-legal-processes", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-94", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-110", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-104", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-65", + "https://www.w3.org/TR/vc-data-model-2.0/#sharing-information-with-the-wrong-party", + "https://www.w3.org/TR/vc-data-model-2.0/#x8-16-sharing-information-with-the-wrong-party", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-111", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-108", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-105", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-106", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-107", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-283", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-112", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-107", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-113", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-95", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-114", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-108", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-108", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-109", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-283", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-115", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-116", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-284", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-presentation-94", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-108", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-110", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-presentation-95", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-114", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-117", "https://www.w3.org/TR/vc-data-model-2.0/#data-theft", - "https://www.w3.org/TR/vc-data-model-2.0/#x8-16-data-theft", + "https://www.w3.org/TR/vc-data-model-2.0/#x8-17-data-theft", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-285", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-presentation-96", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-95", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-115", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-65", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-96", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-286", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-116", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-97", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-287", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-117", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-118", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-66", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-97", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-286", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-119", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-109", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-98", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-287", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-120", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-110", - "https://www.w3.org/TR/vc-data-model-2.0/#frequency-of-claim-issuance", - "https://www.w3.org/TR/vc-data-model-2.0/#x8-17-frequency-of-claim-issuance", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-121", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-122", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-111", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-123", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-112", + "https://www.w3.org/TR/vc-data-model-2.0/#frequency-of-claim-issuance", + "https://www.w3.org/TR/vc-data-model-2.0/#x8-18-frequency-of-claim-issuance", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-124", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-288", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-98", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-99", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-100", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-289", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-290", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-100", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-291", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-101", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-122", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-123", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-124", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-109", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-291", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-102", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-125", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-126", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-127", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-109", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-103", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-110", "https://www.w3.org/TR/vc-data-model-2.0/#prefer-single-use-credentials", - "https://www.w3.org/TR/vc-data-model-2.0/#x8-18-prefer-single-use-credentials", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-111", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-125", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-112", + "https://www.w3.org/TR/vc-data-model-2.0/#x8-19-prefer-single-use-credentials", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-113", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-128", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-114", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-292", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-293", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-294", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-113", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-115", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-295", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-126", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-129", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-296", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-297", "https://www.w3.org/TR/vc-data-model-2.0/#private-browsing", - "https://www.w3.org/TR/vc-data-model-2.0/#x8-19-private-browsing", + "https://www.w3.org/TR/vc-data-model-2.0/#x8-20-private-browsing", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-111", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-127", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-130", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-112", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-presentation-23", "https://www.w3.org/TR/vc-data-model-2.0/#issuer-cooperation-impacts-on-privacy", - "https://www.w3.org/TR/vc-data-model-2.0/#x8-20-issuer-cooperation-impacts-on-privacy", + "https://www.w3.org/TR/vc-data-model-2.0/#x8-21-issuer-cooperation-impacts-on-privacy", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-298", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-103", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-128", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-104", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-131", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-105", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-299", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-106", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-300", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-129", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-66", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-130", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-299", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-107", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-300", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-132", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-67", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-133", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-108", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-301", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-131", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-114", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-109", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-113", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-301", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-134", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-116", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-110", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-113", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-111", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-presentation-24", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-114", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-115", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-111", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-117", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-112", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-115", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-113", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-67", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-116", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-116", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-68", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-115", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-114", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-68", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-118", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-116", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-69", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-115", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-116", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-132", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-117", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-117", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-135", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-119", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-118", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-119", "https://www.w3.org/TR/vc-data-model-2.0/#security-considerations", "https://www.w3.org/TR/vc-data-model-2.0/#x9-security-considerations", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-119", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-133", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-118", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-120", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-136", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-120", "https://www.w3.org/TR/vc-data-model-2.0/#cryptography-suites-and-libraries", "https://www.w3.org/TR/vc-data-model-2.0/#x9-1-cryptography-suites-and-libraries", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-117", @@ -1808,20 +1817,20 @@ "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-308", "https://www.w3.org/TR/vc-data-model-2.0/#man-in-the-middle-mitm-attack", "https://www.w3.org/TR/vc-data-model-2.0/#x9-5-1-man-in-the-middle-mitm-attack", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-119", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-121", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-presentation-98", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-presentation-26", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-presentation-99", "https://www.w3.org/TR/vc-data-model-2.0/#replay-attack", "https://www.w3.org/TR/vc-data-model-2.0/#x9-5-2-replay-attack", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-120", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-122", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-presentation-100", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-309", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-134", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-137", "https://www.w3.org/TR/vc-data-model-2.0/#spoofing-attack", "https://www.w3.org/TR/vc-data-model-2.0/#x9-5-3-spoofing-attack", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-121", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-135", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-123", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-138", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-presentation-101", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-310", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-123", @@ -1829,29 +1838,29 @@ "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-presentation-102", "https://www.w3.org/TR/vc-data-model-2.0/#bundling-dependent-claims", "https://www.w3.org/TR/vc-data-model-2.0/#x9-6-bundling-dependent-claims", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-120", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-124", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-121", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-136", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-125", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-124", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-122", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-139", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-125", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-123", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-312", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-89", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-313", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-90", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-126", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-127", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-137", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-140", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-314", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-122", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-124", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-54", "https://www.w3.org/TR/vc-data-model-2.0/#highly-dynamic-information", "https://www.w3.org/TR/vc-data-model-2.0/#x9-7-highly-dynamic-information", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-315", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-316", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-317", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-138", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-123", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-141", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-125", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-318", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-319", "https://www.w3.org/TR/vc-data-model-2.0/#device-theft-and-impersonation", @@ -1872,23 +1881,23 @@ "https://www.w3.org/TR/vc-data-model-2.0/#x9-9-1-unauthorized-use", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-324", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-presentation-103", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-139", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-presentation-104", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-124", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-125", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-140", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-141", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-123", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-142", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-presentation-104", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-126", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-127", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-143", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-144", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-124", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-145", "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-35", "https://www.w3.org/TR/vc-data-model-2.0/#h-note-33", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-143", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-146", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-presentation-28", "https://www.w3.org/TR/vc-data-model-2.0/#inappropriate-use", "https://www.w3.org/TR/vc-data-model-2.0/#x9-9-2-inappropriate-use", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-129", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-130", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-126", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-128", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-131", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-132", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-133", @@ -1921,107 +1930,107 @@ "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claim-validation-6", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-327", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-presentation-105", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-127", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-129", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claim-validation-7", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-128", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-130", "https://www.w3.org/TR/vc-data-model-2.0/#credential-type", "https://www.w3.org/TR/vc-data-model-2.0/#a-1-credential-type", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-129", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-131", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-328", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-144", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-147", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-55", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-329", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-91", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-presentation-29", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-130", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-330", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-131", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-145", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-124", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-331", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-132", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-146", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-330", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-133", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-148", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-125", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-331", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-134", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-149", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-135", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-332", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-56", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-134", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-136", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-333", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-57", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-58", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-135", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-137", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-334", "https://www.w3.org/TR/vc-data-model-2.0/#credential-subject-0", "https://www.w3.org/TR/vc-data-model-2.0/#a-2-credential-subject", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-335", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-147", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-150", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-92", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-69", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-136", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-148", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-70", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-137", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-149", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verify-14", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-150", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-138", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-151", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-71", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-139", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-152", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verify-14", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-153", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-140", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-154", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-155", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-presentation-106", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-93", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-139", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-141", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-94", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-336", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-71", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-72", "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-37", "https://www.w3.org/TR/vc-data-model-2.0/#h-note-35", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-337", "https://www.w3.org/TR/vc-data-model-2.0/#issuer-0", "https://www.w3.org/TR/vc-data-model-2.0/#a-3-issuer", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-95", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-125", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-140", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-126", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-142", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-96", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-141", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-143", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-338", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-presentation-107", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-126", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-127", "https://www.w3.org/TR/vc-data-model-2.0/#holder", "https://www.w3.org/TR/vc-data-model-2.0/#a-4-holder", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-97", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-153", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-142", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-154", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-156", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-144", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-157", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-98", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-143", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-155", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-145", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-158", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verification-material-8", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-presentation-108", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-presentation-109", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-144", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-156", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-72", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-157", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-146", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-159", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-73", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-160", "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-38", "https://www.w3.org/TR/vc-data-model-2.0/#h-note-36", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-339", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-145", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-147", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-presentation-110", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-158", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-73", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-161", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-74", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-340", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-146", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-148", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-341", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-presentation-111", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-147", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-149", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-presentation-112", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-342", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-148", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-150", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-presentation-113", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-presentation-114", "https://www.w3.org/TR/vc-data-model-2.0/#issuance-date", "https://www.w3.org/TR/vc-data-model-2.0/#a-5-issuance-date", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-149", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-150", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-151", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-152", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-343", "https://www.w3.org/TR/vc-data-model-2.0/#proofs-signatures", "https://www.w3.org/TR/vc-data-model-2.0/#a-6-proofs-signatures", @@ -2034,44 +2043,44 @@ "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-100", "https://www.w3.org/TR/vc-data-model-2.0/#validity-periods", "https://www.w3.org/TR/vc-data-model-2.0/#a-7-validity-periods", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-151", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-152", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-153", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-154", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-345", "https://www.w3.org/TR/vc-data-model-2.0/#status-0", "https://www.w3.org/TR/vc-data-model-2.0/#a-8-status", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-346", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-153", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-155", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-type-19", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-347", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-154", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-155", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-156", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-157", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-348", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-127", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-128", "https://www.w3.org/TR/vc-data-model-2.0/#schema", "https://www.w3.org/TR/vc-data-model-2.0/#a-9-schema", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-349", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-156", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-158", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-type-20", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-350", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-157", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-158", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-159", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-160", "https://www.w3.org/TR/vc-data-model-2.0/#fitness-for-purpose", "https://www.w3.org/TR/vc-data-model-2.0/#a-10-fitness-for-purpose", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-101", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-351", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-159", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-160", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-74", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-161", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-162", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-subjects-75", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-102", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-property-103", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-128", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-161", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-129", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-163", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-59", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-claims-60", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-129", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-130", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-352", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-159", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-162", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-162", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-164", "https://www.w3.org/TR/vc-data-model-2.0/#contexts-vocabularies-types-and-credential-schemas", "https://www.w3.org/TR/vc-data-model-2.0/#b-contexts-vocabularies-types-and-credential-schemas", "https://www.w3.org/TR/vc-data-model-2.0/#base-context", @@ -2084,19 +2093,19 @@ "https://www.w3.org/TR/vc-data-model-2.0/#h-note-37", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-354", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-presentation-117", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-163", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-130", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-160", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-165", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-131", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-163", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-137", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-presentation-30", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-355", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-presentation-118", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-164", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-166", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-credential-138", "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifiable-credential-356", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-165", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-131", - "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-161", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-verifier-167", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-issuers-132", + "https://www.w3.org/TR/vc-data-model-2.0/#ref-for-dfn-holders-164", "https://www.w3.org/TR/vc-data-model-2.0/#vocabularies", "https://www.w3.org/TR/vc-data-model-2.0/#b-2-vocabularies", "https://www.w3.org/TR/vc-data-model-2.0/#issue-container-generatedID-40", diff --git a/tr/ids/wasm-js-api-2.json b/tr/ids/wasm-js-api-2.json index bf6d76dbac95..ef1a4962b2f3 100644 --- a/tr/ids/wasm-js-api-2.json +++ b/tr/ids/wasm-js-api-2.json @@ -350,29 +350,39 @@ "https://www.w3.org/TR/wasm-js-api-2/#ref-for-idl-unsigned-long%E2%91%A2", "https://www.w3.org/TR/wasm-js-api-2/#dom-memory-grow-delta-delta", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-arraybuffer-objects%E2%91%A1", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-dom-memory-tofixedlengthbuffer", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-arraybuffer-objects%E2%91%A2", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-dom-memory-toresizablebuffer", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-arraybuffer-objects%E2%91%A3", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-dom-memory-buffer", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-memory%E2%91%A2", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-memory-instances%E2%91%A0", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-instance%E2%91%A3", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-memory%E2%91%A3", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-syntax-memaddr%E2%91%A0", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-arraybuffer-objects%E2%91%A2", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-arraybuffer-objects%E2%91%A4", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-data-blocks%E2%91%A0", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-identified-with", - "https://www.w3.org/TR/wasm-js-api-2/#create-a-memory-buffer", + "https://www.w3.org/TR/wasm-js-api-2/#create-a-fixed-length-memory-buffer", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-syntax-memaddr%E2%91%A1", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-data-blocks%E2%91%A1", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-identified-with%E2%91%A0", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-arraybuffer-objects%E2%91%A3", - "https://www.w3.org/TR/wasm-js-api-2/#initialize-a-memory-object", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-arraybuffer-objects%E2%91%A5", + "https://www.w3.org/TR/wasm-js-api-2/#create-a-resizable-memory-buffer", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-syntax-memaddr%E2%91%A2", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-data-blocks%E2%91%A2", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-identified-with%E2%91%A1", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-native-error-types-used-in-this-standard-rangeerror", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-arraybuffer-objects%E2%91%A6", + "https://www.w3.org/TR/wasm-js-api-2/#initialize-a-memory-object", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-syntax-memaddr%E2%91%A3", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A3", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-memory-object-cache", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-map-exists", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-create-a-memory-buffer", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-create-a-fixed-length-memory-buffer", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-map-set", "https://www.w3.org/TR/wasm-js-api-2/#create-a-memory-object", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-syntax-memaddr%E2%91%A3", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-syntax-memaddr%E2%91%A4", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A4", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-memory-object-cache%E2%91%A0", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-map-exists%E2%91%A0", @@ -381,31 +391,37 @@ "https://www.w3.org/TR/wasm-js-api-2/#ref-for-initialize-a-memory-object", "https://www.w3.org/TR/wasm-js-api-2/#dom-memory-memory", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-map-exists%E2%91%A1", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-native-error-types-used-in-this-standard-rangeerror", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-native-error-types-used-in-this-standard-rangeerror%E2%91%A0", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A5", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-associated-store%E2%91%A3", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-embed-mem-alloc", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-native-error-types-used-in-this-standard-rangeerror%E2%91%A0", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-native-error-types-used-in-this-standard-rangeerror%E2%91%A1", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A6", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-associated-store%E2%91%A4", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-initialize-a-memory-object%E2%91%A0", - "https://www.w3.org/TR/wasm-js-api-2/#reset-the-memory-buffer", + "https://www.w3.org/TR/wasm-js-api-2/#refresh-the-memory-buffer", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A7", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-memory-object-cache%E2%91%A1", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-map-exists%E2%91%A2", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-isfixedarraybuffer", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-returnifabrupt-shorthands%E2%91%A4", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-detacharraybuffer", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-create-a-memory-buffer%E2%91%A0", - "https://www.w3.org/TR/wasm-js-api-2/#dom-memory-grow", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-create-a-fixed-length-memory-buffer%E2%91%A0", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-data-blocks%E2%91%A3", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-identified-with%E2%91%A2", + "https://www.w3.org/TR/wasm-js-api-2/#grow-the-memory-buffer", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-syntax-memaddr%E2%91%A5", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A8", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-associated-store%E2%91%A5", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-embed-mem-size", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-embed-mem-grow", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-embed-error%E2%91%A8", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-native-error-types-used-in-this-standard-rangeerror%E2%91%A1", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-native-error-types-used-in-this-standard-rangeerror%E2%91%A2", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-associated-store%E2%91%A6", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-reset-the-memory-buffer", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-refresh-the-memory-buffer", + "https://www.w3.org/TR/wasm-js-api-2/#dom-memory-grow", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-grow-the-memory-buffer", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-exec-memory-grow", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-values", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-exec-notation-textual", @@ -413,9 +429,35 @@ "https://www.w3.org/TR/wasm-js-api-2/#ref-for-syntax-moduleinst", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-syntax-frame%E2%91%A0", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-syntax-moduleinst%E2%91%A0", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-reset-the-memory-buffer%E2%91%A0", - "https://www.w3.org/TR/wasm-js-api-2/#dom-memory-buffer", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-refresh-the-memory-buffer%E2%91%A0", + "https://www.w3.org/TR/wasm-js-api-2/#dom-memory-tofixedlengthbuffer", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-isfixedarraybuffer%E2%91%A0", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-create-a-fixed-length-memory-buffer%E2%91%A1", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-returnifabrupt-shorthands%E2%91%A5", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-detacharraybuffer%E2%91%A0", + "https://www.w3.org/TR/wasm-js-api-2/#dom-memory-toresizablebuffer", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-isfixedarraybuffer%E2%91%A1", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-associated-store%E2%91%A7", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-embed-mem-type", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-create-a-resizable-memory-buffer", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-returnifabrupt-shorthands%E2%91%A6", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-detacharraybuffer%E2%91%A1", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-arraybuffer-objects%E2%91%A7", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-memory%E2%91%A5", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-page-size", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-hostresizearraybuffer", + "https://www.w3.org/TR/wasm-js-api-2/#abstract-operation-hostresizearraybuffer", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-hostresizearraybuffer%E2%91%A0", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-arraybuffer-objects%E2%91%A8", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-memory-object-cache%E2%91%A2", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-map-iterate", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-samevalue", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-native-error-types-used-in-this-standard-rangeerror%E2%91%A3", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-grow-the-memory-buffer%E2%91%A0", + "https://www.w3.org/TR/wasm-js-api-2/#dom-memory-buffer", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-memory%E2%91%A6", "https://www.w3.org/TR/wasm-js-api-2/#tables", "https://www.w3.org/TR/wasm-js-api-2/#enumdef-tablekind", "https://www.w3.org/TR/wasm-js-api-2/#dom-tablekind-externref", @@ -465,13 +507,13 @@ "https://www.w3.org/TR/wasm-js-api-2/#ref-for-syntax-tableaddr%E2%91%A0", "https://www.w3.org/TR/wasm-js-api-2/#initialize-a-table-object", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-syntax-tableaddr%E2%91%A1", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-table-object-cache", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-map-exists%E2%91%A3", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-map-set%E2%91%A0", "https://www.w3.org/TR/wasm-js-api-2/#create-a-table-object", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-syntax-tableaddr%E2%91%A2", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-table-object-cache%E2%91%A0", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-map-exists%E2%91%A4", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-new%E2%91%A1", @@ -483,56 +525,56 @@ "https://www.w3.org/TR/wasm-js-api-2/#ref-for-dfn-throw", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-native-error-types-used-in-this-standard-typeerror%E2%91%A1", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-map-exists%E2%91%A5", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-native-error-types-used-in-this-standard-rangeerror%E2%91%A2", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-native-error-types-used-in-this-standard-rangeerror%E2%91%A4", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-defaultvalue", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-returnifabrupt-shorthands%E2%91%A5", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-returnifabrupt-shorthands%E2%91%A7", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-towebassemblyvalue%E2%91%A0", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-syntax-tabletype", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-syntax-tabletype%E2%91%A0", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-syntax-tabletype%E2%91%A1", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-associated-store%E2%91%A7", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-embed-table-alloc", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-associated-store%E2%91%A8", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-embed-table-alloc", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-associated-store%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-initialize-a-table-object%E2%91%A0", "https://www.w3.org/TR/wasm-js-api-2/#dom-table-grow", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-associated-store%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-associated-store%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-embed-table-size", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-embed-table-type", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-defaultvalue%E2%91%A0", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-returnifabrupt-shorthands%E2%91%A6", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-returnifabrupt-shorthands%E2%91%A8", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-towebassemblyvalue%E2%91%A1", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-embed-table-grow", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-embed-error%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-native-error-types-used-in-this-standard-rangeerror%E2%91%A3", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-associated-store%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-native-error-types-used-in-this-standard-rangeerror%E2%91%A5", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-associated-store%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/wasm-js-api-2/#dom-table-length", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-table%E2%91%A4", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-associated-store%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-associated-store%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-embed-table-size%E2%91%A0", "https://www.w3.org/TR/wasm-js-api-2/#dom-table-get", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-associated-store%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-associated-store%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-embed-table-read", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-embed-error%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-native-error-types-used-in-this-standard-rangeerror%E2%91%A4", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-native-error-types-used-in-this-standard-rangeerror%E2%91%A6", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-tojsvalue", "https://www.w3.org/TR/wasm-js-api-2/#dom-table-set", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-embed-table-type%E2%91%A0", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-defaultvalue%E2%91%A1", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-returnifabrupt-shorthands%E2%91%A7", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-returnifabrupt-shorthands%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-towebassemblyvalue%E2%91%A2", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-associated-store%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-associated-store%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-embed-table-write", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-embed-error%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-native-error-types-used-in-this-standard-rangeerror%E2%91%A5", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-associated-store%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-native-error-types-used-in-this-standard-rangeerror%E2%91%A7", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-associated-store%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/wasm-js-api-2/#globals", "https://www.w3.org/TR/wasm-js-api-2/#enumdef-valuetype", "https://www.w3.org/TR/wasm-js-api-2/#dom-valuetype-i32", @@ -566,13 +608,13 @@ "https://www.w3.org/TR/wasm-js-api-2/#ref-for-syntax-globaladdr%E2%91%A0", "https://www.w3.org/TR/wasm-js-api-2/#initialize-a-global-object", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-syntax-globaladdr%E2%91%A1", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-global-object-cache", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-map-exists%E2%91%A6", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-map-set%E2%91%A1", "https://www.w3.org/TR/wasm-js-api-2/#create-a-global-object", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-syntax-globaladdr%E2%91%A2", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-global-object-cache%E2%91%A0", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-map-exists%E2%91%A7", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-new%E2%91%A2", @@ -608,13 +650,13 @@ "https://www.w3.org/TR/wasm-js-api-2/#ref-for-towebassemblyvalue%E2%91%A4", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-syntax-mut%E2%91%A0", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-syntax-mut%E2%91%A1", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-associated-store%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-embed-global-alloc%E2%91%A0", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-associated-store%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-embed-global-alloc%E2%91%A0", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-associated-store%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-initialize-a-global-object%E2%91%A0", "https://www.w3.org/TR/wasm-js-api-2/#getglobalvalue", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-global%E2%91%A4", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-associated-store%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-associated-store%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-embed-global-type", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-vector-types%E2%91%A2", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-native-error-types-used-in-this-standard-typeerror%E2%91%A3", @@ -624,7 +666,7 @@ "https://www.w3.org/TR/wasm-js-api-2/#ref-for-global%E2%91%A5", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-getglobalvalue", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-global%E2%91%A6", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-associated-store%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-associated-store%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-embed-global-type%E2%91%A0", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-vector-types%E2%91%A3", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-native-error-types-used-in-this-standard-typeerror%E2%91%A4", @@ -633,43 +675,43 @@ "https://www.w3.org/TR/wasm-js-api-2/#ref-for-towebassemblyvalue%E2%91%A5", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-embed-global-write", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-embed-error%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-native-error-types-used-in-this-standard-rangeerror%E2%91%A6", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-associated-store%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-native-error-types-used-in-this-standard-rangeerror%E2%91%A8", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-associated-store%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/wasm-js-api-2/#dom-global-valueof", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-getglobalvalue%E2%91%A0", "https://www.w3.org/TR/wasm-js-api-2/#exported-function-exotic-objects", "https://www.w3.org/TR/wasm-js-api-2/#exported-function", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-built-in-function-objects", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-syntax-funcaddr%E2%91%A0", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-associated-store%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/wasm-js-api-2/#name-of-the-webassembly-function", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-associated-store%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/wasm-js-api-2/#name-of-the-webassembly-function", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-associated-store%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-iscallable%E2%91%A0", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-index-of-the-host-function", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-returnifabrupt-shorthands%E2%91%A8", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-returnifabrupt-shorthands%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-tostring", "https://www.w3.org/TR/wasm-js-api-2/#a-new-exported-function", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-syntax-funcaddr%E2%91%A1", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-exported-function-cache", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-map-exists%E2%91%A8", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-call-an-exported-function", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-current-realm", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-associated-store%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-associated-store%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-embed-func-type", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-list-size", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-name-of-the-webassembly-function", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-returnifabrupt-shorthands%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-returnifabrupt-shorthands%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-createbuiltinfunction", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-map-set%E2%91%A2", "https://www.w3.org/TR/wasm-js-api-2/#call-an-exported-function", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-syntax-funcaddr%E2%91%A2", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-list%E2%91%A0", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-associated-store%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-associated-store%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-embed-func-type%E2%91%A0", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-vector-types%E2%91%A4", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-native-error-types-used-in-this-standard-typeerror%E2%91%A6", @@ -678,8 +720,8 @@ "https://www.w3.org/TR/wasm-js-api-2/#ref-for-list-append%E2%91%A6", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-towebassemblyvalue%E2%91%A6", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-embed-func-invoke", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-associated-store%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-associated-store%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-embed-error%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-exceptiondef-runtimeerror%E2%91%A0", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-list-size%E2%91%A1", @@ -697,21 +739,21 @@ "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-native-error-types-used-in-this-standard-typeerror%E2%91%A7", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-list-iterate%E2%91%A6", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-list-append%E2%91%A8", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-returnifabrupt-shorthands%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-returnifabrupt-shorthands%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-tojsvalue%E2%91%A3", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-returnifabrupt-shorthands%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-returnifabrupt-shorthands%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-call", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-list-size%E2%91%A2", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-returnifabrupt-shorthands%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-returnifabrupt-shorthands%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-towebassemblyvalue%E2%91%A7", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-returnifabrupt-shorthands%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-returnifabrupt-shorthands%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-getmethod", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-well-known-symbols", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-dfn-throw%E2%91%A0", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-native-error-types-used-in-this-standard-typeerror%E2%91%A8", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-returnifabrupt-shorthands%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-returnifabrupt-shorthands%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-iteratortolist", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-returnifabrupt-shorthands%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-returnifabrupt-shorthands%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-getiteratorfrommethod", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-list%E2%91%A2", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-list-size%E2%91%A3", @@ -729,11 +771,11 @@ "https://www.w3.org/TR/wasm-js-api-2/#ref-for-run-a-host-function", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-clean-up-after-running-a-callback", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-clean-up-after-running-script", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A1%E2%91%A8", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-associated-store%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-embed-func-alloc", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-associated-store%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-embed-func-alloc", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-associated-store%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/wasm-js-api-2/#tojsvalue", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-values%E2%91%A6", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-values%E2%91%A7", @@ -761,29 +803,29 @@ "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-numerictorawbytes", "https://www.w3.org/TR/wasm-js-api-2/#retrieving-an-extern-value", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-syntax-externaddr%E2%91%A0", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A2%E2%91%A0", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-extern-value-cache", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-map-exists%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/wasm-js-api-2/#towebassemblyvalue", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-values%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-vector-types%E2%91%A6", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-syntax-numtype%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-returnifabrupt-shorthands%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-returnifabrupt-shorthands%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-tobigint64", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-values%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-syntax-numtype%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-returnifabrupt-shorthands%E2%91%A0%E2%91%A7", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-returnifabrupt-shorthands%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-toint32", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-values%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-syntax-numtype%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-returnifabrupt-shorthands%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-returnifabrupt-shorthands%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-tonumber", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-syntax-float%E2%91%A5", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-syntax-float%E2%91%A6", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-syntax-float%E2%91%A7", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-values%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-syntax-numtype%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-returnifabrupt-shorthands%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-returnifabrupt-shorthands%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-tonumber%E2%91%A0", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-syntax-float%E2%91%A8", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-syntax-float%E2%91%A0%E2%93%AA", @@ -798,7 +840,7 @@ "https://www.w3.org/TR/wasm-js-api-2/#ref-for-syntax-reftype%E2%91%A7", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-values%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-syntax-reftype%E2%91%A8", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A2%E2%91%A1", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-surrounding-agent%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-extern-value-cache%E2%91%A0", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-syntax-externaddr%E2%91%A1", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-values%E2%91%A1%E2%91%A3", @@ -816,20 +858,20 @@ "https://www.w3.org/TR/wasm-js-api-2/#ref-for-dfn-namespace-object%E2%91%A0", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-list-iterate%E2%91%A7", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-nativeerror-object-structure", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-returnifabrupt-shorthands%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-returnifabrupt-shorthands%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-exceptiondef-compileerror%E2%91%A1", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-exceptiondef-linkerror%E2%91%A7", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-exceptiondef-runtimeerror%E2%91%A1", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-namespacedef-webassembly%E2%91%A5", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-native-error-types-used-in-this-standard-typeerror%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-native-error-types-used-in-this-standard-rangeerror%E2%91%A7", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-native-error-types-used-in-this-standard-rangeerror%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/wasm-js-api-2/#errors", "https://www.w3.org/TR/wasm-js-api-2/#stack-overflow", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-native-error-types-used-in-this-standard-rangeerror%E2%91%A8", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-native-error-types-used-in-this-standard-rangeerror%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/wasm-js-api-2/#out-of-memory", "https://www.w3.org/TR/wasm-js-api-2/#issue-7eafcf54", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-native-error-types-used-in-this-standard-rangeerror%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/wasm-js-api-2/#ref-for-memory%E2%91%A6", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-sec-native-error-types-used-in-this-standard-rangeerror%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/wasm-js-api-2/#ref-for-memory%E2%91%A7", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-dom-memory-grow%E2%91%A0", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-table%E2%91%A5", "https://www.w3.org/TR/wasm-js-api-2/#ref-for-dom-table-grow%E2%91%A0", @@ -876,6 +918,7 @@ "https://www.w3.org/TR/wasm-js-api-2/#b107f911", "https://www.w3.org/TR/wasm-js-api-2/#eca66c99", "https://www.w3.org/TR/wasm-js-api-2/#f9dbc1a8", + "https://www.w3.org/TR/wasm-js-api-2/#01d93e6a", "https://www.w3.org/TR/wasm-js-api-2/#4ad913ae", "https://www.w3.org/TR/wasm-js-api-2/#c4df1374", "https://www.w3.org/TR/wasm-js-api-2/#8b2a5c87", @@ -894,10 +937,13 @@ "https://www.w3.org/TR/wasm-js-api-2/#1243a891", "https://www.w3.org/TR/wasm-js-api-2/#6b815fdd", "https://www.w3.org/TR/wasm-js-api-2/#f02cd417", + "https://www.w3.org/TR/wasm-js-api-2/#efe8653e", "https://www.w3.org/TR/wasm-js-api-2/#649608b9", "https://www.w3.org/TR/wasm-js-api-2/#84b454ff", "https://www.w3.org/TR/wasm-js-api-2/#0e6b2056", "https://www.w3.org/TR/wasm-js-api-2/#0204d188", + "https://www.w3.org/TR/wasm-js-api-2/#5f3abfd0", + "https://www.w3.org/TR/wasm-js-api-2/#3ed14caf", "https://www.w3.org/TR/wasm-js-api-2/#0656fbb6", "https://www.w3.org/TR/wasm-js-api-2/#048283eb", "https://www.w3.org/TR/wasm-js-api-2/#2ad7bc40", @@ -938,6 +984,7 @@ "https://www.w3.org/TR/wasm-js-api-2/#aaa7a4ae", "https://www.w3.org/TR/wasm-js-api-2/#84eac0df", "https://www.w3.org/TR/wasm-js-api-2/#161ae644", + "https://www.w3.org/TR/wasm-js-api-2/#a93d50a7", "https://www.w3.org/TR/wasm-js-api-2/#f06ddd8a", "https://www.w3.org/TR/wasm-js-api-2/#fbc61d3f", "https://www.w3.org/TR/wasm-js-api-2/#746f6bc3", @@ -951,6 +998,7 @@ "https://www.w3.org/TR/wasm-js-api-2/#baaf40e3", "https://www.w3.org/TR/wasm-js-api-2/#f3aaa883", "https://www.w3.org/TR/wasm-js-api-2/#8047ff82", + "https://www.w3.org/TR/wasm-js-api-2/#dce4d017", "https://www.w3.org/TR/wasm-js-api-2/#339ed507", "https://www.w3.org/TR/wasm-js-api-2/#cdfd15a5", "https://www.w3.org/TR/wasm-js-api-2/#c3871e59", diff --git a/tr/ids/webgpu.json b/tr/ids/webgpu.json index 587bf9d46ffb..7cf1db38a15d 100644 --- a/tr/ids/webgpu.json +++ b/tr/ids/webgpu.json @@ -4436,7 +4436,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-interface-of-a-shader", "https://www.w3.org/TR/webgpu/#gpucomputepipeline", "https://www.w3.org/TR/webgpu/#compute-pipeline", - "https://www.w3.org/TR/webgpu/#ref-for-gpucomputepipeline%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-gpucomputepipeline%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-gpucomputepipeline%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-pipeline%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-gpucomputepassencoder%E2%91%A2", @@ -8790,6 +8790,12 @@ "https://www.w3.org/TR/webgpu/#ref-for-gpucanvasalphamode%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasalphamode-opaque%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasalphamode-premultiplied%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-gpucanvastonemappingmode", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvastonemappingmode-standard", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvastonemappingmode-extended", + "https://www.w3.org/TR/webgpu/#dictdef-gpucanvastonemapping", + "https://www.w3.org/TR/webgpu/#ref-for-gpucanvastonemappingmode%E2%91%A0", + "https://www.w3.org/TR/webgpu/#dom-gpucanvastonemapping-mode", "https://www.w3.org/TR/webgpu/#dictdef-gpucanvasconfiguration", "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A5%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasconfiguration-device%E2%91%A2", @@ -8802,6 +8808,8 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasconfiguration-viewformats%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-predefinedcolorspace%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasconfiguration-colorspace%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpucanvastonemapping", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasconfiguration-tonemapping", "https://www.w3.org/TR/webgpu/#ref-for-gpucanvasalphamode%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasconfiguration-alphamode%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpucanvasconfiguration%E2%91%A5", @@ -8825,9 +8833,12 @@ "https://www.w3.org/TR/webgpu/#dom-gpucanvasconfiguration-colorspace", "https://www.w3.org/TR/webgpu/#ref-for-predefinedcolorspace%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-getcurrenttexture%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/webgpu/#dom-gpucanvasconfiguration-tonemapping", + "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpucanvastonemapping%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-getcurrenttexture%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webgpu/#dom-gpucanvasconfiguration-alphamode", "https://www.w3.org/TR/webgpu/#ref-for-gpucanvasalphamode%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-getcurrenttexture%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-getcurrenttexture%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webgpu/#example-239a6233", "https://www.w3.org/TR/webgpu/#ref-for-gpucanvascontext%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A5%E2%91%A8", @@ -8852,6 +8863,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-offscreencanvas%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-dom-offscreencanvas-height", "https://www.w3.org/TR/webgpu/#canvas-color-space", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvasconfiguration-tonemapping%E2%91%A0", "https://www.w3.org/TR/webgpu/#context-sizing", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-configure%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-replace-the-drawing-buffer%E2%91%A8", @@ -8866,7 +8878,13 @@ "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-gputexturedescriptor-for-the-canvas-and-configuration%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-gputexturedescriptor%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-supported-limits-maxtexturedimension2d", - "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-getcurrenttexture%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucanvascontext-getcurrenttexture%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/webgpu/#gpucanvastonemappingmode", + "https://www.w3.org/TR/webgpu/#ref-for-gpucanvastonemappingmode%E2%91%A1", + "https://www.w3.org/TR/webgpu/#dom-gpucanvastonemappingmode-standard", + "https://www.w3.org/TR/webgpu/#example-cf13296c", + "https://www.w3.org/TR/webgpu/#dom-gpucanvastonemappingmode-extended", + "https://www.w3.org/TR/webgpu/#example-8397ef45", "https://www.w3.org/TR/webgpu/#gpucanvasalphamode", "https://www.w3.org/TR/webgpu/#GPUCanvasAlphaMode", "https://www.w3.org/TR/webgpu/#ref-for-gpucanvasalphamode%E2%91%A3", @@ -9133,14 +9151,31 @@ "https://www.w3.org/TR/webgpu/#ref-for-gpudevice%E2%91%A7%E2%91%A7", "https://www.w3.org/TR/webgpu/#detailed-operations", "https://www.w3.org/TR/webgpu/#issue-96bfad03", - "https://www.w3.org/TR/webgpu/#transfer-operations", "https://www.w3.org/TR/webgpu/#computing-operations", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindingtype-storage%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpustoragetexturebindinglayout%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-gpucomputepassencoder%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepassencoder-dispatchworkgroups%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepassencoder-dispatchworkgroupsindirect%E2%91%A4", + "https://www.w3.org/TR/webgpu/#abstract-opdef-compute", + "https://www.w3.org/TR/webgpu/#ref-for-gpucomputepipeline%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferusage-indirect%E2%91%A5", + "https://www.w3.org/TR/webgpu/#ref-for-list-empty%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-list%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpucomputepipelinedescriptor-compute%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuprogrammablestage-entrypoint%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuprogrammablestage-constants%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuprogrammablestage-module%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-list-append%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-device%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-built-in-values%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-built-in-values-num_workgroups", + "https://www.w3.org/TR/webgpu/#ref-for-built-in-values-workgroup_id", + "https://www.w3.org/TR/webgpu/#ref-for-built-in-values-local_invocation_id", + "https://www.w3.org/TR/webgpu/#ref-for-built-in-values-global_invocation_id", + "https://www.w3.org/TR/webgpu/#ref-for-built-in-values-local_invocation_index", + "https://www.w3.org/TR/webgpu/#ref-for-sync-builtin-functions", + "https://www.w3.org/TR/webgpu/#ref-for-device%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-lose-the-device%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-shader-execution-end", "https://www.w3.org/TR/webgpu/#rendering-operations", @@ -9151,6 +9186,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-drawindexedindirect%E2%91%A3", "https://www.w3.org/TR/webgpu/#abstract-opdef-render", "https://www.w3.org/TR/webgpu/#ref-for-gpurenderpipeline%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferusage-indirect%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-renderstate%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-gpurendercommandsmixin%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-resolve-indices", @@ -9163,6 +9199,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurenderpipelinedescriptor-fragment%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webgpu/#index-resolution", "https://www.w3.org/TR/webgpu/#abstract-opdef-resolve-indices", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferusage-indirect%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-gpurendercommandsmixin%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-abstract-opdef-fetch-index", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpurendercommandsmixin-index_buffer-slot%E2%91%A5", @@ -9178,6 +9215,7 @@ "https://www.w3.org/TR/webgpu/#vertex-processing", "https://www.w3.org/TR/webgpu/#ref-for-pipeline%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webgpu/#abstract-opdef-process-vertices", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferusage-indirect%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuvertexstate%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-gpurendercommandsmixin%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferbindingtype-storage%E2%91%A0%E2%91%A4", @@ -9192,7 +9230,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexattribute-format%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-invalid-memory-reference%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuvertexattribute-format%E2%91%A8", - "https://www.w3.org/TR/webgpu/#ref-for-list-empty%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-list-empty%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-invalid-memory-reference%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-channel-formats", "https://www.w3.org/TR/webgpu/#example-efaa9763", @@ -9209,12 +9247,13 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-visibility%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpushaderstage-vertex%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubindgrouplayoutentry-binding%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/webgpu/#ref-for-built-in-values%E2%91%A2", - "https://www.w3.org/TR/webgpu/#ref-for-device%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-built-in-values%E2%91%A3", + "https://www.w3.org/TR/webgpu/#ref-for-device%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-lose-the-device%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-shader-execution-end%E2%91%A0", "https://www.w3.org/TR/webgpu/#primitive-assembly", "https://www.w3.org/TR/webgpu/#abstract-opdef-assemble-primitives", + "https://www.w3.org/TR/webgpu/#ref-for-dom-gpubufferusage-indirect%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpuprimitivestate%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuprimitivestate-stripindexformat%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuprimitivestate-stripindexformat%E2%91%A4", @@ -9248,10 +9287,13 @@ "https://www.w3.org/TR/webgpu/#ref-for-dom-gpuprimitivetopology-triangle-strip%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-clip-volume%E2%91%A6", "https://www.w3.org/TR/webgpu/#ref-for-clip-position%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-interpolation-type-flat", "https://www.w3.org/TR/webgpu/#provoking-vertex", "https://www.w3.org/TR/webgpu/#ref-for-provoking-vertex", "https://www.w3.org/TR/webgpu/#ref-for-provoking-vertex%E2%91%A0", + "https://www.w3.org/TR/webgpu/#ref-for-interpolation-type-linear", "https://www.w3.org/TR/webgpu/#ref-for-clip-position%E2%91%A2", + "https://www.w3.org/TR/webgpu/#ref-for-interpolation-type-perspective", "https://www.w3.org/TR/webgpu/#ref-for-clip-volume%E2%91%A7", "https://www.w3.org/TR/webgpu/#rasterization", "https://www.w3.org/TR/webgpu/#framebuffer", @@ -9367,8 +9409,8 @@ "https://www.w3.org/TR/webgpu/#ref-for-rasterizationpoint-coveragemask", "https://www.w3.org/TR/webgpu/#ref-for-fragment-depth", "https://www.w3.org/TR/webgpu/#ref-for-rasterizationpoint-depth%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-built-in-values%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-built-in-values%E2%91%A4", + "https://www.w3.org/TR/webgpu/#ref-for-built-in-values%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-rasterizationpoint-destination%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-fragmentdestination-position%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-rasterizationpoint-depth%E2%91%A1", @@ -9382,16 +9424,16 @@ "https://www.w3.org/TR/webgpu/#ref-for-rasterizationpoint-primitivevertices", "https://www.w3.org/TR/webgpu/#ref-for-interpolation%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-input-output-locations%E2%91%A8", - "https://www.w3.org/TR/webgpu/#ref-for-device%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/webgpu/#ref-for-device%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-lose-the-device%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-shader-execution-end%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-fragment-colors", "https://www.w3.org/TR/webgpu/#ref-for-shader-stage-output%E2%91%A5", - "https://www.w3.org/TR/webgpu/#ref-for-built-in-values%E2%91%A5", "https://www.w3.org/TR/webgpu/#ref-for-built-in-values%E2%91%A6", + "https://www.w3.org/TR/webgpu/#ref-for-built-in-values%E2%91%A7", "https://www.w3.org/TR/webgpu/#ref-for-dom-renderstate-viewport-slot%E2%91%A4", "https://www.w3.org/TR/webgpu/#ref-for-fragment-depth%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-built-in-values%E2%91%A7", + "https://www.w3.org/TR/webgpu/#ref-for-built-in-values%E2%91%A8", "https://www.w3.org/TR/webgpu/#ref-for-fragment-coveragemask%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-fragment-coveragemask%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-fragment-colors%E2%91%A0", @@ -9413,7 +9455,7 @@ "https://www.w3.org/TR/webgpu/#ref-for-final-sample-mask", "https://www.w3.org/TR/webgpu/#rasterization-mask", "https://www.w3.org/TR/webgpu/#shader-output-mask", - "https://www.w3.org/TR/webgpu/#ref-for-built-in-values%E2%91%A8", + "https://www.w3.org/TR/webgpu/#ref-for-built-in-values%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpumultisamplestate-alphatocoverageenabled%E2%91%A3", "https://www.w3.org/TR/webgpu/#ref-for-shader-output-mask%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-alpha-to-coverage-mask", @@ -10163,13 +10205,20 @@ "https://www.w3.org/TR/webgpu/#3abb7823", "https://www.w3.org/TR/webgpu/#c63e84bd", "https://www.w3.org/TR/webgpu/#968f1caa", + "https://www.w3.org/TR/webgpu/#93d69b7e", "https://www.w3.org/TR/webgpu/#6ff766a1", + "https://www.w3.org/TR/webgpu/#928a31ce", "https://www.w3.org/TR/webgpu/#74e416f6", "https://www.w3.org/TR/webgpu/#5f5c1600", "https://www.w3.org/TR/webgpu/#bcd35d1f", "https://www.w3.org/TR/webgpu/#76e9e532", "https://www.w3.org/TR/webgpu/#c4a5ee35", + "https://www.w3.org/TR/webgpu/#cd3d5f5a", + "https://www.w3.org/TR/webgpu/#c4c56fce", + "https://www.w3.org/TR/webgpu/#99203075", "https://www.w3.org/TR/webgpu/#38146eec", + "https://www.w3.org/TR/webgpu/#c263ed48", + "https://www.w3.org/TR/webgpu/#b87c47bf", "https://www.w3.org/TR/webgpu/#b7a4fc2e", "https://www.w3.org/TR/webgpu/#663bb1af", "https://www.w3.org/TR/webgpu/#a45ba32b", @@ -10186,11 +10235,13 @@ "https://www.w3.org/TR/webgpu/#b4453690", "https://www.w3.org/TR/webgpu/#8fa18d7a", "https://www.w3.org/TR/webgpu/#20963483", + "https://www.w3.org/TR/webgpu/#f50afd42", "https://www.w3.org/TR/webgpu/#deefdc80", "https://www.w3.org/TR/webgpu/#59fb06b8", "https://www.w3.org/TR/webgpu/#8d8b9d69", "https://www.w3.org/TR/webgpu/#991f64bf", "https://www.w3.org/TR/webgpu/#6af418f8", + "https://www.w3.org/TR/webgpu/#088dac08", "https://www.w3.org/TR/webgpu/#references", "https://www.w3.org/TR/webgpu/#normative", "https://www.w3.org/TR/webgpu/#biblio-dom", diff --git a/tr/index.json b/tr/index.json index f4b98c562f9a..68ad07c01aca 100644 --- a/tr/index.json +++ b/tr/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2024-06-26T01:47:01.243Z", + "date": "2024-06-27T01:33:40.502Z", "options": { "fallback": "tr/index.json", "output": "report", @@ -693,7 +693,7 @@ "https://aomediacodec.github.io/av1-spec/" ], "crawled": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf", - "date": "26 June 2024", + "date": "27 June 2024", "links": "links/av1-spec.json" }, { @@ -10230,13 +10230,14 @@ ], "crawled": "https://www.w3.org/TR/html-aam-1.0/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Jun 2024 18:11:03 GMT" + "lastModified": "Wed, 26 Jun 2024 21:13:47 GMT" }, "generator": "respec", - "date": "21 June 2024", - "revision": "fd1c2e6766be897dbceb89e1eeb155c82deba675", + "date": "26 June 2024", + "revision": "7685e0c5feba2447d764559457d7aaefda0e39f9", "links": "links/html-aam-1.0.json", "refs": "refs/html-aam-1.0.json", + "dfns": "dfns/html-aam-1.0.json", "headings": "headings/html-aam-1.0.json", "ids": "ids/html-aam-1.0.json" }, @@ -13467,11 +13468,11 @@ ], "crawled": "https://www.w3.org/TR/permissions-policy-1/", "crawlCacheInfo": { - "lastModified": "Wed, 19 Jun 2024 14:15:17 GMT" + "lastModified": "Wed, 26 Jun 2024 21:47:27 GMT" }, "generator": "bikeshed", - "date": "19 June 2024", - "revision": "ca43e6e34f89b8aaf59cebe4092d7056605026e8", + "date": "26 June 2024", + "revision": "b4af6ac6a80b4112c13e95147a0a86298a90e960", "links": "links/permissions-policy-1.json", "refs": "refs/permissions-policy-1.json", "idl": "idl/permissions-policy.idl", @@ -17237,11 +17238,11 @@ ], "crawled": "https://www.w3.org/TR/vc-data-model-2.0/", "crawlCacheInfo": { - "lastModified": "Tue, 18 Jun 2024 13:49:54 GMT" + "lastModified": "Wed, 26 Jun 2024 23:22:08 GMT" }, "generator": "respec", - "date": "18 June 2024", - "revision": "0a82f17f58898001e87fe47baba1e0b41a58018c", + "date": "26 June 2024", + "revision": "5dd94d31fd5faa4a93780a7b220547302b1c63cb", "links": "links/vc-data-model-2.0.json", "refs": "refs/vc-data-model-2.0.json", "dfns": "dfns/vc-data-model-2.0.json", @@ -17557,11 +17558,11 @@ ], "crawled": "https://www.w3.org/TR/wasm-core-2/", "crawlCacheInfo": { - "lastModified": "Sun, 28 Apr 2024 07:17:01 GMT" + "lastModified": "Wed, 26 Jun 2024 16:37:50 GMT" }, "generator": "bikeshed", - "date": "28 April 2024", - "revision": "242847319caa342faac3903c9107a851f11ac141", + "date": "26 June 2024", + "revision": "2e6b1288ce080fe10292bdf9a20cbcc976033319", "links": "links/wasm-core-2.json", "refs": "refs/wasm-core-2.json", "headings": "headings/wasm-core-2.json", @@ -17626,11 +17627,11 @@ ], "crawled": "https://www.w3.org/TR/wasm-js-api-2/", "crawlCacheInfo": { - "lastModified": "Tue, 02 Apr 2024 14:57:20 GMT" + "lastModified": "Wed, 26 Jun 2024 16:31:08 GMT" }, "generator": "bikeshed", - "date": "2 April 2024", - "revision": "2ee3c46df9db27ad934882f22ad9f532e8c8deda", + "date": "26 June 2024", + "revision": "2e6b1288ce080fe10292bdf9a20cbcc976033319", "links": "links/wasm-js-api-2.json", "refs": "refs/wasm-js-api-2.json", "idl": "idl/wasm-js-api.idl", @@ -17690,11 +17691,11 @@ ], "crawled": "https://www.w3.org/TR/wasm-web-api-2/", "crawlCacheInfo": { - "lastModified": "Sun, 28 Apr 2024 07:11:10 GMT" + "lastModified": "Wed, 26 Jun 2024 16:31:00 GMT" }, "generator": "bikeshed", - "date": "28 April 2024", - "revision": "242847319caa342faac3903c9107a851f11ac141", + "date": "26 June 2024", + "revision": "2e6b1288ce080fe10292bdf9a20cbcc976033319", "links": "links/wasm-web-api-2.json", "refs": "refs/wasm-web-api-2.json", "idl": "idl/wasm-web-api.idl", @@ -19114,11 +19115,11 @@ ], "crawled": "https://www.w3.org/TR/webgpu/", "crawlCacheInfo": { - "lastModified": "Fri, 21 Jun 2024 04:57:59 GMT" + "lastModified": "Wed, 26 Jun 2024 22:09:47 GMT" }, "generator": "bikeshed", - "date": "21 June 2024", - "revision": "214629e3a3907df2cf0fa174970aef859491c4ed", + "date": "26 June 2024", + "revision": "22dc18a85e1b391da4c4e57b45c16ee8aa03664f", "links": "links/webgpu.json", "refs": "refs/webgpu.json", "events": "events/webgpu.json", @@ -20378,11 +20379,11 @@ ], "crawled": "https://www.w3.org/TR/WGSL/", "crawlCacheInfo": { - "lastModified": "Tue, 25 Jun 2024 18:49:14 GMT" + "lastModified": "Wed, 26 Jun 2024 14:46:07 GMT" }, "generator": "bikeshed", - "date": "25 June 2024", - "revision": "b1cc2ac7dc0aee36a76ad8d9cd0fc35f0979ef4d", + "date": "26 June 2024", + "revision": "3cb784d18449dce892ffb08f970d4781e602e3fc", "links": "links/WGSL.json", "refs": "refs/WGSL.json", "dfns": "dfns/WGSL.json", diff --git a/tr/links/WGSL.json b/tr/links/WGSL.json index cab772d5bae1..733759066c03 100644 --- a/tr/links/WGSL.json +++ b/tr/links/WGSL.json @@ -49,6 +49,9 @@ "https://www.w3.org/TR/wasm-core-2/": {}, "https://www.w3.org/TR/webgpu/": { "anchors": [ + "shader-f16", + "dom-gpufeaturename-clip-distances", + "dom-gpufeaturename-dual-source-blending", "plain-color-formats", "gpuexternaltexture", "limits", diff --git a/tr/links/html-aam-1.0.json b/tr/links/html-aam-1.0.json index b4fff8f6b83b..065fd0e49c72 100644 --- a/tr/links/html-aam-1.0.json +++ b/tr/links/html-aam-1.0.json @@ -120,7 +120,9 @@ "https://github.com/w3c/html-aam/pull/429": {}, "https://github.com/w3c/html-aam/pull/442": {}, "https://github.com/w3c/html-aam/pull/444": {}, + "https://github.com/w3c/html-aam/pull/454": {}, "https://github.com/w3c/html-aam/pull/465": {}, + "https://github.com/w3c/html-aam/pull/481": {}, "https://github.com/w3c/html-aam/pull/498": {}, "https://github.com/w3c/html-aam/pull/504": {}, "https://github.com/ylafon": {}, @@ -458,6 +460,14 @@ "param" ] }, + "https://html.spec.whatwg.org/multipage/popover.html": { + "anchors": [ + "attr-popover", + "the-popover-attribute", + "attr-popovertarget", + "attr-popovertargetaction" + ] + }, "https://html.spec.whatwg.org/multipage/scripting.html": { "anchors": [ "the-noscript-element", @@ -735,6 +745,9 @@ "ariaInvalidTrue", "ariaInvalidFalse", "ariaPlaceholder", + "ariaExpandedFalse", + "ariaExpandedUndefined", + "ariaDetails", "ariaReadonlyTrue", "ariaRequiredTrue", "ariaRowSpan", diff --git a/tr/links/permissions-policy-1.json b/tr/links/permissions-policy-1.json index b79ff2f93f58..3890832b3eb2 100644 --- a/tr/links/permissions-policy-1.json +++ b/tr/links/permissions-policy-1.json @@ -37,6 +37,7 @@ "https://www.w3.org/TR/CSP2/": {}, "https://www.w3.org/TR/CSP3/": {}, "https://www.w3.org/TR/html5/": {}, + "https://www.w3.org/TR/mediacapture-streams/": {}, "https://www.w3.org/TR/permissions/": {}, "https://www.w3.org/TR/reporting-1/": {}, "https://www.w3.org/groups/wg/webappsec": {}, @@ -87,10 +88,10 @@ }, "https://html.spec.whatwg.org/multipage/browsers.html": { "anchors": [ + "same-origin", "same-origin-domain", "concept-origin-opaque", "ascii-serialisation-of-an-origin", - "same-origin", "sandboxed-origin-browsing-context-flag" ] }, @@ -113,10 +114,10 @@ }, "https://html.spec.whatwg.org/multipage/iframe-embed-object.html": { "anchors": [ - "attr-iframe-sandbox", + "attr-iframe-allow", "the-iframe-element", + "attr-iframe-sandbox", "attr-iframe-allowfullscreen", - "attr-iframe-allow", "attr-iframe-src", "htmliframeelement", "attr-iframe-srcdoc" @@ -180,6 +181,8 @@ "idl-DOMString", "idl-sequence", "SameObject", + "Default", + "idl-object", "idl-long" ] }, @@ -191,6 +194,11 @@ "grammardef-host-source" ] }, + "https://www.w3.org/TR/mediacapture-streams/": { + "anchors": [ + "dom-mediadevices-getusermedia" + ] + }, "https://www.w3.org/TR/permissions/": { "anchors": [ "dfn-powerful-feature" diff --git a/tr/links/wasm-core-2.json b/tr/links/wasm-core-2.json index dc1c4b2c51dc..2e48bb0d7319 100644 --- a/tr/links/wasm-core-2.json +++ b/tr/links/wasm-core-2.json @@ -34,11 +34,6 @@ "https://www.cis.upenn.edu/~bcpierce/tapl/": {}, "https://www.iana.org/assignments/media-types/media-types.xhtml": {}, "https://www.unicode.org/versions/latest/": {}, - "https://www.w3.org/2023/Process-20231103/": { - "anchors": [ - "recs-and-notes" - ] - }, "https://www.w3.org/Consortium/Patent-Policy/": { "anchors": [ "def-essential", @@ -51,7 +46,13 @@ "https://www.w3.org/TR/wasm-web-api/": {}, "https://www.w3.org/community/webassembly/": {}, "https://www.w3.org/groups/wg/wasm/": {}, - "https://www.w3.org/groups/wg/wasm/ipr": {} + "https://www.w3.org/groups/wg/wasm/ipr": {}, + "https://www.w3.org/policies/patent-policy/": {}, + "https://www.w3.org/policies/process/20231103/": { + "anchors": [ + "recs-and-notes" + ] + } }, "autolinks": {} } diff --git a/tr/links/wasm-js-api-2.json b/tr/links/wasm-js-api-2.json index 7e9d61928c5e..ce59b7700202 100644 --- a/tr/links/wasm-js-api-2.json +++ b/tr/links/wasm-js-api-2.json @@ -17,11 +17,6 @@ "https://webassembly.github.io/spec/core/": {}, "https://webassembly.github.io/spec/web-api/index.html": {}, "https://webidl.spec.whatwg.org/": {}, - "https://www.w3.org/2023/Process-20231103/": { - "anchors": [ - "recs-and-notes" - ] - }, "https://www.w3.org/Consortium/Patent-Policy/": { "anchors": [ "def-essential", @@ -33,7 +28,13 @@ "https://www.w3.org/TR/wasm-js-api/": {}, "https://www.w3.org/TR/wasm-web-api/": {}, "https://www.w3.org/groups/wg/wasm/": {}, - "https://www.w3.org/groups/wg/wasm/ipr": {} + "https://www.w3.org/groups/wg/wasm/ipr": {}, + "https://www.w3.org/policies/patent-policy/": {}, + "https://www.w3.org/policies/process/20231103/": { + "anchors": [ + "recs-and-notes" + ] + } }, "autolinks": { "https://encoding.spec.whatwg.org/": { @@ -72,6 +73,7 @@ "list-append", "map-exists", "map-set", + "map-iterate", "list-size" ] }, @@ -117,6 +119,12 @@ "sec-numerictorawbytes" ] }, + "https://tc39.es/proposal-resizablearraybuffer/": { + "anchors": [ + "sec-isfixedarraybuffer", + "sec-hostresizearraybuffer" + ] + }, "https://tc39.github.io/ecma262/": { "anchors": [ "sec-native-error-types-used-in-this-standard-typeerror", @@ -124,6 +132,7 @@ "sec-ecmascript-data-types-and-values", "sec-arraybuffer-objects", "sec-native-error-types-used-in-this-standard-rangeerror", + "sec-samevalue", "sec-built-in-function-objects", "current-realm", "%E2%84%A4", @@ -145,6 +154,7 @@ "embed-mem-alloc", "embed-mem-size", "embed-mem-grow", + "embed-mem-type", "embed-table-alloc", "embed-table-size", "embed-table-type", @@ -195,6 +205,7 @@ "values", "syntax-frame", "syntax-moduleinst", + "page-size", "table-instances", "global-instances", "syntax-hostfunc" diff --git a/tr/links/wasm-web-api-2.json b/tr/links/wasm-web-api-2.json index 3f4d7b38af8d..2f78aaa18766 100644 --- a/tr/links/wasm-web-api-2.json +++ b/tr/links/wasm-web-api-2.json @@ -15,11 +15,6 @@ "https://webassembly.github.io/spec/core/": {}, "https://webassembly.github.io/spec/js-api/": {}, "https://webidl.spec.whatwg.org/": {}, - "https://www.w3.org/2023/Process-20231103/": { - "anchors": [ - "recs-and-notes" - ] - }, "https://www.w3.org/Consortium/Patent-Policy/": { "anchors": [ "def-essential", @@ -31,7 +26,13 @@ "https://www.w3.org/TR/wasm-js-api/": {}, "https://www.w3.org/TR/wasm-web-api/": {}, "https://www.w3.org/groups/wg/wasm/": {}, - "https://www.w3.org/groups/wg/wasm/ipr": {} + "https://www.w3.org/groups/wg/wasm/ipr": {}, + "https://www.w3.org/policies/patent-policy/": {}, + "https://www.w3.org/policies/process/20231103/": { + "anchors": [ + "recs-and-notes" + ] + } }, "autolinks": { "https://fetch.spec.whatwg.org/": { diff --git a/tr/links/webgpu.json b/tr/links/webgpu.json index d237aeb4e21d..353a13fce842 100644 --- a/tr/links/webgpu.json +++ b/tr/links/webgpu.json @@ -131,8 +131,17 @@ "scalar-types", "invalid-memory-reference", "64-bit-integer", + "built-in-values-num_workgroups", + "built-in-values-workgroup_id", + "built-in-values-local_invocation_id", + "built-in-values-global_invocation_id", + "built-in-values-local_invocation_index", + "sync-builtin-functions", "shader-execution-end", "channel-formats", + "interpolation-type-flat", + "interpolation-type-linear", + "interpolation-type-perspective", "shader-stage-input", "f16", "extension-f16", diff --git a/tr/refs/permissions-policy-1.json b/tr/refs/permissions-policy-1.json index c082c706be5f..c3408f36e8f3 100644 --- a/tr/refs/permissions-policy-1.json +++ b/tr/refs/permissions-policy-1.json @@ -29,10 +29,6 @@ "name": "INFRA", "url": "https://infra.spec.whatwg.org/" }, - { - "name": "PERMISSIONS", - "url": "https://www.w3.org/TR/permissions/" - }, { "name": "REPORTING-1", "url": "https://www.w3.org/TR/reporting-1/" @@ -66,6 +62,14 @@ { "name": "HTML5", "url": "https://www.w3.org/TR/html5/" + }, + { + "name": "MEDIACAPTURE-STREAMS", + "url": "https://www.w3.org/TR/mediacapture-streams/" + }, + { + "name": "PERMISSIONS", + "url": "https://www.w3.org/TR/permissions/" } ] }