From e163c517e0359abd913b221959849d599c8a12f2 Mon Sep 17 00:00:00 2001 From: curation-bot <> Date: Sat, 14 Oct 2023 00:49:15 +0000 Subject: [PATCH] Publish curated data from 50562929b79d30c26b5848dc29d8dcc51fb24508 Curated data generated from raw data at 50562929b79d30c26b5848dc29d8dcc51fb24508 --- ed/css/css-masking.json | 4 +- ed/dfns/rdf12-concepts.json | 38 +++ ed/headings/rdf12-concepts.json | 7 + ed/headings/rdf12-trig.json | 7 + ed/idl/turtledove.idl | 8 +- ed/idl/webgpu.idl | 2 +- .../DirectFromSellerSignalsForBuyer.idl | 4 +- .../DirectFromSellerSignalsForSeller.idl | 4 +- ed/idlnames/GPUShaderModuleDescriptor.idl | 2 +- .../DirectFromSellerSignalsForBuyer.json | 2 +- .../DirectFromSellerSignalsForSeller.json | 2 +- .../GPUShaderModuleDescriptor.json | 2 +- ed/idlparsed/turtledove.json | 20 +- ed/idlparsed/webgpu.json | 32 ++- ed/ids/css-masking-1.json | 26 +- ed/ids/rdf12-concepts.json | 93 +++--- ed/ids/rdf12-n-triples.json | 42 ++- ed/ids/rdf12-trig.json | 48 +++- ed/ids/trust-token-api.json | 1 - ed/ids/webgpu.json | 65 +++-- ed/index.json | 264 +++++++++--------- ed/links/css-masking-1.json | 6 + ed/links/rdf12-concepts.json | 1 + ed/links/rdf12-n-triples.json | 8 +- ed/links/rdf12-trig.json | 15 +- ed/links/trust-token-api.json | 1 - ed/refs/css-masking-1.json | 4 + ed/refs/rdf12-concepts.json | 6 +- ed/refs/rdf12-trig.json | 8 +- ed/refs/trust-token-api.json | 4 - 30 files changed, 470 insertions(+), 256 deletions(-) diff --git a/ed/css/css-masking.json b/ed/css/css-masking.json index e3686069327f..4ba596f21165 100644 --- a/ed/css/css-masking.json +++ b/ed/css/css-masking.json @@ -164,7 +164,7 @@ }, { "name": "mask-clip", - "value": "[ | no-clip ]#", + "value": "[ | no-clip ]#", "initial": "border-box", "appliesTo": "All elements. In SVG, it applies to container elements excluding the defs element, all graphics elements and the use element", "inherited": "no", @@ -224,7 +224,7 @@ }, { "name": "mask-origin", - "value": "#", + "value": "#", "initial": "border-box", "appliesTo": "All elements. In SVG, it applies to container elements excluding the defs element, all graphics elements and the use element", "inherited": "no", diff --git a/ed/dfns/rdf12-concepts.json b/ed/dfns/rdf12-concepts.json index fa7fb87af4ca..3bc662992d9b 100644 --- a/ed/dfns/rdf12-concepts.json +++ b/ed/dfns/rdf12-concepts.json @@ -758,6 +758,25 @@ }, "definedIn": "prose" }, + { + "id": "dfn-base-direction", + "href": "https://w3c.github.io/rdf-concepts/spec/#dfn-base-direction", + "linkingText": [ + "base direction" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "section-Graph-Literal", + "href": "https://w3c.github.io/rdf-concepts/spec/#section-Graph-Literal", + "title": "Literals", + "number": "3.3" + }, + "definedIn": "prose" + }, { "id": "dfn-language-tagged-string", "href": "https://w3c.github.io/rdf-concepts/spec/#dfn-language-tagged-string", @@ -777,6 +796,25 @@ }, "definedIn": "prose" }, + { + "id": "dfn-dir-lang-string", + "href": "https://w3c.github.io/rdf-concepts/spec/#dfn-dir-lang-string", + "linkingText": [ + "directional language-tagged string" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "section-Graph-Literal", + "href": "https://w3c.github.io/rdf-concepts/spec/#section-Graph-Literal", + "title": "Literals", + "number": "3.3" + }, + "definedIn": "prose" + }, { "id": "dfn-simple-literal", "href": "https://w3c.github.io/rdf-concepts/spec/#dfn-simple-literal", diff --git a/ed/headings/rdf12-concepts.json b/ed/headings/rdf12-concepts.json index 8757b00bf301..ba50023810ce 100644 --- a/ed/headings/rdf12-concepts.json +++ b/ed/headings/rdf12-concepts.json @@ -134,6 +134,13 @@ "title": "Literals", "number": "3.3" }, + { + "id": "section-text-direction", + "href": "https://w3c.github.io/rdf-concepts/spec/#section-text-direction", + "level": 4, + "title": "Initial Text Direction", + "number": "3.3.1" + }, { "id": "section-blank-nodes", "href": "https://w3c.github.io/rdf-concepts/spec/#section-blank-nodes", diff --git a/ed/headings/rdf12-trig.json b/ed/headings/rdf12-trig.json index 00c4a3ec5f70..66b6e8ee038d 100644 --- a/ed/headings/rdf12-trig.json +++ b/ed/headings/rdf12-trig.json @@ -139,6 +139,13 @@ "level": 3, "title": "Productions for terminals" }, + { + "id": "selected-terminal-literal-strings", + "href": "https://w3c.github.io/rdf-trig/spec/#selected-terminal-literal-strings", + "level": 3, + "title": "Selected Terminal Literal Strings", + "number": "4.6" + }, { "id": "sec-parsing", "href": "https://w3c.github.io/rdf-trig/spec/#sec-parsing", diff --git a/ed/idl/turtledove.idl b/ed/idl/turtledove.idl index f242c2b5757c..6b141b74c2ad 100644 --- a/ed/idl/turtledove.idl +++ b/ed/idl/turtledove.idl @@ -198,13 +198,13 @@ dictionary ReportWinBrowserSignals : ReportingBrowserSignals { }; dictionary DirectFromSellerSignalsForBuyer { - any auctionSignals; - any perBuyerSignals; + any auctionSignals = null; + any perBuyerSignals = null; }; dictionary DirectFromSellerSignalsForSeller { - any auctionSignals; - any sellerSignals; + any auctionSignals = null; + any sellerSignals = null; }; dictionary ScoreAdOutput { diff --git a/ed/idl/webgpu.idl b/ed/idl/webgpu.idl index 56aba529fbc9..f73e0c8ae75d 100644 --- a/ed/idl/webgpu.idl +++ b/ed/idl/webgpu.idl @@ -575,7 +575,7 @@ dictionary GPUShaderModuleDescriptor : GPUObjectDescriptorBase { required USVString code; object sourceMap; - record hints; + record)> hints; }; dictionary GPUShaderModuleCompilationHint { diff --git a/ed/idlnames/DirectFromSellerSignalsForBuyer.idl b/ed/idlnames/DirectFromSellerSignalsForBuyer.idl index 1a1faea8084d..220f6822ecf8 100644 --- a/ed/idlnames/DirectFromSellerSignalsForBuyer.idl +++ b/ed/idlnames/DirectFromSellerSignalsForBuyer.idl @@ -1,5 +1,5 @@ // Source: Protected Audience (formerly FLEDGE) (https://wicg.github.io/turtledove/) dictionary DirectFromSellerSignalsForBuyer { - any auctionSignals; - any perBuyerSignals; + any auctionSignals = null; + any perBuyerSignals = null; }; \ No newline at end of file diff --git a/ed/idlnames/DirectFromSellerSignalsForSeller.idl b/ed/idlnames/DirectFromSellerSignalsForSeller.idl index 5aef5b5cd59b..e0b62add1952 100644 --- a/ed/idlnames/DirectFromSellerSignalsForSeller.idl +++ b/ed/idlnames/DirectFromSellerSignalsForSeller.idl @@ -1,5 +1,5 @@ // Source: Protected Audience (formerly FLEDGE) (https://wicg.github.io/turtledove/) dictionary DirectFromSellerSignalsForSeller { - any auctionSignals; - any sellerSignals; + any auctionSignals = null; + any sellerSignals = null; }; \ No newline at end of file diff --git a/ed/idlnames/GPUShaderModuleDescriptor.idl b/ed/idlnames/GPUShaderModuleDescriptor.idl index 54fe6b1b0306..090abff7373c 100644 --- a/ed/idlnames/GPUShaderModuleDescriptor.idl +++ b/ed/idlnames/GPUShaderModuleDescriptor.idl @@ -3,5 +3,5 @@ dictionary GPUShaderModuleDescriptor : GPUObjectDescriptorBase { required USVString code; object sourceMap; - record hints; + record)> hints; }; \ No newline at end of file diff --git a/ed/idlnamesparsed/DirectFromSellerSignalsForBuyer.json b/ed/idlnamesparsed/DirectFromSellerSignalsForBuyer.json index f6d390cd1e1d..9ba56ce33fe5 100644 --- a/ed/idlnamesparsed/DirectFromSellerSignalsForBuyer.json +++ b/ed/idlnamesparsed/DirectFromSellerSignalsForBuyer.json @@ -6,7 +6,7 @@ "title": "Protected Audience (formerly FLEDGE)", "url": "https://wicg.github.io/turtledove/" }, - "fragment": "dictionary DirectFromSellerSignalsForBuyer {\n any auctionSignals;\n any perBuyerSignals;\n};", + "fragment": "dictionary DirectFromSellerSignalsForBuyer {\n any auctionSignals = null;\n any perBuyerSignals = null;\n};", "href": "https://wicg.github.io/turtledove/#dictdef-directfromsellersignalsforbuyer" }, "extended": [], diff --git a/ed/idlnamesparsed/DirectFromSellerSignalsForSeller.json b/ed/idlnamesparsed/DirectFromSellerSignalsForSeller.json index 992d4b5a8451..5e92d6a0e966 100644 --- a/ed/idlnamesparsed/DirectFromSellerSignalsForSeller.json +++ b/ed/idlnamesparsed/DirectFromSellerSignalsForSeller.json @@ -6,7 +6,7 @@ "title": "Protected Audience (formerly FLEDGE)", "url": "https://wicg.github.io/turtledove/" }, - "fragment": "dictionary DirectFromSellerSignalsForSeller {\n any auctionSignals;\n any sellerSignals;\n};", + "fragment": "dictionary DirectFromSellerSignalsForSeller {\n any auctionSignals = null;\n any sellerSignals = null;\n};", "href": "https://wicg.github.io/turtledove/#dictdef-directfromsellersignalsforseller" }, "extended": [], diff --git a/ed/idlnamesparsed/GPUShaderModuleDescriptor.json b/ed/idlnamesparsed/GPUShaderModuleDescriptor.json index 97695ced84ea..140627162588 100644 --- a/ed/idlnamesparsed/GPUShaderModuleDescriptor.json +++ b/ed/idlnamesparsed/GPUShaderModuleDescriptor.json @@ -6,7 +6,7 @@ "title": "WebGPU", "url": "https://www.w3.org/TR/webgpu/" }, - "fragment": "dictionary GPUShaderModuleDescriptor\n : GPUObjectDescriptorBase {\n required USVString code;\n object sourceMap;\n record hints;\n};", + "fragment": "dictionary GPUShaderModuleDescriptor\n : GPUObjectDescriptorBase {\n required USVString code;\n object sourceMap;\n record)> hints;\n};", "href": "https://gpuweb.github.io/gpuweb/#dictdef-gpushadermoduledescriptor" }, "extended": [], diff --git a/ed/idlparsed/turtledove.json b/ed/idlparsed/turtledove.json index c2dd5080a9fb..3fcbd084b07b 100644 --- a/ed/idlparsed/turtledove.json +++ b/ed/idlparsed/turtledove.json @@ -2251,7 +2251,7 @@ "partial": false }, "DirectFromSellerSignalsForBuyer": { - "fragment": "dictionary DirectFromSellerSignalsForBuyer {\n any auctionSignals;\n any perBuyerSignals;\n};", + "fragment": "dictionary DirectFromSellerSignalsForBuyer {\n any auctionSignals = null;\n any perBuyerSignals = null;\n};", "type": "dictionary", "name": "DirectFromSellerSignalsForBuyer", "inheritance": null, @@ -2268,7 +2268,9 @@ "union": false, "idlType": "any" }, - "default": null, + "default": { + "type": "null" + }, "required": false }, { @@ -2283,7 +2285,9 @@ "union": false, "idlType": "any" }, - "default": null, + "default": { + "type": "null" + }, "required": false } ], @@ -2291,7 +2295,7 @@ "partial": false }, "DirectFromSellerSignalsForSeller": { - "fragment": "dictionary DirectFromSellerSignalsForSeller {\n any auctionSignals;\n any sellerSignals;\n};", + "fragment": "dictionary DirectFromSellerSignalsForSeller {\n any auctionSignals = null;\n any sellerSignals = null;\n};", "type": "dictionary", "name": "DirectFromSellerSignalsForSeller", "inheritance": null, @@ -2308,7 +2312,9 @@ "union": false, "idlType": "any" }, - "default": null, + "default": { + "type": "null" + }, "required": false }, { @@ -2323,7 +2329,9 @@ "union": false, "idlType": "any" }, - "default": null, + "default": { + "type": "null" + }, "required": false } ], diff --git a/ed/idlparsed/webgpu.json b/ed/idlparsed/webgpu.json index 68a74e95928f..20a42455c42c 100644 --- a/ed/idlparsed/webgpu.json +++ b/ed/idlparsed/webgpu.json @@ -5045,7 +5045,7 @@ "partial": false }, "GPUShaderModuleDescriptor": { - "fragment": "dictionary GPUShaderModuleDescriptor\n : GPUObjectDescriptorBase {\n required USVString code;\n object sourceMap;\n record hints;\n};", + "fragment": "dictionary GPUShaderModuleDescriptor\n : GPUObjectDescriptorBase {\n required USVString code;\n object sourceMap;\n record)> hints;\n};", "type": "dictionary", "name": "GPUShaderModuleDescriptor", "inheritance": "GPUObjectDescriptorBase", @@ -5104,8 +5104,34 @@ "extAttrs": [], "generic": "", "nullable": false, - "union": false, - "idlType": "GPUShaderModuleCompilationHint" + "union": true, + "idlType": [ + { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "GPUShaderModuleCompilationHint" + }, + { + "type": "dictionary-type", + "extAttrs": [], + "generic": "sequence", + "nullable": false, + "union": false, + "idlType": [ + { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "GPUShaderModuleCompilationHint" + } + ] + } + ] } ] }, diff --git a/ed/ids/css-masking-1.json b/ed/ids/css-masking-1.json index e0cb58ddb2fe..b9c4b93317b6 100644 --- a/ed/ids/css-masking-1.json +++ b/ed/ids/css-masking-1.json @@ -524,7 +524,7 @@ "https://drafts.fxtf.org/css-masking-1/#infopaneltitle-for-propdef-mask-clip", "https://drafts.fxtf.org/css-masking-1/#infopanel-for-propdef-mask-clip", "https://drafts.fxtf.org/css-masking-1/#infopaneltitle-for-propdef-mask-clip", - "https://drafts.fxtf.org/css-masking-1/#ref-for-typedef-geometry-box%E2%91%A1", + "https://drafts.fxtf.org/css-masking-1/#ref-for-typedef-coord-box", "https://drafts.fxtf.org/css-masking-1/#ref-for-comb-one%E2%91%A0%E2%93%AA", "https://drafts.fxtf.org/css-masking-1/#ref-for-mult-comma%E2%91%A3", "https://drafts.fxtf.org/css-masking-1/#ref-for-container-element%E2%91%A5", @@ -609,7 +609,7 @@ "https://drafts.fxtf.org/css-masking-1/#infopaneltitle-for-propdef-mask-origin", "https://drafts.fxtf.org/css-masking-1/#infopanel-for-propdef-mask-origin", "https://drafts.fxtf.org/css-masking-1/#infopaneltitle-for-propdef-mask-origin", - "https://drafts.fxtf.org/css-masking-1/#ref-for-typedef-geometry-box%E2%91%A2", + "https://drafts.fxtf.org/css-masking-1/#ref-for-typedef-coord-box%E2%91%A0", "https://drafts.fxtf.org/css-masking-1/#ref-for-mult-comma%E2%91%A4", "https://drafts.fxtf.org/css-masking-1/#ref-for-container-element%E2%91%A6", "https://drafts.fxtf.org/css-masking-1/#ref-for-elementdef-defs%E2%91%A5", @@ -789,26 +789,26 @@ "https://drafts.fxtf.org/css-masking-1/#ref-for-comb-any%E2%91%A1", "https://drafts.fxtf.org/css-masking-1/#ref-for-typedef-repeat-style%E2%91%A0", "https://drafts.fxtf.org/css-masking-1/#ref-for-comb-any%E2%91%A2", - "https://drafts.fxtf.org/css-masking-1/#ref-for-typedef-geometry-box%E2%91%A3", + "https://drafts.fxtf.org/css-masking-1/#ref-for-typedef-geometry-box%E2%91%A1", "https://drafts.fxtf.org/css-masking-1/#ref-for-comb-any%E2%91%A3", - "https://drafts.fxtf.org/css-masking-1/#ref-for-typedef-geometry-box%E2%91%A4", + "https://drafts.fxtf.org/css-masking-1/#ref-for-typedef-geometry-box%E2%91%A2", "https://drafts.fxtf.org/css-masking-1/#ref-for-comb-one%E2%91%A0%E2%91%A3", "https://drafts.fxtf.org/css-masking-1/#ref-for-comb-any%E2%91%A4", "https://drafts.fxtf.org/css-masking-1/#ref-for-typedef-compositing-operator%E2%91%A0", "https://drafts.fxtf.org/css-masking-1/#ref-for-comb-any%E2%91%A5", "https://drafts.fxtf.org/css-masking-1/#ref-for-typedef-masking-mode%E2%91%A0", - "https://drafts.fxtf.org/css-masking-1/#ref-for-typedef-geometry-box%E2%91%A5", + "https://drafts.fxtf.org/css-masking-1/#ref-for-typedef-geometry-box%E2%91%A3", "https://drafts.fxtf.org/css-masking-1/#ref-for-valdef-mask-clip-no-clip", - "https://drafts.fxtf.org/css-masking-1/#ref-for-typedef-geometry-box%E2%91%A6", + "https://drafts.fxtf.org/css-masking-1/#ref-for-typedef-geometry-box%E2%91%A4", "https://drafts.fxtf.org/css-masking-1/#ref-for-propdef-mask-origin%E2%91%A4", "https://drafts.fxtf.org/css-masking-1/#ref-for-valdef-mask-clip-no-clip%E2%91%A0", "https://drafts.fxtf.org/css-masking-1/#ref-for-propdef-mask-clip%E2%91%A4", - "https://drafts.fxtf.org/css-masking-1/#ref-for-typedef-geometry-box%E2%91%A7", + "https://drafts.fxtf.org/css-masking-1/#ref-for-typedef-geometry-box%E2%91%A5", "https://drafts.fxtf.org/css-masking-1/#ref-for-valdef-mask-clip-no-clip%E2%91%A1", - "https://drafts.fxtf.org/css-masking-1/#ref-for-typedef-geometry-box%E2%91%A8", + "https://drafts.fxtf.org/css-masking-1/#ref-for-typedef-geometry-box%E2%91%A6", "https://drafts.fxtf.org/css-masking-1/#ref-for-propdef-mask-origin%E2%91%A5", "https://drafts.fxtf.org/css-masking-1/#ref-for-propdef-mask-clip%E2%91%A5", - "https://drafts.fxtf.org/css-masking-1/#ref-for-typedef-geometry-box%E2%91%A0%E2%93%AA", + "https://drafts.fxtf.org/css-masking-1/#ref-for-typedef-geometry-box%E2%91%A7", "https://drafts.fxtf.org/css-masking-1/#ref-for-propdef-mask-origin%E2%91%A6", "https://drafts.fxtf.org/css-masking-1/#ref-for-propdef-mask-clip%E2%91%A6", "https://drafts.fxtf.org/css-masking-1/#ref-for-used-value%E2%91%A3", @@ -1558,7 +1558,7 @@ "https://drafts.fxtf.org/css-masking-1/#ref-for-mask-layer-image%E2%91%A0%E2%91%A8", "https://drafts.fxtf.org/css-masking-1/#ref-for-elementdef-mask%E2%91%A3%E2%91%A1", "https://drafts.fxtf.org/css-masking-1/#ref-for-propdef-mask%E2%91%A0%E2%91%A1", - "https://drafts.fxtf.org/css-masking-1/#ref-for-typedef-geometry-box%E2%91%A0%E2%91%A0", + "https://drafts.fxtf.org/css-masking-1/#ref-for-typedef-geometry-box%E2%91%A8", "https://drafts.fxtf.org/css-masking-1/#ref-for-valdef-mask-clip-no-clip%E2%91%A2", "https://drafts.fxtf.org/css-masking-1/#ref-for-propdef-mask-mode%E2%91%A0%E2%91%A1", "https://drafts.fxtf.org/css-masking-1/#ref-for-mask-layer-image%E2%91%A1%E2%93%AA", @@ -1619,6 +1619,11 @@ "https://drafts.fxtf.org/css-masking-1/#index", "https://drafts.fxtf.org/css-masking-1/#index-defined-here", "https://drafts.fxtf.org/css-masking-1/#index-defined-elsewhere", + "https://drafts.fxtf.org/css-masking-1/#784ef06e", + "https://drafts.fxtf.org/css-masking-1/#infopanel-for-784ef06e", + "https://drafts.fxtf.org/css-masking-1/#infopaneltitle-for-784ef06e", + "https://drafts.fxtf.org/css-masking-1/#infopanel-for-784ef06e", + "https://drafts.fxtf.org/css-masking-1/#infopaneltitle-for-784ef06e", "https://drafts.fxtf.org/css-masking-1/#0cab481d", "https://drafts.fxtf.org/css-masking-1/#infopanel-for-0cab481d", "https://drafts.fxtf.org/css-masking-1/#infopaneltitle-for-0cab481d", @@ -2327,6 +2332,7 @@ "https://drafts.fxtf.org/css-masking-1/#references", "https://drafts.fxtf.org/css-masking-1/#normative", "https://drafts.fxtf.org/css-masking-1/#biblio-compositing-1", + "https://drafts.fxtf.org/css-masking-1/#biblio-css-box-4", "https://drafts.fxtf.org/css-masking-1/#biblio-css-break-4", "https://drafts.fxtf.org/css-masking-1/#biblio-css-cascade-5", "https://drafts.fxtf.org/css-masking-1/#biblio-css-color-4", diff --git a/ed/ids/rdf12-concepts.json b/ed/ids/rdf12-concepts.json index e57f5c2467b3..b99f7a660fb0 100644 --- a/ed/ids/rdf12-concepts.json +++ b/ed/ids/rdf12-concepts.json @@ -16,6 +16,8 @@ "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-subject-1", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-object-1", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-triple-1", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-dir-lang-string-1", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-base-direction-1", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-fragment-identifier-1", "https://w3c.github.io/rdf-concepts/spec/#sotd", "https://w3c.github.io/rdf-concepts/spec/#issue-container-generatedID", @@ -52,6 +54,7 @@ "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-value-1", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-datatype-1", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-language-tagged-string-1", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-dir-lang-string-2", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-triple-3", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-predicate-2", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-resource-1", @@ -339,43 +342,63 @@ "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-datatype-iri-1", "https://w3c.github.io/rdf-concepts/spec/#dfn-language-tag", "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-section-2-2-9-1", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-datatype-iri-2", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-language-tag-1", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-section-2-2-9-2", + "https://w3c.github.io/rdf-concepts/spec/#dfn-base-direction", "https://w3c.github.io/rdf-concepts/spec/#dfn-language-tagged-string", + "https://w3c.github.io/rdf-concepts/spec/#dfn-dir-lang-string", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-language-tagged-string-2", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-base-direction-2", "https://w3c.github.io/rdf-concepts/spec/#dfn-simple-literal", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-lexical-form-1", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-datatype-iri-2", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-language-tag-1", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-10", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-datatype-iri-3", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-language-tagged-string-2", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-language-tag-2", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-base-direction-3", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-10", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-datatype-iri-4", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-language-tagged-string-3", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-dir-lang-string-3", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-datatype-iri-5", "https://w3c.github.io/rdf-concepts/spec/#dfn-literal-value", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-11", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-language-tagged-string-3", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-language-tagged-string-4", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-lexical-form-2", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-language-tag-2", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-datatype-iri-5", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-language-tag-3", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-dir-lang-string-4", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-lexical-form-3", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-language-tag-4", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-base-direction-4", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-datatype-iri-6", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-recognized-datatype-iri-1", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-referent-5", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-lexical-form-3", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-lexical-form-4", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-lexical-space-1", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-lexical-to-value-mapping-1", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-lexical-form-4", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-datatype-iri-6", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-recognized-datatype-iri-2", - "https://w3c.github.io/rdf-concepts/spec/#dfn-literal-term-equality", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-lexical-form-5", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-datatype-iri-7", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-language-tag-3", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-recognized-datatype-iri-2", + "https://w3c.github.io/rdf-concepts/spec/#dfn-literal-term-equality", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-12", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-lexical-form-6", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-datatype-iri-8", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-language-tag-5", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-base-direction-5", "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-case-sensitive-matching-1", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-value-4", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-term-3", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-value-4", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-term-4", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-term-equality-1", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-lexical-form-6", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-lexical-form-7", + "https://w3c.github.io/rdf-concepts/spec/#section-text-direction", + "https://w3c.github.io/rdf-concepts/spec/#x3-3-1-initial-text-direction", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-base-direction-6", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-dir-lang-string-5", "https://w3c.github.io/rdf-concepts/spec/#section-blank-nodes", "https://w3c.github.io/rdf-concepts/spec/#x3-4-blank-nodes", "https://w3c.github.io/rdf-concepts/spec/#dfn-blank-node", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-29", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-12", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-13", "https://w3c.github.io/rdf-concepts/spec/#note-bnode-id", "https://w3c.github.io/rdf-concepts/spec/#h-note-4", "https://w3c.github.io/rdf-concepts/spec/#dfn-blank-node-identifiers", @@ -395,7 +418,7 @@ "https://w3c.github.io/rdf-concepts/spec/#section-graph-equality", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-graph-24", "https://w3c.github.io/rdf-concepts/spec/#dfn-graph-isomorphism", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-13", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-14", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-31", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-equality-1", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-term-equality-2", @@ -426,7 +449,7 @@ "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-dataset-10", "https://w3c.github.io/rdf-concepts/spec/#dfn-dataset-isomorphism", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-blank-node-12", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-14", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-15", "https://w3c.github.io/rdf-concepts/spec/#section-dataset-conneg", "https://w3c.github.io/rdf-concepts/spec/#x4-2-content-negotiation-of-rdf-datasets", "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-content-negotiation-1", @@ -461,7 +484,7 @@ "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-dataset-16", "https://w3c.github.io/rdf-concepts/spec/#section-Datatypes", "https://w3c.github.io/rdf-concepts/spec/#x5-datatypes", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-15", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-16", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-json-1", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-html-1", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-xmlliteral-1", @@ -478,14 +501,14 @@ "https://w3c.github.io/rdf-concepts/spec/#dfn-value-space", "https://w3c.github.io/rdf-concepts/spec/#issue-container-generatedID-7", "https://w3c.github.io/rdf-concepts/spec/#h-note-8", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-language-tagged-string-4", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-datatype-iri-8", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-language-tagged-string-5", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-datatype-iri-9", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-datatype-2", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-language-tag-4", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-language-tag-6", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-lexical-space-4", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-value-space-2", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-value-space-3", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-16", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-17", "https://w3c.github.io/rdf-concepts/spec/#tab-boolean-literals", "https://w3c.github.io/rdf-concepts/spec/#xsd-datatypes", "https://w3c.github.io/rdf-concepts/spec/#x5-1-the-xml-schema-built-in-datatypes", @@ -558,7 +581,7 @@ "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-xmlliteral-2", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-html-2", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-json-2", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-datatype-iri-9", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-datatype-iri-10", "https://w3c.github.io/rdf-concepts/spec/#issue-container-generatedID-9", "https://w3c.github.io/rdf-concepts/spec/#h-note-10", "https://w3c.github.io/rdf-concepts/spec/#note-custom-datatypes", @@ -591,7 +614,7 @@ "https://w3c.github.io/rdf-concepts/spec/#dfn-generalized-rdf-triple", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-40", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-blank-node-13", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-17", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-18", "https://w3c.github.io/rdf-concepts/spec/#dfn-generalized-rdf-graph", "https://w3c.github.io/rdf-concepts/spec/#dfn-generalized-rdf-dataset", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-triple-23", @@ -599,7 +622,7 @@ "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-dataset-17", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-41", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-blank-node-14", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-18", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-19", "https://w3c.github.io/rdf-concepts/spec/#note-generalized-rdf", "https://w3c.github.io/rdf-concepts/spec/#h-note-12", "https://w3c.github.io/rdf-concepts/spec/#section-additional-datatypes", @@ -609,7 +632,7 @@ "https://w3c.github.io/rdf-concepts/spec/#a-1-the-rdf-html-datatype", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-value-5", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-graph-35", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-19", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-20", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-datatype-5", "https://w3c.github.io/rdf-concepts/spec/#dfn-rdf-html", "https://w3c.github.io/rdf-concepts/spec/#HTML-uri", @@ -629,7 +652,7 @@ "https://w3c.github.io/rdf-concepts/spec/#a-2-the-rdf-xmlliteral-datatype", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-value-6", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-graph-36", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-20", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-21", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-datatype-6", "https://w3c.github.io/rdf-concepts/spec/#dfn-rdf-xmlliteral", "https://w3c.github.io/rdf-concepts/spec/#XMLLiteral-uri", @@ -658,7 +681,7 @@ "https://w3c.github.io/rdf-concepts/spec/#a-3-the-rdf-json-datatype", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-value-7", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-graph-37", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-21", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-22", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-datatype-8", "https://w3c.github.io/rdf-concepts/spec/#dfn-rdf-json", "https://w3c.github.io/rdf-concepts/spec/#JSON-uri", @@ -692,12 +715,11 @@ "https://w3c.github.io/rdf-concepts/spec/#h-note-15", "https://w3c.github.io/rdf-concepts/spec/#internationalization", "https://w3c.github.io/rdf-concepts/spec/#d-internationalization-considerations", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-string-8", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-language-tagged-string-5", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-base-direction-7", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-dir-lang-string-6", "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-dir-attribute-1", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-22", "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-i18n-namespace-1", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-language-tag-5", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-language-tag-7", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-23", "https://w3c.github.io/rdf-concepts/spec/#issue-container-number-9", "https://w3c.github.io/rdf-concepts/spec/#h-issue-1", @@ -721,6 +743,8 @@ "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-quad-4", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-quoted-triple-21", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-asserted-triple-4", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-base-direction-8", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-24", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-relative-iri-2", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-html-3", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-xmlliteral-3", @@ -730,7 +754,7 @@ "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-section-10-2-the-rdf-json-datatype-1", "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-unicode-code-points-5", "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-char-1", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-string-9", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-string-8", "https://w3c.github.io/rdf-concepts/spec/#issue-container-generatedID-14", "https://w3c.github.io/rdf-concepts/spec/#h-note-16", "https://w3c.github.io/rdf-concepts/spec/#index", @@ -897,6 +921,7 @@ "https://w3c.github.io/rdf-concepts/spec/#bib-sparql12-results-xml", "https://w3c.github.io/rdf-concepts/spec/#bib-sparql12-service-description", "https://w3c.github.io/rdf-concepts/spec/#bib-sparql12-update", + "https://w3c.github.io/rdf-concepts/spec/#bib-string-meta", "https://w3c.github.io/rdf-concepts/spec/#bib-swbp-n-aryrelations", "https://w3c.github.io/rdf-concepts/spec/#bib-swbp-xsch-datatypes", "https://w3c.github.io/rdf-concepts/spec/#bib-uax15", diff --git a/ed/ids/rdf12-n-triples.json b/ed/ids/rdf12-n-triples.json index 86ae3170e0a1..265a57b89904 100644 --- a/ed/ids/rdf12-n-triples.json +++ b/ed/ids/rdf12-n-triples.json @@ -18,6 +18,7 @@ "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-subject-1", "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-object-type-1", "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-triple-1", + "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-directional-language-tagged-strings-1", "https://w3c.github.io/rdf-n-triples/spec/#sotd", "https://w3c.github.io/rdf-n-triples/spec/#w3c_process_revision", "https://w3c.github.io/rdf-n-triples/spec/#related", @@ -65,18 +66,31 @@ "https://w3c.github.io/rdf-n-triples/spec/#sec-literals", "https://w3c.github.io/rdf-n-triples/spec/#x2-4-rdf-literals", "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-literals-1", - "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-rdf-lexical-form-1", "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-language-tag-1", + "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-base-direction-1", "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-datatype-iri-1", + "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-rdf-lexical-form-1", + "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-language-tag-2", + "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-base-direction-2", + "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-language-tag-3", + "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-base-direction-3", + "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-language-tag-4", + "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-datatype-iri-2", "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-simple-literal-1", "https://w3c.github.io/rdf-n-triples/spec/#ex-literals", "https://w3c.github.io/rdf-n-triples/spec/#BNodes", "https://w3c.github.io/rdf-n-triples/spec/#x2-5-rdf-blank-nodes", "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-rdf-blank-nodes-1", + "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-blank-node-identifier-1", + "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-blank-node-identifier-2", + "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-rdf-blank-nodes-2", + "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-blank-node-identifier-3", + "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-blank-node-identifier-4", "https://w3c.github.io/rdf-n-triples/spec/#ex-bnodes", "https://w3c.github.io/rdf-n-triples/spec/#canonical-ntriples", "https://w3c.github.io/rdf-n-triples/spec/#x3-a-canonical-form-of-n-triples", "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-literals-2", + "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-datatype-iri-3", "https://w3c.github.io/rdf-n-triples/spec/#conformance", "https://w3c.github.io/rdf-n-triples/spec/#x4-conformance", "https://w3c.github.io/rdf-n-triples/spec/#ref-for-dfn-n-triples-document-3", @@ -119,7 +133,7 @@ "https://w3c.github.io/rdf-n-triples/spec/#terminals", "https://w3c.github.io/rdf-n-triples/spec/#grammar-production-IRIREF", "https://w3c.github.io/rdf-n-triples/spec/#grammar-production-BLANK_NODE_LABEL", - "https://w3c.github.io/rdf-n-triples/spec/#grammar-production-LANGTAG", + "https://w3c.github.io/rdf-n-triples/spec/#grammar-production-LANG_DIR", "https://w3c.github.io/rdf-n-triples/spec/#grammar-production-STRING_LITERAL_QUOTE", "https://w3c.github.io/rdf-n-triples/spec/#grammar-production-UCHAR", "https://w3c.github.io/rdf-n-triples/spec/#grammar-production-ECHAR", @@ -131,19 +145,29 @@ "https://w3c.github.io/rdf-n-triples/spec/#sec-parsing", "https://w3c.github.io/rdf-n-triples/spec/#x6-parsing", "https://w3c.github.io/rdf-n-triples/spec/#bnodeLabels", - "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-rdf-blank-nodes-2", + "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-rdf-blank-nodes-3", "https://w3c.github.io/rdf-n-triples/spec/#sec-parsing-terms", "https://w3c.github.io/rdf-n-triples/spec/#x6-1-rdf-term-constructors", "https://w3c.github.io/rdf-n-triples/spec/#handle-BLANK_NODE_LABEL", - "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-rdf-blank-nodes-3", + "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-rdf-blank-nodes-4", + "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-rdf-blank-nodes-5", "https://w3c.github.io/rdf-n-triples/spec/#handle-IRIREF", "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-iris-2", - "https://w3c.github.io/rdf-n-triples/spec/#handle-LANGTAG", - "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-language-tag-2", + "https://w3c.github.io/rdf-n-triples/spec/#handle-LANG_DIR", + "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-language-tag-5", + "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-language-tag-6", + "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-base-direction-4", "https://w3c.github.io/rdf-n-triples/spec/#handle-STRING_LITERAL_QUOTE", "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-rdf-lexical-form-2", + "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-rdf-string-1", "https://w3c.github.io/rdf-n-triples/spec/#handle-literal", "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-literals-3", + "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-language-tag-7", + "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-base-direction-5", + "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-datatype-iri-4", + "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-base-direction-6", + "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-base-direction-7", + "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-datatype-iri-5", "https://w3c.github.io/rdf-n-triples/spec/#handle-quotedTriple", "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-quoted-triples-5", "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-quoted-triples-6", @@ -176,13 +200,18 @@ "https://w3c.github.io/rdf-n-triples/spec/#e-changes-between-rdf-1-1-and-rdf-1-2", "https://w3c.github.io/rdf-n-triples/spec/#ref-for-dfn-blank-line-2", "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-quoted-triples-7", + "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-datatype-iri-6", + "https://w3c.github.io/rdf-n-triples/spec/#ref-for-index-term-base-direction-8", "https://w3c.github.io/rdf-n-triples/spec/#index", "https://w3c.github.io/rdf-n-triples/spec/#f-index", "https://w3c.github.io/rdf-n-triples/spec/#index-defined-here", "https://w3c.github.io/rdf-n-triples/spec/#f-1-terms-defined-by-this-specification", "https://w3c.github.io/rdf-n-triples/spec/#index-defined-elsewhere", "https://w3c.github.io/rdf-n-triples/spec/#f-2-terms-defined-by-reference", + "https://w3c.github.io/rdf-n-triples/spec/#index-term-base-direction", + "https://w3c.github.io/rdf-n-triples/spec/#index-term-blank-node-identifier", "https://w3c.github.io/rdf-n-triples/spec/#index-term-datatype-iri", + "https://w3c.github.io/rdf-n-triples/spec/#index-term-directional-language-tagged-strings", "https://w3c.github.io/rdf-n-triples/spec/#index-term-iris", "https://w3c.github.io/rdf-n-triples/spec/#index-term-language-tag", "https://w3c.github.io/rdf-n-triples/spec/#index-term-literals", @@ -192,6 +221,7 @@ "https://w3c.github.io/rdf-n-triples/spec/#index-term-rdf-blank-nodes", "https://w3c.github.io/rdf-n-triples/spec/#index-term-rdf-graph", "https://w3c.github.io/rdf-n-triples/spec/#index-term-rdf-lexical-form", + "https://w3c.github.io/rdf-n-triples/spec/#index-term-rdf-string", "https://w3c.github.io/rdf-n-triples/spec/#index-term-rdf-term", "https://w3c.github.io/rdf-n-triples/spec/#index-term-simple-literal", "https://w3c.github.io/rdf-n-triples/spec/#index-term-subject", diff --git a/ed/ids/rdf12-trig.json b/ed/ids/rdf12-trig.json index 7288def27de2..3549a506be2e 100644 --- a/ed/ids/rdf12-trig.json +++ b/ed/ids/rdf12-trig.json @@ -49,6 +49,7 @@ "https://w3c.github.io/rdf-trig/spec/#ref-for-index-term-simple-triples-1", "https://w3c.github.io/rdf-trig/spec/#ref-for-index-term-predicate-lists-1", "https://w3c.github.io/rdf-trig/spec/#ref-for-index-term-object-lists-1", + "https://w3c.github.io/rdf-trig/spec/#ref-for-dfn-trig-document-2", "https://w3c.github.io/rdf-trig/spec/#ref-for-index-term-default-graph-2", "https://w3c.github.io/rdf-trig/spec/#ref-for-index-term-rdf-dataset-6", "https://w3c.github.io/rdf-trig/spec/#sec-graph-statements", @@ -56,7 +57,7 @@ "https://w3c.github.io/rdf-trig/spec/#ref-for-index-term-iri-4", "https://w3c.github.io/rdf-trig/spec/#ref-for-index-term-blank-node-4", "https://w3c.github.io/rdf-trig/spec/#ref-for-index-term-rdf-graph-1", - "https://w3c.github.io/rdf-trig/spec/#ref-for-dfn-trig-document-2", + "https://w3c.github.io/rdf-trig/spec/#ref-for-dfn-trig-document-3", "https://w3c.github.io/rdf-trig/spec/#ref-for-index-term-blank-node-5", "https://w3c.github.io/rdf-trig/spec/#ref-for-index-term-default-graph-3", "https://w3c.github.io/rdf-trig/spec/#ref-for-index-term-rdf-dataset-7", @@ -101,15 +102,22 @@ "https://w3c.github.io/rdf-trig/spec/#x4-3-iri-references", "https://w3c.github.io/rdf-trig/spec/#ref-for-index-term-relative-iri-references-1", "https://w3c.github.io/rdf-trig/spec/#ref-for-index-term-relative-iri-references-2", + "https://w3c.github.io/rdf-trig/spec/#ref-for-index-term-section-5-1-1-base-uri-embedded-in-content-1", + "https://w3c.github.io/rdf-trig/spec/#ref-for-index-term-section-5-1-2-base-uri-from-the-encapsulating-entity-1", + "https://w3c.github.io/rdf-trig/spec/#ref-for-index-term-5-1-3-base-uri-from-the-retrieval-uri-1", + "https://w3c.github.io/rdf-trig/spec/#ref-for-dfn-trig-document-4", + "https://w3c.github.io/rdf-trig/spec/#ref-for-index-term-section-5-1-4-default-base-uri-1", "https://w3c.github.io/rdf-trig/spec/#sec-escapes", "https://w3c.github.io/rdf-trig/spec/#x4-4-escape-sequences", "https://w3c.github.io/rdf-trig/spec/#numeric", "https://w3c.github.io/rdf-trig/spec/#tab-uchar", - "https://w3c.github.io/rdf-trig/spec/#rHEX", + "https://w3c.github.io/rdf-trig/spec/#ref-for-index-term-unicode-code-point-1", + "https://w3c.github.io/rdf-trig/spec/#ref-for-index-term-unicode-code-point-2", "https://w3c.github.io/rdf-trig/spec/#string", "https://w3c.github.io/rdf-trig/spec/#tab-echar", "https://w3c.github.io/rdf-trig/spec/#reserved", "https://w3c.github.io/rdf-trig/spec/#term2escape", + "https://w3c.github.io/rdf-trig/spec/#ref-for-index-term-rdf-term-2", "https://w3c.github.io/rdf-trig/spec/#issue-container-generatedID-0", "https://w3c.github.io/rdf-trig/spec/#h-note-0", "https://w3c.github.io/rdf-trig/spec/#grammar-ebnf", @@ -180,8 +188,26 @@ "https://w3c.github.io/rdf-trig/spec/#grammar-production-PERCENT", "https://w3c.github.io/rdf-trig/spec/#grammar-production-HEX", "https://w3c.github.io/rdf-trig/spec/#grammar-production-PN_LOCAL_ESC", + "https://w3c.github.io/rdf-trig/spec/#selected-terminal-literal-strings", + "https://w3c.github.io/rdf-trig/spec/#x4-6-selected-terminal-literal-strings", + "https://w3c.github.io/rdf-trig/spec/#cp-line-feed", + "https://w3c.github.io/rdf-trig/spec/#cp-carriage-return", + "https://w3c.github.io/rdf-trig/spec/#cp-quotation-mark", + "https://w3c.github.io/rdf-trig/spec/#cp-number-sign", + "https://w3c.github.io/rdf-trig/spec/#cp-apostrophe", + "https://w3c.github.io/rdf-trig/spec/#cp-colon", + "https://w3c.github.io/rdf-trig/spec/#cp-at-sign", + "https://w3c.github.io/rdf-trig/spec/#cp-backslash", + "https://w3c.github.io/rdf-trig/spec/#cp-underscore", + "https://w3c.github.io/rdf-trig/spec/#cp-lowercase-a", + "https://w3c.github.io/rdf-trig/spec/#cp-left-curly-bracket", + "https://w3c.github.io/rdf-trig/spec/#cp-right-curly-bracket", + "https://w3c.github.io/rdf-trig/spec/#cp-space", + "https://w3c.github.io/rdf-trig/spec/#cp-triple-quote", + "https://w3c.github.io/rdf-trig/spec/#cp-triple-apostrophe", "https://w3c.github.io/rdf-trig/spec/#sec-parsing", "https://w3c.github.io/rdf-trig/spec/#x5-parsing", + "https://w3c.github.io/rdf-trig/spec/#ref-for-index-term-rdf-term-3", "https://w3c.github.io/rdf-trig/spec/#ref-for-index-term-iri-6", "https://w3c.github.io/rdf-trig/spec/#ref-for-index-term-literals-1", "https://w3c.github.io/rdf-trig/spec/#ref-for-index-term-blank-node-8", @@ -189,6 +215,7 @@ "https://w3c.github.io/rdf-trig/spec/#ref-for-index-term-lexical-form-1", "https://w3c.github.io/rdf-trig/spec/#ref-for-index-term-language-tag-1", "https://w3c.github.io/rdf-trig/spec/#prefix", + "https://w3c.github.io/rdf-trig/spec/#ref-for-index-term-rdf-term-4", "https://w3c.github.io/rdf-trig/spec/#sec-parsing-state", "https://w3c.github.io/rdf-trig/spec/#x5-1-parser-state", "https://w3c.github.io/rdf-trig/spec/#baseURI", @@ -204,6 +231,8 @@ "https://w3c.github.io/rdf-trig/spec/#ref-for-index-term-quoted-triples-5", "https://w3c.github.io/rdf-trig/spec/#sec-parsing-terms", "https://w3c.github.io/rdf-trig/spec/#x5-2-rdf-term-constructors", + "https://w3c.github.io/rdf-trig/spec/#ref-for-index-term-rdf-term-5", + "https://w3c.github.io/rdf-trig/spec/#ref-for-index-term-rdf-term-6", "https://w3c.github.io/rdf-trig/spec/#tab-term-constructors", "https://w3c.github.io/rdf-trig/spec/#handle-IRIREF", "https://w3c.github.io/rdf-trig/spec/#ref-for-index-term-iri-7", @@ -262,15 +291,17 @@ "https://w3c.github.io/rdf-trig/spec/#x5-3-3-triple-production", "https://w3c.github.io/rdf-trig/spec/#propertyList", "https://w3c.github.io/rdf-trig/spec/#x5-3-4-property-lists", + "https://w3c.github.io/rdf-trig/spec/#ref-for-index-term-blank-node-14", "https://w3c.github.io/rdf-trig/spec/#collection", "https://w3c.github.io/rdf-trig/spec/#x5-3-5-collections", + "https://w3c.github.io/rdf-trig/spec/#ref-for-index-term-blank-node-15", "https://w3c.github.io/rdf-trig/spec/#privacy-considerations", "https://w3c.github.io/rdf-trig/spec/#a-privacy-considerations", "https://w3c.github.io/rdf-trig/spec/#security", "https://w3c.github.io/rdf-trig/spec/#b-security-considerations", "https://w3c.github.io/rdf-trig/spec/#ref-for-index-term-iri-11", - "https://w3c.github.io/rdf-trig/spec/#ref-for-dfn-trig-document-3", - "https://w3c.github.io/rdf-trig/spec/#ref-for-dfn-trig-document-4", + "https://w3c.github.io/rdf-trig/spec/#ref-for-dfn-trig-document-5", + "https://w3c.github.io/rdf-trig/spec/#ref-for-dfn-trig-document-6", "https://w3c.github.io/rdf-trig/spec/#ref-for-index-term-iri-12", "https://w3c.github.io/rdf-trig/spec/#ref-for-index-term-iri-13", "https://w3c.github.io/rdf-trig/spec/#sec-mediaReg", @@ -287,12 +318,14 @@ "https://w3c.github.io/rdf-trig/spec/#h-ednote", "https://w3c.github.io/rdf-trig/spec/#sec-changes", "https://w3c.github.io/rdf-trig/spec/#e-changes-between-rdf-1-1-and-rdf-1-2", + "https://w3c.github.io/rdf-trig/spec/#ref-for-index-term-rdf-term-7", "https://w3c.github.io/rdf-trig/spec/#index", "https://w3c.github.io/rdf-trig/spec/#f-index", "https://w3c.github.io/rdf-trig/spec/#index-defined-here", "https://w3c.github.io/rdf-trig/spec/#f-1-terms-defined-by-this-specification", "https://w3c.github.io/rdf-trig/spec/#index-defined-elsewhere", "https://w3c.github.io/rdf-trig/spec/#f-2-terms-defined-by-reference", + "https://w3c.github.io/rdf-trig/spec/#index-term-unicode-code-point", "https://w3c.github.io/rdf-trig/spec/#index-term-registered-language-subtags", "https://w3c.github.io/rdf-trig/spec/#index-term-asserted", "https://w3c.github.io/rdf-trig/spec/#index-term-blank-node", @@ -316,13 +349,17 @@ "https://w3c.github.io/rdf-trig/spec/#index-term-predicate-lists", "https://w3c.github.io/rdf-trig/spec/#index-term-simple-triples", "https://w3c.github.io/rdf-trig/spec/#index-term-turtle-language", + "https://w3c.github.io/rdf-trig/spec/#index-term-5-1-3-base-uri-from-the-retrieval-uri", + "https://w3c.github.io/rdf-trig/spec/#index-term-section-5-1-1-base-uri-embedded-in-content", + "https://w3c.github.io/rdf-trig/spec/#index-term-section-5-1-2-base-uri-from-the-encapsulating-entity", + "https://w3c.github.io/rdf-trig/spec/#index-term-section-5-1-4-default-base-uri", "https://w3c.github.io/rdf-trig/spec/#references", "https://w3c.github.io/rdf-trig/spec/#g-references", "https://w3c.github.io/rdf-trig/spec/#normative-references", "https://w3c.github.io/rdf-trig/spec/#g-1-normative-references", "https://w3c.github.io/rdf-trig/spec/#bib-bcp47", "https://w3c.github.io/rdf-trig/spec/#bib-ebnf-notation", - "https://w3c.github.io/rdf-trig/spec/#bib-lang-subtag-registry", + "https://w3c.github.io/rdf-trig/spec/#bib-i18n-glossary", "https://w3c.github.io/rdf-trig/spec/#bib-rdf12-concepts", "https://w3c.github.io/rdf-trig/spec/#bib-rdf12-turtle", "https://w3c.github.io/rdf-trig/spec/#bib-rfc2119", @@ -333,6 +370,7 @@ "https://w3c.github.io/rdf-trig/spec/#bib-utf-8", "https://w3c.github.io/rdf-trig/spec/#informative-references", "https://w3c.github.io/rdf-trig/spec/#g-2-informative-references", + "https://w3c.github.io/rdf-trig/spec/#bib-lang-subtag-registry", "https://w3c.github.io/rdf-trig/spec/#bib-rdf12-n-quads", "https://w3c.github.io/rdf-trig/spec/#bib-rdf12-n-triples", "https://w3c.github.io/rdf-trig/spec/#bib-rdf12-new", diff --git a/ed/ids/trust-token-api.json b/ed/ids/trust-token-api.json index 667db621963a..e7041060dd94 100644 --- a/ed/ids/trust-token-api.json +++ b/ed/ids/trust-token-api.json @@ -1359,7 +1359,6 @@ "https://wicg.github.io/trust-token-api/#biblio-hr-time-3", "https://wicg.github.io/trust-token-api/#biblio-html", "https://wicg.github.io/trust-token-api/#biblio-infra", - "https://wicg.github.io/trust-token-api/#biblio-issuer-protocol", "https://wicg.github.io/trust-token-api/#biblio-permissions-policy-1", "https://wicg.github.io/trust-token-api/#biblio-privacy-pass-architecture", "https://wicg.github.io/trust-token-api/#biblio-privacy-pass-auth-scheme", diff --git a/ed/ids/webgpu.json b/ed/ids/webgpu.json index a4040791c483..63fad81a10b2 100644 --- a/ed/ids/webgpu.json +++ b/ed/ids/webgpu.json @@ -5835,6 +5835,8 @@ "https://gpuweb.github.io/gpuweb/#ref-for-idl-record%E2%91%A0", "https://gpuweb.github.io/gpuweb/#ref-for-idl-USVString%E2%91%A5", "https://gpuweb.github.io/gpuweb/#ref-for-dictdef-gpushadermodulecompilationhint", + "https://gpuweb.github.io/gpuweb/#ref-for-idl-sequence%E2%91%A6", + "https://gpuweb.github.io/gpuweb/#ref-for-dictdef-gpushadermodulecompilationhint%E2%91%A0", "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpushadermoduledescriptor-hints", "https://gpuweb.github.io/gpuweb/#dom-gpushadermoduledescriptor-code", "https://gpuweb.github.io/gpuweb/#infopanel-for-dom-gpushadermoduledescriptor-code", @@ -5854,11 +5856,8 @@ "https://gpuweb.github.io/gpuweb/#infopaneltitle-for-dom-gpushadermoduledescriptor-hints", "https://gpuweb.github.io/gpuweb/#infopanel-for-dom-gpushadermoduledescriptor-hints", "https://gpuweb.github.io/gpuweb/#infopaneltitle-for-dom-gpushadermoduledescriptor-hints", - "https://gpuweb.github.io/gpuweb/#ref-for-idl-USVString%E2%91%A7", - "https://gpuweb.github.io/gpuweb/#ref-for-dictdef-gpushadermodulecompilationhint%E2%91%A0", "https://gpuweb.github.io/gpuweb/#ref-for-dictdef-gpushadermodulecompilationhint%E2%91%A1", "https://gpuweb.github.io/gpuweb/#ref-for-dictdef-gpushadermodulecompilationhint%E2%91%A2", - "https://gpuweb.github.io/gpuweb/#ref-for-dictdef-gpushadermodulecompilationhint%E2%91%A3", "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpudevice-createshadermodule%E2%91%A2", "https://gpuweb.github.io/gpuweb/#ref-for-identifier-comparison%E2%91%A0", "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpushadermoduledescriptor-hints%E2%91%A0", @@ -5929,7 +5928,7 @@ "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpudevice-createshadermodule%E2%91%A7", "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpudevice-createshadermodule%E2%91%A8", "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpushadermoduledescriptor-hints%E2%91%A1", - "https://gpuweb.github.io/gpuweb/#ref-for-dictdef-gpushadermodulecompilationhint%E2%91%A4", + "https://gpuweb.github.io/gpuweb/#ref-for-dictdef-gpushadermodulecompilationhint%E2%91%A3", "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpudevice-createcomputepipeline%E2%91%A3", "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpudevice-createrenderpipeline%E2%91%A4", "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpudevice-createshadermodule%E2%91%A0%E2%93%AA", @@ -6336,7 +6335,7 @@ "https://gpuweb.github.io/gpuweb/#ref-for-dom-supported-limits-maxbindgroups%E2%91%A1", "https://gpuweb.github.io/gpuweb/#ref-for-dictdef-gpubindgrouplayoutdescriptor%E2%91%A2", "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpubindgrouplayoutdescriptor-entries%E2%91%A6", - "https://gpuweb.github.io/gpuweb/#ref-for-idl-sequence%E2%91%A6", + "https://gpuweb.github.io/gpuweb/#ref-for-idl-sequence%E2%91%A7", "https://gpuweb.github.io/gpuweb/#ref-for-gpuprogrammablestage", "https://gpuweb.github.io/gpuweb/#ref-for-typedefdef-gpushaderstageflags%E2%91%A1", "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpuprogrammablestage-entrypoint", @@ -6419,10 +6418,10 @@ "https://gpuweb.github.io/gpuweb/#ref-for-gpuprogrammablestage%E2%91%A1", "https://gpuweb.github.io/gpuweb/#ref-for-gpushadermodule%E2%91%A1%E2%91%A5", "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpuprogrammablestage-module%E2%91%A0", - "https://gpuweb.github.io/gpuweb/#ref-for-idl-USVString%E2%91%A8", + "https://gpuweb.github.io/gpuweb/#ref-for-idl-USVString%E2%91%A7", "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpuprogrammablestage-entrypoint%E2%91%A0", "https://gpuweb.github.io/gpuweb/#ref-for-idl-record%E2%91%A1", - "https://gpuweb.github.io/gpuweb/#ref-for-idl-USVString%E2%91%A0%E2%93%AA", + "https://gpuweb.github.io/gpuweb/#ref-for-idl-USVString%E2%91%A8", "https://gpuweb.github.io/gpuweb/#ref-for-typedefdef-gpupipelineconstantvalue", "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpuprogrammablestage-constants%E2%91%A0", "https://gpuweb.github.io/gpuweb/#ref-for-idl-double%E2%91%A2", @@ -6440,14 +6439,14 @@ "https://gpuweb.github.io/gpuweb/#infopaneltitle-for-dom-gpuprogrammablestage-entrypoint", "https://gpuweb.github.io/gpuweb/#infopanel-for-dom-gpuprogrammablestage-entrypoint", "https://gpuweb.github.io/gpuweb/#infopaneltitle-for-dom-gpuprogrammablestage-entrypoint", - "https://gpuweb.github.io/gpuweb/#ref-for-idl-USVString%E2%91%A0%E2%91%A0", + "https://gpuweb.github.io/gpuweb/#ref-for-idl-USVString%E2%91%A0%E2%93%AA", "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpuprogrammablestage-module%E2%91%A1", "https://gpuweb.github.io/gpuweb/#dom-gpuprogrammablestage-constants", "https://gpuweb.github.io/gpuweb/#infopanel-for-dom-gpuprogrammablestage-constants", "https://gpuweb.github.io/gpuweb/#infopaneltitle-for-dom-gpuprogrammablestage-constants", "https://gpuweb.github.io/gpuweb/#infopanel-for-dom-gpuprogrammablestage-constants", "https://gpuweb.github.io/gpuweb/#infopaneltitle-for-dom-gpuprogrammablestage-constants", - "https://gpuweb.github.io/gpuweb/#ref-for-idl-USVString%E2%91%A0%E2%91%A1", + "https://gpuweb.github.io/gpuweb/#ref-for-idl-USVString%E2%91%A0%E2%91%A0", "https://gpuweb.github.io/gpuweb/#ref-for-typedefdef-gpupipelineconstantvalue%E2%91%A1", "https://gpuweb.github.io/gpuweb/#ref-for-pipeline-overridable%E2%91%A0", "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpuprogrammablestage-module%E2%91%A2", @@ -7272,7 +7271,7 @@ "https://gpuweb.github.io/gpuweb/#infopanel-for-dictdef-gpufragmentstate", "https://gpuweb.github.io/gpuweb/#infopaneltitle-for-dictdef-gpufragmentstate", "https://gpuweb.github.io/gpuweb/#ref-for-gpuprogrammablestage%E2%91%A7", - "https://gpuweb.github.io/gpuweb/#ref-for-idl-sequence%E2%91%A7", + "https://gpuweb.github.io/gpuweb/#ref-for-idl-sequence%E2%91%A8", "https://gpuweb.github.io/gpuweb/#ref-for-dictdef-gpucolortargetstate%E2%91%A1", "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpufragmentstate-targets%E2%91%A5", "https://gpuweb.github.io/gpuweb/#dom-gpufragmentstate-targets", @@ -7335,7 +7334,7 @@ "https://gpuweb.github.io/gpuweb/#infopanel-for-abstract-opdef-validating-gpufragmentstates-color-attachment-bytes-per-sample", "https://gpuweb.github.io/gpuweb/#infopaneltitle-for-abstract-opdef-validating-gpufragmentstates-color-attachment-bytes-per-sample", "https://gpuweb.github.io/gpuweb/#ref-for-gpudevice%E2%91%A4%E2%91%A6", - "https://gpuweb.github.io/gpuweb/#ref-for-idl-sequence%E2%91%A8", + "https://gpuweb.github.io/gpuweb/#ref-for-idl-sequence%E2%91%A0%E2%93%AA", "https://gpuweb.github.io/gpuweb/#ref-for-dictdef-gpucolortargetstate%E2%91%A3", "https://gpuweb.github.io/gpuweb/#ref-for-list%E2%91%A5", "https://gpuweb.github.io/gpuweb/#ref-for-enumdef-gputextureformat%E2%91%A1%E2%91%A6", @@ -8086,7 +8085,7 @@ "https://gpuweb.github.io/gpuweb/#infopanel-for-dictdef-gpuvertexstate", "https://gpuweb.github.io/gpuweb/#infopaneltitle-for-dictdef-gpuvertexstate", "https://gpuweb.github.io/gpuweb/#ref-for-gpuprogrammablestage%E2%91%A8", - "https://gpuweb.github.io/gpuweb/#ref-for-idl-sequence%E2%91%A0%E2%93%AA", + "https://gpuweb.github.io/gpuweb/#ref-for-idl-sequence%E2%91%A0%E2%91%A0", "https://gpuweb.github.io/gpuweb/#ref-for-dictdef-gpuvertexbufferlayout", "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpuvertexstate-buffers%E2%91%A3", "https://gpuweb.github.io/gpuweb/#dom-gpuvertexstate-buffers", @@ -8112,7 +8111,7 @@ "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpuvertexbufferlayout-arraystride%E2%91%A3", "https://gpuweb.github.io/gpuweb/#ref-for-enumdef-gpuvertexstepmode", "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpuvertexbufferlayout-stepmode", - "https://gpuweb.github.io/gpuweb/#ref-for-idl-sequence%E2%91%A0%E2%91%A0", + "https://gpuweb.github.io/gpuweb/#ref-for-idl-sequence%E2%91%A0%E2%91%A1", "https://gpuweb.github.io/gpuweb/#ref-for-dictdef-gpuvertexattribute%E2%91%A0", "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpuvertexbufferlayout-attributes%E2%91%A1", "https://gpuweb.github.io/gpuweb/#dom-gpuvertexbufferlayout-arraystride", @@ -9479,7 +9478,7 @@ "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpubindingcommandsmixin-setbindgroup-index-bindgroup-dynamicoffsets-index", "https://gpuweb.github.io/gpuweb/#ref-for-gpubindgroup%E2%91%A1%E2%91%A5", "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpubindingcommandsmixin-setbindgroup-index-bindgroup-dynamicoffsets-bindgroup", - "https://gpuweb.github.io/gpuweb/#ref-for-idl-sequence%E2%91%A0%E2%91%A1", + "https://gpuweb.github.io/gpuweb/#ref-for-idl-sequence%E2%91%A0%E2%91%A2", "https://gpuweb.github.io/gpuweb/#ref-for-typedefdef-gpubufferdynamicoffset", "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpubindingcommandsmixin-setbindgroup-index-bindgroup-dynamicoffsets-dynamicoffsets", "https://gpuweb.github.io/gpuweb/#ref-for-idl-undefined%E2%91%A1%E2%91%A3", @@ -9547,7 +9546,7 @@ "https://gpuweb.github.io/gpuweb/#infopaneltitle-for-dom-gpubindingcommandsmixin-setbindgroup-index-bindgroup-dynamicoffsets-dynamicoffsets", "https://gpuweb.github.io/gpuweb/#infopanel-for-dom-gpubindingcommandsmixin-setbindgroup-index-bindgroup-dynamicoffsets-dynamicoffsets", "https://gpuweb.github.io/gpuweb/#infopaneltitle-for-dom-gpubindingcommandsmixin-setbindgroup-index-bindgroup-dynamicoffsets-dynamicoffsets", - "https://gpuweb.github.io/gpuweb/#ref-for-idl-sequence%E2%91%A0%E2%91%A2", + "https://gpuweb.github.io/gpuweb/#ref-for-idl-sequence%E2%91%A0%E2%91%A3", "https://gpuweb.github.io/gpuweb/#ref-for-typedefdef-gpubufferdynamicoffset%E2%91%A1", "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpubindgrouplayoutentry-buffer%E2%91%A2%E2%91%A2", "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpubufferbindinglayout-hasdynamicoffset%E2%91%A4", @@ -9723,13 +9722,13 @@ "https://gpuweb.github.io/gpuweb/#ref-for-gpudebugcommandsmixin%E2%91%A0", "https://gpuweb.github.io/gpuweb/#ref-for-idl-undefined%E2%91%A1%E2%91%A6", "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpudebugcommandsmixin-pushdebuggroup", - "https://gpuweb.github.io/gpuweb/#ref-for-idl-USVString%E2%91%A0%E2%91%A2", + "https://gpuweb.github.io/gpuweb/#ref-for-idl-USVString%E2%91%A0%E2%91%A1", "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpudebugcommandsmixin-pushdebuggroup-grouplabel-grouplabel", "https://gpuweb.github.io/gpuweb/#ref-for-idl-undefined%E2%91%A1%E2%91%A7", "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpudebugcommandsmixin-popdebuggroup", "https://gpuweb.github.io/gpuweb/#ref-for-idl-undefined%E2%91%A1%E2%91%A8", "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpudebugcommandsmixin-insertdebugmarker", - "https://gpuweb.github.io/gpuweb/#ref-for-idl-USVString%E2%91%A0%E2%91%A3", + "https://gpuweb.github.io/gpuweb/#ref-for-idl-USVString%E2%91%A0%E2%91%A2", "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpudebugcommandsmixin-insertdebugmarker-markerlabel-markerlabel", "https://gpuweb.github.io/gpuweb/#ref-for-gpudebugcommandsmixin%E2%91%A1", "https://gpuweb.github.io/gpuweb/#ref-for-gpuobjectbase%E2%91%A1%E2%91%A5", @@ -9741,7 +9740,7 @@ "https://gpuweb.github.io/gpuweb/#infopanel-for-dom-gpudebugcommandsmixin-debug_group_stack-slot", "https://gpuweb.github.io/gpuweb/#infopaneltitle-for-dom-gpudebugcommandsmixin-debug_group_stack-slot", "https://gpuweb.github.io/gpuweb/#ref-for-stack", - "https://gpuweb.github.io/gpuweb/#ref-for-idl-USVString%E2%91%A0%E2%91%A4", + "https://gpuweb.github.io/gpuweb/#ref-for-idl-USVString%E2%91%A0%E2%91%A3", "https://gpuweb.github.io/gpuweb/#ref-for-gpudebugcommandsmixin%E2%91%A3", "https://gpuweb.github.io/gpuweb/#dom-gpudebugcommandsmixin-pushdebuggroup", "https://gpuweb.github.io/gpuweb/#infopanel-for-dom-gpudebugcommandsmixin-pushdebuggroup", @@ -9755,7 +9754,7 @@ "https://gpuweb.github.io/gpuweb/#infopaneltitle-for-dom-gpudebugcommandsmixin-pushdebuggroup-grouplabel-grouplabel", "https://gpuweb.github.io/gpuweb/#infopanel-for-dom-gpudebugcommandsmixin-pushdebuggroup-grouplabel-grouplabel", "https://gpuweb.github.io/gpuweb/#infopaneltitle-for-dom-gpudebugcommandsmixin-pushdebuggroup-grouplabel-grouplabel", - "https://gpuweb.github.io/gpuweb/#ref-for-idl-USVString%E2%91%A0%E2%91%A5", + "https://gpuweb.github.io/gpuweb/#ref-for-idl-USVString%E2%91%A0%E2%91%A4", "https://gpuweb.github.io/gpuweb/#ref-for-idl-undefined%E2%91%A2%E2%93%AA", "https://gpuweb.github.io/gpuweb/#ref-for-content-timeline%E2%91%A5%E2%91%A6", "https://gpuweb.github.io/gpuweb/#ref-for-device-timeline%E2%91%A7%E2%91%A3", @@ -9794,7 +9793,7 @@ "https://gpuweb.github.io/gpuweb/#infopaneltitle-for-dom-gpudebugcommandsmixin-insertdebugmarker-markerlabel-markerlabel", "https://gpuweb.github.io/gpuweb/#infopanel-for-dom-gpudebugcommandsmixin-insertdebugmarker-markerlabel-markerlabel", "https://gpuweb.github.io/gpuweb/#infopaneltitle-for-dom-gpudebugcommandsmixin-insertdebugmarker-markerlabel-markerlabel", - "https://gpuweb.github.io/gpuweb/#ref-for-idl-USVString%E2%91%A0%E2%91%A6", + "https://gpuweb.github.io/gpuweb/#ref-for-idl-USVString%E2%91%A0%E2%91%A5", "https://gpuweb.github.io/gpuweb/#ref-for-idl-undefined%E2%91%A2%E2%91%A1", "https://gpuweb.github.io/gpuweb/#ref-for-content-timeline%E2%91%A5%E2%91%A8", "https://gpuweb.github.io/gpuweb/#ref-for-device-timeline%E2%91%A7%E2%91%A7", @@ -10110,7 +10109,7 @@ "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpurenderpassencoder-endocclusionquery", "https://gpuweb.github.io/gpuweb/#ref-for-idl-undefined%E2%91%A3%E2%91%A6", "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpurenderpassencoder-executebundles", - "https://gpuweb.github.io/gpuweb/#ref-for-idl-sequence%E2%91%A0%E2%91%A3", + "https://gpuweb.github.io/gpuweb/#ref-for-idl-sequence%E2%91%A0%E2%91%A4", "https://gpuweb.github.io/gpuweb/#ref-for-gpurenderbundle%E2%91%A3", "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpurenderpassencoder-executebundles-bundles-bundles", "https://gpuweb.github.io/gpuweb/#ref-for-idl-undefined%E2%91%A3%E2%91%A7", @@ -10243,7 +10242,7 @@ "https://gpuweb.github.io/gpuweb/#infopanel-for-dictdef-gpurenderpassdescriptor", "https://gpuweb.github.io/gpuweb/#infopaneltitle-for-dictdef-gpurenderpassdescriptor", "https://gpuweb.github.io/gpuweb/#ref-for-dictdef-gpuobjectdescriptorbase%E2%91%A0%E2%91%A5", - "https://gpuweb.github.io/gpuweb/#ref-for-idl-sequence%E2%91%A0%E2%91%A4", + "https://gpuweb.github.io/gpuweb/#ref-for-idl-sequence%E2%91%A0%E2%91%A5", "https://gpuweb.github.io/gpuweb/#ref-for-dictdef-gpurenderpasscolorattachment%E2%91%A0", "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpurenderpassdescriptor-colorattachments%E2%91%A4", "https://gpuweb.github.io/gpuweb/#ref-for-dictdef-gpurenderpassdepthstencilattachment%E2%91%A0", @@ -10332,7 +10331,7 @@ "https://gpuweb.github.io/gpuweb/#infopanel-for-abstract-opdef-validating-gpurenderpassdescriptors-color-attachment-bytes-per-sample", "https://gpuweb.github.io/gpuweb/#infopaneltitle-for-abstract-opdef-validating-gpurenderpassdescriptors-color-attachment-bytes-per-sample", "https://gpuweb.github.io/gpuweb/#ref-for-gpudevice%E2%91%A5%E2%91%A1", - "https://gpuweb.github.io/gpuweb/#ref-for-idl-sequence%E2%91%A0%E2%91%A5", + "https://gpuweb.github.io/gpuweb/#ref-for-idl-sequence%E2%91%A0%E2%91%A6", "https://gpuweb.github.io/gpuweb/#ref-for-dictdef-gpurenderpasscolorattachment%E2%91%A2", "https://gpuweb.github.io/gpuweb/#ref-for-list%E2%91%A0%E2%91%A4", "https://gpuweb.github.io/gpuweb/#ref-for-enumdef-gputextureformat%E2%91%A2%E2%91%A4", @@ -10485,7 +10484,7 @@ "https://gpuweb.github.io/gpuweb/#infopaneltitle-for-abstract-opdef-calculating-color-attachment-bytes-per-sample", "https://gpuweb.github.io/gpuweb/#infopanel-for-abstract-opdef-calculating-color-attachment-bytes-per-sample", "https://gpuweb.github.io/gpuweb/#infopaneltitle-for-abstract-opdef-calculating-color-attachment-bytes-per-sample", - "https://gpuweb.github.io/gpuweb/#ref-for-idl-sequence%E2%91%A0%E2%91%A6", + "https://gpuweb.github.io/gpuweb/#ref-for-idl-sequence%E2%91%A0%E2%91%A7", "https://gpuweb.github.io/gpuweb/#ref-for-enumdef-gputextureformat%E2%91%A2%E2%91%A5", "https://gpuweb.github.io/gpuweb/#ref-for-typedefdef-gpusize32%E2%91%A5%E2%91%A5", "https://gpuweb.github.io/gpuweb/#ref-for-assert%E2%91%A0%E2%91%A3", @@ -10675,7 +10674,7 @@ "https://gpuweb.github.io/gpuweb/#infopanel-for-dictdef-gpurenderpasslayout", "https://gpuweb.github.io/gpuweb/#infopaneltitle-for-dictdef-gpurenderpasslayout", "https://gpuweb.github.io/gpuweb/#ref-for-dictdef-gpuobjectdescriptorbase%E2%91%A0%E2%91%A6", - "https://gpuweb.github.io/gpuweb/#ref-for-idl-sequence%E2%91%A0%E2%91%A7", + "https://gpuweb.github.io/gpuweb/#ref-for-idl-sequence%E2%91%A0%E2%91%A8", "https://gpuweb.github.io/gpuweb/#ref-for-enumdef-gputextureformat%E2%91%A2%E2%91%A6", "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpurenderpasslayout-colorformats%E2%91%A0", "https://gpuweb.github.io/gpuweb/#ref-for-enumdef-gputextureformat%E2%91%A2%E2%91%A7", @@ -11576,7 +11575,7 @@ "https://gpuweb.github.io/gpuweb/#infopaneltitle-for-dom-gpurenderpassencoder-executebundles-bundles-bundles", "https://gpuweb.github.io/gpuweb/#infopanel-for-dom-gpurenderpassencoder-executebundles-bundles-bundles", "https://gpuweb.github.io/gpuweb/#infopaneltitle-for-dom-gpurenderpassencoder-executebundles-bundles-bundles", - "https://gpuweb.github.io/gpuweb/#ref-for-idl-sequence%E2%91%A0%E2%91%A8", + "https://gpuweb.github.io/gpuweb/#ref-for-idl-sequence%E2%91%A1%E2%93%AA", "https://gpuweb.github.io/gpuweb/#ref-for-gpurenderbundle%E2%91%A0%E2%93%AA", "https://gpuweb.github.io/gpuweb/#ref-for-idl-undefined%E2%91%A6%E2%93%AA", "https://gpuweb.github.io/gpuweb/#ref-for-content-timeline%E2%91%A7%E2%91%A1", @@ -11824,7 +11823,7 @@ "https://gpuweb.github.io/gpuweb/#ref-for-gpuqueue%E2%91%A0%E2%91%A3", "https://gpuweb.github.io/gpuweb/#ref-for-idl-undefined%E2%91%A6%E2%91%A0", "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpuqueue-submit%E2%91%A2", - "https://gpuweb.github.io/gpuweb/#ref-for-idl-sequence%E2%91%A1%E2%93%AA", + "https://gpuweb.github.io/gpuweb/#ref-for-idl-sequence%E2%91%A1%E2%91%A0", "https://gpuweb.github.io/gpuweb/#ref-for-gpucommandbuffer%E2%91%A1%E2%91%A1", "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpuqueue-submit-commandbuffers-commandbuffers", "https://gpuweb.github.io/gpuweb/#ref-for-idl-promise%E2%91%A1%E2%91%A4", @@ -12076,7 +12075,7 @@ "https://gpuweb.github.io/gpuweb/#infopaneltitle-for-dom-gpuqueue-submit-commandbuffers-commandbuffers", "https://gpuweb.github.io/gpuweb/#infopanel-for-dom-gpuqueue-submit-commandbuffers-commandbuffers", "https://gpuweb.github.io/gpuweb/#infopaneltitle-for-dom-gpuqueue-submit-commandbuffers-commandbuffers", - "https://gpuweb.github.io/gpuweb/#ref-for-idl-sequence%E2%91%A1%E2%91%A0", + "https://gpuweb.github.io/gpuweb/#ref-for-idl-sequence%E2%91%A1%E2%91%A1", "https://gpuweb.github.io/gpuweb/#ref-for-gpucommandbuffer%E2%91%A1%E2%91%A2", "https://gpuweb.github.io/gpuweb/#ref-for-idl-undefined%E2%91%A6%E2%91%A8", "https://gpuweb.github.io/gpuweb/#ref-for-content-timeline%E2%91%A7%E2%91%A7", @@ -12601,7 +12600,7 @@ "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpucanvasconfiguration-format%E2%91%A4", "https://gpuweb.github.io/gpuweb/#ref-for-typedefdef-gputextureusageflags%E2%91%A1", "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpucanvasconfiguration-usage", - "https://gpuweb.github.io/gpuweb/#ref-for-idl-sequence%E2%91%A1%E2%91%A1", + "https://gpuweb.github.io/gpuweb/#ref-for-idl-sequence%E2%91%A1%E2%91%A2", "https://gpuweb.github.io/gpuweb/#ref-for-enumdef-gputextureformat%E2%91%A3%E2%91%A3", "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpucanvasconfiguration-viewformats%E2%91%A0", "https://gpuweb.github.io/gpuweb/#ref-for-predefinedcolorspace%E2%91%A3", @@ -13621,7 +13620,7 @@ "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpucolordict-b", "https://gpuweb.github.io/gpuweb/#ref-for-idl-double%E2%91%A7", "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpucolordict-a", - "https://gpuweb.github.io/gpuweb/#ref-for-idl-sequence%E2%91%A1%E2%91%A2", + "https://gpuweb.github.io/gpuweb/#ref-for-idl-sequence%E2%91%A1%E2%91%A3", "https://gpuweb.github.io/gpuweb/#ref-for-idl-double%E2%91%A8", "https://gpuweb.github.io/gpuweb/#ref-for-dictdef-gpucolordict", "https://gpuweb.github.io/gpuweb/#typedefdef-gpucolor", @@ -13695,7 +13694,7 @@ "https://gpuweb.github.io/gpuweb/#infopaneltitle-for-dom-gpuorigin2ddict-y", "https://gpuweb.github.io/gpuweb/#infopanel-for-dom-gpuorigin2ddict-y", "https://gpuweb.github.io/gpuweb/#infopaneltitle-for-dom-gpuorigin2ddict-y", - "https://gpuweb.github.io/gpuweb/#ref-for-idl-sequence%E2%91%A1%E2%91%A3", + "https://gpuweb.github.io/gpuweb/#ref-for-idl-sequence%E2%91%A1%E2%91%A4", "https://gpuweb.github.io/gpuweb/#ref-for-typedefdef-gpuintegercoordinate%E2%91%A1%E2%91%A3", "https://gpuweb.github.io/gpuweb/#ref-for-dictdef-gpuorigin2ddict", "https://gpuweb.github.io/gpuweb/#typedefdef-gpuorigin2d", @@ -13741,7 +13740,7 @@ "https://gpuweb.github.io/gpuweb/#infopaneltitle-for-dom-gpuorigin3ddict-z", "https://gpuweb.github.io/gpuweb/#infopanel-for-dom-gpuorigin3ddict-z", "https://gpuweb.github.io/gpuweb/#infopaneltitle-for-dom-gpuorigin3ddict-z", - "https://gpuweb.github.io/gpuweb/#ref-for-idl-sequence%E2%91%A1%E2%91%A4", + "https://gpuweb.github.io/gpuweb/#ref-for-idl-sequence%E2%91%A1%E2%91%A5", "https://gpuweb.github.io/gpuweb/#ref-for-typedefdef-gpuintegercoordinate%E2%91%A1%E2%91%A7", "https://gpuweb.github.io/gpuweb/#ref-for-dictdef-gpuorigin3ddict", "https://gpuweb.github.io/gpuweb/#typedefdef-gpuorigin3d", @@ -13790,7 +13789,7 @@ "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpuextent3ddict-height%E2%91%A6", "https://gpuweb.github.io/gpuweb/#ref-for-typedefdef-gpuintegercoordinate%E2%91%A2%E2%91%A0", "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpuextent3ddict-depthorarraylayers%E2%91%A6", - "https://gpuweb.github.io/gpuweb/#ref-for-idl-sequence%E2%91%A1%E2%91%A5", + "https://gpuweb.github.io/gpuweb/#ref-for-idl-sequence%E2%91%A1%E2%91%A6", "https://gpuweb.github.io/gpuweb/#ref-for-typedefdef-gpuintegercoordinate%E2%91%A2%E2%91%A1", "https://gpuweb.github.io/gpuweb/#ref-for-dictdef-gpuextent3ddict%E2%91%A6", "https://gpuweb.github.io/gpuweb/#typedefdef-gpuextent3d", diff --git a/ed/index.json b/ed/index.json index 2ff22c63d9d7..6b4aa0498841 100644 --- a/ed/index.json +++ b/ed/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2023-10-13T18:37:14.722Z", + "date": "2023-10-14T00:49:02.552Z", "options": { "useCrawl": "curated", "output": "curated", @@ -444,7 +444,7 @@ ], "crawled": "https://drafts.css-houdini.org/css-typed-om-2/", "crawlCacheInfo": { - "lastModified": "Fri, 13 Oct 2023 18:26:16 GMT" + "lastModified": "Sat, 14 Oct 2023 00:36:38 GMT" }, "generator": "bikeshed", "date": "8 February 2021", @@ -492,7 +492,7 @@ ], "crawled": "https://drafts.css-houdini.org/font-metrics-api-1/", "crawlCacheInfo": { - "lastModified": "Fri, 13 Oct 2023 18:26:32 GMT" + "lastModified": "Sat, 14 Oct 2023 00:36:54 GMT" }, "generator": "bikeshed", "date": "12 May 2021", @@ -1985,7 +1985,7 @@ ], "crawled": "https://drafts.fxtf.org/filter-effects-2/", "crawlCacheInfo": { - "lastModified": "Fri, 13 Oct 2023 18:24:44 GMT" + "lastModified": "Sat, 14 Oct 2023 00:35:08 GMT" }, "generator": "bikeshed", "date": "7 March 2023", @@ -3236,9 +3236,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/ANGLE_instanced_arrays/", "crawlCacheInfo": { - "lastModified": "Tue, 10 Oct 2023 20:11:42 GMT" + "lastModified": "Fri, 13 Oct 2023 21:34:39 GMT" }, - "date": "10 October 2023", + "date": "13 October 2023", "links": "links/ANGLE_instanced_arrays.json", "idl": "idl/ANGLE_instanced_arrays.idl", "idlparsed": "idlparsed/ANGLE_instanced_arrays.json" @@ -3287,9 +3287,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/EXT_blend_minmax/", "crawlCacheInfo": { - "lastModified": "Tue, 10 Oct 2023 20:11:42 GMT" + "lastModified": "Fri, 13 Oct 2023 21:34:39 GMT" }, - "date": "10 October 2023", + "date": "13 October 2023", "links": "links/EXT_blend_minmax.json", "idl": "idl/EXT_blend_minmax.idl", "idlparsed": "idlparsed/EXT_blend_minmax.json" @@ -3338,9 +3338,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/EXT_color_buffer_float/", "crawlCacheInfo": { - "lastModified": "Tue, 10 Oct 2023 20:11:42 GMT" + "lastModified": "Fri, 13 Oct 2023 21:34:39 GMT" }, - "date": "10 October 2023", + "date": "13 October 2023", "links": "links/EXT_color_buffer_float.json", "idl": "idl/EXT_color_buffer_float.idl", "idlparsed": "idlparsed/EXT_color_buffer_float.json" @@ -3389,9 +3389,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/EXT_color_buffer_half_float/", "crawlCacheInfo": { - "lastModified": "Tue, 10 Oct 2023 20:11:42 GMT" + "lastModified": "Fri, 13 Oct 2023 21:34:39 GMT" }, - "date": "10 October 2023", + "date": "13 October 2023", "links": "links/EXT_color_buffer_half_float.json", "idl": "idl/EXT_color_buffer_half_float.idl", "idlparsed": "idlparsed/EXT_color_buffer_half_float.json" @@ -3440,9 +3440,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/EXT_disjoint_timer_query_webgl2/", "crawlCacheInfo": { - "lastModified": "Tue, 10 Oct 2023 20:11:42 GMT" + "lastModified": "Fri, 13 Oct 2023 21:34:39 GMT" }, - "date": "10 October 2023", + "date": "13 October 2023", "links": "links/EXT_disjoint_timer_query_webgl2.json", "idl": "idl/EXT_disjoint_timer_query_webgl2.idl", "idlparsed": "idlparsed/EXT_disjoint_timer_query_webgl2.json" @@ -3491,9 +3491,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/EXT_disjoint_timer_query/", "crawlCacheInfo": { - "lastModified": "Tue, 10 Oct 2023 20:11:42 GMT" + "lastModified": "Fri, 13 Oct 2023 21:34:39 GMT" }, - "date": "10 October 2023", + "date": "13 October 2023", "links": "links/EXT_disjoint_timer_query.json", "idl": "idl/EXT_disjoint_timer_query.idl", "idlparsed": "idlparsed/EXT_disjoint_timer_query.json" @@ -3542,9 +3542,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/EXT_float_blend/", "crawlCacheInfo": { - "lastModified": "Tue, 10 Oct 2023 20:11:42 GMT" + "lastModified": "Fri, 13 Oct 2023 21:34:39 GMT" }, - "date": "10 October 2023", + "date": "13 October 2023", "links": "links/EXT_float_blend.json", "idl": "idl/EXT_float_blend.idl", "idlparsed": "idlparsed/EXT_float_blend.json" @@ -3593,9 +3593,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/EXT_frag_depth/", "crawlCacheInfo": { - "lastModified": "Tue, 10 Oct 2023 20:11:42 GMT" + "lastModified": "Fri, 13 Oct 2023 21:34:39 GMT" }, - "date": "10 October 2023", + "date": "13 October 2023", "links": "links/EXT_frag_depth.json", "idl": "idl/EXT_frag_depth.idl", "idlparsed": "idlparsed/EXT_frag_depth.json" @@ -3644,9 +3644,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/EXT_shader_texture_lod/", "crawlCacheInfo": { - "lastModified": "Tue, 10 Oct 2023 20:11:42 GMT" + "lastModified": "Fri, 13 Oct 2023 21:34:39 GMT" }, - "date": "10 October 2023", + "date": "13 October 2023", "links": "links/EXT_shader_texture_lod.json", "idl": "idl/EXT_shader_texture_lod.idl", "idlparsed": "idlparsed/EXT_shader_texture_lod.json" @@ -3695,9 +3695,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/EXT_sRGB/", "crawlCacheInfo": { - "lastModified": "Tue, 10 Oct 2023 20:11:42 GMT" + "lastModified": "Fri, 13 Oct 2023 21:34:39 GMT" }, - "date": "10 October 2023", + "date": "13 October 2023", "links": "links/EXT_sRGB.json", "idl": "idl/EXT_sRGB.idl", "idlparsed": "idlparsed/EXT_sRGB.json" @@ -3746,9 +3746,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/EXT_texture_compression_bptc/", "crawlCacheInfo": { - "lastModified": "Tue, 10 Oct 2023 20:11:42 GMT" + "lastModified": "Fri, 13 Oct 2023 21:34:39 GMT" }, - "date": "10 October 2023", + "date": "13 October 2023", "links": "links/EXT_texture_compression_bptc.json", "idl": "idl/EXT_texture_compression_bptc.idl", "idlparsed": "idlparsed/EXT_texture_compression_bptc.json" @@ -3797,9 +3797,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/EXT_texture_compression_rgtc/", "crawlCacheInfo": { - "lastModified": "Tue, 10 Oct 2023 20:11:42 GMT" + "lastModified": "Fri, 13 Oct 2023 21:34:39 GMT" }, - "date": "10 October 2023", + "date": "13 October 2023", "links": "links/EXT_texture_compression_rgtc.json", "idl": "idl/EXT_texture_compression_rgtc.idl", "idlparsed": "idlparsed/EXT_texture_compression_rgtc.json" @@ -3848,9 +3848,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/EXT_texture_filter_anisotropic/", "crawlCacheInfo": { - "lastModified": "Tue, 10 Oct 2023 20:11:42 GMT" + "lastModified": "Fri, 13 Oct 2023 21:34:39 GMT" }, - "date": "10 October 2023", + "date": "13 October 2023", "links": "links/EXT_texture_filter_anisotropic.json", "idl": "idl/EXT_texture_filter_anisotropic.idl", "idlparsed": "idlparsed/EXT_texture_filter_anisotropic.json" @@ -3899,9 +3899,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/EXT_texture_norm16/", "crawlCacheInfo": { - "lastModified": "Tue, 10 Oct 2023 20:11:42 GMT" + "lastModified": "Fri, 13 Oct 2023 21:34:39 GMT" }, - "date": "10 October 2023", + "date": "13 October 2023", "links": "links/EXT_texture_norm16.json", "idl": "idl/EXT_texture_norm16.idl", "idlparsed": "idlparsed/EXT_texture_norm16.json" @@ -3950,9 +3950,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/KHR_parallel_shader_compile/", "crawlCacheInfo": { - "lastModified": "Tue, 10 Oct 2023 20:11:42 GMT" + "lastModified": "Fri, 13 Oct 2023 21:34:39 GMT" }, - "date": "10 October 2023", + "date": "13 October 2023", "links": "links/KHR_parallel_shader_compile.json", "idl": "idl/KHR_parallel_shader_compile.idl", "idlparsed": "idlparsed/KHR_parallel_shader_compile.json" @@ -4001,9 +4001,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/OES_draw_buffers_indexed/", "crawlCacheInfo": { - "lastModified": "Tue, 10 Oct 2023 20:11:42 GMT" + "lastModified": "Fri, 13 Oct 2023 21:34:39 GMT" }, - "date": "10 October 2023", + "date": "13 October 2023", "links": "links/OES_draw_buffers_indexed.json", "idl": "idl/OES_draw_buffers_indexed.idl", "idlparsed": "idlparsed/OES_draw_buffers_indexed.json" @@ -4052,9 +4052,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/OES_element_index_uint/", "crawlCacheInfo": { - "lastModified": "Tue, 10 Oct 2023 20:11:42 GMT" + "lastModified": "Fri, 13 Oct 2023 21:34:39 GMT" }, - "date": "10 October 2023", + "date": "13 October 2023", "links": "links/OES_element_index_uint.json", "idl": "idl/OES_element_index_uint.idl", "idlparsed": "idlparsed/OES_element_index_uint.json" @@ -4103,9 +4103,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/OES_fbo_render_mipmap/", "crawlCacheInfo": { - "lastModified": "Tue, 10 Oct 2023 20:11:42 GMT" + "lastModified": "Fri, 13 Oct 2023 21:34:39 GMT" }, - "date": "10 October 2023", + "date": "13 October 2023", "links": "links/OES_fbo_render_mipmap.json", "idl": "idl/OES_fbo_render_mipmap.idl", "idlparsed": "idlparsed/OES_fbo_render_mipmap.json" @@ -4154,9 +4154,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/OES_standard_derivatives/", "crawlCacheInfo": { - "lastModified": "Tue, 10 Oct 2023 20:11:42 GMT" + "lastModified": "Fri, 13 Oct 2023 21:34:39 GMT" }, - "date": "10 October 2023", + "date": "13 October 2023", "links": "links/OES_standard_derivatives.json", "idl": "idl/OES_standard_derivatives.idl", "idlparsed": "idlparsed/OES_standard_derivatives.json" @@ -4205,9 +4205,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/OES_texture_float_linear/", "crawlCacheInfo": { - "lastModified": "Tue, 10 Oct 2023 20:11:42 GMT" + "lastModified": "Fri, 13 Oct 2023 21:34:39 GMT" }, - "date": "10 October 2023", + "date": "13 October 2023", "links": "links/OES_texture_float_linear.json", "idl": "idl/OES_texture_float_linear.idl", "idlparsed": "idlparsed/OES_texture_float_linear.json" @@ -4256,9 +4256,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/OES_texture_float/", "crawlCacheInfo": { - "lastModified": "Tue, 10 Oct 2023 20:11:42 GMT" + "lastModified": "Fri, 13 Oct 2023 21:34:39 GMT" }, - "date": "10 October 2023", + "date": "13 October 2023", "links": "links/OES_texture_float.json", "idl": "idl/OES_texture_float.idl", "idlparsed": "idlparsed/OES_texture_float.json" @@ -4307,9 +4307,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/OES_texture_half_float_linear/", "crawlCacheInfo": { - "lastModified": "Tue, 10 Oct 2023 20:11:42 GMT" + "lastModified": "Fri, 13 Oct 2023 21:34:39 GMT" }, - "date": "10 October 2023", + "date": "13 October 2023", "links": "links/OES_texture_half_float_linear.json", "idl": "idl/OES_texture_half_float_linear.idl", "idlparsed": "idlparsed/OES_texture_half_float_linear.json" @@ -4358,9 +4358,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/OES_texture_half_float/", "crawlCacheInfo": { - "lastModified": "Tue, 10 Oct 2023 20:11:42 GMT" + "lastModified": "Fri, 13 Oct 2023 21:34:39 GMT" }, - "date": "10 October 2023", + "date": "13 October 2023", "links": "links/OES_texture_half_float.json", "idl": "idl/OES_texture_half_float.idl", "idlparsed": "idlparsed/OES_texture_half_float.json" @@ -4409,9 +4409,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/OES_vertex_array_object/", "crawlCacheInfo": { - "lastModified": "Tue, 10 Oct 2023 20:11:42 GMT" + "lastModified": "Fri, 13 Oct 2023 21:34:39 GMT" }, - "date": "10 October 2023", + "date": "13 October 2023", "links": "links/OES_vertex_array_object.json", "idl": "idl/OES_vertex_array_object.idl", "idlparsed": "idlparsed/OES_vertex_array_object.json" @@ -4460,9 +4460,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/OVR_multiview2/", "crawlCacheInfo": { - "lastModified": "Tue, 10 Oct 2023 20:11:42 GMT" + "lastModified": "Fri, 13 Oct 2023 21:34:39 GMT" }, - "date": "10 October 2023", + "date": "13 October 2023", "links": "links/OVR_multiview2.json", "idl": "idl/OVR_multiview2.idl", "idlparsed": "idlparsed/OVR_multiview2.json" @@ -4511,9 +4511,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/WEBGL_blend_equation_advanced_coherent/", "crawlCacheInfo": { - "lastModified": "Tue, 10 Oct 2023 20:11:42 GMT" + "lastModified": "Fri, 13 Oct 2023 21:34:40 GMT" }, - "date": "10 October 2023", + "date": "13 October 2023", "links": "links/WEBGL_blend_equation_advanced_coherent.json", "idl": "idl/WEBGL_blend_equation_advanced_coherent.idl", "idlparsed": "idlparsed/WEBGL_blend_equation_advanced_coherent.json" @@ -4562,9 +4562,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/WEBGL_clip_cull_distance/", "crawlCacheInfo": { - "lastModified": "Tue, 10 Oct 2023 20:11:42 GMT" + "lastModified": "Fri, 13 Oct 2023 21:34:40 GMT" }, - "date": "10 October 2023", + "date": "13 October 2023", "links": "links/WEBGL_clip_cull_distance.json", "idl": "idl/WEBGL_clip_cull_distance.idl", "idlparsed": "idlparsed/WEBGL_clip_cull_distance.json" @@ -4613,9 +4613,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/WEBGL_color_buffer_float/", "crawlCacheInfo": { - "lastModified": "Tue, 10 Oct 2023 20:11:42 GMT" + "lastModified": "Fri, 13 Oct 2023 21:34:40 GMT" }, - "date": "10 October 2023", + "date": "13 October 2023", "links": "links/WEBGL_color_buffer_float.json", "idl": "idl/WEBGL_color_buffer_float.idl", "idlparsed": "idlparsed/WEBGL_color_buffer_float.json" @@ -4664,9 +4664,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/WEBGL_compressed_texture_astc/", "crawlCacheInfo": { - "lastModified": "Tue, 10 Oct 2023 20:11:42 GMT" + "lastModified": "Fri, 13 Oct 2023 21:34:40 GMT" }, - "date": "10 October 2023", + "date": "13 October 2023", "links": "links/WEBGL_compressed_texture_astc.json", "idl": "idl/WEBGL_compressed_texture_astc.idl", "idlparsed": "idlparsed/WEBGL_compressed_texture_astc.json" @@ -4715,9 +4715,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/WEBGL_compressed_texture_etc/", "crawlCacheInfo": { - "lastModified": "Tue, 10 Oct 2023 20:11:42 GMT" + "lastModified": "Fri, 13 Oct 2023 21:34:40 GMT" }, - "date": "10 October 2023", + "date": "13 October 2023", "links": "links/WEBGL_compressed_texture_etc.json", "idl": "idl/WEBGL_compressed_texture_etc.idl", "idlparsed": "idlparsed/WEBGL_compressed_texture_etc.json" @@ -4766,9 +4766,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/WEBGL_compressed_texture_etc1/", "crawlCacheInfo": { - "lastModified": "Tue, 10 Oct 2023 20:11:42 GMT" + "lastModified": "Fri, 13 Oct 2023 21:34:40 GMT" }, - "date": "10 October 2023", + "date": "13 October 2023", "links": "links/WEBGL_compressed_texture_etc1.json", "idl": "idl/WEBGL_compressed_texture_etc1.idl", "idlparsed": "idlparsed/WEBGL_compressed_texture_etc1.json" @@ -4817,9 +4817,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/WEBGL_compressed_texture_pvrtc/", "crawlCacheInfo": { - "lastModified": "Tue, 10 Oct 2023 20:11:42 GMT" + "lastModified": "Fri, 13 Oct 2023 21:34:40 GMT" }, - "date": "10 October 2023", + "date": "13 October 2023", "links": "links/WEBGL_compressed_texture_pvrtc.json", "idl": "idl/WEBGL_compressed_texture_pvrtc.idl", "idlparsed": "idlparsed/WEBGL_compressed_texture_pvrtc.json" @@ -4868,9 +4868,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/WEBGL_compressed_texture_s3tc_srgb/", "crawlCacheInfo": { - "lastModified": "Tue, 10 Oct 2023 20:11:43 GMT" + "lastModified": "Fri, 13 Oct 2023 21:34:40 GMT" }, - "date": "10 October 2023", + "date": "13 October 2023", "links": "links/WEBGL_compressed_texture_s3tc_srgb.json", "idl": "idl/WEBGL_compressed_texture_s3tc_srgb.idl", "idlparsed": "idlparsed/WEBGL_compressed_texture_s3tc_srgb.json" @@ -4919,9 +4919,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/WEBGL_compressed_texture_s3tc/", "crawlCacheInfo": { - "lastModified": "Tue, 10 Oct 2023 20:11:43 GMT" + "lastModified": "Fri, 13 Oct 2023 21:34:40 GMT" }, - "date": "10 October 2023", + "date": "13 October 2023", "links": "links/WEBGL_compressed_texture_s3tc.json", "idl": "idl/WEBGL_compressed_texture_s3tc.idl", "idlparsed": "idlparsed/WEBGL_compressed_texture_s3tc.json" @@ -4970,9 +4970,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/WEBGL_debug_renderer_info/", "crawlCacheInfo": { - "lastModified": "Tue, 10 Oct 2023 20:11:43 GMT" + "lastModified": "Fri, 13 Oct 2023 21:34:40 GMT" }, - "date": "10 October 2023", + "date": "13 October 2023", "links": "links/WEBGL_debug_renderer_info.json", "idl": "idl/WEBGL_debug_renderer_info.idl", "idlparsed": "idlparsed/WEBGL_debug_renderer_info.json" @@ -5021,9 +5021,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/WEBGL_debug_shaders/", "crawlCacheInfo": { - "lastModified": "Tue, 10 Oct 2023 20:11:43 GMT" + "lastModified": "Fri, 13 Oct 2023 21:34:40 GMT" }, - "date": "10 October 2023", + "date": "13 October 2023", "links": "links/WEBGL_debug_shaders.json", "idl": "idl/WEBGL_debug_shaders.idl", "idlparsed": "idlparsed/WEBGL_debug_shaders.json" @@ -5072,9 +5072,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/WEBGL_depth_texture/", "crawlCacheInfo": { - "lastModified": "Tue, 10 Oct 2023 20:11:43 GMT" + "lastModified": "Fri, 13 Oct 2023 21:34:40 GMT" }, - "date": "10 October 2023", + "date": "13 October 2023", "links": "links/WEBGL_depth_texture.json", "idl": "idl/WEBGL_depth_texture.idl", "idlparsed": "idlparsed/WEBGL_depth_texture.json" @@ -5123,9 +5123,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/WEBGL_draw_buffers/", "crawlCacheInfo": { - "lastModified": "Tue, 10 Oct 2023 20:11:43 GMT" + "lastModified": "Fri, 13 Oct 2023 21:34:40 GMT" }, - "date": "10 October 2023", + "date": "13 October 2023", "links": "links/WEBGL_draw_buffers.json", "idl": "idl/WEBGL_draw_buffers.idl", "idlparsed": "idlparsed/WEBGL_draw_buffers.json" @@ -5174,9 +5174,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/WEBGL_draw_instanced_base_vertex_base_instance/", "crawlCacheInfo": { - "lastModified": "Tue, 10 Oct 2023 20:11:43 GMT" + "lastModified": "Fri, 13 Oct 2023 21:34:40 GMT" }, - "date": "10 October 2023", + "date": "13 October 2023", "links": "links/WEBGL_draw_instanced_base_vertex_base_instance.json", "idl": "idl/WEBGL_draw_instanced_base_vertex_base_instance.idl", "idlparsed": "idlparsed/WEBGL_draw_instanced_base_vertex_base_instance.json" @@ -5225,9 +5225,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/WEBGL_lose_context/", "crawlCacheInfo": { - "lastModified": "Tue, 10 Oct 2023 20:11:43 GMT" + "lastModified": "Fri, 13 Oct 2023 21:34:40 GMT" }, - "date": "10 October 2023", + "date": "13 October 2023", "links": "links/WEBGL_lose_context.json", "idl": "idl/WEBGL_lose_context.idl", "idlparsed": "idlparsed/WEBGL_lose_context.json" @@ -5276,9 +5276,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/WEBGL_multi_draw_instanced_base_vertex_base_instance/", "crawlCacheInfo": { - "lastModified": "Tue, 10 Oct 2023 20:11:43 GMT" + "lastModified": "Fri, 13 Oct 2023 21:34:40 GMT" }, - "date": "10 October 2023", + "date": "13 October 2023", "links": "links/WEBGL_multi_draw_instanced_base_vertex_base_instance.json", "idl": "idl/WEBGL_multi_draw_instanced_base_vertex_base_instance.idl", "idlparsed": "idlparsed/WEBGL_multi_draw_instanced_base_vertex_base_instance.json" @@ -5327,9 +5327,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/WEBGL_multi_draw/", "crawlCacheInfo": { - "lastModified": "Tue, 10 Oct 2023 20:11:43 GMT" + "lastModified": "Fri, 13 Oct 2023 21:34:40 GMT" }, - "date": "10 October 2023", + "date": "13 October 2023", "links": "links/WEBGL_multi_draw.json", "idl": "idl/WEBGL_multi_draw.idl", "idlparsed": "idlparsed/WEBGL_multi_draw.json" @@ -5378,9 +5378,9 @@ ], "crawled": "https://registry.khronos.org/webgl/extensions/WEBGL_provoking_vertex/", "crawlCacheInfo": { - "lastModified": "Tue, 10 Oct 2023 20:11:43 GMT" + "lastModified": "Fri, 13 Oct 2023 21:34:40 GMT" }, - "date": "10 October 2023", + "date": "13 October 2023", "links": "links/WEBGL_provoking_vertex.json", "idl": "idl/WEBGL_provoking_vertex.idl", "idlparsed": "idlparsed/WEBGL_provoking_vertex.json" @@ -11325,10 +11325,10 @@ ], "crawled": "https://wicg.github.io/trust-token-api/", "crawlCacheInfo": { - "lastModified": "Tue, 10 Oct 2023 19:05:36 GMT" + "lastModified": "Fri, 13 Oct 2023 19:20:13 GMT" }, "generator": "bikeshed", - "date": "10 October 2023", + "date": "13 October 2023", "links": "links/trust-token-api.json", "refs": "refs/trust-token-api.json", "idl": "idl/trust-token-api.idl", @@ -11375,7 +11375,7 @@ ], "crawled": "https://wicg.github.io/turtledove/", "crawlCacheInfo": { - "lastModified": "Fri, 13 Oct 2023 17:46:30 GMT" + "lastModified": "Fri, 13 Oct 2023 21:12:35 GMT" }, "generator": "bikeshed", "date": "13 October 2023", @@ -12313,9 +12313,9 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc7034", "crawlCacheInfo": { - "lastModified": "Fri, 13 Oct 2023 06:33:29 GMT" + "lastModified": "Sat, 14 Oct 2023 00:45:58 GMT" }, - "date": "13 October 2023", + "date": "14 October 2023", "links": "links/rfc7034.json", "ids": "ids/rfc7034.json" }, @@ -12680,9 +12680,9 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc7469", "crawlCacheInfo": { - "lastModified": "Fri, 13 Oct 2023 18:33:00 GMT" + "lastModified": "Sat, 14 Oct 2023 00:45:59 GMT" }, - "date": "13 October 2023", + "date": "14 October 2023", "links": "links/rfc7469.json", "ids": "ids/rfc7469.json" }, @@ -13234,9 +13234,9 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc8942", "crawlCacheInfo": { - "lastModified": "Fri, 13 Oct 2023 06:33:34 GMT" + "lastModified": "Sat, 14 Oct 2023 00:46:01 GMT" }, - "date": "13 October 2023", + "date": "14 October 2023", "links": "links/rfc8942.json", "refs": "refs/rfc8942.json", "headings": "headings/rfc8942.json", @@ -13372,9 +13372,9 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc9112", "crawlCacheInfo": { - "lastModified": "Fri, 13 Oct 2023 18:33:03 GMT" + "lastModified": "Sat, 14 Oct 2023 00:46:01 GMT" }, - "date": "13 October 2023", + "date": "14 October 2023", "links": "links/rfc9112.json", "refs": "refs/rfc9112.json", "headings": "headings/rfc9112.json", @@ -13464,9 +13464,9 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc9114", "crawlCacheInfo": { - "lastModified": "Fri, 13 Oct 2023 18:33:04 GMT" + "lastModified": "Sat, 14 Oct 2023 00:46:01 GMT" }, - "date": "13 October 2023", + "date": "14 October 2023", "links": "links/rfc9114.json", "refs": "refs/rfc9114.json", "headings": "headings/rfc9114.json", @@ -13510,9 +13510,9 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc9163", "crawlCacheInfo": { - "lastModified": "Fri, 13 Oct 2023 12:39:44 GMT" + "lastModified": "Sat, 14 Oct 2023 00:46:02 GMT" }, - "date": "13 October 2023", + "date": "14 October 2023", "links": "links/rfc9163.json", "refs": "refs/rfc9163.json", "headings": "headings/rfc9163.json", @@ -15251,7 +15251,7 @@ ], "crawled": "https://drafts.css-houdini.org/css-animationworklet-1/", "crawlCacheInfo": { - "lastModified": "Fri, 13 Oct 2023 18:26:02 GMT" + "lastModified": "Sat, 14 Oct 2023 00:36:24 GMT" }, "generator": "bikeshed", "date": "15 July 2022", @@ -17727,7 +17727,7 @@ ], "crawled": "https://drafts.css-houdini.org/css-layout-api-1/", "crawlCacheInfo": { - "lastModified": "Fri, 13 Oct 2023 18:26:07 GMT" + "lastModified": "Sat, 14 Oct 2023 00:36:29 GMT" }, "generator": "bikeshed", "date": "15 July 2022", @@ -17984,10 +17984,10 @@ ], "crawled": "https://drafts.fxtf.org/css-masking-1/", "crawlCacheInfo": { - "lastModified": "Fri, 13 Oct 2023 18:24:36 GMT" + "lastModified": "Sat, 14 Oct 2023 00:35:01 GMT" }, "generator": "bikeshed", - "date": "21 July 2023", + "date": "13 October 2023", "links": "links/css-masking-1.json", "refs": "refs/css-masking-1.json", "idl": "idl/css-masking.idl", @@ -18632,7 +18632,7 @@ ], "crawled": "https://drafts.css-houdini.org/css-paint-api-1/", "crawlCacheInfo": { - "lastModified": "Fri, 13 Oct 2023 18:26:10 GMT" + "lastModified": "Sat, 14 Oct 2023 00:36:32 GMT" }, "generator": "bikeshed", "date": "15 December 2020", @@ -18768,7 +18768,7 @@ ], "crawled": "https://drafts.css-houdini.org/css-properties-values-api-1/", "crawlCacheInfo": { - "lastModified": "Fri, 13 Oct 2023 18:26:15 GMT" + "lastModified": "Sat, 14 Oct 2023 00:36:37 GMT" }, "generator": "bikeshed", "date": "25 August 2023", @@ -20491,7 +20491,7 @@ ], "crawled": "https://drafts.css-houdini.org/css-typed-om-1/", "crawlCacheInfo": { - "lastModified": "Fri, 13 Oct 2023 18:26:31 GMT" + "lastModified": "Sat, 14 Oct 2023 00:36:53 GMT" }, "generator": "bikeshed", "date": "29 August 2023", @@ -22160,7 +22160,7 @@ ], "crawled": "https://drafts.fxtf.org/fill-stroke-3/", "crawlCacheInfo": { - "lastModified": "Fri, 13 Oct 2023 18:24:42 GMT" + "lastModified": "Sat, 14 Oct 2023 00:35:06 GMT" }, "generator": "bikeshed", "date": "4 April 2017", @@ -22224,7 +22224,7 @@ ], "crawled": "https://drafts.fxtf.org/filter-effects-1/", "crawlCacheInfo": { - "lastModified": "Fri, 13 Oct 2023 18:25:01 GMT" + "lastModified": "Sat, 14 Oct 2023 00:35:24 GMT" }, "generator": "bikeshed", "date": "12 September 2022", @@ -22600,7 +22600,7 @@ ], "crawled": "https://drafts.fxtf.org/geometry-1/", "crawlCacheInfo": { - "lastModified": "Fri, 13 Oct 2023 18:25:08 GMT" + "lastModified": "Sat, 14 Oct 2023 00:35:31 GMT" }, "generator": "bikeshed", "date": "10 February 2022", @@ -24955,7 +24955,7 @@ ], "crawled": "https://drafts.fxtf.org/motion-1/", "crawlCacheInfo": { - "lastModified": "Fri, 13 Oct 2023 18:25:13 GMT" + "lastModified": "Sat, 14 Oct 2023 00:35:36 GMT" }, "generator": "bikeshed", "date": "1 August 2023", @@ -25523,10 +25523,10 @@ ], "crawled": "https://w3c.github.io/openscreenprotocol/", "crawlCacheInfo": { - "lastModified": "Thu, 12 Oct 2023 22:00:01 GMT" + "lastModified": "Fri, 13 Oct 2023 22:27:47 GMT" }, "generator": "bikeshed", - "date": "12 October 2023", + "date": "13 October 2023", "links": "links/openscreenprotocol.json", "refs": "refs/openscreenprotocol.json", "dfns": "dfns/openscreenprotocol.json", @@ -26695,10 +26695,10 @@ ], "crawled": "https://w3c.github.io/rdf-concepts/spec/", "crawlCacheInfo": { - "lastModified": "Thu, 12 Oct 2023 21:27:34 GMT" + "lastModified": "Fri, 13 Oct 2023 20:15:57 GMT" }, "generator": "respec", - "date": "12 October 2023", + "date": "13 October 2023", "links": "links/rdf12-concepts.json", "refs": "refs/rdf12-concepts.json", "dfns": "dfns/rdf12-concepts.json", @@ -26749,10 +26749,10 @@ ], "crawled": "https://w3c.github.io/rdf-n-quads/spec/", "crawlCacheInfo": { - "lastModified": "Thu, 12 Oct 2023 21:18:29 GMT" + "lastModified": "Fri, 13 Oct 2023 19:48:00 GMT" }, "generator": "respec", - "date": "12 October 2023", + "date": "13 October 2023", "links": "links/rdf12-n-quads.json", "refs": "refs/rdf12-n-quads.json", "dfns": "dfns/rdf12-n-quads.json", @@ -26803,10 +26803,10 @@ ], "crawled": "https://w3c.github.io/rdf-n-triples/spec/", "crawlCacheInfo": { - "lastModified": "Thu, 31 Aug 2023 20:02:59 GMT" + "lastModified": "Fri, 13 Oct 2023 20:19:46 GMT" }, "generator": "respec", - "date": "31 August 2023", + "date": "13 October 2023", "links": "links/rdf12-n-triples.json", "refs": "refs/rdf12-n-triples.json", "dfns": "dfns/rdf12-n-triples.json", @@ -26964,10 +26964,10 @@ ], "crawled": "https://w3c.github.io/rdf-trig/spec/", "crawlCacheInfo": { - "lastModified": "Thu, 21 Sep 2023 21:01:22 GMT" + "lastModified": "Fri, 13 Oct 2023 19:59:11 GMT" }, "generator": "respec", - "date": "21 September 2023", + "date": "13 October 2023", "links": "links/rdf12-trig.json", "refs": "refs/rdf12-trig.json", "dfns": "dfns/rdf12-trig.json", @@ -27018,10 +27018,10 @@ ], "crawled": "https://w3c.github.io/rdf-turtle/spec/", "crawlCacheInfo": { - "lastModified": "Thu, 12 Oct 2023 21:25:47 GMT" + "lastModified": "Fri, 13 Oct 2023 19:52:44 GMT" }, "generator": "respec", - "date": "12 October 2023", + "date": "13 October 2023", "links": "links/rdf12-turtle.json", "refs": "refs/rdf12-turtle.json", "dfns": "dfns/rdf12-turtle.json", @@ -31525,10 +31525,10 @@ ], "crawled": "https://gpuweb.github.io/gpuweb/", "crawlCacheInfo": { - "lastModified": "Thu, 12 Oct 2023 21:20:31 GMT" + "lastModified": "Fri, 13 Oct 2023 22:31:03 GMT" }, "generator": "bikeshed", - "date": "12 October 2023", + "date": "13 October 2023", "links": "links/webgpu.json", "refs": "refs/webgpu.json", "events": "events/webgpu.json", @@ -32796,10 +32796,10 @@ ], "crawled": "https://gpuweb.github.io/gpuweb/wgsl/", "crawlCacheInfo": { - "lastModified": "Thu, 12 Oct 2023 21:20:31 GMT" + "lastModified": "Fri, 13 Oct 2023 22:31:03 GMT" }, "generator": "bikeshed", - "date": "12 October 2023", + "date": "13 October 2023", "links": "links/WGSL.json", "refs": "refs/WGSL.json", "dfns": "dfns/WGSL.json", diff --git a/ed/links/css-masking-1.json b/ed/links/css-masking-1.json index 2abd930a21a2..6eb016bb73e2 100644 --- a/ed/links/css-masking-1.json +++ b/ed/links/css-masking-1.json @@ -82,6 +82,12 @@ "https://drafts.csswg.org/css-backgrounds/": { "specShortname": "css-backgrounds-3" }, + "https://drafts.csswg.org/css-box-4/": { + "anchors": [ + "typedef-coord-box" + ], + "specShortname": "css-box-4" + }, "https://drafts.csswg.org/css-break-4/": { "anchors": [ "propdef-box-decoration-break" diff --git a/ed/links/rdf12-concepts.json b/ed/links/rdf12-concepts.json index 1d7edb1e8330..372b2aa868f6 100644 --- a/ed/links/rdf12-concepts.json +++ b/ed/links/rdf12-concepts.json @@ -202,6 +202,7 @@ "https://www.w3.org/TR/sparql12-update/": { "specShortname": "sparql12-update" }, + "https://www.w3.org/TR/string-meta/": {}, "https://www.w3.org/TR/swbp-n-aryRelations/": {}, "https://www.w3.org/TR/swbp-xsch-datatypes/": { "anchors": [ diff --git a/ed/links/rdf12-n-triples.json b/ed/links/rdf12-n-triples.json index c665da698c94..6fb08d81e8e3 100644 --- a/ed/links/rdf12-n-triples.json +++ b/ed/links/rdf12-n-triples.json @@ -46,14 +46,18 @@ "dfn-subject", "dfn-object", "dfn-rdf-triple", + "dfn-dir-lang-string", "dfn-predicate", "dfn-iri", "dfn-literal", - "dfn-lexical-form", "dfn-language-tag", + "dfn-base-direction", "dfn-datatype-iri", + "dfn-lexical-form", "dfn-simple-literal", - "dfn-blank-node" + "dfn-blank-node", + "dfn-blank-node-identifier", + "dfn-rdf-string" ], "specShortname": "rdf12-concepts" }, diff --git a/ed/links/rdf12-trig.json b/ed/links/rdf12-trig.json index 18f5c2bff800..c77030f707dc 100644 --- a/ed/links/rdf12-trig.json +++ b/ed/links/rdf12-trig.json @@ -18,7 +18,14 @@ "https://www.rfc-editor.org/rfc/rfc2119": {}, "https://www.rfc-editor.org/rfc/rfc3023": {}, "https://www.rfc-editor.org/rfc/rfc3629": {}, - "https://www.rfc-editor.org/rfc/rfc3986": {}, + "https://www.rfc-editor.org/rfc/rfc3986": { + "anchors": [ + "section-5.1.1", + "section-5.1.2", + "section-5.1.3", + "section-5.1.4" + ] + }, "https://www.rfc-editor.org/rfc/rfc3987": {}, "https://www.rfc-editor.org/rfc/rfc5646": {}, "https://www.rfc-editor.org/rfc/rfc8174": {}, @@ -35,6 +42,12 @@ "specShortname": "w3c-patent-policy" }, "https://www.w3.org/TR/": {}, + "https://www.w3.org/TR/i18n-glossary/": { + "anchors": [ + "dfn-code-point" + ], + "specShortname": "i18n-glossary" + }, "https://www.w3.org/TR/rdf12-concepts/": { "anchors": [ "dfn-rdf-dataset", diff --git a/ed/links/trust-token-api.json b/ed/links/trust-token-api.json index 4bb08d1a09b1..4003f068610b 100644 --- a/ed/links/trust-token-api.json +++ b/ed/links/trust-token-api.json @@ -37,7 +37,6 @@ ], "specShortname": "fetch" }, - "https://github.com/WICG/trust-token-api/blob/main/ISSUER_PROTOCOL.md": {}, "https://html.spec.whatwg.org/multipage/": {}, "https://html.spec.whatwg.org/multipage/browsers.html": { "anchors": [ diff --git a/ed/refs/css-masking-1.json b/ed/refs/css-masking-1.json index c5a2bd87ea54..d12d7b746066 100644 --- a/ed/refs/css-masking-1.json +++ b/ed/refs/css-masking-1.json @@ -9,6 +9,10 @@ "name": "COMPOSITING-1", "url": "https://drafts.fxtf.org/compositing-1/" }, + { + "name": "CSS-BOX-4", + "url": "https://drafts.csswg.org/css-box-4/" + }, { "name": "CSS-BREAK-4", "url": "https://drafts.csswg.org/css-break-4/" diff --git a/ed/refs/rdf12-concepts.json b/ed/refs/rdf12-concepts.json index 0681d43913c4..bda09d054879 100644 --- a/ed/refs/rdf12-concepts.json +++ b/ed/refs/rdf12-concepts.json @@ -22,7 +22,7 @@ "url": "https://www.w3.org/TR/html5/" }, { - "name": "i18n-glossary", + "name": "I18N-GLOSSARY", "url": "https://www.w3.org/TR/i18n-glossary/" }, { @@ -243,6 +243,10 @@ "name": "SPARQL12-UPDATE", "url": "https://www.w3.org/TR/sparql12-update/" }, + { + "name": "STRING-META", + "url": "https://www.w3.org/TR/string-meta/" + }, { "name": "SWBP-N-ARYRELATIONS", "url": "https://www.w3.org/TR/swbp-n-aryRelations/" diff --git a/ed/refs/rdf12-trig.json b/ed/refs/rdf12-trig.json index eb609fd55478..a8bebd0376a0 100644 --- a/ed/refs/rdf12-trig.json +++ b/ed/refs/rdf12-trig.json @@ -14,8 +14,8 @@ "url": "https://www.w3.org/TR/xml/#sec-notation" }, { - "name": "LANG-SUBTAG-REGISTRY", - "url": "http://www.iana.org/assignments/language-subtag-registry/language-subtag-registry" + "name": "I18N-GLOSSARY", + "url": "https://www.w3.org/TR/i18n-glossary/" }, { "name": "RDF12-CONCEPTS", @@ -51,6 +51,10 @@ } ], "informative": [ + { + "name": "LANG-SUBTAG-REGISTRY", + "url": "http://www.iana.org/assignments/language-subtag-registry/language-subtag-registry" + }, { "name": "RDF12-N-QUADS", "url": "https://www.w3.org/TR/rdf12-n-quads/" diff --git a/ed/refs/trust-token-api.json b/ed/refs/trust-token-api.json index 9dd6f2f76c31..f0f8911caf30 100644 --- a/ed/refs/trust-token-api.json +++ b/ed/refs/trust-token-api.json @@ -29,10 +29,6 @@ "name": "INFRA", "url": "https://infra.spec.whatwg.org/" }, - { - "name": "ISSUER-PROTOCOL", - "url": "https://github.com/WICG/trust-token-api/blob/main/ISSUER_PROTOCOL.md" - }, { "name": "PERMISSIONS-POLICY-1", "url": "https://w3c.github.io/webappsec-permissions-policy/"