diff --git a/ed/algorithms/turtledove.json b/ed/algorithms/turtledove.json index d918fb5d249c..a2b57bcf6c0a 100644 --- a/ed/algorithms/turtledove.json +++ b/ed/algorithms/turtledove.json @@ -3967,9 +3967,6 @@ { "html": "

If response is failure, then return failure.

" }, - { - "html": "

If response’s is chaff is true, return failure.

" - }, { "html": "If response’s top level seller is not null:", "rationale": "if", @@ -4477,7 +4474,7 @@ { "name": "bit pack", "href": "https://wicg.github.io/turtledove/#bit-pack", - "html": "To bit pack a list of booleans input:", + "html": "To bit pack a list of booleans input:", "rationale": ".algorithm", "steps": [ { @@ -4548,7 +4545,7 @@ { "name": "send a real time report", "href": "https://wicg.github.io/turtledove/#send-a-real-time-report", - "html": "To send a real time report given a URL url, a list of booleans histogram, and an environment settings object settings:", + "html": "To send a real time report given a URL url, a list of booleans histogram, and an environment settings object settings:", "rationale": ".algorithm", "steps": [ { @@ -4558,7 +4555,7 @@ "html": "

Assert histogram’s size is totalBuckets.

" }, { - "html": "

Let userHistogram and platformHistogram be new lists of booleans.

" + "html": "

Let userHistogram and platformHistogram be new lists of booleans.

" }, { "html": "For each i in the range 0 to totalBuckets, exclusive:", @@ -4636,7 +4633,7 @@ "html": "

Let totalBuckets be the sum of number of user buckets and number of platform buckets.

" }, { - "html": "

Let histogram be a new list of booleans, whose size is totalBuckets.

" + "html": "

Let histogram be a new list of booleans, whose size is totalBuckets.

" }, { "html": "If maybeBucket is not null:", @@ -5923,7 +5920,7 @@ { "name": "convert one or many GenerateBidOutputs to a list of generated bids", "href": "https://wicg.github.io/turtledove/#convert-one-or-many-generatebidoutputs-to-a-list-of-generated-bids", - "html": "To convert one or many GenerateBidOutputs to a list of generated bids given a (GenerateBidOutput or sequence<GenerateBidOutput>) oneOrManyBids, an unsigned short multiBidLimit, an interest group ig, a currency tag expectedCurrency, a boolean \n

isComponentAuction and a boolean groupHasAdComponents:

", + "html": "To convert one or many GenerateBidOutputs to a list of generated bids given a (GenerateBidOutput or sequence<GenerateBidOutput>) oneOrManyBids, an unsigned short multiBidLimit, an interest group ig, a currency tag expectedCurrency, a boolean \n

isComponentAuction and a boolean groupHasAdComponents:

", "rationale": ".algorithm", "steps": [ { @@ -5967,7 +5964,7 @@ { "name": "convert GenerateBidOutput to generated bid", "href": "https://wicg.github.io/turtledove/#convert-generatebidoutput-to-generated-bid", - "html": "To convert GenerateBidOutput to generated bid given a GenerateBidOutput generateBidOutput, an interest group ig, a currency tag expectedCurrency, a boolean isComponentAuction and a boolean groupHasAdComponents:", + "html": "To convert GenerateBidOutput to generated bid given a GenerateBidOutput generateBidOutput, an interest group ig, a currency tag expectedCurrency, a boolean isComponentAuction and a boolean groupHasAdComponents:", "rationale": ".algorithm", "steps": [ { @@ -6261,7 +6258,7 @@ { "name": "find matching ad", "href": "https://wicg.github.io/turtledove/#find-matching-ad", - "html": "To find matching ad given an ad descriptor adDescriptor, an interest group ig, and a boolean isComponent:", + "html": "To find matching ad given an ad descriptor adDescriptor, an interest group ig, and a boolean isComponent:", "rationale": ".algorithm", "steps": [ { @@ -7572,7 +7569,7 @@ "rationale": ".algorithm", "steps": [ { - "html": "

If request's capture-ad-auction-headers is true, then set a\nstructured field value given «`Sec-Ad-Auction-Fetch`, the boolean ?1»\nin httpRequest’s header list.

" + "html": "

If request's capture-ad-auction-headers is true, then set a\nstructured field value given «`Sec-Ad-Auction-Fetch`, the boolean ?1»\nin httpRequest’s header list.

" } ] }, diff --git a/ed/algorithms/webauthn-3.json b/ed/algorithms/webauthn-3.json index ca40491ef979..dcbc8f89baea 100644 --- a/ed/algorithms/webauthn-3.json +++ b/ed/algorithms/webauthn-3.json @@ -581,7 +581,7 @@ ] }, { - "html": "

Throw a \"NotAllowedError\" DOMException. In order to prevent information leak that could identify the\nuser without consent, this step MUST NOT be executed before lifetimeTimer has expired. See § 14.5.1 Registration Ceremony Privacy for details.

" + "html": "

Throw a \"NotAllowedError\" DOMException.

" } ] }, @@ -886,7 +886,7 @@ ] }, { - "html": "

Throw a \"NotAllowedError\" DOMException. In order to prevent information leak that could identify the\nuser without consent, this step MUST NOT be executed before lifetimeTimer has expired. See § 14.5.2 Authentication Ceremony Privacy for details.

" + "html": "

Throw a \"NotAllowedError\" DOMException.

" } ] }, @@ -1536,7 +1536,7 @@ "rationale": "if", "steps": [ { - "html": "If looking up descriptor.id in this authenticator\nreturns non-null, and the returned item's RP ID and type match rpEntity.id and excludeCredentialDescriptorList.type respectively,\nthen collect an authorization gesture confirming user\nconsent for creating a new credential. The authorization gesture MUST include a test\nof user presence. If the user", + "html": "If looking up descriptor.id in this authenticator\nreturns non-null, and the returned item's RP ID and type match rpEntity.id and excludeCredentialDescriptorList.type respectively,\nthen collect an authorization gesture confirming user\nconsent for creating a new credential. The authorization gesture MUST include a test\nof user presence. If the user", "rationale": ".switch", "steps": [ { @@ -1563,10 +1563,10 @@ "html": "

If requireUserVerification is true and the authenticator cannot perform user verification, return an error code\nequivalent to \"ConstraintError\" and terminate the operation.

" }, { - "html": " Collect an authorization gesture confirming user consent for creating a new credential.\n The prompt for the authorization gesture is shown by the\n authenticator if it has its own output capability, or by the user agent otherwise. The prompt SHOULD display rpEntity.id, rpEntity.name, userEntity.name and userEntity.displayName, if possible. \n

If requireUserVerification is true, the authorization gesture MUST include user verification.

\n

If requireUserPresence is true, the authorization gesture MUST include a test of user presence.

\n

If the user does not consent or if user verification fails, return an error code equivalent to\n \"NotAllowedError\" and terminate the operation.

" + "html": " Collect an authorization gesture confirming user consent for creating a new credential.\n The prompt for the authorization gesture is shown by the\n authenticator if it has its own output capability, or by the user agent otherwise. The prompt SHOULD display rpEntity.id, rpEntity.name, userEntity.name and userEntity.displayName, if possible. \n

If requireUserVerification is true, the authorization gesture MUST include user verification.

\n

If requireUserPresence is true, the authorization gesture MUST include a test of user presence.

\n

If the user does not consent or if user verification fails, return an error code equivalent to\n \"NotAllowedError\" and terminate the operation.

" }, { - "html": "Once the authorization gesture has been completed and user consent has been obtained, generate a new credential object:", + "html": "Once the authorization gesture has been completed and user consent has been obtained, generate a new credential object:", "rationale": "let", "steps": [ { @@ -1686,7 +1686,7 @@ "html": "

If credentialOptions is now empty, return an error code equivalent to \"NotAllowedError\" and terminate the operation.

" }, { - "html": " Prompt the user to select a public key credential source selectedCredential from credentialOptions.\n Collect an authorization gesture confirming user consent for using selectedCredential.\n The prompt for the authorization gesture may be shown\n by the authenticator if it has its own output capability, or by the user agent otherwise. \n

If requireUserVerification is true, the authorization gesture MUST include user verification.

\n

If requireUserPresence is true, the authorization gesture MUST include a test of user presence.

\n

If the user does not consent, return an error code equivalent to\n \"NotAllowedError\" and terminate the operation.

" + "html": " Prompt the user to select a public key credential source selectedCredential from credentialOptions.\n Collect an authorization gesture confirming user consent for using selectedCredential.\n The prompt for the authorization gesture may be shown\n by the authenticator if it has its own output capability, or by the user agent otherwise. \n

If requireUserVerification is true, the authorization gesture MUST include user verification.

\n

If requireUserPresence is true, the authorization gesture MUST include a test of user presence.

\n

If the user does not consent, return an error code equivalent to\n \"NotAllowedError\" and terminate the operation.

" }, { "html": "

Let processedExtensions be the result of authenticator extension processing for each supported extension\nidentifierauthenticator extension input in extensions.

" @@ -2030,7 +2030,7 @@ "html": "

Verify that attStmt is valid CBOR conforming to the syntax defined above and perform CBOR decoding on it to extract\nthe contained fields.

" }, { - "html": "

If x5c is present:

\n " + "html": "

If x5c is present:

\n " }, { "html": "

If x5c is not present, self attestation is in use.

\n " @@ -2194,7 +2194,7 @@ "html": "

Check whether C was created using U2F on authenticator by sending a U2F_AUTHENTICATE message to authenticator whose \"five parts\" are set to the following values:

\n
\n
control byte\n
\n

0x07 (\"check-only\")

\n
challenge parameter\n
\n

32 random bytes

\n
application parameter\n
\n

SHA-256 hash of appId

\n
key handle length\n
\n

The length of C.id (in bytes)

\n
key handle\n
\n

The value of C.id, i.e., the credential id.

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

If authenticator responds with message:error:test-of-user-presence-required (i.e., success):\ncease normal processing of this authenticator and indicate in a platform-specific manner\nthat the authenticator is inapplicable. For example, this could be in the form of UI, or\ncould involve requesting user consent from authenticator and, upon receipt, treating\nit as if the authenticator had returned InvalidStateError. Requesting user consent can be accomplished by sending another U2F_AUTHENTICATE message to authenticator as\nabove except for setting control byte to 0x03 (\"enforce-user-presence-and-sign\"),\nand ignoring the response.

" + "html": "

If authenticator responds with message:error:test-of-user-presence-required (i.e., success):\ncease normal processing of this authenticator and indicate in a platform-specific manner\nthat the authenticator is inapplicable. For example, this could be in the form of UI, or\ncould involve requesting user consent from authenticator and, upon receipt, treating\nit as if the authenticator had returned InvalidStateError. Requesting user consent can be accomplished by sending another U2F_AUTHENTICATE message to authenticator as\nabove except for setting control byte to 0x03 (\"enforce-user-presence-and-sign\"),\nand ignoring the response.

" } ] }, diff --git a/ed/algorithms/webxr-dom-overlays-1.json b/ed/algorithms/webxr-dom-overlays-1.json index f01bab241519..f77afd7caa8b 100644 --- a/ed/algorithms/webxr-dom-overlays-1.json +++ b/ed/algorithms/webxr-dom-overlays-1.json @@ -10,7 +10,7 @@ "rationale": ".algorithm", "steps": [ { - "html": "If the input source’s targetRaySpace intersects the DOM overlay at the time the input device’s primary action is triggered:", + "html": "If the input source’s targetRaySpace intersects the DOM overlay at the time the input device’s primary action is triggered:", "rationale": "queue", "steps": [ { @@ -29,13 +29,13 @@ "rationale": "if", "steps": [ { - "html": "

If the input source is a transient input source, treat this as an auxiliary action. Otherwise, ignore this action for the purpose of generating XR input events.

" + "html": "

If the input source is a transient input source, treat this as an auxiliary action. Otherwise, ignore this action for the purpose of generating XR input events.

" } ] }, { "case": "Otherwise", - "html": "Treat the action as a primary action as usual for the input source." + "html": "Treat the action as a primary action as usual for the input source." } ] } diff --git a/ed/css/webxr-dom-overlays.json b/ed/css/webxr-dom-overlays.json new file mode 100644 index 000000000000..e976e7aae7a5 --- /dev/null +++ b/ed/css/webxr-dom-overlays.json @@ -0,0 +1,16 @@ +{ + "spec": { + "title": "WebXR DOM Overlays Module", + "url": "https://immersive-web.github.io/dom-overlays/" + }, + "properties": [], + "atrules": [], + "selectors": [ + { + "name": ":xr-overlay", + "prose": "The :xr-overlay pseudo-class MUST match the overlay element for the duration of an immersive session using a DOM Overlay.", + "href": "https://immersive-web.github.io/dom-overlays/#selectordef-xr-overlay" + } + ], + "values": [] +} diff --git a/ed/dfns/turtledove.json b/ed/dfns/turtledove.json index 7b8aa63613d0..429bfc9c13ca 100644 --- a/ed/dfns/turtledove.json +++ b/ed/dfns/turtledove.json @@ -3167,27 +3167,6 @@ }, "definedIn": "prose" }, - { - "id": "server-auction-response-is-chaff", - "href": "https://wicg.github.io/turtledove/#server-auction-response-is-chaff", - "linkingText": [ - "is chaff" - ], - "localLinkingText": [], - "type": "dfn", - "for": [ - "server auction response" - ], - "access": "private", - "informative": false, - "heading": { - "id": "getInterestGroupAdAuctionData", - "href": "https://wicg.github.io/turtledove/#getInterestGroupAdAuctionData", - "title": "getInterestGroupAdAuctionData()", - "number": "4.3" - }, - "definedIn": "dt" - }, { "id": "server-auction-response-ad-render-url", "href": "https://wicg.github.io/turtledove/#server-auction-response-ad-render-url", diff --git a/ed/dfns/webxr-dom-overlays-1.json b/ed/dfns/webxr-dom-overlays-1.json index 47045a9f0eb4..2d283952f4ce 100644 --- a/ed/dfns/webxr-dom-overlays-1.json +++ b/ed/dfns/webxr-dom-overlays-1.json @@ -37,21 +37,20 @@ "access": "public", "informative": false, "heading": { - "id": "onbeforexrselect", - "href": "https://immersive-web.github.io/dom-overlays/#onbeforexrselect", - "title": "onbeforexrselect", - "number": "2.1" + "id": "title", + "href": "https://immersive-web.github.io/dom-overlays/#title", + "title": "WebXR DOM Overlays Module" }, "definedIn": "pre" }, { - "id": "xr-overlay", - "href": "https://immersive-web.github.io/dom-overlays/#xr-overlay", + "id": "selectordef-xr-overlay", + "href": "https://immersive-web.github.io/dom-overlays/#selectordef-xr-overlay", "linkingText": [ ":xr-overlay" ], "localLinkingText": [], - "type": "dfn", + "type": "selector", "for": [], "access": "public", "informative": false, @@ -98,10 +97,9 @@ "access": "public", "informative": false, "heading": { - "id": "xrsessioninit", - "href": "https://immersive-web.github.io/dom-overlays/#xrsessioninit", - "title": "XRSessionInit", - "number": "3.1" + "id": "title", + "href": "https://immersive-web.github.io/dom-overlays/#title", + "title": "WebXR DOM Overlays Module" }, "definedIn": "pre" }, @@ -159,10 +157,9 @@ "access": "public", "informative": false, "heading": { - "id": "initialization", - "href": "https://immersive-web.github.io/dom-overlays/#initialization", - "title": "Initialization", - "number": "4" + "id": "title", + "href": "https://immersive-web.github.io/dom-overlays/#title", + "title": "WebXR DOM Overlays Module" }, "definedIn": "prose" }, @@ -178,10 +175,9 @@ "access": "private", "informative": false, "heading": { - "id": "initialization", - "href": "https://immersive-web.github.io/dom-overlays/#initialization", - "title": "Initialization", - "number": "4" + "id": "title", + "href": "https://immersive-web.github.io/dom-overlays/#title", + "title": "WebXR DOM Overlays Module" }, "definedIn": "prose" }, @@ -197,10 +193,9 @@ "access": "public", "informative": false, "heading": { - "id": "initialization", - "href": "https://immersive-web.github.io/dom-overlays/#initialization", - "title": "Initialization", - "number": "4" + "id": "title", + "href": "https://immersive-web.github.io/dom-overlays/#title", + "title": "WebXR DOM Overlays Module" }, "definedIn": "pre" }, @@ -216,10 +211,9 @@ "access": "public", "informative": false, "heading": { - "id": "initialization", - "href": "https://immersive-web.github.io/dom-overlays/#initialization", - "title": "Initialization", - "number": "4" + "id": "title", + "href": "https://immersive-web.github.io/dom-overlays/#title", + "title": "WebXR DOM Overlays Module" }, "definedIn": "pre" }, @@ -237,10 +231,9 @@ "access": "public", "informative": false, "heading": { - "id": "initialization", - "href": "https://immersive-web.github.io/dom-overlays/#initialization", - "title": "Initialization", - "number": "4" + "id": "title", + "href": "https://immersive-web.github.io/dom-overlays/#title", + "title": "WebXR DOM Overlays Module" }, "definedIn": "pre" }, @@ -259,10 +252,9 @@ "access": "public", "informative": false, "heading": { - "id": "initialization", - "href": "https://immersive-web.github.io/dom-overlays/#initialization", - "title": "Initialization", - "number": "4" + "id": "title", + "href": "https://immersive-web.github.io/dom-overlays/#title", + "title": "WebXR DOM Overlays Module" }, "definedIn": "prose" }, @@ -281,10 +273,9 @@ "access": "public", "informative": false, "heading": { - "id": "initialization", - "href": "https://immersive-web.github.io/dom-overlays/#initialization", - "title": "Initialization", - "number": "4" + "id": "title", + "href": "https://immersive-web.github.io/dom-overlays/#title", + "title": "WebXR DOM Overlays Module" }, "definedIn": "prose" }, @@ -303,10 +294,9 @@ "access": "public", "informative": false, "heading": { - "id": "initialization", - "href": "https://immersive-web.github.io/dom-overlays/#initialization", - "title": "Initialization", - "number": "4" + "id": "title", + "href": "https://immersive-web.github.io/dom-overlays/#title", + "title": "WebXR DOM Overlays Module" }, "definedIn": "prose" } diff --git a/ed/dfns/webxr.json b/ed/dfns/webxr.json index c0b117c352d9..b11ef6e09f96 100644 --- a/ed/dfns/webxr.json +++ b/ed/dfns/webxr.json @@ -7034,7 +7034,7 @@ "id": "issessionsupported-fingerprinting", "href": "https://immersive-web.github.io/webxr/#issessionsupported-fingerprinting", "title": "Fingerprinting considerations of isSessionSupported()", - "number": "13.9" + "number": "13.8.1" }, "definedIn": "prose" }, diff --git a/ed/headings/webauthn-3.json b/ed/headings/webauthn-3.json index 22f967064520..52f7094ded7e 100644 --- a/ed/headings/webauthn-3.json +++ b/ed/headings/webauthn-3.json @@ -810,9 +810,16 @@ "id": "sctn-packed-attestation-cert-requirements", "href": "https://w3c.github.io/webauthn/#sctn-packed-attestation-cert-requirements", "level": 4, - "title": "Packed Attestation Statement Certificate Requirements", + "title": "Certificate Requirements for Packed Attestation Statements", "number": "8.2.1" }, + { + "id": "sctn-enterprise-packed-attestation-cert-requirements", + "href": "https://w3c.github.io/webauthn/#sctn-enterprise-packed-attestation-cert-requirements", + "level": 4, + "title": "Certificate Requirements for Enterprise Packed Attestation Statements", + "number": "8.2.2" + }, { "id": "sctn-tpm-attestation", "href": "https://w3c.github.io/webauthn/#sctn-tpm-attestation", diff --git a/ed/headings/webxr.json b/ed/headings/webxr.json index 49e0dda03150..b4c824daa0fa 100644 --- a/ed/headings/webxr.json +++ b/ed/headings/webxr.json @@ -482,16 +482,16 @@ { "id": "issessionsupported-fingerprinting", "href": "https://immersive-web.github.io/webxr/#issessionsupported-fingerprinting", - "level": 3, + "level": 4, "title": "Fingerprinting considerations of isSessionSupported()", - "number": "13.9" + "number": "13.8.1" }, { "id": "automatic-granting-xr-session-supported", "href": "https://immersive-web.github.io/webxr/#automatic-granting-xr-session-supported", "level": 4, "title": "Considerations for when to automatically grant \"xr-session-supported\"", - "number": "13.9.1" + "number": "13.8.2" }, { "id": "integrations", diff --git a/ed/ids/turtledove.json b/ed/ids/turtledove.json index 321ea5f30f53..fe7ad6abde40 100644 --- a/ed/ids/turtledove.json +++ b/ed/ids/turtledove.json @@ -2614,7 +2614,6 @@ "https://wicg.github.io/turtledove/#ref-for-server-auction-response", "https://wicg.github.io/turtledove/#ref-for-auction-config-server-response%E2%91%A3", "https://wicg.github.io/turtledove/#issue-7cf73745", - "https://wicg.github.io/turtledove/#ref-for-server-auction-response-is-chaff", "https://wicg.github.io/turtledove/#ref-for-server-auction-response-top-level-seller", "https://wicg.github.io/turtledove/#ref-for-auction-config-seller%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-server-auction-response-top-level-seller%E2%91%A0", @@ -2846,8 +2845,6 @@ "https://wicg.github.io/turtledove/#server-auction-response", "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A0%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A2%E2%91%A0", - "https://wicg.github.io/turtledove/#server-auction-response-is-chaff", - "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A3", "https://wicg.github.io/turtledove/#server-auction-response-ad-render-url", "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-leading-bid-info-leading-bid%E2%91%A1%E2%91%A4", @@ -3145,7 +3142,7 @@ "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#bit-pack", "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-list-size%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-byte", @@ -3159,14 +3156,14 @@ "https://wicg.github.io/turtledove/#send-a-real-time-report", "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-environment-settings-object%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-number-of-user-buckets", "https://wicg.github.io/turtledove/#ref-for-number-of-platform-buckets", "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-list-size%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A4%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-the-range%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A2%E2%91%A4", @@ -3251,7 +3248,7 @@ "https://wicg.github.io/turtledove/#ref-for-number-of-user-buckets%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-number-of-platform-buckets%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-list-size%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-epsilon%E2%91%A0", @@ -4142,9 +4139,9 @@ "https://wicg.github.io/turtledove/#interestgroupbiddingscriptrunnerglobalscope-expected-currency", "https://wicg.github.io/turtledove/#ref-for-currency-tag%E2%91%A3", "https://wicg.github.io/turtledove/#interestgroupbiddingscriptrunnerglobalscope-is-component-auction", - "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A7", "https://wicg.github.io/turtledove/#interestgroupbiddingscriptrunnerglobalscope-group-has-ad-components", - "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A0%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A8", "https://wicg.github.io/turtledove/#interestgroupbiddingscriptrunnerglobalscope-multi-bid-limit", "https://wicg.github.io/turtledove/#ref-for-idl-unsigned-short%E2%91%A5", "https://wicg.github.io/turtledove/#convert-one-or-many-generatebidoutputs-to-a-list-of-generated-bids", @@ -4154,8 +4151,8 @@ "https://wicg.github.io/turtledove/#ref-for-idl-unsigned-short%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A3%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-currency-tag%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A0%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-idl-sequence%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dictdef-generatebidoutput%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-dfn-specific-type", @@ -4171,8 +4168,8 @@ "https://wicg.github.io/turtledove/#ref-for-dictdef-generatebidoutput%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A3%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-currency-tag%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A0%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidoutput-bid", "https://wicg.github.io/turtledove/#ref-for-generated-bid%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidoutput-render", @@ -4279,7 +4276,7 @@ "https://wicg.github.io/turtledove/#find-matching-ad", "https://wicg.github.io/turtledove/#ref-for-ad-descriptor%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A3%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A0%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-ad-descriptor-url%E2%91%A1%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-concept-url-scheme%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-ad-descriptor-size%E2%91%A6", @@ -4962,13 +4959,13 @@ "https://wicg.github.io/turtledove/#ref-for-request-capture-ad-auction-headers%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-concept-header-list-set-structured-header", "https://wicg.github.io/turtledove/#ref-for-http-headerdef-sec-ad-auction-fetch", - "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A0%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-concept-header-list", "https://wicg.github.io/turtledove/#sec-ad-auction-fetch-header", "https://wicg.github.io/turtledove/#ref-for-http-headerdef-sec-ad-auction-fetch%E2%91%A0", "https://wicg.github.io/turtledove/#http-headerdef-sec-ad-auction-fetch", "https://wicg.github.io/turtledove/#ref-for-top%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A0%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-http-headerdef-sec-ad-auction-fetch%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-concept-request%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-request-initiator-type%E2%91%A3", @@ -5317,7 +5314,7 @@ "https://wicg.github.io/turtledove/#ref-for-dom-auctionadconfig-perbuyergrouplimits%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-apply-interest-groups-limits-to-prioritized-list", "https://wicg.github.io/turtledove/#interest-group-enable-bidding-signals-prioritization", - "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A0%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#interest-group-priority-vector", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A5%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A2%E2%91%A3", @@ -5657,7 +5654,7 @@ "https://wicg.github.io/turtledove/#auction-config-config-idl", "https://wicg.github.io/turtledove/#ref-for-dictdef-auctionadconfig%E2%91%A5", "https://wicg.github.io/turtledove/#auction-config-resolve-to-config", - "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A0%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-idl-promise%E2%91%A1%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-fencedframeconfig%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-urn-uuid%E2%91%A0", @@ -5696,7 +5693,7 @@ "https://wicg.github.io/turtledove/#ref-for-additional-bids%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-additional-bids%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#auction-config-expects-additional-bids", - "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A1%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A0%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-dom-auctionadconfig-additionalbids%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-idl-promise%E2%91%A1%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-reject%E2%91%A5", @@ -5720,7 +5717,7 @@ "https://wicg.github.io/turtledove/#ref-for-auction-config%E2%91%A1%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-auction-config-server-response%E2%91%A6", "https://wicg.github.io/turtledove/#auction-config-aborted", - "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A1%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#auction-config-abort-reason", "https://wicg.github.io/turtledove/#ref-for-idl-any%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#wait-until-configuration-input-promises-resolve", @@ -6242,7 +6239,7 @@ "https://wicg.github.io/turtledove/#ref-for-idl-unsigned-long%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-generated-bid%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#generated-bid-for-k-anon-auction", - "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A1%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-increment-a-winning-bids-k-anonymity-count%E2%91%A1", "https://wicg.github.io/turtledove/#generated-bid-bid", "https://wicg.github.io/turtledove/#ref-for-bid-with-currency%E2%91%A3", @@ -6279,7 +6276,7 @@ "https://wicg.github.io/turtledove/#generated-bid-bid-duration", "https://wicg.github.io/turtledove/#ref-for-dfn-duration%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#generated-bid-provided-as-additional-bid", - "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A1%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A1%E2%91%A1", "https://wicg.github.io/turtledove/#generated-bid-component-seller", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A6%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-generated-bid-interest-group%E2%91%A1%E2%91%A5", @@ -6494,7 +6491,7 @@ "https://wicg.github.io/turtledove/#leading-bid-info-top-bids-count", "https://wicg.github.io/turtledove/#leading-bid-info-top-non-k-anon-enforced-bids-count", "https://wicg.github.io/turtledove/#leading-bid-info-at-most-one-top-bid-owner", - "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A1%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A1%E2%91%A2", "https://wicg.github.io/turtledove/#leading-bid-info-leading-bid", "https://wicg.github.io/turtledove/#ref-for-generated-bid%E2%91%A1%E2%91%A3", "https://wicg.github.io/turtledove/#leading-bid-info-leading-non-k-anon-enforced-bid", diff --git a/ed/ids/webauthn-3.json b/ed/ids/webauthn-3.json index 52020fc5512d..d072b287c7e0 100644 --- a/ed/ids/webauthn-3.json +++ b/ed/ids/webauthn-3.json @@ -1535,7 +1535,6 @@ "https://w3c.github.io/webauthn/#ref-for-list-remove%E2%91%A0%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-notallowederror%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-idl-DOMException%E2%91%A0%E2%91%A1", - "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-dom-credentialcreationoptions-mediation%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-dom-credentialmediationrequirement-conditional%E2%91%A0%E2%93%AA", "https://w3c.github.io/webauthn/#sctn-create-request-exceptions", @@ -1554,7 +1553,7 @@ "https://w3c.github.io/webauthn/#ref-for-user-verification%E2%91%A0%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-invalidstateerror%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialcreationoptions-excludecredentials%E2%91%A0", - "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A8", + "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-notsupportederror%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialcreationoptions-pubkeycredparams%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialdescriptor-type%E2%91%A0", @@ -1578,7 +1577,7 @@ "https://w3c.github.io/webauthn/#ref-for-webauthn-relying-party%E2%91%A0%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-dom-credentialscontainer-get%E2%91%A0%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-public-key-credential%E2%91%A1%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A0%E2%93%AA", + "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A0%E2%93%AA%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-public-key-credential-source%E2%91%A3%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-client-platform%E2%91%A1%E2%93%AA", @@ -1901,7 +1900,6 @@ "https://w3c.github.io/webauthn/#ref-for-list-remove%E2%91%A0%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-notallowederror%E2%91%A0%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-idl-DOMException%E2%91%A1%E2%93%AA", - "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A0%E2%91%A0", "https://w3c.github.io/webauthn/#sctn-issuing-cred-request-to-authenticator", "https://w3c.github.io/webauthn/#publickeycredential-issuing-a-credential-request-to-an-authenticator", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredential-discoverfromexternalsource-slot%E2%91%A2", @@ -2214,7 +2212,7 @@ "https://w3c.github.io/webauthn/#ref-for-public-key-credential%E2%91%A2%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A3%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-authenticator-credentials-map%E2%91%A0", - "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A0%E2%91%A1", + "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A0%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-signal-methods%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-signal-methods%E2%91%A1", "https://w3c.github.io/webauthn/#signal-method-authenticator-actions", @@ -2229,7 +2227,7 @@ "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A8%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-signal-method-authenticator-actions%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-webauthn-relying-party%E2%91%A1%E2%91%A1", - "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A0%E2%91%A2", + "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A0%E2%91%A0", "https://w3c.github.io/webauthn/#sctn-signal-methods-async-rp-id-validation", "https://w3c.github.io/webauthn/#abstract-opdef-asynchronous-rp-id-validation-algorithm", "https://w3c.github.io/webauthn/#ref-for-abstract-opdef-asynchronous-rp-id-validation-algorithm", @@ -2545,7 +2543,7 @@ "https://w3c.github.io/webauthn/#ref-for-authentication-assertion%E2%91%A0%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-webauthn-relying-party%E2%91%A2%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-credential-private-key%E2%91%A7", - "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A0%E2%91%A3", + "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A0%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-SecureContext%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-Exposed%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-authenticatorassertionresponse%E2%91%A3", @@ -2964,7 +2962,7 @@ "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A0%E2%91%A4%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A0%E2%91%A2%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-attestation%E2%91%A8", - "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A0%E2%91%A4", + "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A0%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A0%E2%91%A4%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-attestation-ca", "https://w3c.github.io/webauthn/#ref-for-anonymization-ca%E2%91%A0", @@ -3614,14 +3612,14 @@ "https://w3c.github.io/webauthn/#assertion-signature", "https://w3c.github.io/webauthn/#ref-for-authenticatorgetassertion%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A0%E2%91%A4%E2%91%A4", - "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A0%E2%91%A5", + "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A0%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-assertion-signature%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A0%E2%91%A4%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-credential-private-key%E2%91%A8", - "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A0%E2%91%A6", + "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A0%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-public-key-credential%E2%91%A3%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-client-data%E2%91%A4", - "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A0%E2%91%A7", + "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A0%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A0%E2%91%A4%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-assertion-signature%E2%91%A2", "https://w3c.github.io/webauthn/#webauthn-signature", @@ -4166,7 +4164,7 @@ "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialrpentity-id%E2%91%A0%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialdescriptor-type%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-authorization-gesture%E2%91%A0%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A0%E2%91%A8", + "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A0%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-authorization-gesture%E2%91%A0%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-test-of-user-presence%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-invalidstateerror%E2%91%A3", @@ -4187,7 +4185,7 @@ "https://w3c.github.io/webauthn/#ref-for-constrainterror%E2%91%A2", "https://w3c.github.io/webauthn/#op-makecred-step-user-consent", "https://w3c.github.io/webauthn/#ref-for-authorization-gesture%E2%91%A0%E2%91%A8", - "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A1%E2%93%AA", + "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A0%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-authorization-gesture%E2%91%A1%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialrpentity-id%E2%91%A0%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialentity-name%E2%91%A0%E2%91%A2", @@ -4197,11 +4195,11 @@ "https://w3c.github.io/webauthn/#ref-for-user-verification%E2%91%A3%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-authorization-gesture%E2%91%A1%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-test-of-user-presence%E2%91%A8", - "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A1%E2%91%A0", + "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A0%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-user-verification%E2%91%A3%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-notallowederror%E2%91%A0%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-authorization-gesture%E2%91%A1%E2%91%A2", - "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A1%E2%91%A1", + "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A1%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-enumdef-publickeycredentialtype%E2%91%A0%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-list-item%E2%91%A0%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialuserentity-id%E2%91%A8", @@ -4275,14 +4273,14 @@ "https://w3c.github.io/webauthn/#authenticatorGetAssertion-prompt-select-credential", "https://w3c.github.io/webauthn/#ref-for-public-key-credential-source%E2%91%A5%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-authorization-gesture%E2%91%A1%E2%91%A3", - "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A1%E2%91%A2", + "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A1%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-authorization-gesture%E2%91%A1%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A1%E2%91%A0%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-authorization-gesture%E2%91%A1%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-user-verification%E2%91%A3%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-authorization-gesture%E2%91%A1%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-test-of-user-presence%E2%91%A0%E2%91%A0", - "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A1%E2%91%A3", + "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A1%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-notallowederror%E2%91%A0%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-authenticator-extension-processing%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-map-iterate%E2%91%A5", @@ -4951,6 +4949,7 @@ "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A8%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A8%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-attestation-object%E2%91%A0%E2%91%A6", + "https://w3c.github.io/webauthn/#sctn-enterprise-packed-attestation-cert-requirements", "https://w3c.github.io/webauthn/#sctn-tpm-attestation", "https://w3c.github.io/webauthn/#ref-for-attca%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-typedefdef-cosealgorithmidentifier%E2%91%A0%E2%91%A4", @@ -5321,9 +5320,9 @@ "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialdescriptor-id%E2%91%A0%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialdescriptor-id%E2%91%A0%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-credential-id%E2%91%A3%E2%91%A3", - "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A1%E2%91%A4", + "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A1%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-invalidstateerror%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A1%E2%91%A5", + "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A1%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%93%AA%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-dictdef-authenticationextensionsclientoutputs%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-idl-boolean%E2%91%A7", @@ -5696,11 +5695,11 @@ "https://w3c.github.io/webauthn/#ref-for-cross-platform-attachment%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-client-side-discoverable-credential%E2%91%A0%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-user-verification%E2%91%A4%E2%91%A3", - "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A1%E2%91%A6", + "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A1%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-authorization-gesture%E2%91%A1%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-test-of-user-presence%E2%91%A0%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-virtual-authenticators%E2%91%A6", - "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A1%E2%91%A7", + "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A1%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-user-verification%E2%91%A4%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-virtual-authenticators%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-user-verification%E2%91%A4%E2%91%A5", @@ -6376,7 +6375,7 @@ "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A1%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-public-key-credential%E2%91%A6%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A8%E2%91%A2", - "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A1%E2%91%A8", + "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A1%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A2%E2%91%A8%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-public-key-credential%E2%91%A6%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%91%A0%E2%91%A2", @@ -6475,7 +6474,7 @@ "https://w3c.github.io/webauthn/#sctn-privacy-considerations-client", "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A1%E2%91%A8", "https://w3c.github.io/webauthn/#sctn-make-credential-privacy", - "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A2%E2%93%AA", + "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A1%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredential-create-slot%E2%91%A0%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-webauthn-relying-party%E2%91%A6%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-public-key-credential%E2%91%A6%E2%91%A7", @@ -6495,9 +6494,9 @@ "https://w3c.github.io/webauthn/#ref-for-ceremony%E2%91%A0%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-public-key-credential%E2%91%A7%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialcreationoptions-excludecredentials%E2%91%A4", - "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A2%E2%91%A0", + "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A1%E2%91%A8", "https://w3c.github.io/webauthn/#sctn-assertion-privacy", - "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A2%E2%91%A1", + "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A2%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredential-discoverfromexternalsource-slot%E2%91%A0%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-webauthn-relying-party%E2%91%A6%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-public-key-credential%E2%91%A7%E2%91%A0", @@ -6505,15 +6504,21 @@ "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A2%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-public-key-credential%E2%91%A7%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-public-key-credential%E2%91%A7%E2%91%A2", - "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A2%E2%91%A2", + "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A2%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%93%AA%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-public-key-credential%E2%91%A7%E2%91%A3", - "https://w3c.github.io/webauthn/#ref-for-user-consent%E2%91%A2%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-authentication-ceremony%E2%91%A3%E2%91%A5", + "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%91%A2%E2%91%A7", + "https://w3c.github.io/webauthn/#ref-for-contains%E2%91%A2", + "https://w3c.github.io/webauthn/#ref-for-concept-credential%E2%91%A2%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%93%AA", + "https://w3c.github.io/webauthn/#ref-for-client%E2%91%A0%E2%91%A2%E2%93%AA", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-ceremony%E2%91%A0%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-public-key-credential%E2%91%A7%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A2%E2%91%A1", + "https://w3c.github.io/webauthn/#ref-for-authentication-ceremony%E2%91%A3%E2%91%A6", + "https://w3c.github.io/webauthn/#ref-for-concept-credential%E2%91%A2%E2%91%A4", "https://w3c.github.io/webauthn/#sctn-os-account-privacy", "https://w3c.github.io/webauthn/#ref-for-platform-authenticators%E2%91%A2%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-client-device%E2%91%A3%E2%91%A6", @@ -6525,79 +6530,79 @@ "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredential-getclientcapabilities%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-webauthn-relying-party%E2%91%A6%E2%91%A3", "https://w3c.github.io/webauthn/#sctn-privacy-considerations-rp", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A0", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A1", "https://w3c.github.io/webauthn/#sctn-user-handle-privacy", "https://w3c.github.io/webauthn/#ref-for-user-handle%E2%91%A1%E2%91%A7", - "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%91%A2%E2%91%A7", + "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%91%A2%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-user-handle%E2%91%A1%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-user-verification%E2%91%A5%E2%91%A3", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A1", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-user-handle%E2%91%A2%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-page-258", "https://w3c.github.io/webauthn/#ref-for-page-258%E2%91%A0", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A2", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-user-handle%E2%91%A2%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-user-account%E2%91%A3%E2%91%A1", "https://w3c.github.io/webauthn/#sctn-username-enumeration", "https://w3c.github.io/webauthn/#ref-for-registration-ceremony%E2%91%A1%E2%91%A1", - "https://w3c.github.io/webauthn/#ref-for-authentication-ceremony%E2%91%A3%E2%91%A6", + "https://w3c.github.io/webauthn/#ref-for-authentication-ceremony%E2%91%A3%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-webauthn-relying-party%E2%91%A6%E2%91%A4", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A3", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-authentication%E2%91%A0%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-ceremony%E2%91%A0%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A4", - "https://w3c.github.io/webauthn/#ref-for-authentication-ceremony%E2%91%A3%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-user-account%E2%91%A3%E2%91%A2", + "https://w3c.github.io/webauthn/#ref-for-authentication-ceremony%E2%91%A3%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A6", + "https://w3c.github.io/webauthn/#ref-for-user-account%E2%91%A3%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A7", - "https://w3c.github.io/webauthn/#ref-for-registration-ceremony%E2%91%A1%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A0%E2%91%A8", + "https://w3c.github.io/webauthn/#ref-for-registration-ceremony%E2%91%A1%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%93%AA", - "https://w3c.github.io/webauthn/#ref-for-registration-ceremony%E2%91%A1%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%91%A0", - "https://w3c.github.io/webauthn/#ref-for-registration-ceremony%E2%91%A1%E2%91%A4", + "https://w3c.github.io/webauthn/#ref-for-registration-ceremony%E2%91%A1%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%91%A1", + "https://w3c.github.io/webauthn/#ref-for-registration-ceremony%E2%91%A1%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%91%A3", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-registration-ceremony%E2%91%A1%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-authentication-ceremony%E2%91%A3%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-authentication-ceremony%E2%91%A4%E2%93%AA", + "https://w3c.github.io/webauthn/#ref-for-authentication-ceremony%E2%91%A4%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-user-account%E2%91%A3%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-dom-credentialscontainer-get%E2%91%A3%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-dictdef-publickeycredentialrequestoptions%E2%91%A0%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A2%E2%91%A2", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%91%A4", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A2%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-authenticatorassertionresponse%E2%91%A7", - "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%91%A2%E2%91%A8", - "https://w3c.github.io/webauthn/#ref-for-authentication-ceremony%E2%91%A4%E2%91%A0", + "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%91%A3%E2%93%AA", + "https://w3c.github.io/webauthn/#ref-for-authentication-ceremony%E2%91%A4%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-ceremony%E2%91%A0%E2%91%A6", "https://w3c.github.io/webauthn/#sctn-credential-id-privacy-leak", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-authentication-ceremony%E2%91%A4%E2%91%A1", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%91%A6", + "https://w3c.github.io/webauthn/#ref-for-authentication-ceremony%E2%91%A4%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-list-empty%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A2%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-server-side-credential%E2%91%A0%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A2%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-credential-id%E2%91%A4%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-credential-id%E2%91%A4%E2%91%A4", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%91%A6", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-credential-id%E2%91%A4%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%91%A3%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%91%A3%E2%91%A0", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%91%A7", + "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%91%A3%E2%91%A1", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-credential-id%E2%91%A4%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A2%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-credential-id%E2%91%A4%E2%91%A7", - "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%91%A3%E2%91%A1", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A1%E2%91%A8", - "https://w3c.github.io/webauthn/#ref-for-authentication-ceremony%E2%91%A4%E2%91%A2", + "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%91%A3%E2%91%A2", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A2%E2%93%AA", + "https://w3c.github.io/webauthn/#ref-for-authentication-ceremony%E2%91%A4%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-credential-id%E2%91%A4%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-client-side-discoverable-credential%E2%91%A0%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A2%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialrequestoptions-allowcredentials%E2%91%A2%E2%91%A8", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A2%E2%93%AA", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A2%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-credential-id%E2%91%A5%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-signal-methods%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-credential-id%E2%91%A5%E2%91%A0", @@ -6607,21 +6612,21 @@ "https://w3c.github.io/webauthn/#ref-for-credential-id%E2%91%A5%E2%91%A1", "https://w3c.github.io/webauthn/#sctn-accessiblility-considerations", "https://w3c.github.io/webauthn/#ref-for-user-verification%E2%91%A5%E2%91%A4", - "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%91%A3%E2%91%A2", + "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A2%E2%91%A3%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-roaming-authenticators%E2%91%A1%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-platform-authenticators%E2%91%A2%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-roaming-authenticators%E2%91%A1%E2%91%A6", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A2%E2%91%A0", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A2%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-registration%E2%91%A1%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-authorization-gesture%E2%91%A1%E2%91%A8", "https://w3c.github.io/webauthn/#sctn-timeout-recommended-range", "https://w3c.github.io/webauthn/#ref-for-ceremony%E2%91%A0%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-registration-ceremony%E2%91%A1%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialcreationoptions-timeout%E2%91%A3", - "https://w3c.github.io/webauthn/#ref-for-authentication-ceremony%E2%91%A4%E2%91%A3", + "https://w3c.github.io/webauthn/#ref-for-authentication-ceremony%E2%91%A4%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialrequestoptions-timeout%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-client-platform%E2%91%A4%E2%91%A7", - "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A2%E2%91%A1", + "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A3%E2%91%A2%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-client-platform%E2%91%A4%E2%91%A8", "https://w3c.github.io/webauthn/#recommended-range-and-default-for-a-webauthn-ceremony-timeout", "https://w3c.github.io/webauthn/#sctn-acknowledgements", diff --git a/ed/ids/webxr-dom-overlays-1.json b/ed/ids/webxr-dom-overlays-1.json index 27adad2c0d45..8950b849c8d9 100644 --- a/ed/ids/webxr-dom-overlays-1.json +++ b/ed/ids/webxr-dom-overlays-1.json @@ -16,16 +16,18 @@ "https://immersive-web.github.io/dom-overlays/#contents", "https://immersive-web.github.io/dom-overlays/#intro", "https://immersive-web.github.io/dom-overlays/#overview", - "https://immersive-web.github.io/dom-overlays/#ref-for-primary-action", "https://immersive-web.github.io/dom-overlays/#ref-for-beforexrselect", "https://immersive-web.github.io/dom-overlays/#html-api-integration", "https://immersive-web.github.io/dom-overlays/#ref-for-globaleventhandlers", "https://immersive-web.github.io/dom-overlays/#onbeforexrselect", "https://immersive-web.github.io/dom-overlays/#ref-for-xrsessionevent", "https://immersive-web.github.io/dom-overlays/#beforexrselect", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-beforexrselect", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-beforexrselect", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-beforexrselect", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-beforexrselect", "https://immersive-web.github.io/dom-overlays/#ref-for-eventdef-xrsession-selectstart", "https://immersive-web.github.io/dom-overlays/#ref-for-dom-xrinputsource-targetrayspace", - "https://immersive-web.github.io/dom-overlays/#ref-for-primary-action%E2%91%A0", "https://immersive-web.github.io/dom-overlays/#ref-for-globaleventhandlers%E2%91%A0", "https://immersive-web.github.io/dom-overlays/#ref-for-eventhandler", "https://immersive-web.github.io/dom-overlays/#dom-globaleventhandlers-onbeforexrselect", @@ -35,22 +37,20 @@ "https://immersive-web.github.io/dom-overlays/#ref-for-topmost-event-target", "https://immersive-web.github.io/dom-overlays/#ref-for-dom-xrinputsource-targetrayspace%E2%91%A0", "https://immersive-web.github.io/dom-overlays/#ref-for-dom-event-preventdefault", - "https://immersive-web.github.io/dom-overlays/#ref-for-primary-action%E2%91%A1", "https://immersive-web.github.io/dom-overlays/#ref-for-eventdef-xrsession-selectstart%E2%91%A0", "https://immersive-web.github.io/dom-overlays/#ref-for-eventdef-xrsession-selectend", - "https://immersive-web.github.io/dom-overlays/#ref-for-eventdef-xrsession-select", "https://immersive-web.github.io/dom-overlays/#ref-for-beforexrselect%E2%91%A1", "https://immersive-web.github.io/dom-overlays/#ref-for-beforexrselect%E2%91%A2", "https://immersive-web.github.io/dom-overlays/#example-718ea324", "https://immersive-web.github.io/dom-overlays/#css-pseudo-class", - "https://immersive-web.github.io/dom-overlays/#xr-overlay", + "https://immersive-web.github.io/dom-overlays/#selectordef-xr-overlay", "https://immersive-web.github.io/dom-overlays/#ref-for-pseudo-class", "https://immersive-web.github.io/dom-overlays/#ref-for-overlay-element", "https://immersive-web.github.io/dom-overlays/#ref-for-overlay-element%E2%91%A0", "https://immersive-web.github.io/dom-overlays/#ref-for-backdrop-root", "https://immersive-web.github.io/dom-overlays/#ref-for-xrwebgllayer", "https://immersive-web.github.io/dom-overlays/#ref-for-overlay-element%E2%91%A1", - "https://immersive-web.github.io/dom-overlays/#ref-for-TermStackingContext", + "https://immersive-web.github.io/dom-overlays/#ref-for-x43", "https://immersive-web.github.io/dom-overlays/#ua-style-sheet-defaults", "https://immersive-web.github.io/dom-overlays/#ref-for-overlay-element%E2%91%A2", "https://immersive-web.github.io/dom-overlays/#ref-for-xr-overlay", @@ -58,8 +58,8 @@ "https://immersive-web.github.io/dom-overlays/#fullscreen-api-integration", "https://immersive-web.github.io/dom-overlays/#ref-for-dom-element-requestfullscreen", "https://immersive-web.github.io/dom-overlays/#ref-for-dom-xrdomoverlayinit-root", - "https://immersive-web.github.io/dom-overlays/#ref-for-TermStackingContext%E2%91%A0", - "https://immersive-web.github.io/dom-overlays/#ref-for-top-layer", + "https://immersive-web.github.io/dom-overlays/#ref-for-x43%E2%91%A0", + "https://immersive-web.github.io/dom-overlays/#ref-for-document-top-layer", "https://immersive-web.github.io/dom-overlays/#ref-for-overlay-element%E2%91%A3", "https://immersive-web.github.io/dom-overlays/#ref-for-overlay-element%E2%91%A4", "https://immersive-web.github.io/dom-overlays/#ref-for-xr-overlay%E2%91%A1", @@ -71,17 +71,22 @@ "https://immersive-web.github.io/dom-overlays/#ref-for-xrinputsource", "https://immersive-web.github.io/dom-overlays/#xrsessioninit", "https://immersive-web.github.io/dom-overlays/#feature-descriptor-dom-overlay", - "https://immersive-web.github.io/dom-overlays/#ref-for-feature-descriptor", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-feature-descriptor-dom-overlay", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-feature-descriptor-dom-overlay", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-feature-descriptor-dom-overlay", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-feature-descriptor-dom-overlay", "https://immersive-web.github.io/dom-overlays/#ref-for-dom-xrsessioninit-requiredfeatures", "https://immersive-web.github.io/dom-overlays/#ref-for-dom-xrsessioninit-optionalfeatures", - "https://immersive-web.github.io/dom-overlays/#ref-for-immersive-session", - "https://immersive-web.github.io/dom-overlays/#ref-for-capable-of-supporting", "https://immersive-web.github.io/dom-overlays/#ref-for-xrwebgllayer%E2%91%A0", "https://immersive-web.github.io/dom-overlays/#ref-for-dom-xrsessioninit-domoverlay", "https://immersive-web.github.io/dom-overlays/#ref-for-dictdef-xrsessioninit%E2%91%A0", "https://immersive-web.github.io/dom-overlays/#ref-for-dictdef-xrsessioninit%E2%91%A1", "https://immersive-web.github.io/dom-overlays/#ref-for-dictdef-xrdomoverlayinit", "https://immersive-web.github.io/dom-overlays/#dom-xrsessioninit-domoverlay", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-dom-xrsessioninit-domoverlay", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-dom-xrsessioninit-domoverlay", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-dom-xrsessioninit-domoverlay", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-dom-xrsessioninit-domoverlay", "https://immersive-web.github.io/dom-overlays/#ref-for-dom-xrsessioninit-domoverlay%E2%91%A0", "https://immersive-web.github.io/dom-overlays/#ref-for-dom-xrsystem-requestsession", "https://immersive-web.github.io/dom-overlays/#ref-for-notsupportederror", @@ -90,6 +95,10 @@ "https://immersive-web.github.io/dom-overlays/#ref-for-dictdef-xrdomoverlaystate", "https://immersive-web.github.io/dom-overlays/#ref-for-dom-xrsession-domoverlaystate", "https://immersive-web.github.io/dom-overlays/#dom-xrsession-domoverlaystate", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-dom-xrsession-domoverlaystate", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-dom-xrsession-domoverlaystate", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-dom-xrsession-domoverlaystate", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-dom-xrsession-domoverlaystate", "https://immersive-web.github.io/dom-overlays/#ref-for-feature-descriptor-dom-overlay", "https://immersive-web.github.io/dom-overlays/#ref-for-dom-xrsession-domoverlaystate%E2%91%A0", "https://immersive-web.github.io/dom-overlays/#ref-for-dom-xrsession-domoverlaystate%E2%91%A1", @@ -100,10 +109,7 @@ "https://immersive-web.github.io/dom-overlays/#ref-for-xrwebgllayer%E2%91%A1", "https://immersive-web.github.io/dom-overlays/#xrinputsource", "https://immersive-web.github.io/dom-overlays/#ref-for-xrinputsource%E2%91%A0", - "https://immersive-web.github.io/dom-overlays/#ref-for-primary-action%E2%91%A2", - "https://immersive-web.github.io/dom-overlays/#ref-for-primary-action%E2%91%A3", "https://immersive-web.github.io/dom-overlays/#ref-for-dom-xrinputsource-targetrayspace%E2%91%A1", - "https://immersive-web.github.io/dom-overlays/#ref-for-primary-action%E2%91%A4", "https://immersive-web.github.io/dom-overlays/#ref-for-queue-a-task", "https://immersive-web.github.io/dom-overlays/#ref-for-concept-event-fire", "https://immersive-web.github.io/dom-overlays/#ref-for-beforexrselect%E2%91%A3", @@ -112,53 +118,75 @@ "https://immersive-web.github.io/dom-overlays/#ref-for-dom-xrdomoverlayinit-root%E2%91%A0", "https://immersive-web.github.io/dom-overlays/#ref-for-dom-xrinputsource-targetrayspace%E2%91%A2", "https://immersive-web.github.io/dom-overlays/#ref-for-dom-event-target%E2%91%A0", - "https://immersive-web.github.io/dom-overlays/#ref-for-transient-input-sources", - "https://immersive-web.github.io/dom-overlays/#ref-for-auxiliary-action", - "https://immersive-web.github.io/dom-overlays/#ref-for-primary-action%E2%91%A5", "https://immersive-web.github.io/dom-overlays/#ref-for-beforexrselect%E2%91%A4", "https://immersive-web.github.io/dom-overlays/#ref-for-eventdef-xrsession-selectstart%E2%91%A1", "https://immersive-web.github.io/dom-overlays/#ref-for-eventdef-xrsession-selectend%E2%91%A0", - "https://immersive-web.github.io/dom-overlays/#ref-for-eventdef-xrsession-select%E2%91%A0", "https://immersive-web.github.io/dom-overlays/#ref-for-eventdef-xrsession-inputsourceschange", "https://immersive-web.github.io/dom-overlays/#ref-for-beforexrselect%E2%91%A5", - "https://immersive-web.github.io/dom-overlays/#ref-for-auxiliary-action%E2%91%A0", "https://immersive-web.github.io/dom-overlays/#initialization", "https://immersive-web.github.io/dom-overlays/#ref-for-dom-xrsessioninit-domoverlay%E2%91%A1", "https://immersive-web.github.io/dom-overlays/#dictdef-xrdomoverlayinit", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-dictdef-xrdomoverlayinit", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-dictdef-xrdomoverlayinit", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-dictdef-xrdomoverlayinit", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-dictdef-xrdomoverlayinit", "https://immersive-web.github.io/dom-overlays/#ref-for-element", "https://immersive-web.github.io/dom-overlays/#ref-for-dom-xrdomoverlayinit-root%E2%91%A1", "https://immersive-web.github.io/dom-overlays/#dom-xrdomoverlayinit-root", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-dom-xrdomoverlayinit-root", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-dom-xrdomoverlayinit-root", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-dom-xrdomoverlayinit-root", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-dom-xrdomoverlayinit-root", "https://immersive-web.github.io/dom-overlays/#overlay-element", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-overlay-element", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-overlay-element", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-overlay-element", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-overlay-element", "https://immersive-web.github.io/dom-overlays/#example-0729bd83", "https://immersive-web.github.io/dom-overlays/#ref-for-dom-xrsession-domoverlaystate%E2%91%A2", "https://immersive-web.github.io/dom-overlays/#enumdef-xrdomoverlaytype", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-enumdef-xrdomoverlaytype", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-enumdef-xrdomoverlaytype", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-enumdef-xrdomoverlaytype", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-enumdef-xrdomoverlaytype", "https://immersive-web.github.io/dom-overlays/#ref-for-dom-xrdomoverlaytype-screen", "https://immersive-web.github.io/dom-overlays/#ref-for-dom-xrdomoverlaytype-floating", "https://immersive-web.github.io/dom-overlays/#ref-for-dom-xrdomoverlaytype-head-locked", "https://immersive-web.github.io/dom-overlays/#dictdef-xrdomoverlaystate", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-dictdef-xrdomoverlaystate", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-dictdef-xrdomoverlaystate", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-dictdef-xrdomoverlaystate", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-dictdef-xrdomoverlaystate", "https://immersive-web.github.io/dom-overlays/#ref-for-enumdef-xrdomoverlaytype", "https://immersive-web.github.io/dom-overlays/#dom-xrdomoverlaystate-type", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-dom-xrdomoverlaystate-type", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-dom-xrdomoverlaystate-type", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-dom-xrdomoverlaystate-type", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-dom-xrdomoverlaystate-type", "https://immersive-web.github.io/dom-overlays/#ref-for-dom-xrdomoverlaystate-type", "https://immersive-web.github.io/dom-overlays/#dom-xrdomoverlaytype-screen", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-dom-xrdomoverlaytype-screen", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-dom-xrdomoverlaytype-screen", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-dom-xrdomoverlaytype-screen", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-dom-xrdomoverlaytype-screen", "https://immersive-web.github.io/dom-overlays/#ref-for-xrviewport", "https://immersive-web.github.io/dom-overlays/#ref-for-xrwebgllayer%E2%91%A2", "https://immersive-web.github.io/dom-overlays/#dom-xrdomoverlaytype-floating", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-dom-xrdomoverlaytype-floating", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-dom-xrdomoverlaytype-floating", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-dom-xrdomoverlaytype-floating", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-dom-xrdomoverlaytype-floating", "https://immersive-web.github.io/dom-overlays/#dom-xrdomoverlaytype-head-locked", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-dom-xrdomoverlaytype-head-locked", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-dom-xrdomoverlaytype-head-locked", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-dom-xrdomoverlaytype-head-locked", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-dom-xrdomoverlaytype-head-locked", "https://immersive-web.github.io/dom-overlays/#cross-origin-content-events", "https://immersive-web.github.io/dom-overlays/#ref-for-htmliframeelement", "https://immersive-web.github.io/dom-overlays/#ref-for-dom-xrinputsource-targetrayspace%E2%91%A3", "https://immersive-web.github.io/dom-overlays/#ref-for-topmost-event-target%E2%91%A1", - "https://immersive-web.github.io/dom-overlays/#ref-for-populate-the-pose", "https://immersive-web.github.io/dom-overlays/#ref-for-xrspace", - "https://immersive-web.github.io/dom-overlays/#ref-for-primary-action%E2%91%A6", - "https://immersive-web.github.io/dom-overlays/#ref-for-primary-action%E2%91%A7", - "https://immersive-web.github.io/dom-overlays/#ref-for-primary-action%E2%91%A8", - "https://immersive-web.github.io/dom-overlays/#ref-for-eventdef-xrsession-select%E2%91%A1", "https://immersive-web.github.io/dom-overlays/#ref-for-eventdef-xrsession-selectend%E2%91%A1", - "https://immersive-web.github.io/dom-overlays/#ref-for-transient-input-sources%E2%91%A0", - "https://immersive-web.github.io/dom-overlays/#ref-for-transient-action", - "https://immersive-web.github.io/dom-overlays/#ref-for-xrsession-add-input-source", - "https://immersive-web.github.io/dom-overlays/#ref-for-transient-action%E2%91%A0", "https://immersive-web.github.io/dom-overlays/#ref-for-dom-xrdomoverlaytype-screen%E2%91%A0", "https://immersive-web.github.io/dom-overlays/#ref-for-beforexrselect%E2%91%A6", "https://immersive-web.github.io/dom-overlays/#security", @@ -173,62 +201,191 @@ "https://immersive-web.github.io/dom-overlays/#index", "https://immersive-web.github.io/dom-overlays/#index-defined-here", "https://immersive-web.github.io/dom-overlays/#index-defined-elsewhere", - "https://immersive-web.github.io/dom-overlays/#term-for-element", - "https://immersive-web.github.io/dom-overlays/#term-for-concept-event-fire", - "https://immersive-web.github.io/dom-overlays/#term-for-dom-event-preventdefault", - "https://immersive-web.github.io/dom-overlays/#term-for-dom-event-target", - "https://immersive-web.github.io/dom-overlays/#term-for-backdrop-root", - "https://immersive-web.github.io/dom-overlays/#term-for-dom-element-requestfullscreen", - "https://immersive-web.github.io/dom-overlays/#term-for-top-layer", - "https://immersive-web.github.io/dom-overlays/#term-for-eventhandler", - "https://immersive-web.github.io/dom-overlays/#term-for-globaleventhandlers", - "https://immersive-web.github.io/dom-overlays/#term-for-htmliframeelement", - "https://immersive-web.github.io/dom-overlays/#term-for-window", - "https://immersive-web.github.io/dom-overlays/#term-for-queue-a-task", - "https://immersive-web.github.io/dom-overlays/#term-for-rendering-opportunity", - "https://immersive-web.github.io/dom-overlays/#term-for-dom-animationframeprovider-requestanimationframe", - "https://immersive-web.github.io/dom-overlays/#term-for-pseudo-class", - "https://immersive-web.github.io/dom-overlays/#term-for-TermStackingContext", - "https://immersive-web.github.io/dom-overlays/#term-for-topmost-event-target", - "https://immersive-web.github.io/dom-overlays/#term-for-notsupportederror", - "https://immersive-web.github.io/dom-overlays/#term-for-xrinputsource", - "https://immersive-web.github.io/dom-overlays/#term-for-xrsession", - "https://immersive-web.github.io/dom-overlays/#term-for-xrsessionevent", - "https://immersive-web.github.io/dom-overlays/#term-for-dictdef-xrsessioninit", - "https://immersive-web.github.io/dom-overlays/#term-for-xrspace", - "https://immersive-web.github.io/dom-overlays/#term-for-xrviewport", - "https://immersive-web.github.io/dom-overlays/#term-for-xrwebgllayer", - "https://immersive-web.github.io/dom-overlays/#term-for-xrsession-add-input-source", - "https://immersive-web.github.io/dom-overlays/#term-for-auxiliary-action", - "https://immersive-web.github.io/dom-overlays/#term-for-capable-of-supporting", - "https://immersive-web.github.io/dom-overlays/#term-for-feature-descriptor", - "https://immersive-web.github.io/dom-overlays/#term-for-immersive-session", - "https://immersive-web.github.io/dom-overlays/#term-for-eventdef-xrsession-inputsourceschange", - "https://immersive-web.github.io/dom-overlays/#term-for-dom-xrsessioninit-optionalfeatures", - "https://immersive-web.github.io/dom-overlays/#term-for-populate-the-pose", - "https://immersive-web.github.io/dom-overlays/#term-for-primary-action", - "https://immersive-web.github.io/dom-overlays/#term-for-dom-xrsession-requestanimationframe", - "https://immersive-web.github.io/dom-overlays/#term-for-dom-xrsystem-requestsession", - "https://immersive-web.github.io/dom-overlays/#term-for-dom-xrsessioninit-requiredfeatures", - "https://immersive-web.github.io/dom-overlays/#term-for-eventdef-xrsession-select", - "https://immersive-web.github.io/dom-overlays/#term-for-eventdef-xrsession-selectend", - "https://immersive-web.github.io/dom-overlays/#term-for-eventdef-xrsession-selectstart", - "https://immersive-web.github.io/dom-overlays/#term-for-dom-xrinputsource-targetrayspace", - "https://immersive-web.github.io/dom-overlays/#term-for-transient-action", - "https://immersive-web.github.io/dom-overlays/#term-for-transient-input-sources", + "https://immersive-web.github.io/dom-overlays/#8f59bb58", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-8f59bb58", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-8f59bb58", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-8f59bb58", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-8f59bb58", + "https://immersive-web.github.io/dom-overlays/#a50c2771", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-a50c2771", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-a50c2771", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-a50c2771", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-a50c2771", + "https://immersive-web.github.io/dom-overlays/#296f3551", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-296f3551", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-296f3551", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-296f3551", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-296f3551", + "https://immersive-web.github.io/dom-overlays/#5fd23811", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-5fd23811", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-5fd23811", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-5fd23811", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-5fd23811", + "https://immersive-web.github.io/dom-overlays/#fefe0433", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-fefe0433", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-fefe0433", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-fefe0433", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-fefe0433", + "https://immersive-web.github.io/dom-overlays/#e8478f36", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-e8478f36", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-e8478f36", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-e8478f36", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-e8478f36", + "https://immersive-web.github.io/dom-overlays/#31c41a75", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-31c41a75", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-31c41a75", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-31c41a75", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-31c41a75", + "https://immersive-web.github.io/dom-overlays/#bcdb6841", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-bcdb6841", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-bcdb6841", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-bcdb6841", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-bcdb6841", + "https://immersive-web.github.io/dom-overlays/#f0951476", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-f0951476", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-f0951476", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-f0951476", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-f0951476", + "https://immersive-web.github.io/dom-overlays/#762ce945", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-762ce945", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-762ce945", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-762ce945", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-762ce945", + "https://immersive-web.github.io/dom-overlays/#10e25f42", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-10e25f42", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-10e25f42", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-10e25f42", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-10e25f42", + "https://immersive-web.github.io/dom-overlays/#5d7209e9", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-5d7209e9", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-5d7209e9", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-5d7209e9", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-5d7209e9", + "https://immersive-web.github.io/dom-overlays/#9a517a7d", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-9a517a7d", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-9a517a7d", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-9a517a7d", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-9a517a7d", + "https://immersive-web.github.io/dom-overlays/#6998ead7", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-6998ead7", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-6998ead7", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-6998ead7", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-6998ead7", + "https://immersive-web.github.io/dom-overlays/#e57197d8", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-e57197d8", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-e57197d8", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-e57197d8", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-e57197d8", + "https://immersive-web.github.io/dom-overlays/#628c6566", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-628c6566", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-628c6566", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-628c6566", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-628c6566", + "https://immersive-web.github.io/dom-overlays/#c386f54b", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-c386f54b", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-c386f54b", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-c386f54b", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-c386f54b", + "https://immersive-web.github.io/dom-overlays/#3182eb71", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-3182eb71", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-3182eb71", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-3182eb71", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-3182eb71", + "https://immersive-web.github.io/dom-overlays/#ea90e02f", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-ea90e02f", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-ea90e02f", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-ea90e02f", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-ea90e02f", + "https://immersive-web.github.io/dom-overlays/#b23556e5", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-b23556e5", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-b23556e5", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-b23556e5", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-b23556e5", + "https://immersive-web.github.io/dom-overlays/#f5373dd4", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-f5373dd4", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-f5373dd4", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-f5373dd4", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-f5373dd4", + "https://immersive-web.github.io/dom-overlays/#881a9e6b", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-881a9e6b", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-881a9e6b", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-881a9e6b", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-881a9e6b", + "https://immersive-web.github.io/dom-overlays/#0b566548", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-0b566548", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-0b566548", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-0b566548", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-0b566548", + "https://immersive-web.github.io/dom-overlays/#14930f73", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-14930f73", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-14930f73", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-14930f73", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-14930f73", + "https://immersive-web.github.io/dom-overlays/#e14fa5cf", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-e14fa5cf", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-e14fa5cf", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-e14fa5cf", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-e14fa5cf", + "https://immersive-web.github.io/dom-overlays/#dbe575a4", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-dbe575a4", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-dbe575a4", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-dbe575a4", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-dbe575a4", + "https://immersive-web.github.io/dom-overlays/#a42ed5f1", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-a42ed5f1", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-a42ed5f1", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-a42ed5f1", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-a42ed5f1", + "https://immersive-web.github.io/dom-overlays/#1e258aaa", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-1e258aaa", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-1e258aaa", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-1e258aaa", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-1e258aaa", + "https://immersive-web.github.io/dom-overlays/#dc9c48d6", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-dc9c48d6", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-dc9c48d6", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-dc9c48d6", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-dc9c48d6", + "https://immersive-web.github.io/dom-overlays/#f3872913", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-f3872913", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-f3872913", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-f3872913", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-f3872913", + "https://immersive-web.github.io/dom-overlays/#9db85b4a", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-9db85b4a", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-9db85b4a", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-9db85b4a", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-9db85b4a", + "https://immersive-web.github.io/dom-overlays/#b9bda52b", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-b9bda52b", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-b9bda52b", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-b9bda52b", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-b9bda52b", + "https://immersive-web.github.io/dom-overlays/#53ce93e0", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-53ce93e0", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-53ce93e0", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-53ce93e0", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-53ce93e0", + "https://immersive-web.github.io/dom-overlays/#9bcba0ed", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-9bcba0ed", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-9bcba0ed", + "https://immersive-web.github.io/dom-overlays/#infopanel-for-9bcba0ed", + "https://immersive-web.github.io/dom-overlays/#infopaneltitle-for-9bcba0ed", "https://immersive-web.github.io/dom-overlays/#references", "https://immersive-web.github.io/dom-overlays/#normative", "https://immersive-web.github.io/dom-overlays/#biblio-csp3", + "https://immersive-web.github.io/dom-overlays/#biblio-css-position-4", + "https://immersive-web.github.io/dom-overlays/#biblio-css21", "https://immersive-web.github.io/dom-overlays/#biblio-dom", "https://immersive-web.github.io/dom-overlays/#biblio-filter-effects-2", "https://immersive-web.github.io/dom-overlays/#biblio-fullscreen", "https://immersive-web.github.io/dom-overlays/#biblio-html", "https://immersive-web.github.io/dom-overlays/#biblio-rfc2119", "https://immersive-web.github.io/dom-overlays/#biblio-selectors-4", - "https://immersive-web.github.io/dom-overlays/#biblio-svg2", "https://immersive-web.github.io/dom-overlays/#biblio-uievents", "https://immersive-web.github.io/dom-overlays/#biblio-webidl", "https://immersive-web.github.io/dom-overlays/#biblio-webxr", + "https://immersive-web.github.io/dom-overlays/#biblio-webxr-dom-overlays-1", "https://immersive-web.github.io/dom-overlays/#idl-index" ] } \ No newline at end of file diff --git a/ed/ids/webxr.json b/ed/ids/webxr.json index 3e65e48c3241..8a9236d9630f 100644 --- a/ed/ids/webxr.json +++ b/ed/ids/webxr.json @@ -3891,6 +3891,10 @@ "https://immersive-web.github.io/webxr/#ref-for-dictdef-eventinit%E2%91%A2", "https://immersive-web.github.io/webxr/#ref-for-xrreferencespace%E2%91%A2%E2%91%A0", "https://immersive-web.github.io/webxr/#dom-xrreferencespaceeventinit-referencespace", + "https://immersive-web.github.io/webxr/#infopanel-for-dom-xrreferencespaceeventinit-referencespace", + "https://immersive-web.github.io/webxr/#infopaneltitle-for-dom-xrreferencespaceeventinit-referencespace", + "https://immersive-web.github.io/webxr/#infopanel-for-dom-xrreferencespaceeventinit-referencespace", + "https://immersive-web.github.io/webxr/#infopaneltitle-for-dom-xrreferencespaceeventinit-referencespace", "https://immersive-web.github.io/webxr/#ref-for-xrrigidtransform%E2%91%A1%E2%91%A1", "https://immersive-web.github.io/webxr/#dom-xrreferencespaceeventinit-transform", "https://immersive-web.github.io/webxr/#dom-xrreferencespaceevent-referencespace", @@ -3906,6 +3910,9 @@ "https://immersive-web.github.io/webxr/#infopaneltitle-for-dom-xrreferencespaceevent-transform", "https://immersive-web.github.io/webxr/#ref-for-dom-xrreferencespaceevent-referencespace%E2%91%A0", "https://immersive-web.github.io/webxr/#ref-for-xrspace-native-origin%E2%91%A0%E2%91%A6", + "https://immersive-web.github.io/webxr/#ref-for-xrsystem%E2%91%A0%E2%91%A7", + "https://immersive-web.github.io/webxr/#ref-for-dom-xrreferencespaceevent-referencespace%E2%91%A1", + "https://immersive-web.github.io/webxr/#ref-for-dom-xrreferencespaceeventinit-referencespace", "https://immersive-web.github.io/webxr/#event-types", "https://immersive-web.github.io/webxr/#ref-for-concept-event-fire%E2%91%A0", "https://immersive-web.github.io/webxr/#eventdef-xrsystem-devicechange", @@ -3913,7 +3920,7 @@ "https://immersive-web.github.io/webxr/#infopaneltitle-for-eventdef-xrsystem-devicechange", "https://immersive-web.github.io/webxr/#infopanel-for-eventdef-xrsystem-devicechange", "https://immersive-web.github.io/webxr/#infopaneltitle-for-eventdef-xrsystem-devicechange", - "https://immersive-web.github.io/webxr/#ref-for-xrsystem%E2%91%A0%E2%91%A7", + "https://immersive-web.github.io/webxr/#ref-for-xrsystem%E2%91%A0%E2%91%A8", "https://immersive-web.github.io/webxr/#ref-for-immersive-xr-device%E2%91%A2%E2%91%A1", "https://immersive-web.github.io/webxr/#ref-for-concept-origin%E2%91%A2", "https://immersive-web.github.io/webxr/#ref-for-concept-event-fire%E2%91%A1", diff --git a/ed/index.json b/ed/index.json index 224b336d1b84..0d32bf7ae88e 100644 --- a/ed/index.json +++ b/ed/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2024-09-24T12:48:30.227Z", + "date": "2024-09-24T18:41:49.469Z", "options": { "fallback": "ed/index.json", "output": "report", @@ -762,11 +762,11 @@ ], "crawled": "https://aomediacodec.github.io/av1-avif/", "crawlCacheInfo": { - "lastModified": "Tue, 24 Sep 2024 09:17:50 GMT" + "lastModified": "Tue, 24 Sep 2024 16:00:12 GMT" }, "generator": "bikeshed", "date": "25 June 2024", - "revision": "81ad232924df6f35703d9de19b1e397f2950c0ad", + "revision": "e82a232bd4d157671fd771ca9c99545ed19da35f", "links": "links/av1-avif.json", "refs": "refs/av1-avif.json", "css": "css/av1-avif.json", @@ -13831,11 +13831,11 @@ ], "crawled": "https://wicg.github.io/turtledove/", "crawlCacheInfo": { - "lastModified": "Mon, 23 Sep 2024 19:08:28 GMT" + "lastModified": "Tue, 24 Sep 2024 15:42:30 GMT" }, "generator": "bikeshed", - "date": "23 September 2024", - "revision": "9a4a2701d76dcf2da547a827a3d8a6cf1ebc7f73", + "date": "24 September 2024", + "revision": "d21ed7f01a1fb7fe9675c73d1f08ebb5e4cf8346", "algorithms": "algorithms/turtledove.json", "links": "links/turtledove.json", "refs": "refs/turtledove.json", @@ -14715,9 +14715,9 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc2397", "crawlCacheInfo": { - "lastModified": "Sat, 21 Sep 2024 03:36:24 GMT" + "lastModified": "Tue, 24 Sep 2024 15:22:57 GMT" }, - "date": "21 September 2024", + "date": "24 September 2024", "links": "links/rfc2397.json", "ids": "ids/rfc2397.json" }, @@ -14760,9 +14760,9 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc4120", "crawlCacheInfo": { - "lastModified": "Sat, 21 Sep 2024 02:33:04 GMT" + "lastModified": "Tue, 24 Sep 2024 15:27:45 GMT" }, - "date": "21 September 2024", + "date": "24 September 2024", "links": "links/rfc4120.json", "ids": "ids/rfc4120.json" }, @@ -14906,9 +14906,9 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc6386", "crawlCacheInfo": { - "lastModified": "Sat, 21 Sep 2024 08:09:59 GMT" + "lastModified": "Tue, 24 Sep 2024 18:36:26 GMT" }, - "date": "21 September 2024", + "date": "24 September 2024", "links": "links/rfc6386.json", "ids": "ids/rfc6386.json" }, @@ -14951,9 +14951,9 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc6454", "crawlCacheInfo": { - "lastModified": "Sat, 21 Sep 2024 02:34:31 GMT" + "lastModified": "Tue, 24 Sep 2024 15:51:57 GMT" }, - "date": "21 September 2024", + "date": "24 September 2024", "links": "links/rfc6454.json", "ids": "ids/rfc6454.json" }, @@ -14996,9 +14996,9 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc6797", "crawlCacheInfo": { - "lastModified": "Thu, 19 Sep 2024 18:40:49 GMT" + "lastModified": "Tue, 24 Sep 2024 15:05:19 GMT" }, - "date": "19 September 2024", + "date": "24 September 2024", "links": "links/rfc6797.json", "ids": "ids/rfc6797.json" }, @@ -15041,9 +15041,9 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc7034", "crawlCacheInfo": { - "lastModified": "Sat, 21 Sep 2024 11:35:58 GMT" + "lastModified": "Tue, 24 Sep 2024 16:16:58 GMT" }, - "date": "21 September 2024", + "date": "24 September 2024", "links": "links/rfc7034.json", "ids": "ids/rfc7034.json" }, @@ -15086,9 +15086,9 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc7239", "crawlCacheInfo": { - "lastModified": "Fri, 20 Sep 2024 06:21:12 GMT" + "lastModified": "Tue, 24 Sep 2024 16:54:48 GMT" }, - "date": "20 September 2024", + "date": "24 September 2024", "links": "links/rfc7239.json", "ids": "ids/rfc7239.json" }, @@ -15131,9 +15131,9 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc7469", "crawlCacheInfo": { - "lastModified": "Fri, 20 Sep 2024 07:55:16 GMT" + "lastModified": "Tue, 24 Sep 2024 16:09:30 GMT" }, - "date": "20 September 2024", + "date": "24 September 2024", "links": "links/rfc7469.json", "ids": "ids/rfc7469.json" }, @@ -15176,9 +15176,9 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc7578", "crawlCacheInfo": { - "lastModified": "Sat, 21 Sep 2024 02:48:28 GMT" + "lastModified": "Tue, 24 Sep 2024 15:04:09 GMT" }, - "date": "21 September 2024", + "date": "24 September 2024", "links": "links/rfc7578.json", "ids": "ids/rfc7578.json" }, @@ -15421,9 +15421,9 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc7932", "crawlCacheInfo": { - "lastModified": "Sat, 21 Sep 2024 06:50:43 GMT" + "lastModified": "Tue, 24 Sep 2024 15:33:16 GMT" }, - "date": "21 September 2024", + "date": "24 September 2024", "links": "links/rfc7932.json", "ids": "ids/rfc7932.json" }, @@ -15668,9 +15668,9 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc8878", "crawlCacheInfo": { - "lastModified": "Sat, 21 Sep 2024 11:36:12 GMT" + "lastModified": "Tue, 24 Sep 2024 18:36:44 GMT" }, - "date": "21 September 2024", + "date": "24 September 2024", "links": "links/rfc8878.json", "refs": "refs/rfc8878.json", "headings": "headings/rfc8878.json", @@ -15715,9 +15715,9 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc8942", "crawlCacheInfo": { - "lastModified": "Sat, 21 Sep 2024 02:53:16 GMT" + "lastModified": "Tue, 24 Sep 2024 16:13:12 GMT" }, - "date": "21 September 2024", + "date": "24 September 2024", "links": "links/rfc8942.json", "refs": "refs/rfc8942.json", "headings": "headings/rfc8942.json", @@ -16017,9 +16017,9 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc9163", "crawlCacheInfo": { - "lastModified": "Fri, 20 Sep 2024 16:47:26 GMT" + "lastModified": "Tue, 24 Sep 2024 18:36:49 GMT" }, - "date": "20 September 2024", + "date": "24 September 2024", "algorithms": "algorithms/rfc9163.json", "links": "links/rfc9163.json", "refs": "refs/rfc9163.json", @@ -26960,7 +26960,7 @@ ], "crawled": "https://w3c.github.io/IFT/Overview.html", "crawlCacheInfo": { - "lastModified": "Wed, 18 Sep 2024 19:13:14 GMT" + "lastModified": "Tue, 24 Sep 2024 16:33:54 GMT" }, "generator": "bikeshed", "date": "9 July 2024", @@ -34707,11 +34707,11 @@ ], "crawled": "https://w3c.github.io/webauthn/", "crawlCacheInfo": { - "lastModified": "Tue, 24 Sep 2024 10:11:02 GMT" + "lastModified": "Tue, 24 Sep 2024 16:54:21 GMT" }, "generator": "bikeshed", "date": "24 September 2024", - "revision": "0ca1c85f19c6a80b65c2c833b51b67699011e3f3", + "revision": "efdf948e44720b848985820d2083196c590124ab", "algorithms": "algorithms/webauthn-3.json", "links": "links/webauthn-3.json", "refs": "refs/webauthn-3.json", @@ -35807,10 +35807,10 @@ ], "crawled": "https://gpuweb.github.io/gpuweb/", "crawlCacheInfo": { - "lastModified": "Fri, 20 Sep 2024 16:30:57 GMT" + "lastModified": "Tue, 24 Sep 2024 16:02:30 GMT" }, "generator": "bikeshed", - "date": "20 September 2024", + "date": "24 September 2024", "algorithms": "algorithms/webgpu.json", "links": "links/webgpu.json", "refs": "refs/webgpu.json", @@ -36628,16 +36628,17 @@ ], "crawled": "https://immersive-web.github.io/dom-overlays/", "crawlCacheInfo": { - "lastModified": "Thu, 17 Nov 2022 21:00:50 GMT" + "lastModified": "Tue, 24 Sep 2024 16:49:06 GMT" }, "generator": "bikeshed", - "date": "17 November 2022", - "revision": "233c3561638ccc454b2571dc60b3bf6363a2e862", + "date": "24 September 2024", + "revision": "40450731374ed889ac000551f7e2cab65c8823ed", "algorithms": "algorithms/webxr-dom-overlays-1.json", "links": "links/webxr-dom-overlays-1.json", "refs": "refs/webxr-dom-overlays-1.json", "events": "events/webxr-dom-overlays-1.json", "idl": "idl/webxr-dom-overlays.idl", + "css": "css/webxr-dom-overlays.json", "dfns": "dfns/webxr-dom-overlays-1.json", "headings": "headings/webxr-dom-overlays-1.json", "ids": "ids/webxr-dom-overlays-1.json" @@ -36957,11 +36958,11 @@ ], "crawled": "https://immersive-web.github.io/webxr/", "crawlCacheInfo": { - "lastModified": "Wed, 21 Aug 2024 17:09:13 GMT" + "lastModified": "Tue, 24 Sep 2024 18:16:07 GMT" }, "generator": "bikeshed", "date": "31 March 2022", - "revision": "67d74cdc1b53fa8224f8b0a17ea7c8c87b9a3919", + "revision": "08eb183502b6f93303e39b1cbaa1475e9bbe836f", "algorithms": "algorithms/webxr.json", "links": "links/webxr.json", "refs": "refs/webxr.json", @@ -37082,10 +37083,10 @@ ], "crawled": "https://gpuweb.github.io/gpuweb/wgsl/", "crawlCacheInfo": { - "lastModified": "Fri, 20 Sep 2024 16:30:57 GMT" + "lastModified": "Tue, 24 Sep 2024 16:02:30 GMT" }, "generator": "bikeshed", - "date": "20 September 2024", + "date": "24 September 2024", "algorithms": "algorithms/WGSL.json", "links": "links/WGSL.json", "refs": "refs/WGSL.json", diff --git a/ed/links/webxr-dom-overlays-1.json b/ed/links/webxr-dom-overlays-1.json index 9b9ed908a79c..117709f21ad5 100644 --- a/ed/links/webxr-dom-overlays-1.json +++ b/ed/links/webxr-dom-overlays-1.json @@ -11,6 +11,8 @@ "https://developer.mozilla.org/en-US/docs/Web/API/Element/beforexrselect_event": {}, "https://developer.mozilla.org/en-US/docs/Web/API/XRSession/domOverlayState": {}, "https://dom.spec.whatwg.org/": {}, + "https://drafts.csswg.org/css-position-4/": {}, + "https://drafts.csswg.org/css2/": {}, "https://drafts.csswg.org/selectors/": {}, "https://drafts.fxtf.org/filter-effects-2/": {}, "https://fullscreen.spec.whatwg.org/": { @@ -20,12 +22,12 @@ }, "https://github.com/immersive-web/dom-overlays/issues": {}, "https://html.spec.whatwg.org/multipage/": {}, + "https://immersive-web.github.io/dom-overlays/": {}, "https://immersive-web.github.io/webxr/": { "anchors": [ "limiting-header" ] }, - "https://svgwg.org/svg2-draft/": {}, "https://w3c.github.io/uievents/": {}, "https://w3c.github.io/webappsec-csp/": { "anchors": [ @@ -33,18 +35,18 @@ ] }, "https://webidl.spec.whatwg.org/": {}, - "https://www.w3.org/2021/Process-20211102/": {}, - "https://www.w3.org/Consortium/Patent-Policy/": { + "https://www.w3.org/Security/wiki/Clickjacking_Threats": {}, + "https://www.w3.org/TR/2021/WD-webxr-dom-overlays-1-20210831/": {}, + "https://www.w3.org/TR/webxr/": {}, + "https://www.w3.org/groups/wg/immersive-web": {}, + "https://www.w3.org/groups/wg/immersive-web/ipr": {}, + "https://www.w3.org/policies/patent-policy/": { "anchors": [ "def-essential", "sec-Disclosure" ] }, - "https://www.w3.org/Security/wiki/Clickjacking_Threats": {}, - "https://www.w3.org/TR/2021/WD-webxr-dom-overlays-1-20210831/": {}, - "https://www.w3.org/TR/webxr/": {}, - "https://www.w3.org/groups/wg/immersive-web": {}, - "https://www.w3.org/groups/wg/immersive-web/ipr": {} + "https://www.w3.org/policies/process/20231103/": {} }, "autolinks": { "https://dom.spec.whatwg.org/": { @@ -55,6 +57,11 @@ "element" ] }, + "https://drafts.csswg.org/css-position-4/": { + "anchors": [ + "document-top-layer" + ] + }, "https://drafts.csswg.org/selectors-4/": { "anchors": [ "pseudo-class" @@ -67,8 +74,7 @@ }, "https://fullscreen.spec.whatwg.org/": { "anchors": [ - "dom-element-requestfullscreen", - "top-layer" + "dom-element-requestfullscreen" ] }, "https://html.spec.whatwg.org/multipage/iframe-embed-object.html": { @@ -94,38 +100,28 @@ "queue-a-task" ] }, + "https://immersive-web.github.io/dom-overlays/": { + "anchors": [ + "xr-overlay" + ] + }, "https://immersive-web.github.io/webxr/": { "anchors": [ - "primary-action", "xrsessionevent", "eventdef-xrsession-selectstart", "dom-xrinputsource-targetrayspace", "eventdef-xrsession-selectend", - "eventdef-xrsession-select", "xrwebgllayer", "dictdef-xrsessioninit", "xrsession", "xrinputsource", - "feature-descriptor", "dom-xrsessioninit-requiredfeatures", "dom-xrsessioninit-optionalfeatures", - "immersive-session", - "capable-of-supporting", "dom-xrsystem-requestsession", "dom-xrsession-requestanimationframe", - "transient-input-sources", - "auxiliary-action", "eventdef-xrsession-inputsourceschange", "xrviewport", - "populate-the-pose", - "xrspace", - "transient-action", - "xrsession-add-input-source" - ] - }, - "https://svgwg.org/svg2-draft/render.html": { - "anchors": [ - "TermStackingContext" + "xrspace" ] }, "https://w3c.github.io/uievents/": { @@ -137,6 +133,11 @@ "anchors": [ "notsupportederror" ] + }, + "https://www.w3.org/TR/CSS21/visuren.html": { + "anchors": [ + "x43" + ] } } } diff --git a/ed/refs/webxr-dom-overlays-1.json b/ed/refs/webxr-dom-overlays-1.json index 59ce2eb1a65d..107ee8d19068 100644 --- a/ed/refs/webxr-dom-overlays-1.json +++ b/ed/refs/webxr-dom-overlays-1.json @@ -9,6 +9,14 @@ "name": "CSP3", "url": "https://w3c.github.io/webappsec-csp/" }, + { + "name": "CSS-POSITION-4", + "url": "https://drafts.csswg.org/css-position-4/" + }, + { + "name": "CSS21", + "url": "https://drafts.csswg.org/css2/" + }, { "name": "DOM", "url": "https://dom.spec.whatwg.org/" @@ -33,10 +41,6 @@ "name": "SELECTORS-4", "url": "https://drafts.csswg.org/selectors/" }, - { - "name": "SVG2", - "url": "https://svgwg.org/svg2-draft/" - }, { "name": "UIEVENTS", "url": "https://w3c.github.io/uievents/" @@ -48,6 +52,10 @@ { "name": "WEBXR", "url": "https://immersive-web.github.io/webxr/" + }, + { + "name": "WEBXR-DOM-OVERLAYS-1", + "url": "https://immersive-web.github.io/dom-overlays/" } ], "informative": []