diff --git a/ed/algorithms/css-flexbox-1.json b/ed/algorithms/css-flexbox-1.json index 35b3e40c5a11..07e46d546622 100644 --- a/ed/algorithms/css-flexbox-1.json +++ b/ed/algorithms/css-flexbox-1.json @@ -68,7 +68,7 @@ "html": "Otherwise,\n\t\t\t\t\tif the used flex basis is content or depends on its available space,\n\t\t\t\t\tthe available main size is infinite,\n\t\t\t\t\tand the flex item’s inline axis is parallel to the main axis,\n\t\t\t\t\tlay the item out using the rules for a box in an orthogonal flow [CSS3-WRITING-MODES].\n\t\t\t\t\tThe flex base size is the item’s max-content main size." }, { - "html": "Otherwise,\n\t\t\t\t\tsize the item into the available space using its used flex basis in place of its main size,\n\t\t\t\t\ttreating a value of content as max-content.\n\t\t\t\t\tIf a cross size is needed to determine the main size (e.g. when the flex item’s main size is in its block axis,\n\t\t\t\t\tor when it has a preferred aspect ratio)\n\t\t\t\t\tand the flex item’s cross size is auto and not definite,\n\t\t\t\t\tin this calculation use fit-content as the flex item’s cross size.\n\t\t\t\t\tThe flex base size is the item’s resulting main size." + "html": "Otherwise,\n\t\t\t\t\tsize the item into the available space using its used flex basis in place of its main size,\n\t\t\t\t\ttreating a value of content as max-content.\n\t\t\t\t\tIf a cross size is needed to determine the main size (e.g. when the flex item’s main size is in its block axis,\n\t\t\t\t\tor when it has a preferred aspect ratio)\n\t\t\t\t\tand the flex item’s cross size is auto and not definite,\n\t\t\t\t\tin this calculation use fit-content as the flex item’s cross size.\n\t\t\t\t\tThe flex base size is the item’s resulting main size." } ] }, diff --git a/ed/algorithms/css-grid-1.json b/ed/algorithms/css-grid-1.json index 97315efcc87c..e365ba803853 100644 --- a/ed/algorithms/css-grid-1.json +++ b/ed/algorithms/css-grid-1.json @@ -233,7 +233,7 @@ }, { "case": "For auto minimums:", - "html": "If the track has an auto min track sizing function and the grid container is being sized\n\t\t\t\t\tunder a min-/max-content constraint,\n\t\t\t\t\tset the track’s base size to the maximum of its items’ limited min-content contributions,\n\t\t\t\t\tfloored at zero.\n\t\t\t\t\tThe limited min-/max-content contribution of an item\n\t\t\t\t\tis (for this purpose) its min-/max-content contribution (accordingly),\n\t\t\t\t\tlimited by the max track sizing function (which could be the argument to a fit-content() track sizing function)\n\t\t\t\t\tif that is fixed and ultimately floored by its minimum contribution (defined below). \n

Otherwise,\n\t\t\t\t\tset the track’s base size to the maximum of its items’ minimum contributions,\n\t\t\t\t\tfloored at zero.\n\t\t\t\t\tThe minimum contribution of an item\n\t\t\t\t\tis the smallest outer size it can have.\n\t\t\t\t\tSpecifically,\n\t\t\t\t\tif the item’s computed preferred size behaves as auto or depends on the size of its containing block in the relevant axis,\n\t\t\t\t\tits minimum contribution is\n\t\t\t\t\tthe outer size that would result from assuming\n\t\t\t\t\tthe item’s used minimum size as its preferred size;\n\t\t\t\t\telse the item’s minimum contribution is\n\t\t\t\t\tits min-content contribution.\n\t\t\t\t\tBecause the minimum contribution often depends\n\t\t\t\t\ton the size of the item’s content,\n\t\t\t\t\tit is considered a type of intrinsic size contribution.

" + "html": "If the track has an auto min track sizing function and the grid container is being sized\n\t\t\t\t\tunder a min-/max-content constraint,\n\t\t\t\t\tset the track’s base size to the maximum of its items’ limited min-content contributions,\n\t\t\t\t\tfloored at zero.\n\t\t\t\t\tThe limited min-/max-content contribution of an item\n\t\t\t\t\tis (for this purpose) its min-/max-content contribution (accordingly),\n\t\t\t\t\tlimited by the max track sizing function (which could be the argument to a fit-content() track sizing function)\n\t\t\t\t\tif that is fixed and ultimately floored by its minimum contribution (defined below). \n

Otherwise,\n\t\t\t\t\tset the track’s base size to the maximum of its items’ minimum contributions,\n\t\t\t\t\tfloored at zero.\n\t\t\t\t\tThe minimum contribution of an item\n\t\t\t\t\tis the smallest outer size it can have.\n\t\t\t\t\tSpecifically,\n\t\t\t\t\tif the item’s computed preferred size behaves as auto or depends on the size of its containing block in the relevant axis,\n\t\t\t\t\tits minimum contribution is\n\t\t\t\t\tthe outer size that would result from assuming\n\t\t\t\t\tthe item’s used minimum size as its preferred size;\n\t\t\t\t\telse the item’s minimum contribution is\n\t\t\t\t\tits min-content contribution.\n\t\t\t\t\tBecause the minimum contribution often depends\n\t\t\t\t\ton the size of the item’s content,\n\t\t\t\t\tit is considered a type of intrinsic size contribution.

" }, { "case": "For min-content maximums:", @@ -258,7 +258,7 @@ "html": " For content-based minimums: Next continue to distribute extra space to the base sizes of tracks with\n\t\t\t\t\ta min track sizing function of min-content or max-content,\n\t\t\t\t\tto accommodate these items' min-content contributions." }, { - "html": " For max-content minimums: Next, if the grid container is being sized\n\t\t\t\t\tunder a max-content constraint,\n\t\t\t\t\tcontinue to distribute extra space to the base sizes of tracks with\n\t\t\t\t\ta min track sizing function of auto or max-content,\n\t\t\t\t\tto accommodate these items' limited max-content contributions. \n

In all cases,\n\t\t\t\t\tcontinue to distribute extra space to the base sizes of tracks with\n\t\t\t\t\ta min track sizing function of max-content,\n\t\t\t\t\tto accommodate these items' max-content contributions.

" + "html": " For max-content minimums: Next, if the grid container is being sized\n\t\t\t\t\tunder a max-content constraint,\n\t\t\t\t\tcontinue to distribute extra space to the base sizes of tracks with\n\t\t\t\t\ta min track sizing function of auto or max-content,\n\t\t\t\t\tto accommodate these items' limited max-content contributions. \n

In all cases,\n\t\t\t\t\tcontinue to distribute extra space to the base sizes of tracks with\n\t\t\t\t\ta min track sizing function of max-content,\n\t\t\t\t\tto accommodate these items' max-content contributions.

" }, { "html": "If at this point any track’s growth limit is now less than its base size,\n\t\t\t\t\tincrease its growth limit to match its base size." @@ -342,7 +342,7 @@ "rationale": "resolve", "steps": [ { - "html": "Layout the grid following the § 11 Grid Layout Algorithm by using the fragmentation container’s inline size and assume unlimited block size.\n\t\t\tDuring this step all grid-row auto and fr values must be resolved." + "html": "Layout the grid following the § 11 Grid Layout Algorithm by using the fragmentation container’s inline size and assume unlimited block size.\n\t\t\tDuring this step all grid-row auto and fr values must be resolved." }, { "html": "Layout the grid container using the values resolved in the previous step." @@ -351,7 +351,7 @@ "html": "If a grid area’s size changes due to fragmentation (do not include items that\n\t\t\tspan rows in this decision), increase the grid row size as necessary for rows that either: \n " }, { - "html": "If the grid height is auto, the height of the grid should be the sum of the final\n\t\t\trow sizes." + "html": "If the grid height is auto, the height of the grid should be the sum of the final\n\t\t\trow sizes." }, { "html": "If a grid area overflows the grid container due to margins being collapsed during\n\t\t\tfragmentation, extend the grid container to contain this grid area (this step is\n\t\t\tnecessary in order to avoid circular layout dependencies due to fragmentation)." @@ -394,17 +394,17 @@ "rationale": "increase", "steps": [ { - "html": "Increase sizes to accommodate spanning items: Next, consider the items with a span of 2\n\t\t\t\t\tthat do not span a track with a flexible sizing function\n ,\n\t\t\t\t\ttreating a min track sizing function of auto as min-content/max-content when the grid container is being sized under a min/max-content constraint (respectively)\n :", + "html": "Increase sizes to accommodate spanning items: Next, consider the items with a span of 2\n\t\t\t\t\tthat do not span a track with a flexible sizing function\n ,\n\t\t\t\t\ttreating a min track sizing function of auto as min-content/max-content when the grid container is being sized under a min/max-content constraint (respectively)\n :", "rationale": "for", "steps": [ { "html": "…" }, { - "html": "For content-based minimums: Next continue to increase the base size of tracks with\n\t\t\t\t\t\ta min track sizing function of min-content or max-content\n ,\n\t\t\t\t\t\tand tracks with a min track sizing function of auto if the grid container is being sized under a min-content constraint,\n by distributing extra space as needed\n\t\t\t\t\t\tto account for these items' min-content contributions." + "html": "For content-based minimums: Next continue to increase the base size of tracks with\n\t\t\t\t\t\ta min track sizing function of min-content or max-content\n ,\n\t\t\t\t\t\tand tracks with a min track sizing function of auto if the grid container is being sized under a min-content constraint,\n by distributing extra space as needed\n\t\t\t\t\t\tto account for these items' min-content contributions." }, { - "html": "For max-content minimums: Third continue to increase the base size of tracks with\n\t\t\t\t\t\ta min track sizing function of max-content\n ,\n\t\t\t\t\t\tand tracks with a max track sizing function of auto if the grid container is being sized under a max-content constraint,\n by distributing extra space as needed\n\t\t\t\t\t\tto account for these items' max-content contributions." + "html": "For max-content minimums: Third continue to increase the base size of tracks with\n\t\t\t\t\t\ta min track sizing function of max-content\n ,\n\t\t\t\t\t\tand tracks with a max track sizing function of auto if the grid container is being sized under a max-content constraint,\n by distributing extra space as needed\n\t\t\t\t\t\tto account for these items' max-content contributions." } ] } diff --git a/ed/algorithms/css-grid-2.json b/ed/algorithms/css-grid-2.json index ce4ef5bf9c21..975fc40e20a5 100644 --- a/ed/algorithms/css-grid-2.json +++ b/ed/algorithms/css-grid-2.json @@ -233,7 +233,7 @@ }, { "case": "For auto minimums:", - "html": "If the track has an auto min track sizing function and the grid container is being sized\n\t\t\t\t\tunder a min-/max-content constraint,\n\t\t\t\t\tset the track’s base size to the maximum of its items’ limited min-/max-content contributions (respectively),\n\t\t\t\t\tfloored at zero.\n\t\t\t\t\tThe limited min-/max-content contribution of an item\n\t\t\t\t\tis (for this purpose) its min-/max-content contribution (accordingly),\n\t\t\t\t\tlimited by the max track sizing function (which could be the argument to a fit-content() track sizing function)\n\t\t\t\t\tif that is fixed and ultimately floored by its minimum contribution (defined below). \n

Otherwise,\n\t\t\t\t\tset the track’s base size to the maximum of its items’ minimum contributions,\n\t\t\t\t\tfloored at zero.\n\t\t\t\t\tThe minimum contribution of an item\n\t\t\t\t\tis the smallest outer size it can have.\n\t\t\t\t\tSpecifically,\n\t\t\t\t\tif the item’s computed preferred size behaves as auto or depends on the size of its containing block in the relevant axis,\n\t\t\t\t\tits minimum contribution is\n\t\t\t\t\tthe outer size that would result from assuming\n\t\t\t\t\tthe item’s used minimum size as its preferred size;\n\t\t\t\t\telse the item’s minimum contribution is\n\t\t\t\t\tits min-content contribution.\n\t\t\t\t\tBecause the minimum contribution often depends\n\t\t\t\t\ton the size of the item’s content,\n\t\t\t\t\tit is considered a type of intrinsic size contribution.

" + "html": "If the track has an auto min track sizing function and the grid container is being sized\n\t\t\t\t\tunder a min-/max-content constraint,\n\t\t\t\t\tset the track’s base size to the maximum of its items’ limited min-/max-content contributions (respectively),\n\t\t\t\t\tfloored at zero.\n\t\t\t\t\tThe limited min-/max-content contribution of an item\n\t\t\t\t\tis (for this purpose) its min-/max-content contribution (accordingly),\n\t\t\t\t\tlimited by the max track sizing function (which could be the argument to a fit-content() track sizing function)\n\t\t\t\t\tif that is fixed and ultimately floored by its minimum contribution (defined below). \n

Otherwise,\n\t\t\t\t\tset the track’s base size to the maximum of its items’ minimum contributions,\n\t\t\t\t\tfloored at zero.\n\t\t\t\t\tThe minimum contribution of an item\n\t\t\t\t\tis the smallest outer size it can have.\n\t\t\t\t\tSpecifically,\n\t\t\t\t\tif the item’s computed preferred size behaves as auto or depends on the size of its containing block in the relevant axis,\n\t\t\t\t\tits minimum contribution is\n\t\t\t\t\tthe outer size that would result from assuming\n\t\t\t\t\tthe item’s used minimum size as its preferred size;\n\t\t\t\t\telse the item’s minimum contribution is\n\t\t\t\t\tits min-content contribution.\n\t\t\t\t\tBecause the minimum contribution often depends\n\t\t\t\t\ton the size of the item’s content,\n\t\t\t\t\tit is considered a type of intrinsic size contribution.

" }, { "case": "For min-content maximums:", @@ -258,7 +258,7 @@ "html": " For content-based minimums: Next continue to distribute extra space to the base sizes of tracks with\n\t\t\t\t\ta min track sizing function of min-content or max-content,\n\t\t\t\t\tto accommodate these items' min-content contributions." }, { - "html": " For max-content minimums: Next, if the grid container is being sized\n\t\t\t\t\tunder a max-content constraint,\n\t\t\t\t\tcontinue to distribute extra space to the base sizes of tracks with\n\t\t\t\t\ta min track sizing function of auto or max-content,\n\t\t\t\t\tto accommodate these items' limited max-content contributions. \n

In all cases,\n\t\t\t\t\tcontinue to distribute extra space to the base sizes of tracks with\n\t\t\t\t\ta min track sizing function of max-content,\n\t\t\t\t\tto accommodate these items' max-content contributions.

" + "html": " For max-content minimums: Next, if the grid container is being sized\n\t\t\t\t\tunder a max-content constraint,\n\t\t\t\t\tcontinue to distribute extra space to the base sizes of tracks with\n\t\t\t\t\ta min track sizing function of auto or max-content,\n\t\t\t\t\tto accommodate these items' limited max-content contributions. \n

In all cases,\n\t\t\t\t\tcontinue to distribute extra space to the base sizes of tracks with\n\t\t\t\t\ta min track sizing function of max-content,\n\t\t\t\t\tto accommodate these items' max-content contributions.

" }, { "html": "If at this point any track’s growth limit is now less than its base size,\n\t\t\t\t\tincrease its growth limit to match its base size." @@ -342,7 +342,7 @@ "rationale": "resolve", "steps": [ { - "html": "Layout the grid following the § 12 Grid Layout Algorithm by using the fragmentation container’s inline size and assume unlimited block size.\n\t\t\tDuring this step all grid-row auto and fr values must be resolved." + "html": "Layout the grid following the § 12 Grid Layout Algorithm by using the fragmentation container’s inline size and assume unlimited block size.\n\t\t\tDuring this step all grid-row auto and fr values must be resolved." }, { "html": "Layout the grid container using the values resolved in the previous step." @@ -351,7 +351,7 @@ "html": "If a grid area’s size changes due to fragmentation (do not include items that\n\t\t\tspan rows in this decision), increase the grid row size as necessary for rows that either: \n " }, { - "html": "If the grid height is auto, the height of the grid should be the sum of the final\n\t\t\trow sizes." + "html": "If the grid height is auto, the height of the grid should be the sum of the final\n\t\t\trow sizes." }, { "html": "If a grid area overflows the grid container due to margins being collapsed during\n\t\t\tfragmentation, extend the grid container to contain this grid area (this step is\n\t\t\tnecessary in order to avoid circular layout dependencies due to fragmentation)." diff --git a/ed/algorithms/fedcm-1.json b/ed/algorithms/fedcm-1.json index 845b5d95d332..511240185dfd 100644 --- a/ed/algorithms/fedcm-1.json +++ b/ed/algorithms/fedcm-1.json @@ -7,7 +7,7 @@ { "name": "compute the connected account key", "href": "https://w3c-fedid.github.io/FedCM/#compute-the-connected-account-key", - "html": "To compute the connected account key given an IdentityProviderConfig provider, an IdentityProviderAccount account, and a globalObject, run the following steps. It returns a\ntriple of the form (rp, idp, account).", + "html": "To compute the connected account key given an IdentityProviderConfig provider, an IdentityProviderAccount account, and a globalObject, run the following steps. It returns a\ntriple of the form (rp, idp, account).", "rationale": ".algorithm", "steps": [ { @@ -30,7 +30,7 @@ { "name": "eligible for auto reauthentication", "href": "https://w3c-fedid.github.io/FedCM/#eligible-for-auto-reauthentication", - "html": "When asked whether an IdentityProviderAccount account is eligible for auto reauthentication given an IdentityProviderConfig provider and a globalObject, run the following steps. This returns a boolean.", + "html": "When asked whether an IdentityProviderAccount account is eligible for auto reauthentication given an IdentityProviderConfig provider and a globalObject, run the following steps. This returns a boolean.", "rationale": ".algorithm", "steps": [ { @@ -47,7 +47,7 @@ { "name": "compute the connection status", "href": "https://w3c-fedid.github.io/FedCM/#compute-the-connection-status", - "html": "When asked to compute the connection status given an IdentityProviderAccount account, an IdentityProviderConfig provider and a globalObject, run the following steps.\nThis returns connected or disconnected.", + "html": "When asked to compute the connection status given an IdentityProviderAccount account, an IdentityProviderConfig provider and a globalObject, run the following steps.\nThis returns connected or disconnected.", "rationale": ".algorithm", "steps": [ { @@ -76,7 +76,7 @@ { "name": "create a connection between the RP and the IdP account", "href": "https://w3c-fedid.github.io/FedCM/#create-a-connection-between-the-rp-and-the-idp-account", - "html": "To create a connection between the RP and the IdP account given an IdentityProviderConfig provider, an IdentityProviderAccount account, and a globalObject (the RP's), run the following steps:", + "html": "To create a connection between the RP and the IdP account given an IdentityProviderConfig provider, an IdentityProviderAccount account, and a globalObject (the RP's), run the following steps:", "rationale": ".algorithm", "steps": [ { @@ -102,7 +102,7 @@ { "name": "remove a connection", "href": "https://w3c-fedid.github.io/FedCM/#remove-a-connection", - "html": "To remove a connection: given accountId, rpOrigin, and idpOrigin, run the\nfollowing steps. It returns whether the accountId connection was successfully removed.", + "html": "To remove a connection: given accountId, rpOrigin, and idpOrigin, run the\nfollowing steps. It returns whether the accountId connection was successfully removed.", "rationale": ".algorithm", "steps": [ { @@ -128,7 +128,7 @@ { "name": "remove all connections", "href": "https://w3c-fedid.github.io/FedCM/#remove-all-connections", - "html": "To remove all connections: given rpOrigin and idpOrigin, run the following steps:", + "html": "To remove all connections: given rpOrigin and idpOrigin, run the following steps:", "rationale": ".algorithm", "steps": [ { @@ -170,7 +170,7 @@ { "name": "attempt to disconnect", "href": "https://w3c-fedid.github.io/FedCM/#attempt-to-disconnect", - "html": "When asked to attempt to disconnect given an IdentityCredentialDisconnectOptions options, a Promise promise, and a globalObject, perform the following steps:", + "html": "When asked to attempt to disconnect given an IdentityCredentialDisconnectOptions options, a Promise promise, and a globalObject, perform the following steps:", "rationale": ".algorithm", "steps": [ { @@ -250,7 +250,7 @@ { "name": "send a disconnect request", "href": "https://w3c-fedid.github.io/FedCM/#send-a-disconnect-request", - "html": "When asked to send a disconnect request, given a URL disconnectUrl, and IdentityCredentialDisconnectOptions options, and a globalObject,\nperform the following steps. This returns an USVString or failure.", + "html": "When asked to send a disconnect request, given a URL disconnectUrl, and IdentityCredentialDisconnectOptions options, and a globalObject,\nperform the following steps. This returns an USVString or failure.", "rationale": ".algorithm", "steps": [ { @@ -294,7 +294,7 @@ { "name": "[[DiscoverFromExternalSource]](origin, options, sameOriginWithAncestors)", "href": "https://w3c-fedid.github.io/FedCM/#dom-identitycredential-discoverfromexternalsource-slot", - "html": "When the IdentityCredential's [[DiscoverFromExternalSource]](origin, options, sameOriginWithAncestors) algorithm is invoked, the user agent MUST execute the following steps. This returns an IdentityCredential (or throws an error to the caller).", + "html": "When the IdentityCredential's [[DiscoverFromExternalSource]](origin, options, sameOriginWithAncestors) algorithm is invoked, the user agent MUST execute the following steps. This returns an IdentityCredential (or throws an error to the caller).", "rationale": ".algorithm", "steps": [ { @@ -320,7 +320,7 @@ "html": "

Let throwImmediately be the value of the second element of the pair.

" }, { - "html": "

The user agent SHOULD wait a random amount of time\nbefore the next step if all of the following conditions hold:

\n " + "html": "

The user agent SHOULD wait a random amount of time\nbefore the next step if all of the following conditions hold:

\n " }, { "html": "

Queue a global task on the DOM manipulation task source to throw a new \"NetworkError\" DOMException.

" @@ -335,7 +335,7 @@ { "name": "create an IdentityCredential", "href": "https://w3c-fedid.github.io/FedCM/#create-an-identitycredential", - "html": "To create an IdentityCredential given an IdentityProviderRequestOptions provider, a CredentialRequestOptions options, and a globalObject, run the following steps. This returns an IdentityCredential or a pair (failure, bool), where the bool indicates whether to skip delaying\nthe exception thrown.", + "html": "To create an IdentityCredential given an IdentityProviderRequestOptions provider, a CredentialRequestOptions options, and a globalObject, run the following steps. This returns an IdentityCredential or a pair (failure, bool), where the bool indicates whether to skip delaying\nthe exception thrown.", "rationale": ".algorithm", "steps": [ { @@ -381,7 +381,7 @@ "html": "

If config is failure, return (failure, false).

" }, { - "html": "

Fetch accounts step: Let accountsList be the result of fetch the accounts with config, provider, and globalObject.

" + "html": "

Fetch accounts step: Let accountsList be the result of fetch the accounts with config, provider, and globalObject.

" }, { "html": "If accountsList is failure, or the size of accountsList is 0:", @@ -391,7 +391,7 @@ "html": "

Set the login status for the origin of the configURL to logged-out.\nA user agent may decide to skip this step if no credentials were\nsent to server.

" }, { - "html": "Mismatch dialog step: If loginStatus is logged-in, show a\ndialog to the user. The contents of this dialog are defined by the user\nagent. This dialog SHOULD provide an affordance for the user to trigger\nthe show an IDP login dialog algorithm with config and provider;\nthis dialog is the confirm IDP login dialog.", + "html": "Mismatch dialog step: If loginStatus is logged-in, show a\ndialog to the user. The contents of this dialog are defined by the user\nagent. This dialog SHOULD provide an affordance for the user to trigger\nthe show an IDP login dialog algorithm with config and provider;\nthis dialog is the confirm IDP login dialog.", "rationale": "wait", "steps": [ { @@ -490,7 +490,7 @@ "rationale": "set", "steps": [ { - "html": "

Set account to registeredAccount and permission to true. When doing this, the user\nagent MAY show some UI to the user indicating that they are being auto-reauthenticated.

" + "html": "

Set account to registeredAccount and permission to true. When doing this, the user\nagent MAY show some UI to the user indicating that they are being auto-reauthenticated.

" }, { "html": "

Set isAutoSelected to true.

" @@ -562,7 +562,7 @@ { "name": "fetch the config file", "href": "https://w3c-fedid.github.io/FedCM/#fetch-the-config-file", - "html": "To fetch the config file given an IdentityProviderRequestOptions provider and globalObject, run the following steps. This returns an IdentityProviderAPIConfig or failure.", + "html": "To fetch the config file given an IdentityProviderRequestOptions provider and globalObject, run the following steps. This returns an IdentityProviderAPIConfig or failure.", "rationale": ".algorithm", "steps": [ { @@ -660,7 +660,7 @@ { "name": "fetch the accounts", "href": "https://w3c-fedid.github.io/FedCM/#fetch-the-accounts", - "html": "To fetch the accounts given an IdentityProviderAPIConfig config, an IdentityProviderRequestOptions provider, and globalObject, run the following steps. This\nreturns an IdentityProviderAccountList.", + "html": "To fetch the accounts given an IdentityProviderAPIConfig config, an IdentityProviderRequestOptions provider, and globalObject, run the following steps. This\nreturns an IdentityProviderAccountList.", "rationale": ".algorithm", "steps": [ { @@ -701,7 +701,7 @@ { "name": "fetch the account picture", "href": "https://w3c-fedid.github.io/FedCM/#fetch-the-account-picture", - "html": "To fetch the account picture given an IdentityProviderAccount account and a globalObject, run the following steps:", + "html": "To fetch the account picture given an IdentityProviderAccount account and a globalObject, run the following steps:", "rationale": ".algorithm", "steps": [ { @@ -730,7 +730,7 @@ { "name": "fetch an identity assertion", "href": "https://w3c-fedid.github.io/FedCM/#fetch-an-identity-assertion", - "html": "To fetch an identity assertion given a USVString accountId, a boolean disclosureTextShown, a boolean isAutoSelected, an IdentityProviderRequestOptions provider, an IdentityProviderAPIConfig config,\n and globalObject, run the following steps. This returns an IdentityCredential or failure.", + "html": "To fetch an identity assertion given a USVString accountId, a boolean disclosureTextShown, a boolean isAutoSelected, an IdentityProviderRequestOptions provider, an IdentityProviderAPIConfig config,\n and globalObject, run the following steps. This returns an IdentityCredential or failure.", "rationale": ".algorithm", "steps": [ { @@ -804,7 +804,7 @@ { "name": "select an account", "href": "https://w3c-fedid.github.io/FedCM/#select-an-account", - "html": "To select an account given an accountsList, run the following steps. This returns an IdentityProviderAccount or failure.", + "html": "To select an account given an accountsList, run the following steps. This returns an IdentityProviderAccount or failure.", "rationale": ".algorithm", "steps": [ { @@ -824,7 +824,7 @@ { "name": "request permission to sign-up", "href": "https://w3c-fedid.github.io/FedCM/#request-permission-to-sign-up", - "html": "To request permission to sign-up the user with a given an IdentityProviderAccount account,\nan IdentityProviderAPIConfig config, an IdentityProviderRequestOptions provider, and a globalObject, run the following steps. This returns a boolean.", + "html": "To request permission to sign-up the user with a given an IdentityProviderAccount account,\nan IdentityProviderAPIConfig config, an IdentityProviderRequestOptions provider, and a globalObject, run the following steps. This returns a boolean.", "rationale": ".algorithm", "steps": [ { @@ -862,7 +862,7 @@ { "name": "fetch the client metadata", "href": "https://w3c-fedid.github.io/FedCM/#fetch-the-client-metadata", - "html": "To fetch the client metadata given an IdentityProviderAPIConfig config and\nan IdentityProviderRequestOptions provider, run the following steps. This returns an IdentityProviderClientMetadata or failure.", + "html": "To fetch the client metadata given an IdentityProviderAPIConfig config and\nan IdentityProviderRequestOptions provider, run the following steps. This returns an IdentityProviderClientMetadata or failure.", "rationale": ".algorithm", "steps": [ { @@ -903,7 +903,7 @@ { "name": "parse url", "href": "https://w3c-fedid.github.io/FedCM/#parse-url", - "html": "To parse url given a USVString stringUrl, a globalObject, and an optional baseUrl (default null), run the following steps. This returns a URL or failure.", + "html": "To parse url given a USVString stringUrl, a globalObject, and an optional baseUrl (default null), run the following steps. This returns a URL or failure.", "rationale": ".algorithm", "steps": [ { @@ -923,7 +923,7 @@ { "name": "fetch request", "href": "https://w3c-fedid.github.io/FedCM/#fetch-request", - "html": "To fetch request given a request request, globalObject, and an algorithm processResponseConsumeBody, run the following steps:", + "html": "To fetch request given a request request, globalObject, and an algorithm processResponseConsumeBody, run the following steps:", "rationale": ".algorithm", "steps": [ { @@ -940,7 +940,7 @@ { "name": "computing the manifest URL", "href": "https://w3c-fedid.github.io/FedCM/#computing-the-manifest-url", - "html": "When computing the manifest URL given an IdentityProviderRequestOptions provider, a string manifestString, and globalObject, perform the following steps. This returns a URL or failure.", + "html": "When computing the manifest URL given an IdentityProviderRequestOptions provider, a string manifestString, and globalObject, perform the following steps. This returns a URL or failure.", "rationale": ".algorithm", "steps": [ { @@ -969,7 +969,7 @@ { "name": "extract the JSON fetch response", "href": "https://w3c-fedid.github.io/FedCM/#extract-the-json-fetch-response", - "html": "To extract the JSON fetch response given a response response and a responseBody, run the following steps. This returns an ordered map.", + "html": "To extract the JSON fetch response given a response response and a responseBody, run the following steps. This returns an ordered map.", "rationale": ".algorithm", "steps": [ { @@ -998,7 +998,7 @@ { "name": "show an IDP login dialog", "href": "https://w3c-fedid.github.io/FedCM/#show-an-idp-login-dialog", - "html": "To show an IDP login dialog given an IdentityProviderAPIConfig config, an IdentityProviderConfig provider, and a globalObject, run the following steps. This returns\nsuccess or failure.", + "html": "To show an IDP login dialog given an IdentityProviderAPIConfig config, an IdentityProviderConfig provider, and a globalObject, run the following steps. This returns\nsuccess or failure.", "rationale": ".algorithm", "steps": [ { diff --git a/ed/algorithms/rdf12-concepts.json b/ed/algorithms/rdf12-concepts.json index 6cb151b3cadc..a721fd429c8a 100644 --- a/ed/algorithms/rdf12-concepts.json +++ b/ed/algorithms/rdf12-concepts.json @@ -7,14 +7,14 @@ { "name": "literal", "href": "https://w3c.github.io/rdf-concepts/spec/#dfn-literal", - "html": "A literal in an RDF graph consists of\n two, three, or four elements, as follow:", + "html": "A literal in an RDF graph consists of\n two, three, or four elements, as follow:", "rationale": "if", "steps": [ { "html": "a lexical form consisting of a sequence of\n Unicode code points [UNICODE]\n which are Unicode scalar values,\n and therefore do not contain\n Unicode surrogate code points" }, { - "html": "a datatype IRI, being an IRI\n identifying a datatype that determines how the lexical form maps\n to a literal value" + "html": "a datatype IRI, being an IRI\n identifying a datatype that determines how the lexical form maps\n to a literal value" }, { "html": "if and only if the datatype IRI is\n http://www.w3.org/1999/02/22-rdf-syntax-ns#langString, a\n non-empty language tag as defined by [BCP47]. The\n language tag MUST be well-formed according to\n section 2.2.9\n of [BCP47],\n and MUST be treated consistently, that is, in a case insensitive manner.\n Two language tags are the same if they only differ by case." diff --git a/ed/algorithms/web-animations-2.json b/ed/algorithms/web-animations-2.json index daa57573e4ae..d632d2d27263 100644 --- a/ed/algorithms/web-animations-2.json +++ b/ed/algorithms/web-animations-2.json @@ -1151,11 +1151,11 @@ { "name": "KeyframeEffect/KeyframeEffect(target, keyframes, options)", "href": "https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-keyframeeffect", - "html": "Amend step 5 of the procedure to create a new KeyframeEffect object as\nfollows:", + "html": "Amend step 5 of the procedure to create a new KeyframeEffect object as\nfollows:", "rationale": "if", "steps": [ { - "html": "

If options is a KeyframeEffectOptions object,\nassign the iterationComposite, and composite, properties of effect to the\ncorresponding value from options.

\n

When assigning these properties, the error-handling defined for the\ncorresponding setters on the KeyframeEffect interface is applied.\nIf any of those setters require an exception to be thrown\nfor the values specified by options, this procedure must throw the same exception and abort all further steps.

" + "html": "

If options is a KeyframeEffectOptions object,\nassign the iterationComposite, and composite, properties of effect to the\ncorresponding value from options.

\n

When assigning these properties, the error-handling defined for the\ncorresponding setters on the KeyframeEffect interface is applied.\nIf any of those setters require an exception to be thrown\nfor the values specified by options, this procedure must throw the same exception and abort all further steps.

" } ] } diff --git a/ed/css/css-cascade-6.json b/ed/css/css-cascade-6.json index 31699e3f7b7a..e28b4fda0f00 100644 --- a/ed/css/css-cascade-6.json +++ b/ed/css/css-cascade-6.json @@ -10,7 +10,7 @@ "prose": "Scoped styles are described in CSS using the @scope block at-rule, which declares a scoping root and optional scoping limits associated with a set of style rules.", "href": "https://drafts.csswg.org/css-cascade-6/#at-ruledef-scope", "descriptors": [], - "value": "@scope [()]? [to ()]? { }" + "value": "@scope [()]? [to ()]? { }" } ], "selectors": [], diff --git a/ed/dfns/fedcm-1.json b/ed/dfns/fedcm-1.json index ffa16969e2ca..8de72747bf9c 100644 --- a/ed/dfns/fedcm-1.json +++ b/ed/dfns/fedcm-1.json @@ -35,9 +35,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "introduction", + "href": "https://w3c-fedid.github.io/FedCM/#introduction", + "title": "Introduction", + "number": "1" }, "definedIn": "prose" }, @@ -72,9 +73,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "browser-connected-accounts-set", + "href": "https://w3c-fedid.github.io/FedCM/#browser-connected-accounts-set", + "title": "The connected accounts set", + "number": "2.1" }, "definedIn": "prose" }, @@ -90,9 +92,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "browser-connected-accounts-set", + "href": "https://w3c-fedid.github.io/FedCM/#browser-connected-accounts-set", + "title": "The connected accounts set", + "number": "2.1" }, "definedIn": "prose" }, @@ -108,9 +111,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "browser-connected-accounts-set", + "href": "https://w3c-fedid.github.io/FedCM/#browser-connected-accounts-set", + "title": "The connected accounts set", + "number": "2.1" }, "definedIn": "prose" }, @@ -128,9 +132,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "browser-connected-accounts-set", + "href": "https://w3c-fedid.github.io/FedCM/#browser-connected-accounts-set", + "title": "The connected accounts set", + "number": "2.1" }, "definedIn": "prose" }, @@ -148,9 +153,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "browser-connected-accounts-set", + "href": "https://w3c-fedid.github.io/FedCM/#browser-connected-accounts-set", + "title": "The connected accounts set", + "number": "2.1" }, "definedIn": "prose" }, @@ -166,9 +172,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "browser-connected-accounts-set", + "href": "https://w3c-fedid.github.io/FedCM/#browser-connected-accounts-set", + "title": "The connected accounts set", + "number": "2.1" }, "definedIn": "prose" }, @@ -184,9 +191,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "browser-connected-accounts-set", + "href": "https://w3c-fedid.github.io/FedCM/#browser-connected-accounts-set", + "title": "The connected accounts set", + "number": "2.1" }, "definedIn": "prose" }, @@ -202,9 +210,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "browser-connected-accounts-set", + "href": "https://w3c-fedid.github.io/FedCM/#browser-connected-accounts-set", + "title": "The connected accounts set", + "number": "2.1" }, "definedIn": "prose" }, @@ -241,9 +250,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "browser-api-identity-credential-interface", + "href": "https://w3c-fedid.github.io/FedCM/#browser-api-identity-credential-interface", + "title": "The IdentityCredential Interface", + "number": "2.2" }, "definedIn": "pre" }, @@ -259,9 +269,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "browser-api-identity-credential-interface", + "href": "https://w3c-fedid.github.io/FedCM/#browser-api-identity-credential-interface", + "title": "The IdentityCredential Interface", + "number": "2.2" }, "definedIn": "pre" }, @@ -280,9 +291,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "browser-api-identity-credential-interface", + "href": "https://w3c-fedid.github.io/FedCM/#browser-api-identity-credential-interface", + "title": "The IdentityCredential Interface", + "number": "2.2" }, "definedIn": "pre" }, @@ -301,9 +313,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "browser-api-identity-credential-interface", + "href": "https://w3c-fedid.github.io/FedCM/#browser-api-identity-credential-interface", + "title": "The IdentityCredential Interface", + "number": "2.2" }, "definedIn": "pre" }, @@ -321,9 +334,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "browser-api-identity-credential-interface", + "href": "https://w3c-fedid.github.io/FedCM/#browser-api-identity-credential-interface", + "title": "The IdentityCredential Interface", + "number": "2.2" }, "definedIn": "pre" }, @@ -341,9 +355,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "browser-api-identity-credential-interface", + "href": "https://w3c-fedid.github.io/FedCM/#browser-api-identity-credential-interface", + "title": "The IdentityCredential Interface", + "number": "2.2" }, "definedIn": "pre" }, @@ -397,9 +412,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "disconnect-request", + "href": "https://w3c-fedid.github.io/FedCM/#disconnect-request", + "title": "Disconnect request", + "number": "2.2.1.1" }, "definedIn": "pre" }, @@ -436,9 +452,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "browser-api-credential-request-options", + "href": "https://w3c-fedid.github.io/FedCM/#browser-api-credential-request-options", + "title": "The CredentialRequestOptions", + "number": "2.2.2" }, "definedIn": "pre" }, @@ -456,9 +473,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "browser-api-credential-request-options", + "href": "https://w3c-fedid.github.io/FedCM/#browser-api-credential-request-options", + "title": "The CredentialRequestOptions", + "number": "2.2.2" }, "definedIn": "pre" }, @@ -476,9 +494,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "browser-api-credential-request-options", + "href": "https://w3c-fedid.github.io/FedCM/#browser-api-credential-request-options", + "title": "The CredentialRequestOptions", + "number": "2.2.2" }, "definedIn": "pre" }, @@ -496,9 +515,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "browser-api-credential-request-options", + "href": "https://w3c-fedid.github.io/FedCM/#browser-api-credential-request-options", + "title": "The CredentialRequestOptions", + "number": "2.2.2" }, "definedIn": "pre" }, @@ -516,9 +536,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "browser-api-credential-request-options", + "href": "https://w3c-fedid.github.io/FedCM/#browser-api-credential-request-options", + "title": "The CredentialRequestOptions", + "number": "2.2.2" }, "definedIn": "pre" }, @@ -534,9 +555,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "browser-api-credential-request-options", + "href": "https://w3c-fedid.github.io/FedCM/#browser-api-credential-request-options", + "title": "The CredentialRequestOptions", + "number": "2.2.2" }, "definedIn": "pre" }, @@ -554,9 +576,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "browser-api-credential-request-options", + "href": "https://w3c-fedid.github.io/FedCM/#browser-api-credential-request-options", + "title": "The CredentialRequestOptions", + "number": "2.2.2" }, "definedIn": "pre" }, @@ -574,9 +597,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "browser-api-credential-request-options", + "href": "https://w3c-fedid.github.io/FedCM/#browser-api-credential-request-options", + "title": "The CredentialRequestOptions", + "number": "2.2.2" }, "definedIn": "pre" }, @@ -592,9 +616,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "browser-api-credential-request-options", + "href": "https://w3c-fedid.github.io/FedCM/#browser-api-credential-request-options", + "title": "The CredentialRequestOptions", + "number": "2.2.2" }, "definedIn": "pre" }, @@ -612,9 +637,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "browser-api-credential-request-options", + "href": "https://w3c-fedid.github.io/FedCM/#browser-api-credential-request-options", + "title": "The CredentialRequestOptions", + "number": "2.2.2" }, "definedIn": "pre" }, @@ -632,9 +658,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "browser-api-credential-request-options", + "href": "https://w3c-fedid.github.io/FedCM/#browser-api-credential-request-options", + "title": "The CredentialRequestOptions", + "number": "2.2.2" }, "definedIn": "pre" }, @@ -650,9 +677,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "browser-api-credential-request-options", + "href": "https://w3c-fedid.github.io/FedCM/#browser-api-credential-request-options", + "title": "The CredentialRequestOptions", + "number": "2.2.2" }, "definedIn": "pre" }, @@ -670,9 +698,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "browser-api-credential-request-options", + "href": "https://w3c-fedid.github.io/FedCM/#browser-api-credential-request-options", + "title": "The CredentialRequestOptions", + "number": "2.2.2" }, "definedIn": "pre" }, @@ -690,9 +719,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "browser-api-credential-request-options", + "href": "https://w3c-fedid.github.io/FedCM/#browser-api-credential-request-options", + "title": "The CredentialRequestOptions", + "number": "2.2.2" }, "definedIn": "pre" }, @@ -710,9 +740,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "browser-api-credential-request-options", + "href": "https://w3c-fedid.github.io/FedCM/#browser-api-credential-request-options", + "title": "The CredentialRequestOptions", + "number": "2.2.2" }, "definedIn": "pre" }, @@ -730,9 +761,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "browser-api-credential-request-options", + "href": "https://w3c-fedid.github.io/FedCM/#browser-api-credential-request-options", + "title": "The CredentialRequestOptions", + "number": "2.2.2" }, "definedIn": "pre" }, @@ -870,9 +902,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "create-identity-credential", + "href": "https://w3c-fedid.github.io/FedCM/#create-identity-credential", + "title": "Create an IdentityCredential", + "number": "2.2.4" }, "definedIn": "prose" }, @@ -888,9 +921,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "create-identity-credential", + "href": "https://w3c-fedid.github.io/FedCM/#create-identity-credential", + "title": "Create an IdentityCredential", + "number": "2.2.4" }, "definedIn": "prose" }, @@ -906,9 +940,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "create-identity-credential", + "href": "https://w3c-fedid.github.io/FedCM/#create-identity-credential", + "title": "Create an IdentityCredential", + "number": "2.2.4" }, "definedIn": "prose" }, @@ -924,9 +959,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "create-identity-credential", + "href": "https://w3c-fedid.github.io/FedCM/#create-identity-credential", + "title": "Create an IdentityCredential", + "number": "2.2.4" }, "definedIn": "prose" }, @@ -961,9 +997,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "fetch-config-file", + "href": "https://w3c-fedid.github.io/FedCM/#fetch-config-file", + "title": "Fetch the config file", + "number": "2.2.5" }, "definedIn": "pre" }, @@ -979,9 +1016,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "fetch-config-file", + "href": "https://w3c-fedid.github.io/FedCM/#fetch-config-file", + "title": "Fetch the config file", + "number": "2.2.5" }, "definedIn": "pre" }, @@ -997,9 +1035,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "fetch-config-file", + "href": "https://w3c-fedid.github.io/FedCM/#fetch-config-file", + "title": "Fetch the config file", + "number": "2.2.5" }, "definedIn": "pre" }, @@ -1015,9 +1054,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "fetch-config-file", + "href": "https://w3c-fedid.github.io/FedCM/#fetch-config-file", + "title": "Fetch the config file", + "number": "2.2.5" }, "definedIn": "pre" }, @@ -1035,9 +1075,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "fetch-config-file", + "href": "https://w3c-fedid.github.io/FedCM/#fetch-config-file", + "title": "Fetch the config file", + "number": "2.2.5" }, "definedIn": "pre" }, @@ -1072,9 +1113,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "fetch-accounts", + "href": "https://w3c-fedid.github.io/FedCM/#fetch-accounts", + "title": "Fetch the accounts", + "number": "2.2.6" }, "definedIn": "pre" }, @@ -1090,9 +1132,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "fetch-accounts", + "href": "https://w3c-fedid.github.io/FedCM/#fetch-accounts", + "title": "Fetch the accounts", + "number": "2.2.6" }, "definedIn": "pre" }, @@ -1110,9 +1153,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "fetch-accounts", + "href": "https://w3c-fedid.github.io/FedCM/#fetch-accounts", + "title": "Fetch the accounts", + "number": "2.2.6" }, "definedIn": "pre" }, @@ -1128,9 +1172,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "fetch-accounts", + "href": "https://w3c-fedid.github.io/FedCM/#fetch-accounts", + "title": "Fetch the accounts", + "number": "2.2.6" }, "definedIn": "prose" }, @@ -1165,9 +1210,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "fetch-identity-assertion", + "href": "https://w3c-fedid.github.io/FedCM/#fetch-identity-assertion", + "title": "Fetch an identity assertion", + "number": "2.2.7" }, "definedIn": "pre" }, @@ -1202,9 +1248,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "request-permission-signup", + "href": "https://w3c-fedid.github.io/FedCM/#request-permission-signup", + "title": "Request permission to sign-up", + "number": "2.2.8" }, "definedIn": "prose" }, @@ -1220,9 +1267,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "request-permission-signup", + "href": "https://w3c-fedid.github.io/FedCM/#request-permission-signup", + "title": "Request permission to sign-up", + "number": "2.2.8" }, "definedIn": "prose" }, @@ -1238,9 +1286,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "request-permission-signup", + "href": "https://w3c-fedid.github.io/FedCM/#request-permission-signup", + "title": "Request permission to sign-up", + "number": "2.2.8" }, "definedIn": "pre" }, @@ -1275,9 +1324,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "helper-algorithms", + "href": "https://w3c-fedid.github.io/FedCM/#helper-algorithms", + "title": "Helper algorithms", + "number": "2.2.9" }, "definedIn": "prose" }, @@ -1293,9 +1343,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "helper-algorithms", + "href": "https://w3c-fedid.github.io/FedCM/#helper-algorithms", + "title": "Helper algorithms", + "number": "2.2.9" }, "definedIn": "prose" }, @@ -1311,9 +1362,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "helper-algorithms", + "href": "https://w3c-fedid.github.io/FedCM/#helper-algorithms", + "title": "Helper algorithms", + "number": "2.2.9" }, "definedIn": "prose" }, @@ -1329,9 +1381,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "helper-algorithms", + "href": "https://w3c-fedid.github.io/FedCM/#helper-algorithms", + "title": "Helper algorithms", + "number": "2.2.9" }, "definedIn": "prose" }, @@ -1368,9 +1421,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "browser-api-identity-provider-interface", + "href": "https://w3c-fedid.github.io/FedCM/#browser-api-identity-provider-interface", + "title": "The IdentityProvider Interface", + "number": "2.3" }, "definedIn": "pre" }, @@ -1388,9 +1442,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "browser-api-identity-provider-interface", + "href": "https://w3c-fedid.github.io/FedCM/#browser-api-identity-provider-interface", + "title": "The IdentityProvider Interface", + "number": "2.3" }, "definedIn": "pre" }, @@ -1408,9 +1463,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "browser-api-identity-provider-interface", + "href": "https://w3c-fedid.github.io/FedCM/#browser-api-identity-provider-interface", + "title": "The IdentityProvider Interface", + "number": "2.3" }, "definedIn": "pre" }, @@ -1428,9 +1484,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "browser-api-identity-provider-interface", + "href": "https://w3c-fedid.github.io/FedCM/#browser-api-identity-provider-interface", + "title": "The IdentityProvider Interface", + "number": "2.3" }, "definedIn": "pre" }, @@ -1446,9 +1503,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "browser-api-identity-provider-interface", + "href": "https://w3c-fedid.github.io/FedCM/#browser-api-identity-provider-interface", + "title": "The IdentityProvider Interface", + "number": "2.3" }, "definedIn": "pre" }, @@ -1466,9 +1524,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "browser-api-identity-provider-interface", + "href": "https://w3c-fedid.github.io/FedCM/#browser-api-identity-provider-interface", + "title": "The IdentityProvider Interface", + "number": "2.3" }, "definedIn": "pre" }, @@ -1486,9 +1545,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "browser-api-identity-provider-interface", + "href": "https://w3c-fedid.github.io/FedCM/#browser-api-identity-provider-interface", + "title": "The IdentityProvider Interface", + "number": "2.3" }, "definedIn": "pre" }, @@ -1506,9 +1566,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "browser-api-identity-provider-interface", + "href": "https://w3c-fedid.github.io/FedCM/#browser-api-identity-provider-interface", + "title": "The IdentityProvider Interface", + "number": "2.3" }, "definedIn": "pre" }, @@ -1545,9 +1606,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "idp-api-well-known", + "href": "https://w3c-fedid.github.io/FedCM/#idp-api-well-known", + "title": "The Well-Known File", + "number": "3.1" }, "definedIn": "dt" }, @@ -1584,9 +1646,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "idp-api-config-file", + "href": "https://w3c-fedid.github.io/FedCM/#idp-api-config-file", + "title": "The config file", + "number": "3.2" }, "definedIn": "dt" }, @@ -1604,9 +1667,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "idp-api-config-file", + "href": "https://w3c-fedid.github.io/FedCM/#idp-api-config-file", + "title": "The config file", + "number": "3.2" }, "definedIn": "dt" }, @@ -1624,9 +1688,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "idp-api-config-file", + "href": "https://w3c-fedid.github.io/FedCM/#idp-api-config-file", + "title": "The config file", + "number": "3.2" }, "definedIn": "dt" }, @@ -1644,9 +1709,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "idp-api-config-file", + "href": "https://w3c-fedid.github.io/FedCM/#idp-api-config-file", + "title": "The config file", + "number": "3.2" }, "definedIn": "dt" }, @@ -1664,9 +1730,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "idp-api-config-file", + "href": "https://w3c-fedid.github.io/FedCM/#idp-api-config-file", + "title": "The config file", + "number": "3.2" }, "definedIn": "dt" }, @@ -1684,9 +1751,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "idp-api-config-file", + "href": "https://w3c-fedid.github.io/FedCM/#idp-api-config-file", + "title": "The config file", + "number": "3.2" }, "definedIn": "dt" }, @@ -1704,9 +1772,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "idp-api-config-file", + "href": "https://w3c-fedid.github.io/FedCM/#idp-api-config-file", + "title": "The config file", + "number": "3.2" }, "definedIn": "dt" }, @@ -1724,9 +1793,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "idp-api-config-file", + "href": "https://w3c-fedid.github.io/FedCM/#idp-api-config-file", + "title": "The config file", + "number": "3.2" }, "definedIn": "dt" }, @@ -1744,9 +1814,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "idp-api-config-file", + "href": "https://w3c-fedid.github.io/FedCM/#idp-api-config-file", + "title": "The config file", + "number": "3.2" }, "definedIn": "dt" }, @@ -1764,9 +1835,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "idp-api-config-file", + "href": "https://w3c-fedid.github.io/FedCM/#idp-api-config-file", + "title": "The config file", + "number": "3.2" }, "definedIn": "dt" }, @@ -1784,9 +1856,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "idp-api-config-file", + "href": "https://w3c-fedid.github.io/FedCM/#idp-api-config-file", + "title": "The config file", + "number": "3.2" }, "definedIn": "dt" }, @@ -1802,9 +1875,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "idp-api-config-file", + "href": "https://w3c-fedid.github.io/FedCM/#idp-api-config-file", + "title": "The config file", + "number": "3.2" }, "definedIn": "prose" }, @@ -1841,9 +1915,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "idp-api-accounts-endpoint", + "href": "https://w3c-fedid.github.io/FedCM/#idp-api-accounts-endpoint", + "title": "Accounts endpoint", + "number": "3.3" }, "definedIn": "dt" }, @@ -1861,9 +1936,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "idp-api-accounts-endpoint", + "href": "https://w3c-fedid.github.io/FedCM/#idp-api-accounts-endpoint", + "title": "Accounts endpoint", + "number": "3.3" }, "definedIn": "dt" }, @@ -1881,9 +1957,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "idp-api-accounts-endpoint", + "href": "https://w3c-fedid.github.io/FedCM/#idp-api-accounts-endpoint", + "title": "Accounts endpoint", + "number": "3.3" }, "definedIn": "dt" }, @@ -1901,9 +1978,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "idp-api-accounts-endpoint", + "href": "https://w3c-fedid.github.io/FedCM/#idp-api-accounts-endpoint", + "title": "Accounts endpoint", + "number": "3.3" }, "definedIn": "dt" }, @@ -1921,9 +1999,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "idp-api-accounts-endpoint", + "href": "https://w3c-fedid.github.io/FedCM/#idp-api-accounts-endpoint", + "title": "Accounts endpoint", + "number": "3.3" }, "definedIn": "dt" }, @@ -1941,9 +2020,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "idp-api-accounts-endpoint", + "href": "https://w3c-fedid.github.io/FedCM/#idp-api-accounts-endpoint", + "title": "Accounts endpoint", + "number": "3.3" }, "definedIn": "dt" }, @@ -1961,9 +2041,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "idp-api-accounts-endpoint", + "href": "https://w3c-fedid.github.io/FedCM/#idp-api-accounts-endpoint", + "title": "Accounts endpoint", + "number": "3.3" }, "definedIn": "dt" }, @@ -1981,9 +2062,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "idp-api-accounts-endpoint", + "href": "https://w3c-fedid.github.io/FedCM/#idp-api-accounts-endpoint", + "title": "Accounts endpoint", + "number": "3.3" }, "definedIn": "dt" }, @@ -2020,9 +2102,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "idp-api-client-id-metadata-endpoint", + "href": "https://w3c-fedid.github.io/FedCM/#idp-api-client-id-metadata-endpoint", + "title": "Client Metadata", + "number": "3.4" }, "definedIn": "dt" }, @@ -2040,9 +2123,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "idp-api-client-id-metadata-endpoint", + "href": "https://w3c-fedid.github.io/FedCM/#idp-api-client-id-metadata-endpoint", + "title": "Client Metadata", + "number": "3.4" }, "definedIn": "dt" }, @@ -2079,9 +2163,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "idp-api-id-assertion-endpoint", + "href": "https://w3c-fedid.github.io/FedCM/#idp-api-id-assertion-endpoint", + "title": "Identity assertion endpoint", + "number": "3.5" }, "definedIn": "dt" }, @@ -2099,9 +2184,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "idp-api-id-assertion-endpoint", + "href": "https://w3c-fedid.github.io/FedCM/#idp-api-id-assertion-endpoint", + "title": "Identity assertion endpoint", + "number": "3.5" }, "definedIn": "dt" }, @@ -2119,9 +2205,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "idp-api-id-assertion-endpoint", + "href": "https://w3c-fedid.github.io/FedCM/#idp-api-id-assertion-endpoint", + "title": "Identity assertion endpoint", + "number": "3.5" }, "definedIn": "dt" }, @@ -2139,9 +2226,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "idp-api-id-assertion-endpoint", + "href": "https://w3c-fedid.github.io/FedCM/#idp-api-id-assertion-endpoint", + "title": "Identity assertion endpoint", + "number": "3.5" }, "definedIn": "dt" }, @@ -2159,9 +2247,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "idp-api-id-assertion-endpoint", + "href": "https://w3c-fedid.github.io/FedCM/#idp-api-id-assertion-endpoint", + "title": "Identity assertion endpoint", + "number": "3.5" }, "definedIn": "dt" }, @@ -2198,9 +2287,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "idp-api-disconnect-endpoint", + "href": "https://w3c-fedid.github.io/FedCM/#idp-api-disconnect-endpoint", + "title": "Disconnect endpoint", + "number": "3.6" }, "definedIn": "dt" }, @@ -2218,9 +2308,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "idp-api-disconnect-endpoint", + "href": "https://w3c-fedid.github.io/FedCM/#idp-api-disconnect-endpoint", + "title": "Disconnect endpoint", + "number": "3.6" }, "definedIn": "dt" }, @@ -2238,9 +2329,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c-fedid.github.io/FedCM/#title", - "title": "Federated Credential Management API" + "id": "idp-api-disconnect-endpoint", + "href": "https://w3c-fedid.github.io/FedCM/#idp-api-disconnect-endpoint", + "title": "Disconnect endpoint", + "number": "3.6" }, "definedIn": "dt" }, diff --git a/ed/dfns/rdf12-concepts.json b/ed/dfns/rdf12-concepts.json index 2fb9be47b289..8a74fd45f9c8 100644 --- a/ed/dfns/rdf12-concepts.json +++ b/ed/dfns/rdf12-concepts.json @@ -88,44 +88,6 @@ }, "definedIn": "prose" }, - { - "id": "dfn-reifying-triple", - "href": "https://w3c.github.io/rdf-concepts/spec/#dfn-reifying-triple", - "linkingText": [ - "reifying triple" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": true, - "heading": { - "id": "section-triple-terms", - "href": "https://w3c.github.io/rdf-concepts/spec/#section-triple-terms", - "title": "Triple Terms", - "number": "1.3" - }, - "definedIn": "prose" - }, - { - "id": "dfn-reifier", - "href": "https://w3c.github.io/rdf-concepts/spec/#dfn-reifier", - "linkingText": [ - "reifier" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": true, - "heading": { - "id": "section-triple-terms", - "href": "https://w3c.github.io/rdf-concepts/spec/#section-triple-terms", - "title": "Triple Terms", - "number": "1.3" - }, - "definedIn": "prose" - }, { "id": "dfn-referent", "href": "https://w3c.github.io/rdf-concepts/spec/#dfn-referent", @@ -141,7 +103,7 @@ "id": "referents", "href": "https://w3c.github.io/rdf-concepts/spec/#referents", "title": "The Referent of an IRI", - "number": "1.4" + "number": "1.3" }, "definedIn": "prose" }, @@ -163,7 +125,7 @@ "id": "vocabularies", "href": "https://w3c.github.io/rdf-concepts/spec/#vocabularies", "title": "RDF Vocabularies and Namespace IRIs", - "number": "1.5" + "number": "1.4" }, "definedIn": "prose" }, @@ -182,7 +144,7 @@ "id": "vocabularies", "href": "https://w3c.github.io/rdf-concepts/spec/#vocabularies", "title": "RDF Vocabularies and Namespace IRIs", - "number": "1.5" + "number": "1.4" }, "definedIn": "prose" }, @@ -201,7 +163,7 @@ "id": "vocabularies", "href": "https://w3c.github.io/rdf-concepts/spec/#vocabularies", "title": "RDF Vocabularies and Namespace IRIs", - "number": "1.5" + "number": "1.4" }, "definedIn": "prose" }, @@ -220,6 +182,44 @@ "id": "vocabularies", "href": "https://w3c.github.io/rdf-concepts/spec/#vocabularies", "title": "RDF Vocabularies and Namespace IRIs", + "number": "1.4" + }, + "definedIn": "prose" + }, + { + "id": "dfn-reifying-triple", + "href": "https://w3c.github.io/rdf-concepts/spec/#dfn-reifying-triple", + "linkingText": [ + "reifying triple" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "section-triple-terms-reification", + "href": "https://w3c.github.io/rdf-concepts/spec/#section-triple-terms-reification", + "title": "Triple Terms and Reification", + "number": "1.5" + }, + "definedIn": "prose" + }, + { + "id": "dfn-reifier", + "href": "https://w3c.github.io/rdf-concepts/spec/#dfn-reifier", + "linkingText": [ + "reifier" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": true, + "heading": { + "id": "section-triple-terms-reification", + "href": "https://w3c.github.io/rdf-concepts/spec/#section-triple-terms-reification", + "title": "Triple Terms and Reification", "number": "1.5" }, "definedIn": "prose" @@ -479,82 +479,6 @@ }, "definedIn": "prose" }, - { - "id": "dfn-triple-term", - "href": "https://w3c.github.io/rdf-concepts/spec/#dfn-triple-term", - "linkingText": [ - "triple term" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "section-triples", - "href": "https://w3c.github.io/rdf-concepts/spec/#section-triples", - "title": "Triples", - "number": "3.1" - }, - "definedIn": "prose" - }, - { - "id": "dfn-subject", - "href": "https://w3c.github.io/rdf-concepts/spec/#dfn-subject", - "linkingText": [ - "subject" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "section-triples", - "href": "https://w3c.github.io/rdf-concepts/spec/#section-triples", - "title": "Triples", - "number": "3.1" - }, - "definedIn": "prose" - }, - { - "id": "dfn-predicate", - "href": "https://w3c.github.io/rdf-concepts/spec/#dfn-predicate", - "linkingText": [ - "predicate" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "section-triples", - "href": "https://w3c.github.io/rdf-concepts/spec/#section-triples", - "title": "Triples", - "number": "3.1" - }, - "definedIn": "prose" - }, - { - "id": "dfn-object", - "href": "https://w3c.github.io/rdf-concepts/spec/#dfn-object", - "linkingText": [ - "object" - ], - "localLinkingText": [], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "section-triples", - "href": "https://w3c.github.io/rdf-concepts/spec/#section-triples", - "title": "Triples", - "number": "3.1" - }, - "definedIn": "prose" - }, { "id": "dfn-rdf-term", "href": "https://w3c.github.io/rdf-concepts/spec/#dfn-rdf-term", @@ -949,6 +873,82 @@ }, "definedIn": "note" }, + { + "id": "dfn-triple-term", + "href": "https://w3c.github.io/rdf-concepts/spec/#dfn-triple-term", + "linkingText": [ + "triple term" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "section-triple-terms", + "href": "https://w3c.github.io/rdf-concepts/spec/#section-triple-terms", + "title": "Triple Terms", + "number": "3.5" + }, + "definedIn": "prose" + }, + { + "id": "dfn-subject", + "href": "https://w3c.github.io/rdf-concepts/spec/#dfn-subject", + "linkingText": [ + "subject" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "section-triple-terms", + "href": "https://w3c.github.io/rdf-concepts/spec/#section-triple-terms", + "title": "Triple Terms", + "number": "3.5" + }, + "definedIn": "prose" + }, + { + "id": "dfn-predicate", + "href": "https://w3c.github.io/rdf-concepts/spec/#dfn-predicate", + "linkingText": [ + "predicate" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "section-triple-terms", + "href": "https://w3c.github.io/rdf-concepts/spec/#section-triple-terms", + "title": "Triple Terms", + "number": "3.5" + }, + "definedIn": "prose" + }, + { + "id": "dfn-object", + "href": "https://w3c.github.io/rdf-concepts/spec/#dfn-object", + "linkingText": [ + "object" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "section-triple-terms", + "href": "https://w3c.github.io/rdf-concepts/spec/#section-triple-terms", + "title": "Triple Terms", + "number": "3.5" + }, + "definedIn": "prose" + }, { "id": "dfn-skolem-iri", "href": "https://w3c.github.io/rdf-concepts/spec/#dfn-skolem-iri", @@ -964,7 +964,7 @@ "id": "section-skolemization", "href": "https://w3c.github.io/rdf-concepts/spec/#section-skolemization", "title": "Replacing Blank Nodes with IRIs", - "number": "3.5" + "number": "3.7" }, "definedIn": "prose" }, @@ -984,7 +984,7 @@ "id": "graph-isomorphism", "href": "https://w3c.github.io/rdf-concepts/spec/#graph-isomorphism", "title": "Graph Comparison", - "number": "3.6" + "number": "3.8" }, "definedIn": "prose" }, @@ -1239,6 +1239,63 @@ }, "definedIn": "prose" }, + { + "id": "dfn-symmetric-rdf-triple", + "href": "https://w3c.github.io/rdf-concepts/spec/#dfn-symmetric-rdf-triple", + "linkingText": [ + "symmetric RDF triple" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": true, + "heading": { + "id": "section-generalized-rdf", + "href": "https://w3c.github.io/rdf-concepts/spec/#section-generalized-rdf", + "title": "Generalizations of RDF Triples, Graphs, and Datasets", + "number": "7" + }, + "definedIn": "prose" + }, + { + "id": "dfn-symmetric-rdf-graph", + "href": "https://w3c.github.io/rdf-concepts/spec/#dfn-symmetric-rdf-graph", + "linkingText": [ + "symmetric RDF graph" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": true, + "heading": { + "id": "section-generalized-rdf", + "href": "https://w3c.github.io/rdf-concepts/spec/#section-generalized-rdf", + "title": "Generalizations of RDF Triples, Graphs, and Datasets", + "number": "7" + }, + "definedIn": "prose" + }, + { + "id": "dfn-symmetric-rdf-dataset", + "href": "https://w3c.github.io/rdf-concepts/spec/#dfn-symmetric-rdf-dataset", + "linkingText": [ + "symmetric RDF dataset" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": true, + "heading": { + "id": "section-generalized-rdf", + "href": "https://w3c.github.io/rdf-concepts/spec/#section-generalized-rdf", + "title": "Generalizations of RDF Triples, Graphs, and Datasets", + "number": "7" + }, + "definedIn": "prose" + }, { "id": "dfn-generalized-rdf-triple", "href": "https://w3c.github.io/rdf-concepts/spec/#dfn-generalized-rdf-triple", @@ -1253,7 +1310,7 @@ "heading": { "id": "section-generalized-rdf", "href": "https://w3c.github.io/rdf-concepts/spec/#section-generalized-rdf", - "title": "Generalized RDF Triples, Graphs, and Datasets", + "title": "Generalizations of RDF Triples, Graphs, and Datasets", "number": "7" }, "definedIn": "prose" @@ -1272,7 +1329,7 @@ "heading": { "id": "section-generalized-rdf", "href": "https://w3c.github.io/rdf-concepts/spec/#section-generalized-rdf", - "title": "Generalized RDF Triples, Graphs, and Datasets", + "title": "Generalizations of RDF Triples, Graphs, and Datasets", "number": "7" }, "definedIn": "prose" @@ -1291,7 +1348,7 @@ "heading": { "id": "section-generalized-rdf", "href": "https://w3c.github.io/rdf-concepts/spec/#section-generalized-rdf", - "title": "Generalized RDF Triples, Graphs, and Datasets", + "title": "Generalizations of RDF Triples, Graphs, and Datasets", "number": "7" }, "definedIn": "prose" diff --git a/ed/dfns/secure-payment-confirmation.json b/ed/dfns/secure-payment-confirmation.json index d8262d67e614..78cc771fc1cb 100644 --- a/ed/dfns/secure-payment-confirmation.json +++ b/ed/dfns/secure-payment-confirmation.json @@ -35,9 +35,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/secure-payment-confirmation/#title", - "title": "Secure Payment Confirmation" + "id": "sctn-terminology", + "href": "https://w3c.github.io/secure-payment-confirmation/#sctn-terminology", + "title": "Terminology", + "number": "2" }, "definedIn": "dt" }, @@ -53,9 +54,10 @@ "access": "private", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/secure-payment-confirmation/#title", - "title": "Secure Payment Confirmation" + "id": "sctn-terminology", + "href": "https://w3c.github.io/secure-payment-confirmation/#sctn-terminology", + "title": "Terminology", + "number": "2" }, "definedIn": "dt" }, @@ -151,9 +153,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/secure-payment-confirmation/#title", - "title": "Secure Payment Confirmation" + "id": "sctn-securepaymentconfirmationrequest-dictionary", + "href": "https://w3c.github.io/secure-payment-confirmation/#sctn-securepaymentconfirmationrequest-dictionary", + "title": "SecurePaymentConfirmationRequest Dictionary", + "number": "4.1.5" }, "definedIn": "dt" }, @@ -171,9 +174,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/secure-payment-confirmation/#title", - "title": "Secure Payment Confirmation" + "id": "sctn-securepaymentconfirmationrequest-dictionary", + "href": "https://w3c.github.io/secure-payment-confirmation/#sctn-securepaymentconfirmationrequest-dictionary", + "title": "SecurePaymentConfirmationRequest Dictionary", + "number": "4.1.5" }, "definedIn": "dt" }, @@ -191,9 +195,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/secure-payment-confirmation/#title", - "title": "Secure Payment Confirmation" + "id": "sctn-securepaymentconfirmationrequest-dictionary", + "href": "https://w3c.github.io/secure-payment-confirmation/#sctn-securepaymentconfirmationrequest-dictionary", + "title": "SecurePaymentConfirmationRequest Dictionary", + "number": "4.1.5" }, "definedIn": "dt" }, @@ -211,9 +216,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/secure-payment-confirmation/#title", - "title": "Secure Payment Confirmation" + "id": "sctn-securepaymentconfirmationrequest-dictionary", + "href": "https://w3c.github.io/secure-payment-confirmation/#sctn-securepaymentconfirmationrequest-dictionary", + "title": "SecurePaymentConfirmationRequest Dictionary", + "number": "4.1.5" }, "definedIn": "dt" }, @@ -231,9 +237,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/secure-payment-confirmation/#title", - "title": "Secure Payment Confirmation" + "id": "sctn-securepaymentconfirmationrequest-dictionary", + "href": "https://w3c.github.io/secure-payment-confirmation/#sctn-securepaymentconfirmationrequest-dictionary", + "title": "SecurePaymentConfirmationRequest Dictionary", + "number": "4.1.5" }, "definedIn": "dt" }, @@ -251,9 +258,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/secure-payment-confirmation/#title", - "title": "Secure Payment Confirmation" + "id": "sctn-securepaymentconfirmationrequest-dictionary", + "href": "https://w3c.github.io/secure-payment-confirmation/#sctn-securepaymentconfirmationrequest-dictionary", + "title": "SecurePaymentConfirmationRequest Dictionary", + "number": "4.1.5" }, "definedIn": "dt" }, @@ -271,9 +279,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/secure-payment-confirmation/#title", - "title": "Secure Payment Confirmation" + "id": "sctn-securepaymentconfirmationrequest-dictionary", + "href": "https://w3c.github.io/secure-payment-confirmation/#sctn-securepaymentconfirmationrequest-dictionary", + "title": "SecurePaymentConfirmationRequest Dictionary", + "number": "4.1.5" }, "definedIn": "dt" }, @@ -291,9 +300,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/secure-payment-confirmation/#title", - "title": "Secure Payment Confirmation" + "id": "sctn-securepaymentconfirmationrequest-dictionary", + "href": "https://w3c.github.io/secure-payment-confirmation/#sctn-securepaymentconfirmationrequest-dictionary", + "title": "SecurePaymentConfirmationRequest Dictionary", + "number": "4.1.5" }, "definedIn": "dt" }, @@ -311,9 +321,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/secure-payment-confirmation/#title", - "title": "Secure Payment Confirmation" + "id": "sctn-securepaymentconfirmationrequest-dictionary", + "href": "https://w3c.github.io/secure-payment-confirmation/#sctn-securepaymentconfirmationrequest-dictionary", + "title": "SecurePaymentConfirmationRequest Dictionary", + "number": "4.1.5" }, "definedIn": "dt" }, @@ -371,9 +382,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/secure-payment-confirmation/#title", - "title": "Secure Payment Confirmation" + "id": "sctn-payment-extension-registration", + "href": "https://w3c.github.io/secure-payment-confirmation/#sctn-payment-extension-registration", + "title": "WebAuthn Extension - \"payment\"", + "number": "5" }, "definedIn": "pre" }, @@ -391,9 +403,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/secure-payment-confirmation/#title", - "title": "Secure Payment Confirmation" + "id": "sctn-payment-extension-registration", + "href": "https://w3c.github.io/secure-payment-confirmation/#sctn-payment-extension-registration", + "title": "WebAuthn Extension - \"payment\"", + "number": "5" }, "definedIn": "dt" }, @@ -411,9 +424,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/secure-payment-confirmation/#title", - "title": "Secure Payment Confirmation" + "id": "sctn-payment-extension-registration", + "href": "https://w3c.github.io/secure-payment-confirmation/#sctn-payment-extension-registration", + "title": "WebAuthn Extension - \"payment\"", + "number": "5" }, "definedIn": "dt" }, @@ -431,9 +445,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/secure-payment-confirmation/#title", - "title": "Secure Payment Confirmation" + "id": "sctn-payment-extension-registration", + "href": "https://w3c.github.io/secure-payment-confirmation/#sctn-payment-extension-registration", + "title": "WebAuthn Extension - \"payment\"", + "number": "5" }, "definedIn": "dt" }, @@ -451,9 +466,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/secure-payment-confirmation/#title", - "title": "Secure Payment Confirmation" + "id": "sctn-payment-extension-registration", + "href": "https://w3c.github.io/secure-payment-confirmation/#sctn-payment-extension-registration", + "title": "WebAuthn Extension - \"payment\"", + "number": "5" }, "definedIn": "dt" }, @@ -471,9 +487,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/secure-payment-confirmation/#title", - "title": "Secure Payment Confirmation" + "id": "sctn-payment-extension-registration", + "href": "https://w3c.github.io/secure-payment-confirmation/#sctn-payment-extension-registration", + "title": "WebAuthn Extension - \"payment\"", + "number": "5" }, "definedIn": "dt" }, @@ -491,9 +508,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/secure-payment-confirmation/#title", - "title": "Secure Payment Confirmation" + "id": "sctn-payment-extension-registration", + "href": "https://w3c.github.io/secure-payment-confirmation/#sctn-payment-extension-registration", + "title": "WebAuthn Extension - \"payment\"", + "number": "5" }, "definedIn": "dt" }, @@ -511,9 +529,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/secure-payment-confirmation/#title", - "title": "Secure Payment Confirmation" + "id": "sctn-payment-extension-registration", + "href": "https://w3c.github.io/secure-payment-confirmation/#sctn-payment-extension-registration", + "title": "WebAuthn Extension - \"payment\"", + "number": "5" }, "definedIn": "dt" }, @@ -529,9 +548,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/secure-payment-confirmation/#title", - "title": "Secure Payment Confirmation" + "id": "sctn-payment-extension-registration", + "href": "https://w3c.github.io/secure-payment-confirmation/#sctn-payment-extension-registration", + "title": "WebAuthn Extension - \"payment\"", + "number": "5" }, "definedIn": "dt" }, @@ -547,9 +567,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/secure-payment-confirmation/#title", - "title": "Secure Payment Confirmation" + "id": "sctn-payment-extension-registration", + "href": "https://w3c.github.io/secure-payment-confirmation/#sctn-payment-extension-registration", + "title": "WebAuthn Extension - \"payment\"", + "number": "5" }, "definedIn": "dt" }, @@ -647,9 +668,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/secure-payment-confirmation/#title", - "title": "Secure Payment Confirmation" + "id": "sctn-collectedclientadditionalpaymentdata-dictionary", + "href": "https://w3c.github.io/secure-payment-confirmation/#sctn-collectedclientadditionalpaymentdata-dictionary", + "title": "CollectedClientAdditionalPaymentData Dictionary", + "number": "5.2" }, "definedIn": "dt" }, @@ -667,9 +689,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/secure-payment-confirmation/#title", - "title": "Secure Payment Confirmation" + "id": "sctn-collectedclientadditionalpaymentdata-dictionary", + "href": "https://w3c.github.io/secure-payment-confirmation/#sctn-collectedclientadditionalpaymentdata-dictionary", + "title": "CollectedClientAdditionalPaymentData Dictionary", + "number": "5.2" }, "definedIn": "dt" }, @@ -687,9 +710,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/secure-payment-confirmation/#title", - "title": "Secure Payment Confirmation" + "id": "sctn-collectedclientadditionalpaymentdata-dictionary", + "href": "https://w3c.github.io/secure-payment-confirmation/#sctn-collectedclientadditionalpaymentdata-dictionary", + "title": "CollectedClientAdditionalPaymentData Dictionary", + "number": "5.2" }, "definedIn": "dt" }, @@ -707,9 +731,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/secure-payment-confirmation/#title", - "title": "Secure Payment Confirmation" + "id": "sctn-collectedclientadditionalpaymentdata-dictionary", + "href": "https://w3c.github.io/secure-payment-confirmation/#sctn-collectedclientadditionalpaymentdata-dictionary", + "title": "CollectedClientAdditionalPaymentData Dictionary", + "number": "5.2" }, "definedIn": "dt" }, @@ -727,9 +752,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/secure-payment-confirmation/#title", - "title": "Secure Payment Confirmation" + "id": "sctn-collectedclientadditionalpaymentdata-dictionary", + "href": "https://w3c.github.io/secure-payment-confirmation/#sctn-collectedclientadditionalpaymentdata-dictionary", + "title": "CollectedClientAdditionalPaymentData Dictionary", + "number": "5.2" }, "definedIn": "dt" }, @@ -787,9 +813,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/secure-payment-confirmation/#title", - "title": "Secure Payment Confirmation" + "id": "sctn-paymentcredentialinstrument-dictionary", + "href": "https://w3c.github.io/secure-payment-confirmation/#sctn-paymentcredentialinstrument-dictionary", + "title": "PaymentCredentialInstrument Dictionary", + "number": "6.1" }, "definedIn": "dt" }, @@ -807,9 +834,10 @@ "access": "public", "informative": false, "heading": { - "id": "title", - "href": "https://w3c.github.io/secure-payment-confirmation/#title", - "title": "Secure Payment Confirmation" + "id": "sctn-paymentcredentialinstrument-dictionary", + "href": "https://w3c.github.io/secure-payment-confirmation/#sctn-paymentcredentialinstrument-dictionary", + "title": "PaymentCredentialInstrument Dictionary", + "number": "6.1" }, "definedIn": "dt" }, diff --git a/ed/headings/css-cascade-6.json b/ed/headings/css-cascade-6.json index 1556ab318928..23723ec0d877 100644 --- a/ed/headings/css-cascade-6.json +++ b/ed/headings/css-cascade-6.json @@ -119,6 +119,13 @@ "title": "Scope Nesting", "number": "2.5.5" }, + { + "id": "scoped-declarations", + "href": "https://drafts.csswg.org/css-cascade-6/#scoped-declarations", + "level": 4, + "title": "Scoped Declarations", + "number": "2.5.6" + }, { "id": "preshint", "href": "https://drafts.csswg.org/css-cascade-6/#preshint", diff --git a/ed/headings/rdf12-concepts.json b/ed/headings/rdf12-concepts.json index f8302787a8c9..a7200b4b6d2d 100644 --- a/ed/headings/rdf12-concepts.json +++ b/ed/headings/rdf12-concepts.json @@ -43,25 +43,25 @@ "title": "Resources and Statements", "number": "1.2" }, - { - "id": "section-triple-terms", - "href": "https://w3c.github.io/rdf-concepts/spec/#section-triple-terms", - "level": 3, - "title": "Triple Terms", - "number": "1.3" - }, { "id": "referents", "href": "https://w3c.github.io/rdf-concepts/spec/#referents", "level": 3, "title": "The Referent of an IRI", - "number": "1.4" + "number": "1.3" }, { "id": "vocabularies", "href": "https://w3c.github.io/rdf-concepts/spec/#vocabularies", "level": 3, "title": "RDF Vocabularies and Namespace IRIs", + "number": "1.4" + }, + { + "id": "section-triple-terms-reification", + "href": "https://w3c.github.io/rdf-concepts/spec/#section-triple-terms-reification", + "level": 3, + "title": "Triple Terms and Reification", "number": "1.5" }, { @@ -134,13 +134,6 @@ "title": "Literals", "number": "3.3" }, - { - "id": "section-text-direction", - "href": "https://w3c.github.io/rdf-concepts/spec/#section-text-direction", - "level": 4, - "title": "Initial Text Direction", - "number": "3.3.1" - }, { "id": "section-blank-nodes", "href": "https://w3c.github.io/rdf-concepts/spec/#section-blank-nodes", @@ -148,19 +141,33 @@ "title": "Blank Nodes", "number": "3.4" }, + { + "id": "section-triple-terms", + "href": "https://w3c.github.io/rdf-concepts/spec/#section-triple-terms", + "level": 3, + "title": "Triple Terms", + "number": "3.5" + }, + { + "id": "section-text-direction", + "href": "https://w3c.github.io/rdf-concepts/spec/#section-text-direction", + "level": 3, + "title": "Initial Text Direction", + "number": "3.6" + }, { "id": "section-skolemization", "href": "https://w3c.github.io/rdf-concepts/spec/#section-skolemization", "level": 3, "title": "Replacing Blank Nodes with IRIs", - "number": "3.5" + "number": "3.7" }, { "id": "graph-isomorphism", "href": "https://w3c.github.io/rdf-concepts/spec/#graph-isomorphism", "level": 3, "title": "Graph Comparison", - "number": "3.6" + "number": "3.8" }, { "id": "section-dataset", @@ -222,7 +229,7 @@ "id": "section-generalized-rdf", "href": "https://w3c.github.io/rdf-concepts/spec/#section-generalized-rdf", "level": 2, - "title": "Generalized RDF Triples, Graphs, and Datasets", + "title": "Generalizations of RDF Triples, Graphs, and Datasets", "number": "7" }, { diff --git a/ed/ids/css-cascade-6.json b/ed/ids/css-cascade-6.json index c7ab3fdfb325..7807786702ef 100644 --- a/ed/ids/css-cascade-6.json +++ b/ed/ids/css-cascade-6.json @@ -194,7 +194,7 @@ "https://drafts.csswg.org/css-cascade-6/#ref-for-mult-opt", "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-end", "https://drafts.csswg.org/css-cascade-6/#ref-for-mult-opt%E2%91%A0", - "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-rule-list%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-block-contents", "https://drafts.csswg.org/css-cascade-6/#typedef-scope-start", "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-start%E2%91%A1", "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-selector-list", @@ -205,7 +205,9 @@ "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-selector-list%E2%91%A0", "https://drafts.csswg.org/css-cascade-6/#ref-for-selector%E2%91%A0", "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-limit%E2%91%A3", - "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-rule-list%E2%91%A1", + "https://drafts.csswg.org/css-cascade-6/#ref-for-qualified-rule", + "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-block-contents%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#ref-for-nested-declarations-rule%25E2%2591%25A0", "https://drafts.csswg.org/css-cascade-6/#ref-for-scoped-style-rules%E2%91%A2", "https://drafts.csswg.org/css-cascade-6/#ref-for-x22", "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-root%E2%91%A0%E2%91%A3", @@ -321,12 +323,24 @@ "https://drafts.csswg.org/css-cascade-6/#ref-for-style-rule%E2%91%A2", "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-layer%E2%91%A0", "https://drafts.csswg.org/css-cascade-6/#ref-for-scoped-style-rules%E2%91%A8", + "https://drafts.csswg.org/css-cascade-6/#scoped-declarations", + "https://drafts.csswg.org/css-cascade-6/#ref-for-cssstyledeclaration-declarations%E2%91%A3", + "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-scope%E2%91%A1%E2%91%A1", + "https://drafts.csswg.org/css-cascade-6/#ref-for-cssstyledeclaration-declarations%E2%91%A4", + "https://drafts.csswg.org/css-cascade-6/#ref-for-nested-declarations-rule%25E2%2591%25A0%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-root%E2%91%A2%E2%93%AA", + "https://drafts.csswg.org/css-cascade-6/#ref-for-specificity", + "https://drafts.csswg.org/css-cascade-6/#example-10a88995", + "https://drafts.csswg.org/css-cascade-6/#ref-for-style-rule%E2%91%A3", + "https://drafts.csswg.org/css-cascade-6/#ref-for-cssstyledeclaration-declarations%E2%91%A5", + "https://drafts.csswg.org/css-cascade-6/#ref-for-css-rule", + "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-scope%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-cascade-6/#preshint", "https://drafts.csswg.org/css-cascade-6/#issue-d41d8cd9%E2%91%A3", "https://drafts.csswg.org/css-cascade-6/#cssom", "https://drafts.csswg.org/css-cascade-6/#the-cssscoperule-interface", "https://drafts.csswg.org/css-cascade-6/#ref-for-cssscoperule", - "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-scope%E2%91%A1%E2%91%A1", + "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-scope%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-cascade-6/#ref-for-Exposed", "https://drafts.csswg.org/css-cascade-6/#cssscoperule", "https://drafts.csswg.org/css-cascade-6/#ref-for-cssgroupingrule", @@ -340,34 +354,36 @@ "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-end%E2%91%A5", "https://drafts.csswg.org/css-cascade-6/#changes", "https://drafts.csswg.org/css-cascade-6/#changes-since-2023-03", + "https://drafts.csswg.org/css-cascade-6/#ref-for-cssstyledeclaration-declarations%E2%91%A6", + "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-scope%E2%91%A1%E2%91%A4", "https://drafts.csswg.org/css-cascade-6/#ref-for-scope-pseudo%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-cascade-6/#ref-for-featureless%E2%91%A0", "https://drafts.csswg.org/css-cascade-6/#ref-for-shadow-host%E2%91%A2", - "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-root%E2%91%A2%E2%93%AA", - "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-scope%E2%91%A1%E2%91%A2", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-root%E2%91%A2%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-scope%E2%91%A1%E2%91%A5", "https://drafts.csswg.org/css-cascade-6/#ref-for-shadow-host%E2%91%A3", "https://drafts.csswg.org/css-cascade-6/#ref-for-concept-shadow-root", "https://drafts.csswg.org/css-cascade-6/#ref-for-scope-proximity%E2%91%A4", - "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-root%E2%91%A2%E2%91%A0", + "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-root%E2%91%A2%E2%91%A1", "https://drafts.csswg.org/css-cascade-6/#ref-for-scoped-style-rules%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-cascade-6/#ref-for-selector-subject%E2%91%A4", "https://drafts.csswg.org/css-cascade-6/#ref-for-cssscoperule%E2%91%A0", "https://drafts.csswg.org/css-cascade-6/#changes-2022-08", - "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-scope%E2%91%A1%E2%91%A3", + "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-scope%E2%91%A1%E2%91%A6", "https://drafts.csswg.org/css-cascade-6/#ref-for-scope-pseudo%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-cascade-6/#ref-for-selectordef-%E2%91%A6", - "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-scope%E2%91%A1%E2%91%A4", + "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-scope%E2%91%A1%E2%91%A7", "https://drafts.csswg.org/css-cascade-6/#ref-for-at-rule%E2%91%A1", - "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-scope%E2%91%A1%E2%91%A5", + "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-scope%E2%91%A1%E2%91%A8", "https://drafts.csswg.org/css-cascade-6/#ref-for-x22%E2%91%A0", - "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-scope%E2%91%A1%E2%91%A6", + "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-scope%E2%91%A2%E2%93%AA", "https://drafts.csswg.org/css-cascade-6/#ref-for-scoping-limit%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-cascade-6/#ref-for-scope%E2%91%A6", "https://drafts.csswg.org/css-cascade-6/#additions-l5", "https://drafts.csswg.org/css-cascade-6/#ref-for-scope%E2%91%A7", "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-start%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-cascade-6/#ref-for-typedef-scope-end%E2%91%A6", - "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-scope%E2%91%A1%E2%91%A7", + "https://drafts.csswg.org/css-cascade-6/#ref-for-at-ruledef-scope%E2%91%A2%E2%91%A0", "https://drafts.csswg.org/css-cascade-6/#ref-for-scope-proximity%E2%91%A5", "https://drafts.csswg.org/css-cascade-6/#additions-l4", "https://drafts.csswg.org/css-cascade-6/#ref-for-cascade-layers%E2%91%A2", @@ -421,12 +437,16 @@ "https://drafts.csswg.org/css-cascade-6/#0497de86", "https://drafts.csswg.org/css-cascade-6/#a5ad37b5", "https://drafts.csswg.org/css-cascade-6/#5140976e", + "https://drafts.csswg.org/css-cascade-6/#f8cc2828", "https://drafts.csswg.org/css-cascade-6/#ce2e3c84", "https://drafts.csswg.org/css-cascade-6/#cfd2c803", + "https://drafts.csswg.org/css-cascade-6/#b845e85c", "https://drafts.csswg.org/css-cascade-6/#65c9f2cf", "https://drafts.csswg.org/css-cascade-6/#762610c7", "https://drafts.csswg.org/css-cascade-6/#0197874e", "https://drafts.csswg.org/css-cascade-6/#dfd120f7", + "https://drafts.csswg.org/css-cascade-6/#47948caa", + "https://drafts.csswg.org/css-cascade-6/#4fcdc12a", "https://drafts.csswg.org/css-cascade-6/#5a58bbb0", "https://drafts.csswg.org/css-cascade-6/#8c1eb8d0", "https://drafts.csswg.org/css-cascade-6/#2161cf2b", @@ -455,6 +475,7 @@ "https://drafts.csswg.org/css-cascade-6/#3814f164", "https://drafts.csswg.org/css-cascade-6/#34c941b4", "https://drafts.csswg.org/css-cascade-6/#33cbcfca", + "https://drafts.csswg.org/css-cascade-6/#bb2056aa", "https://drafts.csswg.org/css-cascade-6/#b894d2f3", "https://drafts.csswg.org/css-cascade-6/#889e932f", "https://drafts.csswg.org/css-cascade-6/#references", diff --git a/ed/ids/css-flexbox-1.json b/ed/ids/css-flexbox-1.json index b2b8ae120648..87b7dcd718ae 100644 --- a/ed/ids/css-flexbox-1.json +++ b/ed/ids/css-flexbox-1.json @@ -533,7 +533,7 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-main-size-property%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex-basis%E2%91%A3", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-content%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#valdef-flex-basis-content", "https://drafts.csswg.org/css-flexbox-1/#ref-for-automatic-size%E2%91%A0", @@ -622,7 +622,7 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-width%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-content%E2%91%A1", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A1", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-content%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex-basis%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-width%E2%91%A0%E2%91%A2", @@ -922,7 +922,7 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-main-size%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-preferred-aspect-ratio%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A8%E2%91%A3", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A2", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto", "https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A8%E2%91%A4", "https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-size%E2%91%A0%E2%91%A2", @@ -1723,7 +1723,7 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-display%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A5%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#change-2015-min-auto-intrinsic-percentages", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A4", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A4", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-min-height%E2%91%A6", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-max-height%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A5", @@ -1813,9 +1813,9 @@ "https://drafts.csswg.org/css-flexbox-1/#change-2015-align-self-auto", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A1%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-justify-self", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A4", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A6", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A1%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-items%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-stretch%E2%91%A1", @@ -1941,9 +1941,9 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A4%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#change-201403-min-auto-main-size-basis", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A4", - "https://drafts.csswg.org/css-flexbox-1/#change-201403-min-auto-intrinsic-percentages", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A5", + "https://drafts.csswg.org/css-flexbox-1/#change-201403-min-auto-intrinsic-percentages", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A6", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-min-height%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-max-height%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A8", @@ -2031,7 +2031,7 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-main-size%E2%91%A4%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A7%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-size%E2%91%A5%E2%91%A2", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A6", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A4%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-width-fit-content", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A8%E2%93%AA", @@ -2078,7 +2078,7 @@ "https://drafts.csswg.org/css-flexbox-1/#change-2012-flex-basis-zero", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex-basis%E2%91%A1%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A2%E2%91%A7", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A8", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A2%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A3%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A3%E2%91%A0", @@ -2096,17 +2096,17 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-right", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-top", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-bottom", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-left%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-right%E2%91%A0", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A8%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#ref-for-main-start%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-start%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#ref-for-static-position", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-top%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-bottom%E2%91%A0", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A8%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-main-start%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-start%E2%91%A0%E2%91%A6", diff --git a/ed/ids/css-fonts-4.json b/ed/ids/css-fonts-4.json index e366933aa4bc..0c12b81a9e01 100644 --- a/ed/ids/css-fonts-4.json +++ b/ed/ids/css-fonts-4.json @@ -859,7 +859,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-ascent-metric", "https://drafts.csswg.org/css-fonts-4/#ref-for-descent-metric", "https://drafts.csswg.org/css-fonts-4/#ref-for-line-gap-metric", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-variant-emoji-normal", + "https://drafts.csswg.org/css-fonts-4/#ref-for-font-variant-numeric-normal-value", "https://drafts.csswg.org/css-fonts-4/#ex-percent-resolve", "https://drafts.csswg.org/css-fonts-4/#ref-for-ascent-metric%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ex-override-local-metrics", @@ -1015,7 +1015,7 @@ "https://drafts.csswg.org/css-fonts-4/#valdef-font-variant-ligatures-contextual", "https://drafts.csswg.org/css-fonts-4/#valdef-font-variant-ligatures-no-contextual", "https://drafts.csswg.org/css-fonts-4/#rlig-unaffected", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-synthesis-small-caps-none", + "https://drafts.csswg.org/css-fonts-4/#ref-for-font-variant-none-value", "https://drafts.csswg.org/css-fonts-4/#font-variant-position-prop", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant-position%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#propdef-font-variant-position", @@ -1286,7 +1286,7 @@ "https://drafts.csswg.org/css-fonts-4/#font-variant-normal-value", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-fonts-4/#font-variant-none-value", - "https://drafts.csswg.org/css-fonts-4/#ref-for-font-optical-sizing-none-value", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-synthesis-style-none", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant-ligatures%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant%E2%91%A0%E2%91%A1", @@ -1864,7 +1864,7 @@ "https://drafts.csswg.org/css-fonts-4/#sp217", "https://drafts.csswg.org/css-fonts-4/#a11y", "https://drafts.csswg.org/css-fonts-4/#acknowledgments", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A4", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#changes", "https://drafts.csswg.org/css-fonts-4/#changes-2021-12-21", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-palette%E2%91%A4", @@ -1875,7 +1875,7 @@ "https://drafts.csswg.org/css-fonts-4/#changes-2019-11-13", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-size-adjust%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-fonts-4/#changes-2018-09-20", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-weight-normal%E2%91%A0", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-width-normal%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-ch", "https://drafts.csswg.org/css-fonts-4/#changes-2018-04-10", "https://drafts.csswg.org/css-fonts-4/#changes-fonts-3", @@ -2049,7 +2049,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A7%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-ascent-override%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-descent-override%E2%91%A1", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A5", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-family%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-feature-settings%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-language-override%E2%91%A1", @@ -2063,7 +2063,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-unicode-range%E2%91%A8", "https://drafts.csswg.org/css-fonts-4/#font-feature-values-descriptor-table", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A3", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#font-palette-values-descriptor-table", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-palette-values%E2%91%A2%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-palette-values-base-palette%E2%91%A1", diff --git a/ed/ids/css-grid-1.json b/ed/ids/css-grid-1.json index a2d8236a2249..810f4cb631f6 100644 --- a/ed/ids/css-grid-1.json +++ b/ed/ids/css-grid-1.json @@ -206,7 +206,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-inline-size", "https://drafts.csswg.org/css-grid-1/#ref-for-inline-formatting-context", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-block-size", "https://drafts.csswg.org/css-grid-1/#ref-for-max-content", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content", @@ -333,7 +333,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-scroll-container%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-tracks", "https://drafts.csswg.org/css-grid-1/#ref-for-automatic-minimum-size%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-content-based-minimum-size%E2%91%A0", @@ -612,7 +612,7 @@ "https://drafts.csswg.org/css-grid-1/#funcdef-grid-template-columns-fit-content", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-length-percentage%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-template-rows-track-sizing-function%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A0", @@ -944,13 +944,13 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-template-areas%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-template-rows%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-track-size%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-template-columns%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-rows-none%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#example-4fe2f42d", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A1", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A5", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-implicitly-assigned-line-name%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-named-grid-area%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-repeat%E2%91%A0%E2%93%AA", @@ -1312,7 +1312,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column-end%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#propdef-grid-area", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-grid-row-start-grid-line%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-grid-row-start-grid-line%E2%91%A5", @@ -1335,17 +1335,17 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column-end%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A7", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A4", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-start%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A1%E2%93%AA", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A5", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column-start%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-start%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A6", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-margin", "https://drafts.csswg.org/css-grid-1/#auto-placement-algo", "https://drafts.csswg.org/css-grid-1/#grid-item-placement-algorithm", @@ -1479,7 +1479,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-physical", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-direction", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-writing-mode", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-property%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A6%E2%93%AA", @@ -1491,11 +1491,11 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-grid%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-property%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-implicit-grid%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A5", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-implicit-grid-lines%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-span%E2%91%A6", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A6", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-property%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#static-position", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A6%E2%91%A2", @@ -1664,7 +1664,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-grid%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A8%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-percentage-value%E2%91%A2", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A8%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-algo-grid-sizing%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid%E2%91%A1%E2%91%A3", @@ -1687,7 +1687,7 @@ "https://drafts.csswg.org/css-grid-1/#intrinsic-sizing-function", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A3", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#flexible-sizing-function", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%91%A1", @@ -1711,10 +1711,10 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-automatic-minimum-size%E2%91%A1", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-track-sizing-algorithm%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-row%E2%91%A2", @@ -1767,10 +1767,10 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-minmax%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#max-track-sizing-function", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-minmax%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A6", @@ -1781,7 +1781,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-max-content-constraint%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-available-grid-space%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-available-grid-space%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%93%AA%E2%91%A0", @@ -1810,7 +1810,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-fixed-sizing-function%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-indefinite%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-intrinsic-sizing-function%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A8", @@ -1830,7 +1830,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-growth-limit%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A7", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#algo-baseline-shims", @@ -1850,7 +1850,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-max-content-contribution%E2%91%A3", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%93%AA%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A1", @@ -1928,7 +1928,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-distribute-extra-space%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A1", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-limited-contribution%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-distribute-extra-space%E2%91%A2", @@ -2084,7 +2084,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-justify-content-normal", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-align-content-stretch", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-definite%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-free-space%E2%91%A0%E2%93%AA", @@ -2110,10 +2110,10 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-layout-algorithm%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-fragmentation-container%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-flex-fr%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-area%E2%91%A2%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#acks", "https://drafts.csswg.org/css-grid-1/#changes", "https://drafts.csswg.org/css-grid-1/#changes-202012", @@ -2225,8 +2225,8 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A2%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#change-2017-track-limit-auto-min", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A5", @@ -2269,7 +2269,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-tracks%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#change-2017-no-maximize-flex", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A6", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A2%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-tracks%E2%91%A0%E2%91%A2", @@ -2293,11 +2293,11 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-scroll-container%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A7", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-content-based-minimum-size%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A8", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-tracks%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-automatic-minimum-size%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#minor-2017", @@ -2422,7 +2422,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-intrinsic-size-contribution%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#change-2017-overgrow", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%93%AA", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A2%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A0", @@ -2500,11 +2500,11 @@ "https://drafts.csswg.org/css-grid-1/#change-2016-auto-percent-track", "https://drafts.csswg.org/css-grid-1/#ref-for-percentage-value%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A1%E2%91%A8", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%93%AA", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-percentage-value%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-fit-content-size", @@ -2530,9 +2530,9 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-align-content%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-justify-content%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A2%E2%91%A8", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A4", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A3%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-definite%E2%91%A2%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-free-space%E2%91%A0%E2%91%A3", @@ -2550,7 +2550,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-baseline-sharing-group%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A2%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#change-2016-auto-min-fixed-tracks", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A5", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-width-auto%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-min-width%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-min-height%E2%91%A2", @@ -2560,7 +2560,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-overflow-visible", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A6", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A2%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-fixed-sizing-function%E2%91%A0%E2%91%A2", @@ -2579,10 +2579,10 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-fixed-sizing-function%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A3%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#change-2016-auto-max-constraint", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A1%E2%91%A1", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A7", @@ -2592,7 +2592,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A1%E2%91%A3", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A3%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-contribution%E2%91%A0%E2%91%A6", @@ -2600,7 +2600,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A1%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A3%E2%91%A2", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A6", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A3%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-max-content-constraint%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-max-content-contribution%E2%91%A0%E2%91%A1", @@ -2628,7 +2628,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-block-level%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-block-formatting-context%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-block-box%E2%91%A2", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-inline-size%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#change-2016-tracks-before", "https://drafts.csswg.org/css-grid-1/#ref-for-implicit-grid-track%E2%91%A5", @@ -2643,9 +2643,9 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-align-content%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-justify-content%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%93%AA", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#change-2016-auto-min-editorial", "https://drafts.csswg.org/css-grid-1/#ref-for-minimum-contribution%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A3%E2%91%A3", diff --git a/ed/ids/css-grid-2.json b/ed/ids/css-grid-2.json index 16b05cbfa768..fb4643af53b6 100644 --- a/ed/ids/css-grid-2.json +++ b/ed/ids/css-grid-2.json @@ -226,11 +226,11 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-block-level%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-block-formatting-context%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-block-box", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A1", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto", "https://drafts.csswg.org/css-grid-2/#ref-for-inline-size", "https://drafts.csswg.org/css-grid-2/#ref-for-inline-formatting-context", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A1%E2%91%A2", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-block-size", "https://drafts.csswg.org/css-grid-2/#ref-for-max-content", "https://drafts.csswg.org/css-grid-2/#ref-for-min-content", @@ -1754,7 +1754,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-physical", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-direction", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-writing-mode", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A4", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-property%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A6%E2%91%A5", @@ -1766,11 +1766,11 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-grid%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-property%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-implicit-grid%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A5", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-implicit-grid-lines%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-span%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A8", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-property%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#static-position", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A6%E2%91%A8", @@ -1943,7 +1943,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-grid%E2%91%A1%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A8%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-percentage-value%E2%91%A2", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A8%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-algo-grid-sizing%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid%E2%91%A1%E2%91%A8", @@ -1966,7 +1966,7 @@ "https://drafts.csswg.org/css-grid-2/#intrinsic-sizing-function", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-min-content%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A3", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#flexible-sizing-function", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-flex%E2%91%A0%E2%91%A1", @@ -2055,10 +2055,10 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-minmax%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-flex%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A2", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A6", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#max-track-sizing-function", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-minmax%E2%91%A4", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A7", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A4", @@ -2069,7 +2069,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-min-content-constraint%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-max-content-constraint%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-available-grid-space%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-available-grid-space%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A2", @@ -2098,7 +2098,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-fixed-sizing-function%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-indefinite%E2%91%A4", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-intrinsic-sizing-function%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-max-track-sizing-function%E2%91%A8", @@ -2118,7 +2118,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-growth-limit%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-max-track-sizing-function%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#algo-baseline-shims", @@ -2138,7 +2138,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-min-track-sizing-function%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-max-content-contribution%E2%91%A3", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-min-track-sizing-function%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-min-content-constraint%E2%91%A1", @@ -2216,7 +2216,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-distribute-extra-space%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-limited-contribution%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-distribute-extra-space%E2%91%A2", @@ -2365,7 +2365,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A0%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-justify-content-normal", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-align-content-stretch", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A6", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-max-track-sizing-function%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-definite%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-free-space%E2%91%A0%E2%93%AA", @@ -2391,10 +2391,10 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-layout-algorithm%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-fragmentation-container%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A7", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-flex-fr%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-area%E2%91%A2%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A8", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#priv", "https://drafts.csswg.org/css-grid-2/#sec", "https://drafts.csswg.org/css-grid-2/#changes", diff --git a/ed/ids/css-pseudo-4.json b/ed/ids/css-pseudo-4.json index b368d46d711f..e0997c6d969d 100644 --- a/ed/ids/css-pseudo-4.json +++ b/ed/ids/css-pseudo-4.json @@ -631,7 +631,7 @@ "https://drafts.csswg.org/css-pseudo-4/#ref-for-x22%E2%91%A2", "https://drafts.csswg.org/css-pseudo-4/#ref-for-csspseudoelement%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-parent%E2%91%A2", - "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo-type", + "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo%E2%91%A1", "https://drafts.csswg.org/css-pseudo-4/#ref-for-sub-pseudo-element%E2%91%A5", "https://drafts.csswg.org/css-pseudo-4/#ref-for-selectordef-target-text%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-pseudo-4/#ref-for-selectordef-first-line%E2%91%A1%E2%91%A8", @@ -648,7 +648,7 @@ "https://drafts.csswg.org/css-pseudo-4/#ref-for-propdef-direction%E2%91%A0", "https://drafts.csswg.org/css-pseudo-4/#ref-for-selectordef-marker%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-pseudo-4/#ref-for-csspseudoelement%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo-type%E2%91%A0", + "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo%E2%91%A2", "https://drafts.csswg.org/css-pseudo-4/#ref-for-valdef-color-currentcolor%E2%91%A3", "https://drafts.csswg.org/css-pseudo-4/#ref-for-highlight-pseudo-element%E2%91%A1%E2%91%A5", "https://drafts.csswg.org/css-pseudo-4/#ref-for-selectordef-first-line%E2%91%A2%E2%91%A0", diff --git a/ed/ids/fedcm-1.json b/ed/ids/fedcm-1.json index e5b9b63aecbd..355a8a9f4cc0 100644 --- a/ed/ids/fedcm-1.json +++ b/ed/ids/fedcm-1.json @@ -7,6 +7,7 @@ "https://w3c-fedid.github.io/FedCM/#toc-nav", "https://w3c-fedid.github.io/FedCM/#toc-jump", "https://w3c-fedid.github.io/FedCM/#toc-toggle", + "https://w3c-fedid.github.io/FedCM/#toc-theme-toggle", "https://w3c-fedid.github.io/FedCM/#title", "https://w3c-fedid.github.io/FedCM/#w3c-state", "https://w3c-fedid.github.io/FedCM/#abstract", @@ -17,15 +18,7 @@ "https://w3c-fedid.github.io/FedCM/#introduction", "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent", "https://w3c-fedid.github.io/FedCM/#rp", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-rp", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-rp", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-rp", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-rp", "https://w3c-fedid.github.io/FedCM/#idp", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-idp", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-idp", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-idp", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-idp", "https://w3c-fedid.github.io/FedCM/#ref-for-rp", "https://w3c-fedid.github.io/FedCM/#ref-for-idp", "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A0", @@ -48,10 +41,6 @@ "https://w3c-fedid.github.io/FedCM/#browser-connected-accounts-set", "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#connected-accounts-set", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-connected-accounts-set", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-connected-accounts-set", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-connected-accounts-set", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-connected-accounts-set", "https://w3c-fedid.github.io/FedCM/#ref-for-ordered-set", "https://w3c-fedid.github.io/FedCM/#ref-for-list-item", "https://w3c-fedid.github.io/FedCM/#ref-for-concept-origin", @@ -65,10 +54,6 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-concept-origin%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#ref-for-connected-accounts-set%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#compute-the-connected-account-key", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-compute-the-connected-account-key", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-compute-the-connected-account-key", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-compute-the-connected-account-key", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-compute-the-connected-account-key", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityproviderconfig", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityprovideraccount", "https://w3c-fedid.github.io/FedCM/#ref-for-parse-url", @@ -79,10 +64,6 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identityprovideraccount-id", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityprovideraccount%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#eligible-for-auto-reauthentication", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-eligible-for-auto-reauthentication", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-eligible-for-auto-reauthentication", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-eligible-for-auto-reauthentication", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-eligible-for-auto-reauthentication", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityproviderconfig%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#ref-for-map-exists", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identityprovideraccount-approved_clients", @@ -93,22 +74,10 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-connected-accounts-set%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#ref-for-list-contain%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#compute-the-connection-status", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-compute-the-connection-status", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-compute-the-connection-status", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-compute-the-connection-status", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-compute-the-connection-status", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityprovideraccount%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityproviderconfig%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#compute-the-connection-status-connected", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-compute-the-connection-status-connected", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-compute-the-connection-status-connected", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-compute-the-connection-status-connected", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-compute-the-connection-status-connected", "https://w3c-fedid.github.io/FedCM/#compute-the-connection-status-disconnected", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-compute-the-connection-status-disconnected", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-compute-the-connection-status-disconnected", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-compute-the-connection-status-disconnected", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-compute-the-connection-status-disconnected", "https://w3c-fedid.github.io/FedCM/#ref-for-map-exists%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identityprovideraccount-approved_clients%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identityprovideraccount-approved_clients%E2%91%A2", @@ -122,10 +91,6 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-compute-the-connection-status-connected%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#ref-for-compute-the-connection-status-disconnected%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#create-a-connection-between-the-rp-and-the-idp-account", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-create-a-connection-between-the-rp-and-the-idp-account", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-create-a-connection-between-the-rp-and-the-idp-account", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-create-a-connection-between-the-rp-and-the-idp-account", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-create-a-connection-between-the-rp-and-the-idp-account", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityproviderconfig%E2%91%A2", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityprovideraccount%E2%91%A2", "https://w3c-fedid.github.io/FedCM/#ref-for-rp%E2%91%A8", @@ -138,19 +103,11 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-set-append", "https://w3c-fedid.github.io/FedCM/#ref-for-connected-accounts-set%E2%91%A3", "https://w3c-fedid.github.io/FedCM/#remove-a-connection", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-remove-a-connection", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-remove-a-connection", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-remove-a-connection", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-remove-a-connection", "https://w3c-fedid.github.io/FedCM/#ref-for-connected-accounts-set%E2%91%A4", "https://w3c-fedid.github.io/FedCM/#ref-for-list-contain%E2%91%A3", "https://w3c-fedid.github.io/FedCM/#ref-for-list-remove%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#ref-for-connected-accounts-set%E2%91%A5", "https://w3c-fedid.github.io/FedCM/#remove-all-connections", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-remove-all-connections", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-remove-all-connections", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-remove-all-connections", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-remove-all-connections", "https://w3c-fedid.github.io/FedCM/#ref-for-connected-accounts-set%E2%91%A6", "https://w3c-fedid.github.io/FedCM/#ref-for-list-remove%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#ref-for-connected-accounts-set%E2%91%A7", @@ -158,46 +115,22 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-credential", "https://w3c-fedid.github.io/FedCM/#ref-for-identitycredential%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#dictdef-identitycredentialdisconnectoptions", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dictdef-identitycredentialdisconnectoptions", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dictdef-identitycredentialdisconnectoptions", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dictdef-identitycredentialdisconnectoptions", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dictdef-identitycredentialdisconnectoptions", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityproviderconfig%E2%91%A3", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString", "https://w3c-fedid.github.io/FedCM/#dom-identitycredentialdisconnectoptions-accounthint", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identitycredentialdisconnectoptions-accounthint", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identitycredentialdisconnectoptions-accounthint", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identitycredentialdisconnectoptions-accounthint", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identitycredentialdisconnectoptions-accounthint", "https://w3c-fedid.github.io/FedCM/#ref-for-Exposed", "https://w3c-fedid.github.io/FedCM/#ref-for-SecureContext", "https://w3c-fedid.github.io/FedCM/#identitycredential", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-identitycredential", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-identitycredential", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-identitycredential", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-identitycredential", "https://w3c-fedid.github.io/FedCM/#ref-for-credential%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-promise", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-undefined", "https://w3c-fedid.github.io/FedCM/#dom-identitycredential-disconnect", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identitycredential-disconnect", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identitycredential-disconnect", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identitycredential-disconnect", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identitycredential-disconnect", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identitycredentialdisconnectoptions", "https://w3c-fedid.github.io/FedCM/#dom-identitycredential-disconnect-options-options", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#dom-identitycredential-token", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identitycredential-token", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identitycredential-token", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identitycredential-token", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identitycredential-token", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-boolean", "https://w3c-fedid.github.io/FedCM/#dom-identitycredential-isautoselected", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identitycredential-isautoselected", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identitycredential-isautoselected", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identitycredential-isautoselected", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identitycredential-isautoselected", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-credential-id", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-credential-id%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identitycredential-token", @@ -228,10 +161,6 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-in-parallel", "https://w3c-fedid.github.io/FedCM/#ref-for-attempt-to-disconnect", "https://w3c-fedid.github.io/FedCM/#attempt-to-disconnect", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-attempt-to-disconnect", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-attempt-to-disconnect", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-attempt-to-disconnect", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-attempt-to-disconnect", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identitycredentialdisconnectoptions%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-promise%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#ref-for-in-parallel%E2%91%A0", @@ -286,10 +215,6 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-send-a-disconnect-request%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#ref-for-rp%E2%91%A0%E2%93%AA", "https://w3c-fedid.github.io/FedCM/#send-a-disconnect-request", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-send-a-disconnect-request", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-send-a-disconnect-request", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-send-a-disconnect-request", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-send-a-disconnect-request", "https://w3c-fedid.github.io/FedCM/#ref-for-concept-url", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identitycredentialdisconnectoptions%E2%91%A2", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A1", @@ -323,10 +248,6 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-disconnectedaccount", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-disconnectedaccount-account_id", "https://w3c-fedid.github.io/FedCM/#dictdef-disconnectedaccount", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dictdef-disconnectedaccount", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dictdef-disconnectedaccount", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dictdef-disconnectedaccount", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dictdef-disconnectedaccount", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A2", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-disconnectedaccount-account_id%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#browser-api-credential-request-options", @@ -335,10 +256,6 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-credentialrequestoptions%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identitycredentialrequestoptions", "https://w3c-fedid.github.io/FedCM/#dom-credentialrequestoptions-identity", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-credentialrequestoptions-identity", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-credentialrequestoptions-identity", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-credentialrequestoptions-identity", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-credentialrequestoptions-identity", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identitycredentialrequestoptions%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityproviderconfig%E2%91%A4", "https://w3c-fedid.github.io/FedCM/#ref-for-rp%E2%91%A0%E2%91%A0", @@ -347,82 +264,34 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identitycredentialrequestoptions%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#ref-for-enumdef-identitycredentialrequestoptionscontext", "https://w3c-fedid.github.io/FedCM/#enumdef-identitycredentialrequestoptionscontext", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-enumdef-identitycredentialrequestoptionscontext", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-enumdef-identitycredentialrequestoptionscontext", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-enumdef-identitycredentialrequestoptionscontext", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-enumdef-identitycredentialrequestoptionscontext", "https://w3c-fedid.github.io/FedCM/#dom-identitycredentialrequestoptionscontext-signin", "https://w3c-fedid.github.io/FedCM/#dom-identitycredentialrequestoptionscontext-signup", "https://w3c-fedid.github.io/FedCM/#dom-identitycredentialrequestoptionscontext-use", "https://w3c-fedid.github.io/FedCM/#dom-identitycredentialrequestoptionscontext-continue", "https://w3c-fedid.github.io/FedCM/#dictdef-identitycredentialrequestoptions", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dictdef-identitycredentialrequestoptions", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dictdef-identitycredentialrequestoptions", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dictdef-identitycredentialrequestoptions", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dictdef-identitycredentialrequestoptions", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-sequence", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityproviderrequestoptions", "https://w3c-fedid.github.io/FedCM/#dom-identitycredentialrequestoptions-providers", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identitycredentialrequestoptions-providers", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identitycredentialrequestoptions-providers", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identitycredentialrequestoptions-providers", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identitycredentialrequestoptions-providers", "https://w3c-fedid.github.io/FedCM/#ref-for-enumdef-identitycredentialrequestoptionscontext%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#dom-identitycredentialrequestoptions-context", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identitycredentialrequestoptions-context", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identitycredentialrequestoptions-context", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identitycredentialrequestoptions-context", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identitycredentialrequestoptions-context", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityproviderconfig%E2%91%A5", "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA", "https://w3c-fedid.github.io/FedCM/#ref-for-rp%E2%91%A0%E2%91%A2", "https://w3c-fedid.github.io/FedCM/#dictdef-identityproviderconfig", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dictdef-identityproviderconfig", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dictdef-identityproviderconfig", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dictdef-identityproviderconfig", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dictdef-identityproviderconfig", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A3", "https://w3c-fedid.github.io/FedCM/#dom-identityproviderconfig-configurl", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityproviderconfig-configurl", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityproviderconfig-configurl", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityproviderconfig-configurl", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityproviderconfig-configurl", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A4", "https://w3c-fedid.github.io/FedCM/#dom-identityproviderconfig-clientid", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityproviderconfig-clientid", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityproviderconfig-clientid", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityproviderconfig-clientid", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityproviderconfig-clientid", "https://w3c-fedid.github.io/FedCM/#dictdef-identityproviderrequestoptions", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dictdef-identityproviderrequestoptions", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dictdef-identityproviderrequestoptions", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dictdef-identityproviderrequestoptions", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dictdef-identityproviderrequestoptions", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityproviderconfig%E2%91%A6", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A5", "https://w3c-fedid.github.io/FedCM/#dom-identityproviderrequestoptions-nonce", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityproviderrequestoptions-nonce", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityproviderrequestoptions-nonce", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityproviderrequestoptions-nonce", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityproviderrequestoptions-nonce", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-DOMString", "https://w3c-fedid.github.io/FedCM/#dom-identityproviderrequestoptions-loginhint", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityproviderrequestoptions-loginhint", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityproviderrequestoptions-loginhint", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityproviderrequestoptions-loginhint", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityproviderrequestoptions-loginhint", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-DOMString%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#dom-identityproviderrequestoptions-domainhint", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityproviderrequestoptions-domainhint", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityproviderrequestoptions-domainhint", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityproviderrequestoptions-domainhint", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityproviderrequestoptions-domainhint", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-any", "https://w3c-fedid.github.io/FedCM/#dom-identityproviderrequestoptions-params", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityproviderrequestoptions-params", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityproviderrequestoptions-params", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityproviderrequestoptions-params", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityproviderrequestoptions-params", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identityproviderconfig-configurl%E2%91%A2", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identityproviderconfig-clientid%E2%91%A2", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-id_assertion_endpoint_request-client_id", @@ -474,10 +343,6 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identitycredentialrequestoptions-providers%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#ref-for-create-an-identitycredential", "https://w3c-fedid.github.io/FedCM/#promise-rejection-delay", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-promise-rejection-delay", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-promise-rejection-delay", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-promise-rejection-delay", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-promise-rejection-delay", "https://w3c-fedid.github.io/FedCM/#ref-for-setdelayenabled", "https://w3c-fedid.github.io/FedCM/#ref-for-queue-a-global-task%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-manipulation-task-source%E2%91%A0", @@ -488,10 +353,6 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-identitycredential%E2%91%A7", "https://w3c-fedid.github.io/FedCM/#ref-for-rp%E2%91%A0%E2%91%A7", "https://w3c-fedid.github.io/FedCM/#create-an-identitycredential", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-create-an-identitycredential", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-create-an-identitycredential", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-create-an-identitycredential", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-create-an-identitycredential", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityproviderrequestoptions%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-credentialrequestoptions%E2%91%A2", "https://w3c-fedid.github.io/FedCM/#ref-for-identitycredential%E2%91%A8", @@ -515,10 +376,6 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-dom-credentialmediationrequirement-silent", "https://w3c-fedid.github.io/FedCM/#ref-for-fetch-the-config-file%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#fetch-accounts-step", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-fetch-accounts-step", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-fetch-accounts-step", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-fetch-accounts-step", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-fetch-accounts-step", "https://w3c-fedid.github.io/FedCM/#ref-for-fetch-the-accounts", "https://w3c-fedid.github.io/FedCM/#ref-for-set-the-login-status", "https://w3c-fedid.github.io/FedCM/#ref-for-concept-origin%E2%91%A4", @@ -526,17 +383,9 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-logged-out%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A2", "https://w3c-fedid.github.io/FedCM/#mismatch-dialog-step", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-mismatch-dialog-step", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-mismatch-dialog-step", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-mismatch-dialog-step", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-mismatch-dialog-step", "https://w3c-fedid.github.io/FedCM/#ref-for-logged-in", "https://w3c-fedid.github.io/FedCM/#ref-for-show-an-idp-login-dialog%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#confirm-idp-login-dialog", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-confirm-idp-login-dialog", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-confirm-idp-login-dialog", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-confirm-idp-login-dialog", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-confirm-idp-login-dialog", "https://w3c-fedid.github.io/FedCM/#ref-for-show-an-idp-login-dialog%E2%91%A2", "https://w3c-fedid.github.io/FedCM/#ref-for-fetch-accounts-step", "https://w3c-fedid.github.io/FedCM/#ref-for-set-the-login-status%E2%91%A0", @@ -562,10 +411,6 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-eligible-for-auto-reauthentication", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-credentialmediationrequirement-required", "https://w3c-fedid.github.io/FedCM/#auto-reauthenticated", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-auto-reauthenticated", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-auto-reauthenticated", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-auto-reauthenticated", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-auto-reauthenticated", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-credentialmediationrequirement-silent%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#ref-for-compute-the-connection-status", "https://w3c-fedid.github.io/FedCM/#ref-for-compute-the-connection-status-connected%E2%91%A1", @@ -584,10 +429,6 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A3", "https://w3c-fedid.github.io/FedCM/#ref-for-well-known-file%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#fetch-the-config-file", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-fetch-the-config-file", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-fetch-the-config-file", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-fetch-the-config-file", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-fetch-the-config-file", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityproviderrequestoptions%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityproviderapiconfig", "https://w3c-fedid.github.io/FedCM/#ref-for-parse-url%E2%91%A2", @@ -673,27 +514,15 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-well-known-file%E2%91%A2", "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A6", "https://w3c-fedid.github.io/FedCM/#dictdef-identityproviderwellknown", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dictdef-identityproviderwellknown", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dictdef-identityproviderwellknown", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dictdef-identityproviderwellknown", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dictdef-identityproviderwellknown", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-sequence%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A6", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identityproviderwellknown-provider_urls%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#dictdef-identityprovidericon", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dictdef-identityprovidericon", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dictdef-identityprovidericon", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dictdef-identityprovidericon", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dictdef-identityprovidericon", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A7", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identityprovidericon-url", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-unsigned-long", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identityprovidericon-size", "https://w3c-fedid.github.io/FedCM/#dictdef-identityproviderbranding", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dictdef-identityproviderbranding", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dictdef-identityproviderbranding", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dictdef-identityproviderbranding", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dictdef-identityproviderbranding", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A8", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identityproviderbranding-background_color", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A0%E2%93%AA", @@ -704,10 +533,6 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A0%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identityproviderbranding-name", "https://w3c-fedid.github.io/FedCM/#dictdef-identityproviderapiconfig", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dictdef-identityproviderapiconfig", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dictdef-identityproviderapiconfig", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dictdef-identityproviderapiconfig", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dictdef-identityproviderapiconfig", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A0%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identityproviderapiconfig-accounts_endpoint", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A0%E2%91%A2", @@ -716,10 +541,6 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identityproviderapiconfig-id_assertion_endpoint", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A0%E2%91%A4", "https://w3c-fedid.github.io/FedCM/#dom-identityproviderapiconfig-login_url", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityproviderapiconfig-login_url", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityproviderapiconfig-login_url", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityproviderapiconfig-login_url", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityproviderapiconfig-login_url", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A0%E2%91%A5", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identityproviderapiconfig-disconnect_endpoint%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityproviderbranding", @@ -729,10 +550,6 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-accounts-endpoint", "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A7", "https://w3c-fedid.github.io/FedCM/#fetch-the-accounts", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-fetch-the-accounts", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-fetch-the-accounts", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-fetch-the-accounts", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-fetch-the-accounts", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityproviderapiconfig%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityproviderrequestoptions%E2%91%A2", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityprovideraccountlist", @@ -766,10 +583,6 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityprovideraccountlist%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#issue-82c62b7c", "https://w3c-fedid.github.io/FedCM/#dictdef-identityprovideraccount", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dictdef-identityprovideraccount", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dictdef-identityprovideraccount", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dictdef-identityprovideraccount", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dictdef-identityprovideraccount", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A0%E2%91%A6", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identityprovideraccount-id%E2%91%A2", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A0%E2%91%A7", @@ -790,18 +603,10 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-idl-DOMString%E2%91%A2", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identityprovideraccount-domain_hints%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#dictdef-identityprovideraccountlist", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dictdef-identityprovideraccountlist", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dictdef-identityprovideraccountlist", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dictdef-identityprovideraccountlist", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dictdef-identityprovideraccountlist", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-sequence%E2%91%A5", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityprovideraccount%E2%91%A4", "https://w3c-fedid.github.io/FedCM/#dom-identityprovideraccountlist-accounts", "https://w3c-fedid.github.io/FedCM/#fetch-the-account-picture", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-fetch-the-account-picture", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-fetch-the-account-picture", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-fetch-the-account-picture", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-fetch-the-account-picture", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityprovideraccount%E2%91%A5", "https://w3c-fedid.github.io/FedCM/#ref-for-parse-url%E2%91%A3", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identityprovideraccount-picture%E2%91%A1", @@ -826,10 +631,6 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-identity-assertion-endpoint", "https://w3c-fedid.github.io/FedCM/#ref-for-rp%E2%91%A1%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#fetch-an-identity-assertion", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-fetch-an-identity-assertion", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-fetch-an-identity-assertion", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-fetch-an-identity-assertion", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-fetch-an-identity-assertion", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A1%E2%91%A2", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityproviderrequestoptions%E2%91%A3", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityproviderapiconfig%E2%91%A2", @@ -872,18 +673,10 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identitycredential-token%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identitycredential-isautoselected%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#dictdef-identityprovidertoken", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dictdef-identityprovidertoken", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dictdef-identityprovidertoken", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dictdef-identityprovidertoken", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dictdef-identityprovidertoken", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A1%E2%91%A3", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identityprovidertoken-token%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#request-permission-signup", "https://w3c-fedid.github.io/FedCM/#select-an-account", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-select-an-account", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-select-an-account", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-select-an-account", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-select-an-account", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityprovideraccount%E2%91%A6", "https://w3c-fedid.github.io/FedCM/#ref-for-list-size%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityprovideraccount%E2%91%A7", @@ -891,10 +684,6 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-client-metadata-endpoint", "https://w3c-fedid.github.io/FedCM/#ref-for-rp%E2%91%A1%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#request-permission-to-sign-up", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-request-permission-to-sign-up", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-request-permission-to-sign-up", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-request-permission-to-sign-up", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-request-permission-to-sign-up", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityprovideraccount%E2%91%A8", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityproviderapiconfig%E2%91%A3", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityproviderrequestoptions%E2%91%A4", @@ -912,10 +701,6 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identitycredentialrequestoptions-context%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#ref-for-create-a-connection-between-the-rp-and-the-idp-account", "https://w3c-fedid.github.io/FedCM/#fetch-the-client-metadata", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-fetch-the-client-metadata", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-fetch-the-client-metadata", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-fetch-the-client-metadata", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-fetch-the-client-metadata", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityproviderapiconfig%E2%91%A4", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityproviderrequestoptions%E2%91%A5", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityproviderclientmetadata", @@ -947,20 +732,12 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-dfn-convert-ecmascript-to-idl-value%E2%91%A4", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityproviderclientmetadata%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#dictdef-identityproviderclientmetadata", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dictdef-identityproviderclientmetadata", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dictdef-identityproviderclientmetadata", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dictdef-identityproviderclientmetadata", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dictdef-identityproviderclientmetadata", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A1%E2%91%A4", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identityproviderclientmetadata-privacy_policy_url%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A1%E2%91%A5", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identityproviderclientmetadata-terms_of_service_url%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#helper-algorithms", "https://w3c-fedid.github.io/FedCM/#parse-url", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-parse-url", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-parse-url", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-parse-url", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-parse-url", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A1%E2%91%A6", "https://w3c-fedid.github.io/FedCM/#ref-for-concept-url%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#ref-for-queue-a-global-task%E2%91%A1", @@ -969,10 +746,6 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-concept-url-parser%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#ref-for-in-parallel%E2%91%A4", "https://w3c-fedid.github.io/FedCM/#fetch-request", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-fetch-request", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-fetch-request", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-fetch-request", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-fetch-request", "https://w3c-fedid.github.io/FedCM/#ref-for-concept-request%E2%91%A0%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#ref-for-queue-a-global-task%E2%91%A2", "https://w3c-fedid.github.io/FedCM/#ref-for-networking-task-source", @@ -981,10 +754,6 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-concept-fetch%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#ref-for-in-parallel%E2%91%A5", "https://w3c-fedid.github.io/FedCM/#computing-the-manifest-url", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-computing-the-manifest-url", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-computing-the-manifest-url", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-computing-the-manifest-url", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-computing-the-manifest-url", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityproviderrequestoptions%E2%91%A6", "https://w3c-fedid.github.io/FedCM/#ref-for-string", "https://w3c-fedid.github.io/FedCM/#ref-for-concept-url%E2%91%A2", @@ -994,10 +763,6 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-same-origin", "https://w3c-fedid.github.io/FedCM/#ref-for-potentially-trustworthy-url%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#extract-the-json-fetch-response", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-extract-the-json-fetch-response", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-extract-the-json-fetch-response", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-extract-the-json-fetch-response", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-extract-the-json-fetch-response", "https://w3c-fedid.github.io/FedCM/#ref-for-concept-response%E2%91%A5", "https://w3c-fedid.github.io/FedCM/#ref-for-ordered-map", "https://w3c-fedid.github.io/FedCM/#ref-for-networking-task-source%E2%91%A0", @@ -1015,10 +780,6 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-networkerror%E2%91%A0%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-DOMException%E2%91%A0%E2%91%A3", "https://w3c-fedid.github.io/FedCM/#show-an-idp-login-dialog", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-show-an-idp-login-dialog", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-show-an-idp-login-dialog", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-show-an-idp-login-dialog", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-show-an-idp-login-dialog", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityproviderapiconfig%E2%91%A5", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityproviderconfig%E2%91%A7", "https://w3c-fedid.github.io/FedCM/#ref-for-in-parallel%E2%91%A6", @@ -1051,55 +812,23 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityuserinfo", "https://w3c-fedid.github.io/FedCM/#ref-for-identityprovider%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#dictdef-identityuserinfo", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dictdef-identityuserinfo", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dictdef-identityuserinfo", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dictdef-identityuserinfo", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dictdef-identityuserinfo", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A1%E2%91%A7", "https://w3c-fedid.github.io/FedCM/#dom-identityuserinfo-email", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityuserinfo-email", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityuserinfo-email", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityuserinfo-email", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityuserinfo-email", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A1%E2%91%A8", "https://w3c-fedid.github.io/FedCM/#dom-identityuserinfo-name", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityuserinfo-name", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityuserinfo-name", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityuserinfo-name", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityuserinfo-name", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A2%E2%93%AA", "https://w3c-fedid.github.io/FedCM/#dom-identityuserinfo-givenname", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityuserinfo-givenname", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityuserinfo-givenname", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityuserinfo-givenname", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityuserinfo-givenname", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A2%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#dom-identityuserinfo-picture", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityuserinfo-picture", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityuserinfo-picture", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityuserinfo-picture", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityuserinfo-picture", "https://w3c-fedid.github.io/FedCM/#ref-for-Exposed%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#ref-for-SecureContext%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#identityprovider", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-identityprovider", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-identityprovider", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-identityprovider", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-identityprovider", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-undefined%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#dom-identityprovider-close", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityprovider-close", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityprovider-close", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityprovider-close", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityprovider-close", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-promise%E2%91%A3", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-sequence%E2%91%A6", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityuserinfo%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#dom-identityprovider-getuserinfo", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityprovider-getuserinfo", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityprovider-getuserinfo", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityprovider-getuserinfo", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityprovider-getuserinfo", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityproviderconfig%E2%91%A8", "https://w3c-fedid.github.io/FedCM/#dom-identityprovider-getuserinfo-config-config", "https://w3c-fedid.github.io/FedCM/#issue-7ded5c77", @@ -1122,7 +851,7 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identityprovider-getuserinfo%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#ref-for-concept-origin%E2%91%A7", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identityproviderconfig-configurl%E2%91%A0%E2%91%A0", - "https://w3c-fedid.github.io/FedCM/#example-6448c6b1", + "https://w3c-fedid.github.io/FedCM/#example-f6af7467", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identityprovider-getuserinfo%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityproviderconfig%E2%91%A0%E2%93%AA", "https://w3c-fedid.github.io/FedCM/#ref-for-current-global-object%E2%91%A0", @@ -1194,10 +923,6 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-well-known-file%E2%91%A3", "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A1%E2%91%A7", "https://w3c-fedid.github.io/FedCM/#well-known-file", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-well-known-file", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-well-known-file", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-well-known-file", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-well-known-file", "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A1%E2%91%A8", "https://w3c-fedid.github.io/FedCM/#ref-for-well-known-file%E2%91%A4", "https://w3c-fedid.github.io/FedCM/#ref-for-fetch-the-config-file%E2%91%A4", @@ -1208,17 +933,9 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityproviderwellknown%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityproviderwellknown%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#dom-identityproviderwellknown-provider_urls", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityproviderwellknown-provider_urls", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityproviderwellknown-provider_urls", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityproviderwellknown-provider_urls", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityproviderwellknown-provider_urls", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A2%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#idp-api-config-file", "https://w3c-fedid.github.io/FedCM/#config-file", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-config-file", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-config-file", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-config-file", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-config-file", "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%93%AA", "https://w3c-fedid.github.io/FedCM/#ref-for-config-file", "https://w3c-fedid.github.io/FedCM/#ref-for-fetch-the-config-file%E2%91%A5", @@ -1230,34 +947,14 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityproviderapiconfig%E2%91%A6", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityproviderapiconfig%E2%91%A7", "https://w3c-fedid.github.io/FedCM/#dom-identityproviderapiconfig-accounts_endpoint", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityproviderapiconfig-accounts_endpoint", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityproviderapiconfig-accounts_endpoint", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityproviderapiconfig-accounts_endpoint", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityproviderapiconfig-accounts_endpoint", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A2%E2%91%A2", "https://w3c-fedid.github.io/FedCM/#dom-identityproviderapiconfig-client_metadata_endpoint", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityproviderapiconfig-client_metadata_endpoint", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityproviderapiconfig-client_metadata_endpoint", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityproviderapiconfig-client_metadata_endpoint", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityproviderapiconfig-client_metadata_endpoint", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A2%E2%91%A3", "https://w3c-fedid.github.io/FedCM/#dom-identityproviderapiconfig-id_assertion_endpoint", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityproviderapiconfig-id_assertion_endpoint", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityproviderapiconfig-id_assertion_endpoint", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityproviderapiconfig-id_assertion_endpoint", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityproviderapiconfig-id_assertion_endpoint", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A2%E2%91%A4", "https://w3c-fedid.github.io/FedCM/#dom-identityproviderapiconfig-disconnect_endpoint", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityproviderapiconfig-disconnect_endpoint", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityproviderapiconfig-disconnect_endpoint", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityproviderapiconfig-disconnect_endpoint", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityproviderapiconfig-disconnect_endpoint", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A2%E2%91%A5", "https://w3c-fedid.github.io/FedCM/#dom-identityproviderapiconfig-branding", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityproviderapiconfig-branding", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityproviderapiconfig-branding", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityproviderapiconfig-branding", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityproviderapiconfig-branding", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityproviderbranding%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityproviderbranding%E2%91%A2", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityproviderbranding%E2%91%A3", @@ -1265,56 +962,28 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A6", "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A7", "https://w3c-fedid.github.io/FedCM/#dom-identityproviderbranding-background_color", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityproviderbranding-background_color", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityproviderbranding-background_color", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityproviderbranding-background_color", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityproviderbranding-background_color", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A2%E2%91%A6", "https://w3c-fedid.github.io/FedCM/#ref-for-color", "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#dom-identityproviderbranding-color", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityproviderbranding-color", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityproviderbranding-color", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityproviderbranding-color", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityproviderbranding-color", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A2%E2%91%A7", "https://w3c-fedid.github.io/FedCM/#ref-for-color%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A2", "https://w3c-fedid.github.io/FedCM/#dom-identityproviderbranding-icons", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityproviderbranding-icons", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityproviderbranding-icons", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityproviderbranding-icons", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityproviderbranding-icons", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityprovidericon%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityprovidericon%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#dom-identityproviderbranding-name", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityproviderbranding-name", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityproviderbranding-name", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityproviderbranding-name", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityproviderbranding-name", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A2%E2%91%A8", "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A3", "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A8", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityprovidericon%E2%91%A2", "https://w3c-fedid.github.io/FedCM/#dom-identityprovidericon-url", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityprovidericon-url", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityprovidericon-url", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityprovidericon-url", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityprovidericon-url", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A3%E2%93%AA", "https://w3c-fedid.github.io/FedCM/#dom-identityprovidericon-size", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityprovidericon-size", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityprovidericon-size", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityprovidericon-size", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityprovidericon-size", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-unsigned-long%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%93%AA", "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#color", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-color", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-color", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-color", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-color", "https://w3c-fedid.github.io/FedCM/#ref-for-typedef-color", "https://w3c-fedid.github.io/FedCM/#ref-for-typedef-hex-color", "https://w3c-fedid.github.io/FedCM/#ref-for-funcdef-hsl", @@ -1323,10 +992,6 @@ "https://w3c-fedid.github.io/FedCM/#example-c6c72515", "https://w3c-fedid.github.io/FedCM/#idp-api-accounts-endpoint", "https://w3c-fedid.github.io/FedCM/#accounts-endpoint", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-accounts-endpoint", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-accounts-endpoint", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-accounts-endpoint", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-accounts-endpoint", "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A4", "https://w3c-fedid.github.io/FedCM/#ref-for-accounts-endpoint%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#ref-for-fetch-the-accounts%E2%91%A2", @@ -1339,58 +1004,26 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityprovideraccountlist%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityprovideraccount%E2%91%A0%E2%93%AA", "https://w3c-fedid.github.io/FedCM/#dom-identityprovideraccount-id", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityprovideraccount-id", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityprovideraccount-id", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityprovideraccount-id", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityprovideraccount-id", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A3%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#dom-identityprovideraccount-name", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityprovideraccount-name", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityprovideraccount-name", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityprovideraccount-name", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityprovideraccount-name", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A3%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#dom-identityprovideraccount-email", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityprovideraccount-email", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityprovideraccount-email", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityprovideraccount-email", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityprovideraccount-email", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A3%E2%91%A2", "https://w3c-fedid.github.io/FedCM/#dom-identityprovideraccount-given_name", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityprovideraccount-given_name", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityprovideraccount-given_name", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityprovideraccount-given_name", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityprovideraccount-given_name", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A3%E2%91%A3", "https://w3c-fedid.github.io/FedCM/#dom-identityprovideraccount-picture", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityprovideraccount-picture", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityprovideraccount-picture", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityprovideraccount-picture", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityprovideraccount-picture", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A3%E2%91%A4", "https://w3c-fedid.github.io/FedCM/#dom-identityprovideraccount-approved_clients", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityprovideraccount-approved_clients", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityprovideraccount-approved_clients", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityprovideraccount-approved_clients", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityprovideraccount-approved_clients", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A3%E2%91%A5", "https://w3c-fedid.github.io/FedCM/#ref-for-rp%E2%91%A1%E2%91%A7", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identityproviderconfig-clientid%E2%91%A7", "https://w3c-fedid.github.io/FedCM/#ref-for-request-permission-to-sign-up%E2%91%A2", "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A6", "https://w3c-fedid.github.io/FedCM/#dom-identityprovideraccount-login_hints", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityprovideraccount-login_hints", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityprovideraccount-login_hints", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityprovideraccount-login_hints", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityprovideraccount-login_hints", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-DOMString%E2%91%A3", "https://w3c-fedid.github.io/FedCM/#ref-for-rp%E2%91%A1%E2%91%A8", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identityproviderrequestoptions-loginhint%E2%91%A4", "https://w3c-fedid.github.io/FedCM/#dom-identityprovideraccount-domain_hints", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityprovideraccount-domain_hints", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityprovideraccount-domain_hints", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityprovideraccount-domain_hints", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityprovideraccount-domain_hints", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-DOMString%E2%91%A4", "https://w3c-fedid.github.io/FedCM/#ref-for-rp%E2%91%A2%E2%93%AA", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identityproviderrequestoptions-domainhint%E2%91%A5", @@ -1398,10 +1031,6 @@ "https://w3c-fedid.github.io/FedCM/#issue-ef9f6ef5", "https://w3c-fedid.github.io/FedCM/#idp-api-client-id-metadata-endpoint", "https://w3c-fedid.github.io/FedCM/#client-metadata-endpoint", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-client-metadata-endpoint", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-client-metadata-endpoint", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-client-metadata-endpoint", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-client-metadata-endpoint", "https://w3c-fedid.github.io/FedCM/#ref-for-rp%E2%91%A2%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#ref-for-client-metadata-endpoint%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#ref-for-fetch-the-client-metadata%E2%91%A0", @@ -1413,26 +1042,14 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityproviderclientmetadata%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityproviderclientmetadata%E2%91%A2", "https://w3c-fedid.github.io/FedCM/#dom-identityproviderclientmetadata-privacy_policy_url", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityproviderclientmetadata-privacy_policy_url", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityproviderclientmetadata-privacy_policy_url", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityproviderclientmetadata-privacy_policy_url", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityproviderclientmetadata-privacy_policy_url", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A3%E2%91%A6", "https://w3c-fedid.github.io/FedCM/#ref-for-rp%E2%91%A2%E2%91%A2", "https://w3c-fedid.github.io/FedCM/#dom-identityproviderclientmetadata-terms_of_service_url", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityproviderclientmetadata-terms_of_service_url", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityproviderclientmetadata-terms_of_service_url", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityproviderclientmetadata-terms_of_service_url", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityproviderclientmetadata-terms_of_service_url", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A3%E2%91%A7", "https://w3c-fedid.github.io/FedCM/#ref-for-rp%E2%91%A2%E2%91%A3", "https://w3c-fedid.github.io/FedCM/#example-001e0b0d", "https://w3c-fedid.github.io/FedCM/#idp-api-id-assertion-endpoint", "https://w3c-fedid.github.io/FedCM/#identity-assertion-endpoint", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-identity-assertion-endpoint", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-identity-assertion-endpoint", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-identity-assertion-endpoint", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-identity-assertion-endpoint", "https://w3c-fedid.github.io/FedCM/#ref-for-identity-assertion-endpoint%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#ref-for-fetch-an-identity-assertion%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A7", @@ -1440,10 +1057,6 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-http-origin%E2%91%A3", "https://w3c-fedid.github.io/FedCM/#ref-for-http-headerdef-sec-fetch-dest%E2%91%A3", "https://w3c-fedid.github.io/FedCM/#dom-id_assertion_endpoint_request-client_id", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-id_assertion_endpoint_request-client_id", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-id_assertion_endpoint_request-client_id", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-id_assertion_endpoint_request-client_id", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-id_assertion_endpoint_request-client_id", "https://w3c-fedid.github.io/FedCM/#ref-for-rp%E2%91%A2%E2%91%A5", "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A8", "https://w3c-fedid.github.io/FedCM/#dom-id_assertion_endpoint_request-nonce", @@ -1468,10 +1081,6 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityprovidertoken%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityprovidertoken%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#dom-identityprovidertoken-token", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityprovidertoken-token", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityprovidertoken-token", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-identityprovidertoken-token", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-identityprovidertoken-token", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A3%E2%91%A8", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identityprovidertoken-token%E2%91%A2", "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A4", @@ -1484,10 +1093,6 @@ "https://w3c-fedid.github.io/FedCM/#example-9a912242", "https://w3c-fedid.github.io/FedCM/#idp-api-disconnect-endpoint", "https://w3c-fedid.github.io/FedCM/#disconnect-endpoint", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-disconnect-endpoint", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-disconnect-endpoint", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-disconnect-endpoint", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-disconnect-endpoint", "https://w3c-fedid.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A8", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identityprovideraccount-id%E2%91%A3", @@ -1504,10 +1109,6 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%91%A3", "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#dom-disconnect_endpoint_request-account_hint", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-disconnect_endpoint_request-account_hint", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-disconnect_endpoint_request-account_hint", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-disconnect_endpoint_request-account_hint", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-disconnect_endpoint_request-account_hint", "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%91%A4", "https://w3c-fedid.github.io/FedCM/#example-d810f151", @@ -1515,10 +1116,6 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-dfn-convert-ecmascript-to-idl-value%E2%91%A0%E2%93%AA", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-disconnectedaccount%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#dom-disconnectedaccount-account_id", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-disconnectedaccount-account_id", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-disconnectedaccount-account_id", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dom-disconnectedaccount-account_id", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dom-disconnectedaccount-account_id", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A4%E2%93%AA", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identityprovideraccount-id%E2%91%A4", "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%91%A3", @@ -1535,10 +1132,6 @@ "https://w3c-fedid.github.io/FedCM/#permissions-policy-integration", "https://w3c-fedid.github.io/FedCM/#ref-for-policy-controlled-feature%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#identity-credentials-get", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-identity-credentials-get", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-identity-credentials-get", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-identity-credentials-get", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-identity-credentials-get", "https://w3c-fedid.github.io/FedCM/#ref-for-policy-controlled-feature-default-allowlist", "https://w3c-fedid.github.io/FedCM/#ref-for-document", "https://w3c-fedid.github.io/FedCM/#ref-for-concept-document-permissions-policy%E2%91%A0", @@ -1650,10 +1243,6 @@ "https://w3c-fedid.github.io/FedCM/#webdriver-setdelayenabled", "https://w3c-fedid.github.io/FedCM/#table-webdriver-setdelayenabled", "https://w3c-fedid.github.io/FedCM/#setdelayenabled", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-setdelayenabled", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-setdelayenabled", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-setdelayenabled", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-setdelayenabled", "https://w3c-fedid.github.io/FedCM/#ref-for-dfn-remote-end-steps%E2%91%A5", "https://w3c-fedid.github.io/FedCM/#ref-for-dfn-error%E2%91%A0%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#ref-for-dfn-error-code%E2%91%A0%E2%91%A0", @@ -1716,10 +1305,6 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A2", "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A3", "https://w3c-fedid.github.io/FedCM/#tracker", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-tracker", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-tracker", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-tracker", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-tracker", "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A4", "https://w3c-fedid.github.io/FedCM/#ref-for-tracker", "https://w3c-fedid.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A8", @@ -1882,720 +1467,148 @@ "https://w3c-fedid.github.io/FedCM/#index-defined-here", "https://w3c-fedid.github.io/FedCM/#index-defined-elsewhere", "https://w3c-fedid.github.io/FedCM/#79ff34a5", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-79ff34a5", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-79ff34a5", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-79ff34a5", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-79ff34a5", "https://w3c-fedid.github.io/FedCM/#d9070155", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-d9070155", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-d9070155", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-d9070155", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-d9070155", "https://w3c-fedid.github.io/FedCM/#59825b02", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-59825b02", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-59825b02", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-59825b02", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-59825b02", "https://w3c-fedid.github.io/FedCM/#696a29e8", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-696a29e8", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-696a29e8", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-696a29e8", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-696a29e8", "https://w3c-fedid.github.io/FedCM/#abcb119a", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-abcb119a", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-abcb119a", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-abcb119a", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-abcb119a", "https://w3c-fedid.github.io/FedCM/#ad09952f", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-ad09952f", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-ad09952f", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-ad09952f", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-ad09952f", "https://w3c-fedid.github.io/FedCM/#f41069dd", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-f41069dd", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-f41069dd", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-f41069dd", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-f41069dd", "https://w3c-fedid.github.io/FedCM/#99134679", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-99134679", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-99134679", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-99134679", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-99134679", "https://w3c-fedid.github.io/FedCM/#cbdd0aff", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-cbdd0aff", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-cbdd0aff", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-cbdd0aff", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-cbdd0aff", "https://w3c-fedid.github.io/FedCM/#546b09a7", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-546b09a7", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-546b09a7", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-546b09a7", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-546b09a7", "https://w3c-fedid.github.io/FedCM/#d0140610", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-d0140610", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-d0140610", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-d0140610", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-d0140610", "https://w3c-fedid.github.io/FedCM/#550fb78a", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-550fb78a", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-550fb78a", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-550fb78a", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-550fb78a", "https://w3c-fedid.github.io/FedCM/#c1eab6d6", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-c1eab6d6", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-c1eab6d6", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-c1eab6d6", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-c1eab6d6", "https://w3c-fedid.github.io/FedCM/#6f944459", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-6f944459", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-6f944459", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-6f944459", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-6f944459", "https://w3c-fedid.github.io/FedCM/#ea9cb8e8", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-ea9cb8e8", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-ea9cb8e8", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-ea9cb8e8", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-ea9cb8e8", "https://w3c-fedid.github.io/FedCM/#5b840e7e", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-5b840e7e", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-5b840e7e", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-5b840e7e", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-5b840e7e", "https://w3c-fedid.github.io/FedCM/#7a29153c", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-7a29153c", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-7a29153c", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-7a29153c", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-7a29153c", "https://w3c-fedid.github.io/FedCM/#efa5c464", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-efa5c464", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-efa5c464", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-efa5c464", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-efa5c464", "https://w3c-fedid.github.io/FedCM/#218f0f24", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-218f0f24", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-218f0f24", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-218f0f24", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-218f0f24", "https://w3c-fedid.github.io/FedCM/#0f04da53", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-0f04da53", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-0f04da53", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-0f04da53", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-0f04da53", "https://w3c-fedid.github.io/FedCM/#1548047a", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-1548047a", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-1548047a", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-1548047a", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-1548047a", "https://w3c-fedid.github.io/FedCM/#8b1a12a4", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-8b1a12a4", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-8b1a12a4", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-8b1a12a4", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-8b1a12a4", "https://w3c-fedid.github.io/FedCM/#85394472", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-85394472", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-85394472", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-85394472", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-85394472", "https://w3c-fedid.github.io/FedCM/#c62cd7cf", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-c62cd7cf", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-c62cd7cf", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-c62cd7cf", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-c62cd7cf", "https://w3c-fedid.github.io/FedCM/#60a270ef", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-60a270ef", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-60a270ef", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-60a270ef", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-60a270ef", "https://w3c-fedid.github.io/FedCM/#0303e8e5", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-0303e8e5", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-0303e8e5", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-0303e8e5", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-0303e8e5", "https://w3c-fedid.github.io/FedCM/#8e9945a0", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-8e9945a0", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-8e9945a0", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-8e9945a0", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-8e9945a0", "https://w3c-fedid.github.io/FedCM/#857d5516", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-857d5516", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-857d5516", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-857d5516", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-857d5516", "https://w3c-fedid.github.io/FedCM/#902380f7", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-902380f7", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-902380f7", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-902380f7", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-902380f7", "https://w3c-fedid.github.io/FedCM/#3ae34c95", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-3ae34c95", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-3ae34c95", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-3ae34c95", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-3ae34c95", "https://w3c-fedid.github.io/FedCM/#36a75887", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-36a75887", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-36a75887", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-36a75887", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-36a75887", "https://w3c-fedid.github.io/FedCM/#a33db89a", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-a33db89a", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-a33db89a", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-a33db89a", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-a33db89a", "https://w3c-fedid.github.io/FedCM/#ad6ec3ab", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-ad6ec3ab", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-ad6ec3ab", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-ad6ec3ab", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-ad6ec3ab", "https://w3c-fedid.github.io/FedCM/#c9e7c11a", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-c9e7c11a", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-c9e7c11a", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-c9e7c11a", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-c9e7c11a", "https://w3c-fedid.github.io/FedCM/#6ee0eab1", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-6ee0eab1", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-6ee0eab1", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-6ee0eab1", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-6ee0eab1", "https://w3c-fedid.github.io/FedCM/#f7b00a8b", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-f7b00a8b", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-f7b00a8b", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-f7b00a8b", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-f7b00a8b", "https://w3c-fedid.github.io/FedCM/#50b05fad", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-50b05fad", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-50b05fad", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-50b05fad", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-50b05fad", "https://w3c-fedid.github.io/FedCM/#cb98f71f", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-cb98f71f", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-cb98f71f", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-cb98f71f", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-cb98f71f", "https://w3c-fedid.github.io/FedCM/#4b84a0bc", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-4b84a0bc", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-4b84a0bc", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-4b84a0bc", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-4b84a0bc", "https://w3c-fedid.github.io/FedCM/#eb1b1af3", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-eb1b1af3", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-eb1b1af3", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-eb1b1af3", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-eb1b1af3", "https://w3c-fedid.github.io/FedCM/#a27468c5", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-a27468c5", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-a27468c5", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-a27468c5", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-a27468c5", "https://w3c-fedid.github.io/FedCM/#ddf444bb", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-ddf444bb", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-ddf444bb", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-ddf444bb", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-ddf444bb", "https://w3c-fedid.github.io/FedCM/#f78d5b5c", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-f78d5b5c", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-f78d5b5c", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-f78d5b5c", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-f78d5b5c", "https://w3c-fedid.github.io/FedCM/#08b51e40", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-08b51e40", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-08b51e40", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-08b51e40", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-08b51e40", "https://w3c-fedid.github.io/FedCM/#64b62ea0", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-64b62ea0", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-64b62ea0", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-64b62ea0", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-64b62ea0", "https://w3c-fedid.github.io/FedCM/#07582c28", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-07582c28", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-07582c28", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-07582c28", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-07582c28", "https://w3c-fedid.github.io/FedCM/#55213b5b", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-55213b5b", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-55213b5b", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-55213b5b", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-55213b5b", "https://w3c-fedid.github.io/FedCM/#ee7bba09", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-ee7bba09", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-ee7bba09", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-ee7bba09", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-ee7bba09", "https://w3c-fedid.github.io/FedCM/#6d1db60d", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-6d1db60d", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-6d1db60d", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-6d1db60d", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-6d1db60d", "https://w3c-fedid.github.io/FedCM/#a1d47575", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-a1d47575", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-a1d47575", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-a1d47575", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-a1d47575", "https://w3c-fedid.github.io/FedCM/#dc1cd39b", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dc1cd39b", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dc1cd39b", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dc1cd39b", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dc1cd39b", "https://w3c-fedid.github.io/FedCM/#8a608b90", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-8a608b90", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-8a608b90", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-8a608b90", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-8a608b90", "https://w3c-fedid.github.io/FedCM/#1ab127d6", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-1ab127d6", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-1ab127d6", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-1ab127d6", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-1ab127d6", "https://w3c-fedid.github.io/FedCM/#a4f8c442", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-a4f8c442", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-a4f8c442", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-a4f8c442", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-a4f8c442", "https://w3c-fedid.github.io/FedCM/#3610bd67", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-3610bd67", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-3610bd67", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-3610bd67", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-3610bd67", "https://w3c-fedid.github.io/FedCM/#3349d69f", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-3349d69f", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-3349d69f", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-3349d69f", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-3349d69f", "https://w3c-fedid.github.io/FedCM/#97c7a5d2", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-97c7a5d2", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-97c7a5d2", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-97c7a5d2", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-97c7a5d2", "https://w3c-fedid.github.io/FedCM/#ce3d2bbb", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-ce3d2bbb", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-ce3d2bbb", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-ce3d2bbb", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-ce3d2bbb", "https://w3c-fedid.github.io/FedCM/#12b8dfc0", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-12b8dfc0", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-12b8dfc0", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-12b8dfc0", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-12b8dfc0", "https://w3c-fedid.github.io/FedCM/#e10e7eb7", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-e10e7eb7", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-e10e7eb7", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-e10e7eb7", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-e10e7eb7", "https://w3c-fedid.github.io/FedCM/#3e12e042", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-3e12e042", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-3e12e042", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-3e12e042", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-3e12e042", "https://w3c-fedid.github.io/FedCM/#a72449dd", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-a72449dd", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-a72449dd", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-a72449dd", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-a72449dd", "https://w3c-fedid.github.io/FedCM/#228be966", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-228be966", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-228be966", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-228be966", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-228be966", "https://w3c-fedid.github.io/FedCM/#b6ae4501", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-b6ae4501", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-b6ae4501", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-b6ae4501", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-b6ae4501", "https://w3c-fedid.github.io/FedCM/#b01b1359", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-b01b1359", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-b01b1359", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-b01b1359", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-b01b1359", "https://w3c-fedid.github.io/FedCM/#086e3aff", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-086e3aff", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-086e3aff", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-086e3aff", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-086e3aff", "https://w3c-fedid.github.io/FedCM/#43ac8374", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-43ac8374", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-43ac8374", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-43ac8374", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-43ac8374", "https://w3c-fedid.github.io/FedCM/#a41102eb", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-a41102eb", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-a41102eb", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-a41102eb", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-a41102eb", "https://w3c-fedid.github.io/FedCM/#48438eb3", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-48438eb3", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-48438eb3", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-48438eb3", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-48438eb3", "https://w3c-fedid.github.io/FedCM/#b75a7d23", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-b75a7d23", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-b75a7d23", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-b75a7d23", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-b75a7d23", "https://w3c-fedid.github.io/FedCM/#9c4c1e66", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-9c4c1e66", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-9c4c1e66", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-9c4c1e66", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-9c4c1e66", "https://w3c-fedid.github.io/FedCM/#7393da89", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-7393da89", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-7393da89", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-7393da89", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-7393da89", "https://w3c-fedid.github.io/FedCM/#a23d12a9", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-a23d12a9", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-a23d12a9", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-a23d12a9", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-a23d12a9", "https://w3c-fedid.github.io/FedCM/#bd736ec6", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-bd736ec6", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-bd736ec6", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-bd736ec6", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-bd736ec6", "https://w3c-fedid.github.io/FedCM/#30717154", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-30717154", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-30717154", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-30717154", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-30717154", "https://w3c-fedid.github.io/FedCM/#53275e46", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-53275e46", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-53275e46", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-53275e46", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-53275e46", "https://w3c-fedid.github.io/FedCM/#a3b18719", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-a3b18719", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-a3b18719", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-a3b18719", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-a3b18719", "https://w3c-fedid.github.io/FedCM/#36858240", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-36858240", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-36858240", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-36858240", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-36858240", "https://w3c-fedid.github.io/FedCM/#ae8def21", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-ae8def21", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-ae8def21", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-ae8def21", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-ae8def21", "https://w3c-fedid.github.io/FedCM/#a326add7", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-a326add7", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-a326add7", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-a326add7", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-a326add7", "https://w3c-fedid.github.io/FedCM/#03afaf9c", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-03afaf9c", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-03afaf9c", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-03afaf9c", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-03afaf9c", "https://w3c-fedid.github.io/FedCM/#1243a891", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-1243a891", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-1243a891", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-1243a891", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-1243a891", "https://w3c-fedid.github.io/FedCM/#7a87d819", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-7a87d819", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-7a87d819", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-7a87d819", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-7a87d819", "https://w3c-fedid.github.io/FedCM/#5afbefcd", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-5afbefcd", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-5afbefcd", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-5afbefcd", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-5afbefcd", "https://w3c-fedid.github.io/FedCM/#649608b9", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-649608b9", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-649608b9", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-649608b9", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-649608b9", "https://w3c-fedid.github.io/FedCM/#84b454ff", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-84b454ff", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-84b454ff", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-84b454ff", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-84b454ff", "https://w3c-fedid.github.io/FedCM/#692595fe", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-692595fe", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-692595fe", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-692595fe", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-692595fe", "https://w3c-fedid.github.io/FedCM/#83c1dbea", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-83c1dbea", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-83c1dbea", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-83c1dbea", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-83c1dbea", "https://w3c-fedid.github.io/FedCM/#99c988d6", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-99c988d6", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-99c988d6", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-99c988d6", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-99c988d6", "https://w3c-fedid.github.io/FedCM/#da05c516", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-da05c516", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-da05c516", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-da05c516", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-da05c516", "https://w3c-fedid.github.io/FedCM/#0204d188", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-0204d188", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-0204d188", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-0204d188", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-0204d188", "https://w3c-fedid.github.io/FedCM/#0698d556", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-0698d556", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-0698d556", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-0698d556", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-0698d556", "https://w3c-fedid.github.io/FedCM/#6d19ac93", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-6d19ac93", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-6d19ac93", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-6d19ac93", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-6d19ac93", "https://w3c-fedid.github.io/FedCM/#36f0fef5", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-36f0fef5", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-36f0fef5", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-36f0fef5", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-36f0fef5", "https://w3c-fedid.github.io/FedCM/#8e0f82cb", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-8e0f82cb", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-8e0f82cb", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-8e0f82cb", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-8e0f82cb", "https://w3c-fedid.github.io/FedCM/#0fb345dd", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-0fb345dd", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-0fb345dd", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-0fb345dd", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-0fb345dd", "https://w3c-fedid.github.io/FedCM/#0d8178d3", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-0d8178d3", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-0d8178d3", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-0d8178d3", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-0d8178d3", "https://w3c-fedid.github.io/FedCM/#c1b65051", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-c1b65051", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-c1b65051", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-c1b65051", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-c1b65051", "https://w3c-fedid.github.io/FedCM/#b1981b98", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-b1981b98", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-b1981b98", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-b1981b98", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-b1981b98", "https://w3c-fedid.github.io/FedCM/#1570624a", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-1570624a", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-1570624a", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-1570624a", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-1570624a", "https://w3c-fedid.github.io/FedCM/#cc890cc1", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-cc890cc1", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-cc890cc1", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-cc890cc1", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-cc890cc1", "https://w3c-fedid.github.io/FedCM/#96dabee7", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-96dabee7", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-96dabee7", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-96dabee7", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-96dabee7", "https://w3c-fedid.github.io/FedCM/#9c5d9c4d", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-9c5d9c4d", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-9c5d9c4d", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-9c5d9c4d", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-9c5d9c4d", "https://w3c-fedid.github.io/FedCM/#b85ee3be", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-b85ee3be", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-b85ee3be", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-b85ee3be", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-b85ee3be", "https://w3c-fedid.github.io/FedCM/#959ad97b", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-959ad97b", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-959ad97b", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-959ad97b", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-959ad97b", "https://w3c-fedid.github.io/FedCM/#c0868016", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-c0868016", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-c0868016", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-c0868016", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-c0868016", "https://w3c-fedid.github.io/FedCM/#3ab2ec8b", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-3ab2ec8b", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-3ab2ec8b", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-3ab2ec8b", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-3ab2ec8b", "https://w3c-fedid.github.io/FedCM/#bc9d7803", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-bc9d7803", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-bc9d7803", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-bc9d7803", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-bc9d7803", "https://w3c-fedid.github.io/FedCM/#3a711be7", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-3a711be7", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-3a711be7", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-3a711be7", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-3a711be7", "https://w3c-fedid.github.io/FedCM/#dcffbccd", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dcffbccd", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dcffbccd", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dcffbccd", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dcffbccd", "https://w3c-fedid.github.io/FedCM/#ca3ca4ae", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-ca3ca4ae", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-ca3ca4ae", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-ca3ca4ae", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-ca3ca4ae", "https://w3c-fedid.github.io/FedCM/#d7edb843", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-d7edb843", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-d7edb843", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-d7edb843", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-d7edb843", "https://w3c-fedid.github.io/FedCM/#ee843963", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-ee843963", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-ee843963", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-ee843963", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-ee843963", "https://w3c-fedid.github.io/FedCM/#c8ff8493", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-c8ff8493", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-c8ff8493", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-c8ff8493", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-c8ff8493", "https://w3c-fedid.github.io/FedCM/#16d98924", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-16d98924", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-16d98924", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-16d98924", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-16d98924", "https://w3c-fedid.github.io/FedCM/#5b668531", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-5b668531", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-5b668531", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-5b668531", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-5b668531", "https://w3c-fedid.github.io/FedCM/#1802ab9b", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-1802ab9b", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-1802ab9b", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-1802ab9b", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-1802ab9b", "https://w3c-fedid.github.io/FedCM/#3d4e20bd", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-3d4e20bd", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-3d4e20bd", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-3d4e20bd", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-3d4e20bd", "https://w3c-fedid.github.io/FedCM/#d78cb661", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-d78cb661", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-d78cb661", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-d78cb661", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-d78cb661", "https://w3c-fedid.github.io/FedCM/#bb4c269e", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-bb4c269e", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-bb4c269e", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-bb4c269e", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-bb4c269e", "https://w3c-fedid.github.io/FedCM/#09daa25c", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-09daa25c", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-09daa25c", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-09daa25c", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-09daa25c", "https://w3c-fedid.github.io/FedCM/#8da4d1e3", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-8da4d1e3", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-8da4d1e3", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-8da4d1e3", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-8da4d1e3", "https://w3c-fedid.github.io/FedCM/#82c23298", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-82c23298", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-82c23298", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-82c23298", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-82c23298", "https://w3c-fedid.github.io/FedCM/#4be6272b", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-4be6272b", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-4be6272b", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-4be6272b", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-4be6272b", "https://w3c-fedid.github.io/FedCM/#dca2de17", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dca2de17", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dca2de17", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-dca2de17", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-dca2de17", "https://w3c-fedid.github.io/FedCM/#8855a9aa", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-8855a9aa", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-8855a9aa", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-8855a9aa", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-8855a9aa", "https://w3c-fedid.github.io/FedCM/#889e932f", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-889e932f", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-889e932f", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-889e932f", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-889e932f", "https://w3c-fedid.github.io/FedCM/#797018a7", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-797018a7", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-797018a7", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-797018a7", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-797018a7", "https://w3c-fedid.github.io/FedCM/#c74f29b9", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-c74f29b9", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-c74f29b9", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-c74f29b9", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-c74f29b9", "https://w3c-fedid.github.io/FedCM/#ba556545", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-ba556545", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-ba556545", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-ba556545", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-ba556545", "https://w3c-fedid.github.io/FedCM/#bdbd19d1", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-bdbd19d1", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-bdbd19d1", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-bdbd19d1", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-bdbd19d1", "https://w3c-fedid.github.io/FedCM/#b75bb3bd", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-b75bb3bd", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-b75bb3bd", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-b75bb3bd", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-b75bb3bd", "https://w3c-fedid.github.io/FedCM/#b0d7f3c3", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-b0d7f3c3", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-b0d7f3c3", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-b0d7f3c3", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-b0d7f3c3", "https://w3c-fedid.github.io/FedCM/#d0b4a948", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-d0b4a948", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-d0b4a948", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-d0b4a948", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-d0b4a948", "https://w3c-fedid.github.io/FedCM/#6c6b1005", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-6c6b1005", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-6c6b1005", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-6c6b1005", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-6c6b1005", "https://w3c-fedid.github.io/FedCM/#5372cca8", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-5372cca8", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-5372cca8", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-5372cca8", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-5372cca8", "https://w3c-fedid.github.io/FedCM/#cadf5fe9", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-cadf5fe9", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-cadf5fe9", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-cadf5fe9", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-cadf5fe9", "https://w3c-fedid.github.io/FedCM/#bec98d30", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-bec98d30", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-bec98d30", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-bec98d30", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-bec98d30", "https://w3c-fedid.github.io/FedCM/#b262501e", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-b262501e", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-b262501e", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-b262501e", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-b262501e", "https://w3c-fedid.github.io/FedCM/#3b90bdcd", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-3b90bdcd", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-3b90bdcd", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-3b90bdcd", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-3b90bdcd", "https://w3c-fedid.github.io/FedCM/#9cce47fd", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-9cce47fd", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-9cce47fd", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-9cce47fd", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-9cce47fd", "https://w3c-fedid.github.io/FedCM/#5f90bbfb", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-5f90bbfb", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-5f90bbfb", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-5f90bbfb", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-5f90bbfb", "https://w3c-fedid.github.io/FedCM/#e97a9688", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-e97a9688", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-e97a9688", - "https://w3c-fedid.github.io/FedCM/#infopanel-for-e97a9688", - "https://w3c-fedid.github.io/FedCM/#infopaneltitle-for-e97a9688", "https://w3c-fedid.github.io/FedCM/#references", "https://w3c-fedid.github.io/FedCM/#normative", "https://w3c-fedid.github.io/FedCM/#biblio-credential-management-1", diff --git a/ed/ids/rdf12-concepts.json b/ed/ids/rdf12-concepts.json index 36386ea2648f..1a8b0f6748ec 100644 --- a/ed/ids/rdf12-concepts.json +++ b/ed/ids/rdf12-concepts.json @@ -70,14 +70,51 @@ "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-blank-node-2", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-resource-3", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-statement-1", - "https://w3c.github.io/rdf-concepts/spec/#section-triple-terms", - "https://w3c.github.io/rdf-concepts/spec/#x1-3-triple-terms", + "https://w3c.github.io/rdf-concepts/spec/#referents", + "https://w3c.github.io/rdf-concepts/spec/#x1-3-the-referent-of-an-iri", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-resource-4", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-denote-2", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-5", + "https://w3c.github.io/rdf-concepts/spec/#dfn-referent", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-denote-3", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-referent-2", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-6", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-denote-4", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-resource-5", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-iri-collision-1", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-iri-owner-1", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-7", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-referent-3", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-dereferences-1", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-document-1", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-statement-2", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-8", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-dereferences-2", + "https://w3c.github.io/rdf-concepts/spec/#vocabularies", + "https://w3c.github.io/rdf-concepts/spec/#x1-4-rdf-vocabularies-and-namespace-iris", + "https://w3c.github.io/rdf-concepts/spec/#dfn-rdf-vocabulary", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-9", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-graph-3", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-10", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-vocabulary-1", + "https://w3c.github.io/rdf-concepts/spec/#dfn-namespace-iri", + "https://w3c.github.io/rdf-concepts/spec/#dfn-namespace-prefix", + "https://w3c.github.io/rdf-concepts/spec/#tab-vocab-ns", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-compatible-xsd-types-1", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-11", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-namespace-iri-1", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-namespace-prefix-1", + "https://w3c.github.io/rdf-concepts/spec/#dfn-namespace", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-namespace-iri-2", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-vocabulary-2", + "https://w3c.github.io/rdf-concepts/spec/#section-triple-terms-reification", + "https://w3c.github.io/rdf-concepts/spec/#x1-5-triple-terms-and-reification", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-triple-term-3", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-term-2", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-triple-4", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-object-4", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-triple-term-4", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-graph-3", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-graph-4", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-triple-term-5", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-asserted-triple-1", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-triple-term-6", @@ -103,7 +140,7 @@ "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-triple-term-11", "https://w3c.github.io/rdf-concepts/spec/#fig-triple-term", "https://w3c.github.io/rdf-concepts/spec/#fig-triple-term-alt", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-graph-4", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-graph-5", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-triple-8", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-triple-term-12", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-reifier-5", @@ -111,50 +148,13 @@ "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-asserted-triple-2", "https://w3c.github.io/rdf-concepts/spec/#fig-asserted-triple-term", "https://w3c.github.io/rdf-concepts/spec/#fig-asserted-triple-term-alt", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-graph-5", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-graph-6", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-triple-9", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-triple-term-14", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-reifier-6", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-triple-term-15", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-triple-term-16", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-object-6", - "https://w3c.github.io/rdf-concepts/spec/#referents", - "https://w3c.github.io/rdf-concepts/spec/#x1-4-the-referent-of-an-iri", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-resource-4", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-denote-2", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-5", - "https://w3c.github.io/rdf-concepts/spec/#dfn-referent", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-denote-3", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-referent-2", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-6", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-denote-4", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-resource-5", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-iri-collision-1", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-iri-owner-1", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-7", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-referent-3", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-dereferences-1", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-document-1", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-statement-2", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-8", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-dereferences-2", - "https://w3c.github.io/rdf-concepts/spec/#vocabularies", - "https://w3c.github.io/rdf-concepts/spec/#x1-5-rdf-vocabularies-and-namespace-iris", - "https://w3c.github.io/rdf-concepts/spec/#dfn-rdf-vocabulary", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-9", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-graph-6", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-10", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-vocabulary-1", - "https://w3c.github.io/rdf-concepts/spec/#dfn-namespace-iri", - "https://w3c.github.io/rdf-concepts/spec/#dfn-namespace-prefix", - "https://w3c.github.io/rdf-concepts/spec/#tab-vocab-ns", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-compatible-xsd-types-1", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-11", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-namespace-iri-1", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-namespace-prefix-1", - "https://w3c.github.io/rdf-concepts/spec/#dfn-namespace", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-namespace-iri-2", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-vocabulary-2", "https://w3c.github.io/rdf-concepts/spec/#change-over-time", "https://w3c.github.io/rdf-concepts/spec/#x1-6-rdf-and-change-over-time", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-graph-7", @@ -264,79 +264,42 @@ "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-blank-node-4", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-5", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-triple-term-19", - "https://w3c.github.io/rdf-concepts/spec/#dfn-triple-term", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-18", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-blank-node-5", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-19", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-20", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-blank-node-6", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-6", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-21", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-blank-node-7", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-22", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-blank-node-5", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-triple-term-20", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-triple-15", - "https://w3c.github.io/rdf-concepts/spec/#dfn-subject", - "https://w3c.github.io/rdf-concepts/spec/#dfn-predicate", - "https://w3c.github.io/rdf-concepts/spec/#dfn-object", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-triple-term-21", - "https://w3c.github.io/rdf-concepts/spec/#issue-container-generatedID-2", - "https://w3c.github.io/rdf-concepts/spec/#h-note-0", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-triple-16", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-triple-term-22", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-graph-22", - "https://w3c.github.io/rdf-concepts/spec/#issue-container-generatedID-3", - "https://w3c.github.io/rdf-concepts/spec/#h-note-1", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-triple-term-23", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-triple-term-24", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-object-7", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-triple-term-25", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-triple-term-26", - "https://w3c.github.io/rdf-concepts/spec/#issue-container-generatedID-4", - "https://w3c.github.io/rdf-concepts/spec/#h-note-2", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-triple-17", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-triple-term-27", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-predicate-3", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-triple-18", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-object-8", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-triple-term-28", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-predicate-4", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-23", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-7", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-blank-node-8", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-triple-term-29", "https://w3c.github.io/rdf-concepts/spec/#dfn-rdf-terms", "https://w3c.github.io/rdf-concepts/spec/#dfn-rdf-term", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-24", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-8", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-blank-node-9", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-triple-term-30", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-19", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-7", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-blank-node-6", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-triple-term-21", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-lexical-form-1", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-blank-node-identifier-2", "https://w3c.github.io/rdf-concepts/spec/#dfn-nodes", "https://w3c.github.io/rdf-concepts/spec/#dfn-node", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-graph-23", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-graph-22", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-subject-5", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-object-9", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-triple-19", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-object-7", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-triple-15", "https://w3c.github.io/rdf-concepts/spec/#section-IRIs", "https://w3c.github.io/rdf-concepts/spec/#x3-2-iris", "https://w3c.github.io/rdf-concepts/spec/#dfn-iri", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-string-2", - "https://w3c.github.io/rdf-concepts/spec/#issue-container-generatedID-5", - "https://w3c.github.io/rdf-concepts/spec/#h-note-3", + "https://w3c.github.io/rdf-concepts/spec/#issue-container-generatedID-2", + "https://w3c.github.io/rdf-concepts/spec/#h-note-0", "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-resolved-1", "https://w3c.github.io/rdf-concepts/spec/#dfn-iri-equality", "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-unicode-code-points-3", "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-section-5-3-1-1", "https://w3c.github.io/rdf-concepts/spec/#note-iris", - "https://w3c.github.io/rdf-concepts/spec/#h-note-4", + "https://w3c.github.io/rdf-concepts/spec/#h-note-1", "https://w3c.github.io/rdf-concepts/spec/#dfn-uri", "https://w3c.github.io/rdf-concepts/spec/#dfn-iri-reference", "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-section-1-3-1", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-25", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-20", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-relative-iri-1", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-26", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-21", "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-section-3-1-1", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-concrete-rdf-syntax-4", "https://w3c.github.io/rdf-concepts/spec/#dfn-relative-iris", @@ -349,13 +312,13 @@ "https://w3c.github.io/rdf-concepts/spec/#section-Graph-Literal", "https://w3c.github.io/rdf-concepts/spec/#x3-3-literals", "https://w3c.github.io/rdf-concepts/spec/#dfn-literal", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-graph-24", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-graph-23", "https://w3c.github.io/rdf-concepts/spec/#dfn-lexical-form", "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-unicode-code-points-4", "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-unicode-scalar-values-2", "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-surrogate-code-points-2", "https://w3c.github.io/rdf-concepts/spec/#dfn-datatype-iri", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-27", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-22", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-value-3", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-datatype-iri-1", "https://w3c.github.io/rdf-concepts/spec/#dfn-language-tag", @@ -375,13 +338,13 @@ "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-datatype-iri-3", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-language-tag-2", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-base-direction-4", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-9", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-8", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-datatype-iri-4", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-language-tagged-string-3", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-dir-lang-string-3", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-datatype-iri-5", "https://w3c.github.io/rdf-concepts/spec/#dfn-literal-value", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-10", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-9", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-language-tagged-string-4", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-lexical-form-3", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-language-tag-3", @@ -399,7 +362,7 @@ "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-datatype-iri-7", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-recognized-datatype-iri-2", "https://w3c.github.io/rdf-concepts/spec/#dfn-literal-term-equality", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-11", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-10", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-lexical-form-7", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-datatype-iri-8", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-language-tag-5", @@ -411,27 +374,66 @@ "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-term-4", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-term-equality-1", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-lexical-form-8", - "https://w3c.github.io/rdf-concepts/spec/#section-text-direction", - "https://w3c.github.io/rdf-concepts/spec/#x3-3-1-initial-text-direction", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-base-direction-7", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-dir-lang-string-5", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-unicode-bidirectional-algorithm-1", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-unicode-bidirectional-algorithm-2", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-spillover-effects-1", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-bidi-isolation-1", "https://w3c.github.io/rdf-concepts/spec/#section-blank-nodes", "https://w3c.github.io/rdf-concepts/spec/#x3-4-blank-nodes", "https://w3c.github.io/rdf-concepts/spec/#dfn-blank-node", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-28", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-12", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-23", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-11", "https://w3c.github.io/rdf-concepts/spec/#note-bnode-id", - "https://w3c.github.io/rdf-concepts/spec/#h-note-5", + "https://w3c.github.io/rdf-concepts/spec/#h-note-2", "https://w3c.github.io/rdf-concepts/spec/#dfn-blank-node-identifiers", "https://w3c.github.io/rdf-concepts/spec/#dfn-blank-node-identifier", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-concrete-rdf-syntax-5", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-blank-node-identifier-3", + "https://w3c.github.io/rdf-concepts/spec/#section-triple-terms", + "https://w3c.github.io/rdf-concepts/spec/#x3-5-triple-terms", + "https://w3c.github.io/rdf-concepts/spec/#dfn-triple-term", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-24", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-blank-node-7", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-25", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-26", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-blank-node-8", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-12", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-27", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-blank-node-9", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-28", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-triple-term-22", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-triple-16", + "https://w3c.github.io/rdf-concepts/spec/#dfn-subject", + "https://w3c.github.io/rdf-concepts/spec/#dfn-predicate", + "https://w3c.github.io/rdf-concepts/spec/#dfn-object", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-triple-term-23", + "https://w3c.github.io/rdf-concepts/spec/#issue-container-generatedID-3", + "https://w3c.github.io/rdf-concepts/spec/#h-note-3", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-triple-17", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-triple-term-24", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-graph-24", + "https://w3c.github.io/rdf-concepts/spec/#issue-container-generatedID-4", + "https://w3c.github.io/rdf-concepts/spec/#h-note-4", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-triple-term-25", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-triple-term-26", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-object-8", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-triple-term-27", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-triple-term-28", + "https://w3c.github.io/rdf-concepts/spec/#issue-container-generatedID-5", + "https://w3c.github.io/rdf-concepts/spec/#h-note-5", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-triple-18", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-triple-term-29", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-predicate-3", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-triple-19", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-object-9", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-triple-term-30", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-predicate-4", + "https://w3c.github.io/rdf-concepts/spec/#section-text-direction", + "https://w3c.github.io/rdf-concepts/spec/#x3-6-initial-text-direction", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-base-direction-7", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-dir-lang-string-5", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-unicode-bidirectional-algorithm-1", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-unicode-bidirectional-algorithm-2", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-spillover-effects-1", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-bidi-isolation-1", "https://w3c.github.io/rdf-concepts/spec/#section-skolemization", - "https://w3c.github.io/rdf-concepts/spec/#x3-5-replacing-blank-nodes-with-iris", + "https://w3c.github.io/rdf-concepts/spec/#x3-7-replacing-blank-nodes-with-iris", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-blank-node-identifier-4", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-29", "https://w3c.github.io/rdf-concepts/spec/#dfn-skolem-iri", @@ -439,7 +441,7 @@ "https://w3c.github.io/rdf-concepts/spec/#h-note-6", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-uri-1", "https://w3c.github.io/rdf-concepts/spec/#graph-isomorphism", - "https://w3c.github.io/rdf-concepts/spec/#x3-6-graph-comparison", + "https://w3c.github.io/rdf-concepts/spec/#x3-8-graph-comparison", "https://w3c.github.io/rdf-concepts/spec/#section-graph-equality", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-graph-25", "https://w3c.github.io/rdf-concepts/spec/#dfn-graph-isomorphism", @@ -634,26 +636,43 @@ "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-38", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-denote-9", "https://w3c.github.io/rdf-concepts/spec/#section-generalized-rdf", - "https://w3c.github.io/rdf-concepts/spec/#x7-generalized-rdf-triples-graphs-and-datasets", + "https://w3c.github.io/rdf-concepts/spec/#x7-generalizations-of-rdf-triples-graphs-and-datasets", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-triple-24", - "https://w3c.github.io/rdf-concepts/spec/#dfn-generalized-rdf-triple", + "https://w3c.github.io/rdf-concepts/spec/#dfn-symmetric-rdf-triple", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-term-5", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-39", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-blank-node-12", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-triple-term-31", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-17", - "https://w3c.github.io/rdf-concepts/spec/#dfn-generalized-rdf-graph", - "https://w3c.github.io/rdf-concepts/spec/#dfn-generalized-rdf-dataset", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-triple-term-31", + "https://w3c.github.io/rdf-concepts/spec/#dfn-symmetric-rdf-graph", + "https://w3c.github.io/rdf-concepts/spec/#dfn-symmetric-rdf-dataset", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-40", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-blank-node-13", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-triple-term-32", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-18", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-triple-25", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-graph-35", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-dataset-17", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-41", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-blank-node-14", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-18", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-triple-term-32", + "https://w3c.github.io/rdf-concepts/spec/#dfn-generalized-rdf-triple", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-42", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-blank-node-15", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-triple-term-33", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-19", + "https://w3c.github.io/rdf-concepts/spec/#dfn-generalized-rdf-graph", + "https://w3c.github.io/rdf-concepts/spec/#dfn-generalized-rdf-dataset", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-43", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-blank-node-16", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-triple-term-34", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-20", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-triple-26", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-graph-36", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-dataset-18", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-44", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-blank-node-17", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-triple-term-35", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-21", "https://w3c.github.io/rdf-concepts/spec/#note-generalized-rdf", "https://w3c.github.io/rdf-concepts/spec/#h-note-13", "https://w3c.github.io/rdf-concepts/spec/#section-additional-datatypes", @@ -662,8 +681,8 @@ "https://w3c.github.io/rdf-concepts/spec/#section-html", "https://w3c.github.io/rdf-concepts/spec/#a-1-the-rdf-html-datatype", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-value-5", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-graph-36", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-20", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-graph-37", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-22", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-datatype-5", "https://w3c.github.io/rdf-concepts/spec/#dfn-rdf-html", "https://w3c.github.io/rdf-concepts/spec/#HTML-uri", @@ -682,8 +701,8 @@ "https://w3c.github.io/rdf-concepts/spec/#section-XMLLiteral", "https://w3c.github.io/rdf-concepts/spec/#a-2-the-rdf-xmlliteral-datatype", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-value-6", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-graph-37", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-21", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-graph-38", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-23", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-datatype-6", "https://w3c.github.io/rdf-concepts/spec/#dfn-rdf-xmlliteral", "https://w3c.github.io/rdf-concepts/spec/#XMLLiteral-uri", @@ -707,8 +726,8 @@ "https://w3c.github.io/rdf-concepts/spec/#section-json", "https://w3c.github.io/rdf-concepts/spec/#a-3-the-rdf-json-datatype", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-value-7", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-graph-38", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-22", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-graph-39", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-24", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-datatype-8", "https://w3c.github.io/rdf-concepts/spec/#dfn-rdf-json", "https://w3c.github.io/rdf-concepts/spec/#JSON-uri", @@ -775,10 +794,10 @@ "https://w3c.github.io/rdf-concepts/spec/#b-privacy-considerations", "https://w3c.github.io/rdf-concepts/spec/#security", "https://w3c.github.io/rdf-concepts/spec/#c-security-considerations", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-42", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-45", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-string-12", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-43", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-44", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-46", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-iri-47", "https://w3c.github.io/rdf-concepts/spec/#issue-container-generatedID-15", "https://w3c.github.io/rdf-concepts/spec/#h-note-19", "https://w3c.github.io/rdf-concepts/spec/#internationalization", @@ -789,7 +808,7 @@ "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-dir-attribute-1", "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-i18n-namespace-1", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-language-tag-7", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-23", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-25", "https://w3c.github.io/rdf-concepts/spec/#issue-container-number-9", "https://w3c.github.io/rdf-concepts/spec/#h-issue", "https://w3c.github.io/rdf-concepts/spec/#ref-for-index-term-i18n-namespace-2", @@ -810,13 +829,13 @@ "https://w3c.github.io/rdf-concepts/spec/#changes-12", "https://w3c.github.io/rdf-concepts/spec/#g-changes-between-rdf-1-1-and-rdf-1-2", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-quad-4", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-triple-term-34", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-triple-term-36", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-asserted-triple-3", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-triple-26", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-triple-27", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-reifier-7", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-reifying-triple-2", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-base-direction-9", - "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-24", + "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-literal-26", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-relative-iri-2", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-html-3", "https://w3c.github.io/rdf-concepts/spec/#ref-for-dfn-rdf-xmlliteral-3", diff --git a/ed/ids/secure-payment-confirmation.json b/ed/ids/secure-payment-confirmation.json index f61921cef2bc..5a6cfd6f7fa0 100644 --- a/ed/ids/secure-payment-confirmation.json +++ b/ed/ids/secure-payment-confirmation.json @@ -7,6 +7,7 @@ "https://w3c.github.io/secure-payment-confirmation/#toc-nav", "https://w3c.github.io/secure-payment-confirmation/#toc-jump", "https://w3c.github.io/secure-payment-confirmation/#toc-toggle", + "https://w3c.github.io/secure-payment-confirmation/#toc-theme-toggle", "https://w3c.github.io/secure-payment-confirmation/#title", "https://w3c.github.io/secure-payment-confirmation/#w3c-state", "https://w3c.github.io/secure-payment-confirmation/#abstract", @@ -42,10 +43,6 @@ "https://w3c.github.io/secure-payment-confirmation/#authentication-example", "https://w3c.github.io/secure-payment-confirmation/#sctn-terminology", "https://w3c.github.io/secure-payment-confirmation/#spc-credential", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-spc-credential", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-spc-credential", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-spc-credential", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-spc-credential", "https://w3c.github.io/secure-payment-confirmation/#ref-for-public-key-credential", "https://w3c.github.io/secure-payment-confirmation/#ref-for-relying-party%E2%91%A0%E2%93%AA", "https://w3c.github.io/secure-payment-confirmation/#ref-for-relying-party%E2%91%A0%E2%91%A0", @@ -54,18 +51,10 @@ "https://w3c.github.io/secure-payment-confirmation/#ref-for-public-key-credential%E2%91%A0", "https://w3c.github.io/secure-payment-confirmation/#ref-for-relying-party%E2%91%A0%E2%91%A3", "https://w3c.github.io/secure-payment-confirmation/#steps-to-silently-determine-if-a-credential-is-spc-enabled", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-steps-to-silently-determine-if-a-credential-is-spc-enabled", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-steps-to-silently-determine-if-a-credential-is-spc-enabled", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-steps-to-silently-determine-if-a-credential-is-spc-enabled", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-steps-to-silently-determine-if-a-credential-is-spc-enabled", "https://w3c.github.io/secure-payment-confirmation/#ref-for-relying-party-identifier", "https://w3c.github.io/secure-payment-confirmation/#ref-for-credential-id", "https://w3c.github.io/secure-payment-confirmation/#ref-for-spc-credential", "https://w3c.github.io/secure-payment-confirmation/#steps-to-silently-determine-if-a-credential-is-available-for-the-current-device", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-steps-to-silently-determine-if-a-credential-is-available-for-the-current-device", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-steps-to-silently-determine-if-a-credential-is-available-for-the-current-device", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-steps-to-silently-determine-if-a-credential-is-available-for-the-current-device", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-steps-to-silently-determine-if-a-credential-is-available-for-the-current-device", "https://w3c.github.io/secure-payment-confirmation/#ref-for-relying-party-identifier%E2%91%A0", "https://w3c.github.io/secure-payment-confirmation/#ref-for-credential-id%E2%91%A0", "https://w3c.github.io/secure-payment-confirmation/#ref-for-spc-credential%E2%91%A0", @@ -86,18 +75,10 @@ "https://w3c.github.io/secure-payment-confirmation/#sctn-payment-method-spc", "https://w3c.github.io/secure-payment-confirmation/#ref-for-dfn-payment-handler", "https://w3c.github.io/secure-payment-confirmation/#secure-payment-confirmation-payment-handler", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-secure-payment-confirmation-payment-handler", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-secure-payment-confirmation-payment-handler", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-secure-payment-confirmation-payment-handler", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-secure-payment-confirmation-payment-handler", "https://w3c.github.io/secure-payment-confirmation/#sctn-payment-method-identifier", "https://w3c.github.io/secure-payment-confirmation/#ref-for-dfn-standardized-payment-method-identifier", "https://w3c.github.io/secure-payment-confirmation/#ref-for-secure-payment-confirmation-payment-handler", "https://w3c.github.io/secure-payment-confirmation/#secure-payment-confirmation", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-secure-payment-confirmation", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-secure-payment-confirmation", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-secure-payment-confirmation", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-secure-payment-confirmation", "https://w3c.github.io/secure-payment-confirmation/#sctn-registration-in-payment-method-id", "https://w3c.github.io/secure-payment-confirmation/#ref-for-registry", "https://w3c.github.io/secure-payment-confirmation/#ref-for-secure-payment-confirmation%E2%91%A0", @@ -117,10 +98,6 @@ "https://w3c.github.io/secure-payment-confirmation/#ref-for-concept-relevant-global%E2%91%A0", "https://w3c.github.io/secure-payment-confirmation/#sctn-securepaymentconfirmationrequest-dictionary", "https://w3c.github.io/secure-payment-confirmation/#dictdef-securepaymentconfirmationrequest", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dictdef-securepaymentconfirmationrequest", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dictdef-securepaymentconfirmationrequest", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dictdef-securepaymentconfirmationrequest", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dictdef-securepaymentconfirmationrequest", "https://w3c.github.io/secure-payment-confirmation/#ref-for-dictdef-securepaymentconfirmationrequest", "https://w3c.github.io/secure-payment-confirmation/#ref-for-BufferSource", "https://w3c.github.io/secure-payment-confirmation/#ref-for-dom-securepaymentconfirmationrequest-challenge", @@ -146,73 +123,33 @@ "https://w3c.github.io/secure-payment-confirmation/#ref-for-dom-securepaymentconfirmationrequest-showoptout", "https://w3c.github.io/secure-payment-confirmation/#ref-for-dictdef-securepaymentconfirmationrequest%E2%91%A0", "https://w3c.github.io/secure-payment-confirmation/#dom-securepaymentconfirmationrequest-challenge", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-securepaymentconfirmationrequest-challenge", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-securepaymentconfirmationrequest-challenge", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-securepaymentconfirmationrequest-challenge", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-securepaymentconfirmationrequest-challenge", "https://w3c.github.io/secure-payment-confirmation/#ref-for-BufferSource%E2%91%A1", "https://w3c.github.io/secure-payment-confirmation/#dom-securepaymentconfirmationrequest-rpid", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-securepaymentconfirmationrequest-rpid", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-securepaymentconfirmationrequest-rpid", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-securepaymentconfirmationrequest-rpid", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-securepaymentconfirmationrequest-rpid", "https://w3c.github.io/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A3", "https://w3c.github.io/secure-payment-confirmation/#ref-for-relying-party-identifier%E2%91%A1", "https://w3c.github.io/secure-payment-confirmation/#dom-securepaymentconfirmationrequest-credentialids", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-securepaymentconfirmationrequest-credentialids", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-securepaymentconfirmationrequest-credentialids", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-securepaymentconfirmationrequest-credentialids", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-securepaymentconfirmationrequest-credentialids", "https://w3c.github.io/secure-payment-confirmation/#ref-for-BufferSource%E2%91%A2", "https://w3c.github.io/secure-payment-confirmation/#dom-securepaymentconfirmationrequest-instrument", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-securepaymentconfirmationrequest-instrument", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-securepaymentconfirmationrequest-instrument", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-securepaymentconfirmationrequest-instrument", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-securepaymentconfirmationrequest-instrument", "https://w3c.github.io/secure-payment-confirmation/#ref-for-dictdef-paymentcredentialinstrument%E2%91%A0", "https://w3c.github.io/secure-payment-confirmation/#dom-securepaymentconfirmationrequest-timeout", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-securepaymentconfirmationrequest-timeout", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-securepaymentconfirmationrequest-timeout", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-securepaymentconfirmationrequest-timeout", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-securepaymentconfirmationrequest-timeout", "https://w3c.github.io/secure-payment-confirmation/#ref-for-idl-unsigned-long%E2%91%A0", "https://w3c.github.io/secure-payment-confirmation/#dom-securepaymentconfirmationrequest-payeename", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-securepaymentconfirmationrequest-payeename", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-securepaymentconfirmationrequest-payeename", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-securepaymentconfirmationrequest-payeename", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-securepaymentconfirmationrequest-payeename", "https://w3c.github.io/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A4", "https://w3c.github.io/secure-payment-confirmation/#ref-for-dom-securepaymentconfirmationrequest-payeeorigin%E2%91%A0", "https://w3c.github.io/secure-payment-confirmation/#dom-securepaymentconfirmationrequest-payeeorigin", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-securepaymentconfirmationrequest-payeeorigin", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-securepaymentconfirmationrequest-payeeorigin", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-securepaymentconfirmationrequest-payeeorigin", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-securepaymentconfirmationrequest-payeeorigin", "https://w3c.github.io/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A5", "https://w3c.github.io/secure-payment-confirmation/#ref-for-concept-origin", "https://w3c.github.io/secure-payment-confirmation/#ref-for-dom-securepaymentconfirmationrequest-payeename%E2%91%A0", "https://w3c.github.io/secure-payment-confirmation/#dom-securepaymentconfirmationrequest-extensions", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-securepaymentconfirmationrequest-extensions", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-securepaymentconfirmationrequest-extensions", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-securepaymentconfirmationrequest-extensions", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-securepaymentconfirmationrequest-extensions", "https://w3c.github.io/secure-payment-confirmation/#ref-for-dictdef-authenticationextensionsclientinputs%E2%91%A0", "https://w3c.github.io/secure-payment-confirmation/#ref-for-webauthn-extensions%E2%91%A1", "https://w3c.github.io/secure-payment-confirmation/#dom-securepaymentconfirmationrequest-locale", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-securepaymentconfirmationrequest-locale", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-securepaymentconfirmationrequest-locale", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-securepaymentconfirmationrequest-locale", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-securepaymentconfirmationrequest-locale", "https://w3c.github.io/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A6", "https://w3c.github.io/secure-payment-confirmation/#ref-for-dfn-locale", "https://w3c.github.io/secure-payment-confirmation/#ref-for-dfn-language-priority-list", "https://w3c.github.io/secure-payment-confirmation/#ref-for-dfn-language-negotiation", "https://w3c.github.io/secure-payment-confirmation/#ref-for-dom-securepaymentconfirmationrequest-locale%E2%91%A0", "https://w3c.github.io/secure-payment-confirmation/#dom-securepaymentconfirmationrequest-showoptout", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-securepaymentconfirmationrequest-showoptout", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-securepaymentconfirmationrequest-showoptout", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-securepaymentconfirmationrequest-showoptout", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-securepaymentconfirmationrequest-showoptout", "https://w3c.github.io/secure-payment-confirmation/#ref-for-idl-boolean%E2%91%A0", "https://w3c.github.io/secure-payment-confirmation/#sctn-payment-method-additional-data-type", "https://w3c.github.io/secure-payment-confirmation/#ref-for-dfn-additional-data-type", @@ -223,10 +160,6 @@ "https://w3c.github.io/secure-payment-confirmation/#ref-for-idl-promise", "https://w3c.github.io/secure-payment-confirmation/#ref-for-idl-boolean%E2%91%A1", "https://w3c.github.io/secure-payment-confirmation/#dom-paymentrequest-issecurepaymentconfirmationavailable", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-paymentrequest-issecurepaymentconfirmationavailable", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-paymentrequest-issecurepaymentconfirmationavailable", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-paymentrequest-issecurepaymentconfirmationavailable", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-paymentrequest-issecurepaymentconfirmationavailable", "https://w3c.github.io/secure-payment-confirmation/#ref-for-dom-paymentrequest-issecurepaymentconfirmationavailable", "https://w3c.github.io/secure-payment-confirmation/#available-example", "https://w3c.github.io/secure-payment-confirmation/#ref-for-dom-paymentrequest-issecurepaymentconfirmationavailable%E2%91%A0", @@ -374,15 +307,7 @@ "https://w3c.github.io/secure-payment-confirmation/#ref-for-dictdef-authenticationextensionsclientinputs%E2%91%A2", "https://w3c.github.io/secure-payment-confirmation/#ref-for-dictdef-authenticationextensionspaymentinputs%E2%91%A0", "https://w3c.github.io/secure-payment-confirmation/#dom-authenticationextensionsclientinputs-payment", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-authenticationextensionsclientinputs-payment", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-authenticationextensionsclientinputs-payment", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-authenticationextensionsclientinputs-payment", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-authenticationextensionsclientinputs-payment", "https://w3c.github.io/secure-payment-confirmation/#dictdef-authenticationextensionspaymentinputs", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dictdef-authenticationextensionspaymentinputs", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dictdef-authenticationextensionspaymentinputs", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dictdef-authenticationextensionspaymentinputs", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dictdef-authenticationextensionspaymentinputs", "https://w3c.github.io/secure-payment-confirmation/#ref-for-idl-boolean%E2%91%A2", "https://w3c.github.io/secure-payment-confirmation/#ref-for-dom-authenticationextensionspaymentinputs-ispayment%E2%91%A0", "https://w3c.github.io/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A7", @@ -398,47 +323,19 @@ "https://w3c.github.io/secure-payment-confirmation/#ref-for-dictdef-paymentcredentialinstrument%E2%91%A1", "https://w3c.github.io/secure-payment-confirmation/#ref-for-dom-authenticationextensionspaymentinputs-instrument%E2%91%A0", "https://w3c.github.io/secure-payment-confirmation/#dom-authenticationextensionspaymentinputs-ispayment", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-authenticationextensionspaymentinputs-ispayment", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-authenticationextensionspaymentinputs-ispayment", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-authenticationextensionspaymentinputs-ispayment", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-authenticationextensionspaymentinputs-ispayment", "https://w3c.github.io/secure-payment-confirmation/#ref-for-idl-boolean%E2%91%A3", "https://w3c.github.io/secure-payment-confirmation/#dom-authenticationextensionspaymentinputs-rpid", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-authenticationextensionspaymentinputs-rpid", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-authenticationextensionspaymentinputs-rpid", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-authenticationextensionspaymentinputs-rpid", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-authenticationextensionspaymentinputs-rpid", "https://w3c.github.io/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A0%E2%91%A1", "https://w3c.github.io/secure-payment-confirmation/#ref-for-relying-party%E2%91%A0%E2%91%A7", "https://w3c.github.io/secure-payment-confirmation/#dom-authenticationextensionspaymentinputs-toporigin", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-authenticationextensionspaymentinputs-toporigin", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-authenticationextensionspaymentinputs-toporigin", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-authenticationextensionspaymentinputs-toporigin", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-authenticationextensionspaymentinputs-toporigin", "https://w3c.github.io/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A0%E2%91%A2", "https://w3c.github.io/secure-payment-confirmation/#dom-authenticationextensionspaymentinputs-payeename", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-authenticationextensionspaymentinputs-payeename", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-authenticationextensionspaymentinputs-payeename", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-authenticationextensionspaymentinputs-payeename", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-authenticationextensionspaymentinputs-payeename", "https://w3c.github.io/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A0%E2%91%A3", "https://w3c.github.io/secure-payment-confirmation/#dom-authenticationextensionspaymentinputs-payeeorigin", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-authenticationextensionspaymentinputs-payeeorigin", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-authenticationextensionspaymentinputs-payeeorigin", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-authenticationextensionspaymentinputs-payeeorigin", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-authenticationextensionspaymentinputs-payeeorigin", "https://w3c.github.io/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A0%E2%91%A4", "https://w3c.github.io/secure-payment-confirmation/#dom-authenticationextensionspaymentinputs-total", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-authenticationextensionspaymentinputs-total", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-authenticationextensionspaymentinputs-total", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-authenticationextensionspaymentinputs-total", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-authenticationextensionspaymentinputs-total", "https://w3c.github.io/secure-payment-confirmation/#ref-for-dom-paymentcurrencyamount%E2%91%A0", "https://w3c.github.io/secure-payment-confirmation/#dom-authenticationextensionspaymentinputs-instrument", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-authenticationextensionspaymentinputs-instrument", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-authenticationextensionspaymentinputs-instrument", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-authenticationextensionspaymentinputs-instrument", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-authenticationextensionspaymentinputs-instrument", "https://w3c.github.io/secure-payment-confirmation/#ref-for-dictdef-paymentcredentialinstrument%E2%91%A2", "https://w3c.github.io/secure-payment-confirmation/#client-extension-processing-registration", "https://w3c.github.io/secure-payment-confirmation/#ref-for-registration-extension%E2%91%A1", @@ -487,10 +384,6 @@ "https://w3c.github.io/secure-payment-confirmation/#ref-for-dom-authenticationextensionspaymentinputs-instrument%E2%91%A1", "https://w3c.github.io/secure-payment-confirmation/#sctn-collectedclientpaymentdata-dictionary", "https://w3c.github.io/secure-payment-confirmation/#dictdef-collectedclientpaymentdata", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dictdef-collectedclientpaymentdata", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dictdef-collectedclientpaymentdata", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dictdef-collectedclientpaymentdata", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dictdef-collectedclientpaymentdata", "https://w3c.github.io/secure-payment-confirmation/#ref-for-dictdef-collectedclientpaymentdata%E2%91%A1", "https://w3c.github.io/secure-payment-confirmation/#ref-for-dictdef-collectedclientdata%E2%91%A1", "https://w3c.github.io/secure-payment-confirmation/#ref-for-dictdef-collectedclientadditionalpaymentdata%E2%91%A0", @@ -498,17 +391,9 @@ "https://w3c.github.io/secure-payment-confirmation/#ref-for-dictdef-collectedclientpaymentdata%E2%91%A2", "https://w3c.github.io/secure-payment-confirmation/#ref-for-dictdef-collectedclientdata%E2%91%A2", "https://w3c.github.io/secure-payment-confirmation/#dom-collectedclientpaymentdata-payment", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-collectedclientpaymentdata-payment", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-collectedclientpaymentdata-payment", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-collectedclientpaymentdata-payment", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-collectedclientpaymentdata-payment", "https://w3c.github.io/secure-payment-confirmation/#ref-for-dictdef-collectedclientadditionalpaymentdata%E2%91%A1", "https://w3c.github.io/secure-payment-confirmation/#sctn-collectedclientadditionalpaymentdata-dictionary", "https://w3c.github.io/secure-payment-confirmation/#dictdef-collectedclientadditionalpaymentdata", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dictdef-collectedclientadditionalpaymentdata", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dictdef-collectedclientadditionalpaymentdata", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dictdef-collectedclientadditionalpaymentdata", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dictdef-collectedclientadditionalpaymentdata", "https://w3c.github.io/secure-payment-confirmation/#ref-for-dictdef-collectedclientadditionalpaymentdata%E2%91%A2", "https://w3c.github.io/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A0%E2%91%A5", "https://w3c.github.io/secure-payment-confirmation/#ref-for-dom-collectedclientadditionalpaymentdata-rpid%E2%91%A0", @@ -524,52 +409,24 @@ "https://w3c.github.io/secure-payment-confirmation/#ref-for-dom-collectedclientadditionalpaymentdata-instrument%E2%91%A2", "https://w3c.github.io/secure-payment-confirmation/#ref-for-dictdef-collectedclientadditionalpaymentdata%E2%91%A3", "https://w3c.github.io/secure-payment-confirmation/#dom-collectedclientadditionalpaymentdata-rpid", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-collectedclientadditionalpaymentdata-rpid", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-collectedclientadditionalpaymentdata-rpid", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-collectedclientadditionalpaymentdata-rpid", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-collectedclientadditionalpaymentdata-rpid", "https://w3c.github.io/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A1%E2%93%AA", "https://w3c.github.io/secure-payment-confirmation/#ref-for-relying-party%E2%91%A0%E2%91%A8", "https://w3c.github.io/secure-payment-confirmation/#dom-collectedclientadditionalpaymentdata-toporigin", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-collectedclientadditionalpaymentdata-toporigin", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-collectedclientadditionalpaymentdata-toporigin", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-collectedclientadditionalpaymentdata-toporigin", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-collectedclientadditionalpaymentdata-toporigin", "https://w3c.github.io/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A1%E2%91%A0", "https://w3c.github.io/secure-payment-confirmation/#dom-collectedclientadditionalpaymentdata-payeename", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-collectedclientadditionalpaymentdata-payeename", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-collectedclientadditionalpaymentdata-payeename", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-collectedclientadditionalpaymentdata-payeename", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-collectedclientadditionalpaymentdata-payeename", "https://w3c.github.io/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A1%E2%91%A1", "https://w3c.github.io/secure-payment-confirmation/#dom-collectedclientadditionalpaymentdata-payeeorigin", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-collectedclientadditionalpaymentdata-payeeorigin", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-collectedclientadditionalpaymentdata-payeeorigin", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-collectedclientadditionalpaymentdata-payeeorigin", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-collectedclientadditionalpaymentdata-payeeorigin", "https://w3c.github.io/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A1%E2%91%A2", "https://w3c.github.io/secure-payment-confirmation/#dom-collectedclientadditionalpaymentdata-total", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-collectedclientadditionalpaymentdata-total", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-collectedclientadditionalpaymentdata-total", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-collectedclientadditionalpaymentdata-total", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-collectedclientadditionalpaymentdata-total", "https://w3c.github.io/secure-payment-confirmation/#ref-for-dom-paymentcurrencyamount%E2%91%A2", "https://w3c.github.io/secure-payment-confirmation/#ref-for-dom-paymentcurrencyamount%E2%91%A3", "https://w3c.github.io/secure-payment-confirmation/#dom-collectedclientadditionalpaymentdata-instrument", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-collectedclientadditionalpaymentdata-instrument", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-collectedclientadditionalpaymentdata-instrument", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-collectedclientadditionalpaymentdata-instrument", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-collectedclientadditionalpaymentdata-instrument", "https://w3c.github.io/secure-payment-confirmation/#ref-for-dictdef-paymentcredentialinstrument%E2%91%A4", "https://w3c.github.io/secure-payment-confirmation/#ref-for-dictdef-collectedclientadditionalpaymentdata%E2%91%A4", "https://w3c.github.io/secure-payment-confirmation/#ref-for-dictdef-collectedclientdata%E2%91%A3", "https://w3c.github.io/secure-payment-confirmation/#sctn-common-data-structures", "https://w3c.github.io/secure-payment-confirmation/#sctn-paymentcredentialinstrument-dictionary", "https://w3c.github.io/secure-payment-confirmation/#dictdef-paymentcredentialinstrument", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dictdef-paymentcredentialinstrument", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dictdef-paymentcredentialinstrument", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dictdef-paymentcredentialinstrument", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dictdef-paymentcredentialinstrument", "https://w3c.github.io/secure-payment-confirmation/#ref-for-dictdef-paymentcredentialinstrument%E2%91%A5", "https://w3c.github.io/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A1%E2%91%A3", "https://w3c.github.io/secure-payment-confirmation/#ref-for-dom-paymentcredentialinstrument-displayname%E2%91%A1", @@ -579,27 +436,15 @@ "https://w3c.github.io/secure-payment-confirmation/#ref-for-dom-paymentcredentialinstrument-iconmustbeshown%E2%91%A1", "https://w3c.github.io/secure-payment-confirmation/#ref-for-dictdef-paymentcredentialinstrument%E2%91%A6", "https://w3c.github.io/secure-payment-confirmation/#dom-paymentcredentialinstrument-displayname", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-paymentcredentialinstrument-displayname", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-paymentcredentialinstrument-displayname", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-paymentcredentialinstrument-displayname", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-paymentcredentialinstrument-displayname", "https://w3c.github.io/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A1%E2%91%A5", "https://w3c.github.io/secure-payment-confirmation/#ref-for-dom-paymentcredentialinstrument-displayname%E2%91%A2", "https://w3c.github.io/secure-payment-confirmation/#dom-paymentcredentialinstrument-icon", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-paymentcredentialinstrument-icon", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-paymentcredentialinstrument-icon", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-paymentcredentialinstrument-icon", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-paymentcredentialinstrument-icon", "https://w3c.github.io/secure-payment-confirmation/#ref-for-idl-USVString%E2%91%A1%E2%91%A6", "https://w3c.github.io/secure-payment-confirmation/#ref-for-dom-paymentcredentialinstrument-icon%E2%91%A6", "https://w3c.github.io/secure-payment-confirmation/#ref-for-relying-party%E2%91%A1%E2%93%AA", "https://w3c.github.io/secure-payment-confirmation/#ref-for-relying-party%E2%91%A1%E2%91%A0", "https://w3c.github.io/secure-payment-confirmation/#ref-for-dictdef-collectedclientadditionalpaymentdata%E2%91%A5", "https://w3c.github.io/secure-payment-confirmation/#dom-paymentcredentialinstrument-iconmustbeshown", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-paymentcredentialinstrument-iconmustbeshown", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-paymentcredentialinstrument-iconmustbeshown", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dom-paymentcredentialinstrument-iconmustbeshown", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dom-paymentcredentialinstrument-iconmustbeshown", "https://w3c.github.io/secure-payment-confirmation/#ref-for-idl-boolean%E2%91%A5", "https://w3c.github.io/secure-payment-confirmation/#sctn-permissions-policy", "https://w3c.github.io/secure-payment-confirmation/#ref-for-dfn-payment%E2%91%A0", @@ -641,17 +486,9 @@ "https://w3c.github.io/secure-payment-confirmation/#ref-for-dfn-extension-commands", "https://w3c.github.io/secure-payment-confirmation/#sctn-automation-set-spc-transaction-mode", "https://w3c.github.io/secure-payment-confirmation/#set-spc-transaction-mode", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-set-spc-transaction-mode", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-set-spc-transaction-mode", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-set-spc-transaction-mode", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-set-spc-transaction-mode", "https://w3c.github.io/secure-payment-confirmation/#ref-for-set-spc-transaction-mode", "https://w3c.github.io/secure-payment-confirmation/#ref-for-dfn-extension-commands%E2%91%A0", "https://w3c.github.io/secure-payment-confirmation/#current-transaction-automation-mode", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-current-transaction-automation-mode", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-current-transaction-automation-mode", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-current-transaction-automation-mode", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-current-transaction-automation-mode", "https://w3c.github.io/secure-payment-confirmation/#table-setSPCTransactionMode", "https://w3c.github.io/secure-payment-confirmation/#ref-for-dfn-remote-end-steps", "https://w3c.github.io/secure-payment-confirmation/#ref-for-dfn-error", @@ -742,555 +579,115 @@ "https://w3c.github.io/secure-payment-confirmation/#index-defined-here", "https://w3c.github.io/secure-payment-confirmation/#index-defined-elsewhere", "https://w3c.github.io/secure-payment-confirmation/#b0f5bc03", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-b0f5bc03", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-b0f5bc03", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-b0f5bc03", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-b0f5bc03", "https://w3c.github.io/secure-payment-confirmation/#99134679", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-99134679", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-99134679", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-99134679", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-99134679", "https://w3c.github.io/secure-payment-confirmation/#cbdd0aff", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-cbdd0aff", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-cbdd0aff", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-cbdd0aff", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-cbdd0aff", "https://w3c.github.io/secure-payment-confirmation/#fe4adbb9", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-fe4adbb9", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-fe4adbb9", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-fe4adbb9", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-fe4adbb9", "https://w3c.github.io/secure-payment-confirmation/#8841d736", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-8841d736", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-8841d736", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-8841d736", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-8841d736", "https://w3c.github.io/secure-payment-confirmation/#55213b5b", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-55213b5b", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-55213b5b", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-55213b5b", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-55213b5b", "https://w3c.github.io/secure-payment-confirmation/#aca22383", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-aca22383", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-aca22383", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-aca22383", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-aca22383", "https://w3c.github.io/secure-payment-confirmation/#12b8dfc0", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-12b8dfc0", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-12b8dfc0", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-12b8dfc0", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-12b8dfc0", "https://w3c.github.io/secure-payment-confirmation/#a72449dd", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-a72449dd", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-a72449dd", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-a72449dd", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-a72449dd", "https://w3c.github.io/secure-payment-confirmation/#086e3aff", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-086e3aff", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-086e3aff", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-086e3aff", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-086e3aff", "https://w3c.github.io/secure-payment-confirmation/#e99bd18e", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-e99bd18e", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-e99bd18e", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-e99bd18e", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-e99bd18e", "https://w3c.github.io/secure-payment-confirmation/#9c4c1e66", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-9c4c1e66", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-9c4c1e66", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-9c4c1e66", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-9c4c1e66", "https://w3c.github.io/secure-payment-confirmation/#dae0bfde", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dae0bfde", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dae0bfde", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dae0bfde", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dae0bfde", "https://w3c.github.io/secure-payment-confirmation/#c63519ed", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-c63519ed", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-c63519ed", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-c63519ed", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-c63519ed", "https://w3c.github.io/secure-payment-confirmation/#47fe679e", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-47fe679e", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-47fe679e", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-47fe679e", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-47fe679e", "https://w3c.github.io/secure-payment-confirmation/#2ba936be", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-2ba936be", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-2ba936be", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-2ba936be", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-2ba936be", "https://w3c.github.io/secure-payment-confirmation/#6d26b819", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-6d26b819", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-6d26b819", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-6d26b819", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-6d26b819", "https://w3c.github.io/secure-payment-confirmation/#30eadef0", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-30eadef0", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-30eadef0", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-30eadef0", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-30eadef0", "https://w3c.github.io/secure-payment-confirmation/#16ad0fd2", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-16ad0fd2", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-16ad0fd2", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-16ad0fd2", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-16ad0fd2", "https://w3c.github.io/secure-payment-confirmation/#502ee54a", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-502ee54a", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-502ee54a", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-502ee54a", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-502ee54a", "https://w3c.github.io/secure-payment-confirmation/#e8aa4aef", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-e8aa4aef", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-e8aa4aef", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-e8aa4aef", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-e8aa4aef", "https://w3c.github.io/secure-payment-confirmation/#53275e46", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-53275e46", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-53275e46", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-53275e46", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-53275e46", "https://w3c.github.io/secure-payment-confirmation/#1a0d3ec4", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-1a0d3ec4", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-1a0d3ec4", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-1a0d3ec4", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-1a0d3ec4", "https://w3c.github.io/secure-payment-confirmation/#7ab3c32e", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-7ab3c32e", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-7ab3c32e", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-7ab3c32e", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-7ab3c32e", + "https://w3c.github.io/secure-payment-confirmation/#0d174a15", + "https://w3c.github.io/secure-payment-confirmation/#f679a0bc", + "https://w3c.github.io/secure-payment-confirmation/#dd8fd6f0", + "https://w3c.github.io/secure-payment-confirmation/#999d5cb6", + "https://w3c.github.io/secure-payment-confirmation/#df23dd0d", + "https://w3c.github.io/secure-payment-confirmation/#22176f90", "https://w3c.github.io/secure-payment-confirmation/#75f46ef4", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-75f46ef4", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-75f46ef4", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-75f46ef4", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-75f46ef4", "https://w3c.github.io/secure-payment-confirmation/#87335f73", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-87335f73", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-87335f73", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-87335f73", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-87335f73", "https://w3c.github.io/secure-payment-confirmation/#dc24f2fe", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dc24f2fe", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dc24f2fe", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dc24f2fe", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dc24f2fe", "https://w3c.github.io/secure-payment-confirmation/#60fc1ac5", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-60fc1ac5", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-60fc1ac5", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-60fc1ac5", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-60fc1ac5", "https://w3c.github.io/secure-payment-confirmation/#b29c33d9", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-b29c33d9", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-b29c33d9", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-b29c33d9", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-b29c33d9", + "https://w3c.github.io/secure-payment-confirmation/#ab86e0f1", "https://w3c.github.io/secure-payment-confirmation/#02f7d0f9", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-02f7d0f9", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-02f7d0f9", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-02f7d0f9", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-02f7d0f9", "https://w3c.github.io/secure-payment-confirmation/#559656f0", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-559656f0", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-559656f0", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-559656f0", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-559656f0", "https://w3c.github.io/secure-payment-confirmation/#ba4dacbc", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-ba4dacbc", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-ba4dacbc", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-ba4dacbc", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-ba4dacbc", - "https://w3c.github.io/secure-payment-confirmation/#0d174a15", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-0d174a15", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-0d174a15", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-0d174a15", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-0d174a15", - "https://w3c.github.io/secure-payment-confirmation/#f679a0bc", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-f679a0bc", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-f679a0bc", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-f679a0bc", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-f679a0bc", - "https://w3c.github.io/secure-payment-confirmation/#dd8fd6f0", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dd8fd6f0", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dd8fd6f0", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dd8fd6f0", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dd8fd6f0", - "https://w3c.github.io/secure-payment-confirmation/#999d5cb6", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-999d5cb6", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-999d5cb6", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-999d5cb6", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-999d5cb6", - "https://w3c.github.io/secure-payment-confirmation/#df23dd0d", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-df23dd0d", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-df23dd0d", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-df23dd0d", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-df23dd0d", - "https://w3c.github.io/secure-payment-confirmation/#22176f90", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-22176f90", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-22176f90", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-22176f90", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-22176f90", - "https://w3c.github.io/secure-payment-confirmation/#ab86e0f1", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-ab86e0f1", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-ab86e0f1", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-ab86e0f1", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-ab86e0f1", "https://w3c.github.io/secure-payment-confirmation/#3230704c", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-3230704c", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-3230704c", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-3230704c", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-3230704c", "https://w3c.github.io/secure-payment-confirmation/#5f695b8a", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-5f695b8a", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-5f695b8a", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-5f695b8a", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-5f695b8a", "https://w3c.github.io/secure-payment-confirmation/#959ad97b", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-959ad97b", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-959ad97b", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-959ad97b", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-959ad97b", "https://w3c.github.io/secure-payment-confirmation/#3a711be7", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-3a711be7", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-3a711be7", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-3a711be7", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-3a711be7", "https://w3c.github.io/secure-payment-confirmation/#ca3ca4ae", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-ca3ca4ae", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-ca3ca4ae", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-ca3ca4ae", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-ca3ca4ae", "https://w3c.github.io/secure-payment-confirmation/#79cad4dd", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-79cad4dd", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-79cad4dd", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-79cad4dd", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-79cad4dd", "https://w3c.github.io/secure-payment-confirmation/#8f3d2845", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-8f3d2845", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-8f3d2845", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-8f3d2845", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-8f3d2845", "https://w3c.github.io/secure-payment-confirmation/#9c64cd22", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-9c64cd22", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-9c64cd22", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-9c64cd22", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-9c64cd22", "https://w3c.github.io/secure-payment-confirmation/#88ae1d28", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-88ae1d28", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-88ae1d28", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-88ae1d28", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-88ae1d28", "https://w3c.github.io/secure-payment-confirmation/#e4d7113a", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-e4d7113a", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-e4d7113a", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-e4d7113a", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-e4d7113a", "https://w3c.github.io/secure-payment-confirmation/#3781d718", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-3781d718", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-3781d718", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-3781d718", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-3781d718", "https://w3c.github.io/secure-payment-confirmation/#b6a00a38", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-b6a00a38", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-b6a00a38", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-b6a00a38", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-b6a00a38", "https://w3c.github.io/secure-payment-confirmation/#fe1cbc76", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-fe1cbc76", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-fe1cbc76", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-fe1cbc76", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-fe1cbc76", "https://w3c.github.io/secure-payment-confirmation/#5d6beb3a", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-5d6beb3a", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-5d6beb3a", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-5d6beb3a", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-5d6beb3a", "https://w3c.github.io/secure-payment-confirmation/#77a62788", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-77a62788", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-77a62788", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-77a62788", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-77a62788", "https://w3c.github.io/secure-payment-confirmation/#c92c9b81", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-c92c9b81", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-c92c9b81", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-c92c9b81", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-c92c9b81", "https://w3c.github.io/secure-payment-confirmation/#c7e62ce0", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-c7e62ce0", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-c7e62ce0", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-c7e62ce0", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-c7e62ce0", "https://w3c.github.io/secure-payment-confirmation/#2e3d2880", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-2e3d2880", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-2e3d2880", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-2e3d2880", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-2e3d2880", "https://w3c.github.io/secure-payment-confirmation/#b6db798e", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-b6db798e", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-b6db798e", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-b6db798e", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-b6db798e", "https://w3c.github.io/secure-payment-confirmation/#8e16d894", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-8e16d894", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-8e16d894", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-8e16d894", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-8e16d894", "https://w3c.github.io/secure-payment-confirmation/#91d31374", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-91d31374", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-91d31374", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-91d31374", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-91d31374", "https://w3c.github.io/secure-payment-confirmation/#dff7edfa", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dff7edfa", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dff7edfa", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dff7edfa", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dff7edfa", "https://w3c.github.io/secure-payment-confirmation/#612eb719", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-612eb719", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-612eb719", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-612eb719", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-612eb719", "https://w3c.github.io/secure-payment-confirmation/#dd14e576", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dd14e576", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dd14e576", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dd14e576", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dd14e576", "https://w3c.github.io/secure-payment-confirmation/#3146e9fe", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-3146e9fe", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-3146e9fe", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-3146e9fe", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-3146e9fe", "https://w3c.github.io/secure-payment-confirmation/#6f6046b7", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-6f6046b7", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-6f6046b7", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-6f6046b7", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-6f6046b7", "https://w3c.github.io/secure-payment-confirmation/#57afee2f", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-57afee2f", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-57afee2f", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-57afee2f", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-57afee2f", "https://w3c.github.io/secure-payment-confirmation/#5a486d64", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-5a486d64", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-5a486d64", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-5a486d64", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-5a486d64", "https://w3c.github.io/secure-payment-confirmation/#0624097e", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-0624097e", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-0624097e", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-0624097e", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-0624097e", "https://w3c.github.io/secure-payment-confirmation/#7a83f58e", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-7a83f58e", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-7a83f58e", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-7a83f58e", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-7a83f58e", "https://w3c.github.io/secure-payment-confirmation/#853b63e3", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-853b63e3", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-853b63e3", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-853b63e3", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-853b63e3", "https://w3c.github.io/secure-payment-confirmation/#af57cf45", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-af57cf45", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-af57cf45", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-af57cf45", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-af57cf45", "https://w3c.github.io/secure-payment-confirmation/#82de8c4b", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-82de8c4b", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-82de8c4b", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-82de8c4b", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-82de8c4b", "https://w3c.github.io/secure-payment-confirmation/#447b180f", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-447b180f", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-447b180f", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-447b180f", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-447b180f", "https://w3c.github.io/secure-payment-confirmation/#5f03b645", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-5f03b645", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-5f03b645", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-5f03b645", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-5f03b645", "https://w3c.github.io/secure-payment-confirmation/#221df805", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-221df805", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-221df805", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-221df805", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-221df805", "https://w3c.github.io/secure-payment-confirmation/#2c8910a4", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-2c8910a4", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-2c8910a4", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-2c8910a4", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-2c8910a4", "https://w3c.github.io/secure-payment-confirmation/#a7e81336", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-a7e81336", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-a7e81336", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-a7e81336", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-a7e81336", "https://w3c.github.io/secure-payment-confirmation/#9dd3f517", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-9dd3f517", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-9dd3f517", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-9dd3f517", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-9dd3f517", "https://w3c.github.io/secure-payment-confirmation/#bd0c1062", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-bd0c1062", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-bd0c1062", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-bd0c1062", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-bd0c1062", "https://w3c.github.io/secure-payment-confirmation/#cc58e2fc", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-cc58e2fc", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-cc58e2fc", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-cc58e2fc", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-cc58e2fc", "https://w3c.github.io/secure-payment-confirmation/#b8c02d5c", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-b8c02d5c", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-b8c02d5c", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-b8c02d5c", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-b8c02d5c", "https://w3c.github.io/secure-payment-confirmation/#3dd57d47", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-3dd57d47", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-3dd57d47", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-3dd57d47", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-3dd57d47", "https://w3c.github.io/secure-payment-confirmation/#dafe96b4", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dafe96b4", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dafe96b4", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dafe96b4", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dafe96b4", "https://w3c.github.io/secure-payment-confirmation/#39e227ac", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-39e227ac", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-39e227ac", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-39e227ac", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-39e227ac", "https://w3c.github.io/secure-payment-confirmation/#d826f552", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-d826f552", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-d826f552", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-d826f552", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-d826f552", "https://w3c.github.io/secure-payment-confirmation/#870a9cbb", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-870a9cbb", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-870a9cbb", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-870a9cbb", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-870a9cbb", "https://w3c.github.io/secure-payment-confirmation/#f580b6a5", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-f580b6a5", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-f580b6a5", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-f580b6a5", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-f580b6a5", "https://w3c.github.io/secure-payment-confirmation/#de38fdaf", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-de38fdaf", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-de38fdaf", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-de38fdaf", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-de38fdaf", "https://w3c.github.io/secure-payment-confirmation/#38afc4f0", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-38afc4f0", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-38afc4f0", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-38afc4f0", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-38afc4f0", "https://w3c.github.io/secure-payment-confirmation/#cce1676e", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-cce1676e", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-cce1676e", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-cce1676e", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-cce1676e", "https://w3c.github.io/secure-payment-confirmation/#5b668531", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-5b668531", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-5b668531", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-5b668531", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-5b668531", "https://w3c.github.io/secure-payment-confirmation/#8da4d1e3", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-8da4d1e3", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-8da4d1e3", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-8da4d1e3", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-8da4d1e3", "https://w3c.github.io/secure-payment-confirmation/#82c23298", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-82c23298", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-82c23298", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-82c23298", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-82c23298", "https://w3c.github.io/secure-payment-confirmation/#4be6272b", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-4be6272b", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-4be6272b", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-4be6272b", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-4be6272b", "https://w3c.github.io/secure-payment-confirmation/#603c5d8f", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-603c5d8f", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-603c5d8f", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-603c5d8f", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-603c5d8f", "https://w3c.github.io/secure-payment-confirmation/#5cf0e148", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-5cf0e148", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-5cf0e148", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-5cf0e148", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-5cf0e148", "https://w3c.github.io/secure-payment-confirmation/#7482107b", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-7482107b", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-7482107b", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-7482107b", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-7482107b", "https://w3c.github.io/secure-payment-confirmation/#3aff2fb3", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-3aff2fb3", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-3aff2fb3", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-3aff2fb3", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-3aff2fb3", "https://w3c.github.io/secure-payment-confirmation/#dca2de17", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dca2de17", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dca2de17", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-dca2de17", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-dca2de17", "https://w3c.github.io/secure-payment-confirmation/#ba556545", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-ba556545", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-ba556545", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-ba556545", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-ba556545", "https://w3c.github.io/secure-payment-confirmation/#b1c1965a", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-b1c1965a", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-b1c1965a", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-b1c1965a", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-b1c1965a", "https://w3c.github.io/secure-payment-confirmation/#bdbd19d1", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-bdbd19d1", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-bdbd19d1", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-bdbd19d1", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-bdbd19d1", "https://w3c.github.io/secure-payment-confirmation/#ec878a66", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-ec878a66", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-ec878a66", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-ec878a66", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-ec878a66", "https://w3c.github.io/secure-payment-confirmation/#c3e881ef", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-c3e881ef", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-c3e881ef", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-c3e881ef", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-c3e881ef", "https://w3c.github.io/secure-payment-confirmation/#82ca3efc", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-82ca3efc", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-82ca3efc", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-82ca3efc", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-82ca3efc", "https://w3c.github.io/secure-payment-confirmation/#b0d7f3c3", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-b0d7f3c3", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-b0d7f3c3", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-b0d7f3c3", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-b0d7f3c3", "https://w3c.github.io/secure-payment-confirmation/#d0b4a948", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-d0b4a948", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-d0b4a948", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-d0b4a948", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-d0b4a948", "https://w3c.github.io/secure-payment-confirmation/#5372cca8", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-5372cca8", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-5372cca8", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-5372cca8", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-5372cca8", "https://w3c.github.io/secure-payment-confirmation/#9cce47fd", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-9cce47fd", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-9cce47fd", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-9cce47fd", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-9cce47fd", "https://w3c.github.io/secure-payment-confirmation/#e97a9688", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-e97a9688", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-e97a9688", - "https://w3c.github.io/secure-payment-confirmation/#infopanel-for-e97a9688", - "https://w3c.github.io/secure-payment-confirmation/#infopaneltitle-for-e97a9688", "https://w3c.github.io/secure-payment-confirmation/#references", "https://w3c.github.io/secure-payment-confirmation/#normative", "https://w3c.github.io/secure-payment-confirmation/#biblio-credential-management-1", @@ -1303,7 +700,6 @@ "https://w3c.github.io/secure-payment-confirmation/#biblio-infra", "https://w3c.github.io/secure-payment-confirmation/#biblio-payment-method-id", "https://w3c.github.io/secure-payment-confirmation/#biblio-payment-request", - "https://w3c.github.io/secure-payment-confirmation/#biblio-payment-request-11", "https://w3c.github.io/secure-payment-confirmation/#biblio-rfc2119", "https://w3c.github.io/secure-payment-confirmation/#biblio-rfc8809", "https://w3c.github.io/secure-payment-confirmation/#biblio-url", diff --git a/ed/ids/sparql12-query.json b/ed/ids/sparql12-query.json index d2af76e3d2d9..a1a1bfc7f57d 100644 --- a/ed/ids/sparql12-query.json +++ b/ed/ids/sparql12-query.json @@ -625,9 +625,6 @@ "https://w3c.github.io/sparql-query/spec/#x18-1-1-rdf-dataset", "https://w3c.github.io/sparql-query/spec/#ref-for-index-term-rdf-dataset-3", "https://w3c.github.io/sparql-query/spec/#defn_ActiveGraph", - "https://w3c.github.io/sparql-query/spec/#defn_RDFDatasetMerge", - "https://w3c.github.io/sparql-query/spec/#ref-for-index-term-rdf-merge-4", - "https://w3c.github.io/sparql-query/spec/#ref-for-index-term-rdf-merge-5", "https://w3c.github.io/sparql-query/spec/#sparqlQueryVariables", "https://w3c.github.io/sparql-query/spec/#x18-1-2-query-variables", "https://w3c.github.io/sparql-query/spec/#defn_QueryVariable", diff --git a/ed/ids/tc39-temporal.json b/ed/ids/tc39-temporal.json index b479dd68f063..b3aa74a594d5 100644 --- a/ed/ids/tc39-temporal.json +++ b/ed/ids/tc39-temporal.json @@ -46,134 +46,132 @@ "https://tc39.es/proposal-temporal/#sec-temporal-now-%25symbol.tostringtag%25", "https://tc39.es/proposal-temporal/#sec-function-properties-of-the-temporal-now-object", "https://tc39.es/proposal-temporal/#sec-temporal.now.timezoneid", - "https://tc39.es/proposal-temporal/#_ref_85", - "https://tc39.es/proposal-temporal/#sec-temporal.now.instant", - "https://tc39.es/proposal-temporal/#_ref_86", "https://tc39.es/proposal-temporal/#_ref_87", - "https://tc39.es/proposal-temporal/#sec-temporal.now.plaindatetimeiso", + "https://tc39.es/proposal-temporal/#sec-temporal.now.instant", "https://tc39.es/proposal-temporal/#_ref_88", "https://tc39.es/proposal-temporal/#_ref_89", - "https://tc39.es/proposal-temporal/#sec-temporal.now.zoneddatetimeiso", + "https://tc39.es/proposal-temporal/#sec-temporal.now.plaindatetimeiso", "https://tc39.es/proposal-temporal/#_ref_90", "https://tc39.es/proposal-temporal/#_ref_91", + "https://tc39.es/proposal-temporal/#sec-temporal.now.zoneddatetimeiso", "https://tc39.es/proposal-temporal/#_ref_92", "https://tc39.es/proposal-temporal/#_ref_93", - "https://tc39.es/proposal-temporal/#sec-temporal.now.plaindateiso", "https://tc39.es/proposal-temporal/#_ref_94", "https://tc39.es/proposal-temporal/#_ref_95", - "https://tc39.es/proposal-temporal/#sec-temporal.now.plaintimeiso", + "https://tc39.es/proposal-temporal/#sec-temporal.now.plaindateiso", "https://tc39.es/proposal-temporal/#_ref_96", "https://tc39.es/proposal-temporal/#_ref_97", - "https://tc39.es/proposal-temporal/#sec-temporal-now-abstract-ops", - "https://tc39.es/proposal-temporal/#sec-hostsystemutcepochnanoseconds", + "https://tc39.es/proposal-temporal/#sec-temporal.now.plaintimeiso", "https://tc39.es/proposal-temporal/#_ref_98", "https://tc39.es/proposal-temporal/#_ref_99", + "https://tc39.es/proposal-temporal/#sec-temporal-now-abstract-ops", + "https://tc39.es/proposal-temporal/#sec-hostsystemutcepochnanoseconds", "https://tc39.es/proposal-temporal/#_ref_100", "https://tc39.es/proposal-temporal/#_ref_101", - "https://tc39.es/proposal-temporal/#sec-temporal-systemutcepochmilliseconds", "https://tc39.es/proposal-temporal/#_ref_102", - "https://tc39.es/proposal-temporal/#sec-temporal-systemutcepochnanoseconds", "https://tc39.es/proposal-temporal/#_ref_103", - "https://tc39.es/proposal-temporal/#sec-temporal-systemdatetime", + "https://tc39.es/proposal-temporal/#sec-temporal-systemutcepochmilliseconds", "https://tc39.es/proposal-temporal/#_ref_104", + "https://tc39.es/proposal-temporal/#sec-temporal-systemutcepochnanoseconds", "https://tc39.es/proposal-temporal/#_ref_105", + "https://tc39.es/proposal-temporal/#sec-temporal-systemdatetime", "https://tc39.es/proposal-temporal/#_ref_106", "https://tc39.es/proposal-temporal/#_ref_107", "https://tc39.es/proposal-temporal/#_ref_108", + "https://tc39.es/proposal-temporal/#_ref_109", + "https://tc39.es/proposal-temporal/#_ref_110", "https://tc39.es/proposal-temporal/#sec-temporal-plaindate-objects", "https://tc39.es/proposal-temporal/#sec-temporal-plaindate-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plaindate", - "https://tc39.es/proposal-temporal/#_ref_109", - "https://tc39.es/proposal-temporal/#_ref_110", "https://tc39.es/proposal-temporal/#_ref_111", "https://tc39.es/proposal-temporal/#_ref_112", "https://tc39.es/proposal-temporal/#_ref_113", "https://tc39.es/proposal-temporal/#_ref_114", "https://tc39.es/proposal-temporal/#_ref_115", "https://tc39.es/proposal-temporal/#_ref_116", + "https://tc39.es/proposal-temporal/#_ref_117", + "https://tc39.es/proposal-temporal/#_ref_118", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plaindate-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype", "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.from", - "https://tc39.es/proposal-temporal/#_ref_117", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.compare", - "https://tc39.es/proposal-temporal/#_ref_118", "https://tc39.es/proposal-temporal/#_ref_119", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.compare", "https://tc39.es/proposal-temporal/#_ref_120", + "https://tc39.es/proposal-temporal/#_ref_121", + "https://tc39.es/proposal-temporal/#_ref_122", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plaindate-prototype-object", "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype-%25symbol.tostringtag%25", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.calendarid", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.era", - "https://tc39.es/proposal-temporal/#_ref_121", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.erayear", - "https://tc39.es/proposal-temporal/#_ref_122", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.year", "https://tc39.es/proposal-temporal/#_ref_123", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.month", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.erayear", "https://tc39.es/proposal-temporal/#_ref_124", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.monthcode", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.year", "https://tc39.es/proposal-temporal/#_ref_125", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.day", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.month", "https://tc39.es/proposal-temporal/#_ref_126", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.dayofweek", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.monthcode", "https://tc39.es/proposal-temporal/#_ref_127", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.dayofyear", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.day", "https://tc39.es/proposal-temporal/#_ref_128", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.weekofyear", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.dayofweek", "https://tc39.es/proposal-temporal/#_ref_129", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.yearofweek", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.dayofyear", "https://tc39.es/proposal-temporal/#_ref_130", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.daysinweek", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.weekofyear", "https://tc39.es/proposal-temporal/#_ref_131", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.daysinmonth", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.yearofweek", "https://tc39.es/proposal-temporal/#_ref_132", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.daysinyear", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.daysinweek", "https://tc39.es/proposal-temporal/#_ref_133", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.monthsinyear", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.daysinmonth", "https://tc39.es/proposal-temporal/#_ref_134", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.inleapyear", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.daysinyear", "https://tc39.es/proposal-temporal/#_ref_135", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.toplainyearmonth", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.monthsinyear", "https://tc39.es/proposal-temporal/#_ref_136", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindate.prototype.inleapyear", "https://tc39.es/proposal-temporal/#_ref_137", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.toplainyearmonth", "https://tc39.es/proposal-temporal/#_ref_138", "https://tc39.es/proposal-temporal/#_ref_139", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.toplainmonthday", "https://tc39.es/proposal-temporal/#_ref_140", "https://tc39.es/proposal-temporal/#_ref_141", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.toplainmonthday", "https://tc39.es/proposal-temporal/#_ref_142", "https://tc39.es/proposal-temporal/#_ref_143", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.add", "https://tc39.es/proposal-temporal/#_ref_144", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_145", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.with", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.add", "https://tc39.es/proposal-temporal/#_ref_146", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_147", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.with", "https://tc39.es/proposal-temporal/#_ref_148", "https://tc39.es/proposal-temporal/#_ref_149", "https://tc39.es/proposal-temporal/#_ref_150", "https://tc39.es/proposal-temporal/#_ref_151", "https://tc39.es/proposal-temporal/#_ref_152", "https://tc39.es/proposal-temporal/#_ref_153", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.withcalendar", "https://tc39.es/proposal-temporal/#_ref_154", "https://tc39.es/proposal-temporal/#_ref_155", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.until", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.withcalendar", "https://tc39.es/proposal-temporal/#_ref_156", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.since", "https://tc39.es/proposal-temporal/#_ref_157", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.equals", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.until", "https://tc39.es/proposal-temporal/#_ref_158", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.since", "https://tc39.es/proposal-temporal/#_ref_159", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_160", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.toplaindatetime", "https://tc39.es/proposal-temporal/#_ref_161", "https://tc39.es/proposal-temporal/#_ref_162", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.toplaindatetime", "https://tc39.es/proposal-temporal/#_ref_163", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tozoneddatetime", "https://tc39.es/proposal-temporal/#_ref_164", "https://tc39.es/proposal-temporal/#_ref_165", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tozoneddatetime", "https://tc39.es/proposal-temporal/#_ref_166", "https://tc39.es/proposal-temporal/#_ref_167", "https://tc39.es/proposal-temporal/#_ref_168", @@ -181,37 +179,37 @@ "https://tc39.es/proposal-temporal/#_ref_170", "https://tc39.es/proposal-temporal/#_ref_171", "https://tc39.es/proposal-temporal/#_ref_172", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_173", "https://tc39.es/proposal-temporal/#_ref_174", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_175", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_176", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_177", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tolocalestring", + "https://tc39.es/proposal-temporal/#_ref_178", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.tojson", + "https://tc39.es/proposal-temporal/#_ref_179", "https://tc39.es/proposal-temporal/#sec-temporal.plaindate.prototype.valueof", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-plaindate-instances", "https://tc39.es/proposal-temporal/#_ref_9", "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporaldate-instances", - "https://tc39.es/proposal-temporal/#_ref_178", - "https://tc39.es/proposal-temporal/#_ref_179", + "https://tc39.es/proposal-temporal/#_ref_180", + "https://tc39.es/proposal-temporal/#_ref_181", "https://tc39.es/proposal-temporal/#sec-temporal-plaindate-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-iso-date-records", - "https://tc39.es/proposal-temporal/#_ref_180", + "https://tc39.es/proposal-temporal/#_ref_182", "https://tc39.es/proposal-temporal/#_ref_10", "https://tc39.es/proposal-temporal/#table-temporal-iso-date-record-fields", - "https://tc39.es/proposal-temporal/#_ref_181", - "https://tc39.es/proposal-temporal/#sec-temporal-create-iso-date-record", - "https://tc39.es/proposal-temporal/#_ref_182", "https://tc39.es/proposal-temporal/#_ref_183", + "https://tc39.es/proposal-temporal/#sec-temporal-create-iso-date-record", "https://tc39.es/proposal-temporal/#_ref_184", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporaldate", "https://tc39.es/proposal-temporal/#_ref_185", "https://tc39.es/proposal-temporal/#_ref_186", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporaldate", "https://tc39.es/proposal-temporal/#_ref_187", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldate", "https://tc39.es/proposal-temporal/#_ref_188", "https://tc39.es/proposal-temporal/#_ref_189", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldate", "https://tc39.es/proposal-temporal/#_ref_190", "https://tc39.es/proposal-temporal/#_ref_191", "https://tc39.es/proposal-temporal/#_ref_192", @@ -228,26 +226,26 @@ "https://tc39.es/proposal-temporal/#_ref_203", "https://tc39.es/proposal-temporal/#_ref_204", "https://tc39.es/proposal-temporal/#_ref_205", - "https://tc39.es/proposal-temporal/#_ref_2327", "https://tc39.es/proposal-temporal/#_ref_206", "https://tc39.es/proposal-temporal/#_ref_207", + "https://tc39.es/proposal-temporal/#_ref_2329", "https://tc39.es/proposal-temporal/#_ref_208", "https://tc39.es/proposal-temporal/#_ref_209", "https://tc39.es/proposal-temporal/#_ref_210", - "https://tc39.es/proposal-temporal/#sec-temporal-isodatesurpasses", "https://tc39.es/proposal-temporal/#_ref_211", "https://tc39.es/proposal-temporal/#_ref_212", - "https://tc39.es/proposal-temporal/#sec-temporal-regulateisodate", + "https://tc39.es/proposal-temporal/#sec-temporal-isodatesurpasses", "https://tc39.es/proposal-temporal/#_ref_213", "https://tc39.es/proposal-temporal/#_ref_214", + "https://tc39.es/proposal-temporal/#sec-temporal-regulateisodate", "https://tc39.es/proposal-temporal/#_ref_215", "https://tc39.es/proposal-temporal/#_ref_216", "https://tc39.es/proposal-temporal/#_ref_217", - "https://tc39.es/proposal-temporal/#sec-temporal-isvalidisodate", "https://tc39.es/proposal-temporal/#_ref_218", - "https://tc39.es/proposal-temporal/#sec-temporal-balanceisodate", "https://tc39.es/proposal-temporal/#_ref_219", + "https://tc39.es/proposal-temporal/#sec-temporal-isvalidisodate", "https://tc39.es/proposal-temporal/#_ref_220", + "https://tc39.es/proposal-temporal/#sec-temporal-balanceisodate", "https://tc39.es/proposal-temporal/#_ref_221", "https://tc39.es/proposal-temporal/#_ref_222", "https://tc39.es/proposal-temporal/#_ref_223", @@ -255,22 +253,22 @@ "https://tc39.es/proposal-temporal/#_ref_225", "https://tc39.es/proposal-temporal/#_ref_226", "https://tc39.es/proposal-temporal/#_ref_227", - "https://tc39.es/proposal-temporal/#sec-temporal-padisoyear", - "https://tc39.es/proposal-temporal/#sec-temporal-temporaldatetostring", "https://tc39.es/proposal-temporal/#_ref_228", "https://tc39.es/proposal-temporal/#_ref_229", - "https://tc39.es/proposal-temporal/#sec-temporal-isodatewithinlimits", + "https://tc39.es/proposal-temporal/#sec-temporal-padisoyear", + "https://tc39.es/proposal-temporal/#sec-temporal-temporaldatetostring", "https://tc39.es/proposal-temporal/#_ref_230", "https://tc39.es/proposal-temporal/#_ref_231", + "https://tc39.es/proposal-temporal/#sec-temporal-isodatewithinlimits", "https://tc39.es/proposal-temporal/#_ref_232", "https://tc39.es/proposal-temporal/#_ref_233", "https://tc39.es/proposal-temporal/#_ref_234", - "https://tc39.es/proposal-temporal/#sec-temporal-compareisodate", "https://tc39.es/proposal-temporal/#_ref_235", "https://tc39.es/proposal-temporal/#_ref_236", - "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalplaindate", + "https://tc39.es/proposal-temporal/#sec-temporal-compareisodate", "https://tc39.es/proposal-temporal/#_ref_237", "https://tc39.es/proposal-temporal/#_ref_238", + "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalplaindate", "https://tc39.es/proposal-temporal/#_ref_239", "https://tc39.es/proposal-temporal/#_ref_240", "https://tc39.es/proposal-temporal/#_ref_241", @@ -285,19 +283,19 @@ "https://tc39.es/proposal-temporal/#_ref_250", "https://tc39.es/proposal-temporal/#_ref_251", "https://tc39.es/proposal-temporal/#_ref_252", - "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtodate", "https://tc39.es/proposal-temporal/#_ref_253", "https://tc39.es/proposal-temporal/#_ref_254", + "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtodate", "https://tc39.es/proposal-temporal/#_ref_255", "https://tc39.es/proposal-temporal/#_ref_256", "https://tc39.es/proposal-temporal/#_ref_257", "https://tc39.es/proposal-temporal/#_ref_258", "https://tc39.es/proposal-temporal/#_ref_259", + "https://tc39.es/proposal-temporal/#_ref_260", + "https://tc39.es/proposal-temporal/#_ref_261", "https://tc39.es/proposal-temporal/#sec-temporal-plaintime-objects", "https://tc39.es/proposal-temporal/#sec-temporal-plaintime-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plaintime", - "https://tc39.es/proposal-temporal/#_ref_260", - "https://tc39.es/proposal-temporal/#_ref_261", "https://tc39.es/proposal-temporal/#_ref_262", "https://tc39.es/proposal-temporal/#_ref_263", "https://tc39.es/proposal-temporal/#_ref_264", @@ -305,14 +303,16 @@ "https://tc39.es/proposal-temporal/#_ref_266", "https://tc39.es/proposal-temporal/#_ref_267", "https://tc39.es/proposal-temporal/#_ref_268", + "https://tc39.es/proposal-temporal/#_ref_269", + "https://tc39.es/proposal-temporal/#_ref_270", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plaintime-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype", "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.from", - "https://tc39.es/proposal-temporal/#_ref_269", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.compare", - "https://tc39.es/proposal-temporal/#_ref_270", "https://tc39.es/proposal-temporal/#_ref_271", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.compare", "https://tc39.es/proposal-temporal/#_ref_272", + "https://tc39.es/proposal-temporal/#_ref_273", + "https://tc39.es/proposal-temporal/#_ref_274", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plaintime-prototype-object", "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype-%25symbol.tostringtag%25", @@ -323,23 +323,21 @@ "https://tc39.es/proposal-temporal/#sec-get-temporal.plaintime.prototype.microsecond", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaintime.prototype.nanosecond", "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.add", - "https://tc39.es/proposal-temporal/#_ref_273", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.subtract", - "https://tc39.es/proposal-temporal/#_ref_274", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.with", "https://tc39.es/proposal-temporal/#_ref_275", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_276", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.with", "https://tc39.es/proposal-temporal/#_ref_277", "https://tc39.es/proposal-temporal/#_ref_278", "https://tc39.es/proposal-temporal/#_ref_279", "https://tc39.es/proposal-temporal/#_ref_280", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.until", "https://tc39.es/proposal-temporal/#_ref_281", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.since", "https://tc39.es/proposal-temporal/#_ref_282", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.round", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.until", "https://tc39.es/proposal-temporal/#_ref_283", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.since", "https://tc39.es/proposal-temporal/#_ref_284", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.round", "https://tc39.es/proposal-temporal/#_ref_285", "https://tc39.es/proposal-temporal/#_ref_286", "https://tc39.es/proposal-temporal/#_ref_287", @@ -349,12 +347,12 @@ "https://tc39.es/proposal-temporal/#_ref_291", "https://tc39.es/proposal-temporal/#_ref_292", "https://tc39.es/proposal-temporal/#_ref_293", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_294", "https://tc39.es/proposal-temporal/#_ref_295", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.tostring", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_296", "https://tc39.es/proposal-temporal/#_ref_297", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_298", "https://tc39.es/proposal-temporal/#_ref_299", "https://tc39.es/proposal-temporal/#_ref_300", @@ -362,42 +360,42 @@ "https://tc39.es/proposal-temporal/#_ref_302", "https://tc39.es/proposal-temporal/#_ref_303", "https://tc39.es/proposal-temporal/#_ref_304", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_305", - "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_306", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.tolocalestring", + "https://tc39.es/proposal-temporal/#_ref_307", + "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.tojson", + "https://tc39.es/proposal-temporal/#_ref_308", "https://tc39.es/proposal-temporal/#sec-temporal.plaintime.prototype.valueof", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-plaintime-instances", "https://tc39.es/proposal-temporal/#_ref_11", "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporaltime-instances", - "https://tc39.es/proposal-temporal/#_ref_307", + "https://tc39.es/proposal-temporal/#_ref_309", "https://tc39.es/proposal-temporal/#sec-temporal-plaintime-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-time-records", - "https://tc39.es/proposal-temporal/#_ref_308", - "https://tc39.es/proposal-temporal/#_ref_309", - "https://tc39.es/proposal-temporal/#_ref_12", - "https://tc39.es/proposal-temporal/#table-temporal-time-record-fields", "https://tc39.es/proposal-temporal/#_ref_310", - "https://tc39.es/proposal-temporal/#sec-temporal-createtimerecord", "https://tc39.es/proposal-temporal/#_ref_311", + "https://tc39.es/proposal-temporal/#_ref_12", + "https://tc39.es/proposal-temporal/#table-temporal-time-record-fields", "https://tc39.es/proposal-temporal/#_ref_312", + "https://tc39.es/proposal-temporal/#sec-temporal-createtimerecord", "https://tc39.es/proposal-temporal/#_ref_313", "https://tc39.es/proposal-temporal/#_ref_314", - "https://tc39.es/proposal-temporal/#sec-temporal-midnighttimerecord", "https://tc39.es/proposal-temporal/#_ref_315", "https://tc39.es/proposal-temporal/#_ref_316", - "https://tc39.es/proposal-temporal/#sec-temporal-noontimerecord", + "https://tc39.es/proposal-temporal/#sec-temporal-midnighttimerecord", "https://tc39.es/proposal-temporal/#_ref_317", "https://tc39.es/proposal-temporal/#_ref_318", - "https://tc39.es/proposal-temporal/#sec-temporal-differencetime", + "https://tc39.es/proposal-temporal/#sec-temporal-noontimerecord", "https://tc39.es/proposal-temporal/#_ref_319", "https://tc39.es/proposal-temporal/#_ref_320", + "https://tc39.es/proposal-temporal/#sec-temporal-differencetime", "https://tc39.es/proposal-temporal/#_ref_321", "https://tc39.es/proposal-temporal/#_ref_322", "https://tc39.es/proposal-temporal/#_ref_323", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltime", "https://tc39.es/proposal-temporal/#_ref_324", "https://tc39.es/proposal-temporal/#_ref_325", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltime", "https://tc39.es/proposal-temporal/#_ref_326", "https://tc39.es/proposal-temporal/#_ref_327", "https://tc39.es/proposal-temporal/#_ref_328", @@ -412,68 +410,68 @@ "https://tc39.es/proposal-temporal/#_ref_337", "https://tc39.es/proposal-temporal/#_ref_338", "https://tc39.es/proposal-temporal/#_ref_339", - "https://tc39.es/proposal-temporal/#_ref_2328", - "https://tc39.es/proposal-temporal/#_ref_2329", "https://tc39.es/proposal-temporal/#_ref_340", "https://tc39.es/proposal-temporal/#_ref_341", + "https://tc39.es/proposal-temporal/#_ref_2330", + "https://tc39.es/proposal-temporal/#_ref_2331", "https://tc39.es/proposal-temporal/#_ref_342", - "https://tc39.es/proposal-temporal/#sec-temporal-totimerecordormidnight", "https://tc39.es/proposal-temporal/#_ref_343", "https://tc39.es/proposal-temporal/#_ref_344", + "https://tc39.es/proposal-temporal/#sec-temporal-totimerecordormidnight", "https://tc39.es/proposal-temporal/#_ref_345", "https://tc39.es/proposal-temporal/#_ref_346", - "https://tc39.es/proposal-temporal/#sec-temporal-regulatetime", "https://tc39.es/proposal-temporal/#_ref_347", "https://tc39.es/proposal-temporal/#_ref_348", + "https://tc39.es/proposal-temporal/#sec-temporal-regulatetime", "https://tc39.es/proposal-temporal/#_ref_349", - "https://tc39.es/proposal-temporal/#sec-temporal-isvalidtime", - "https://tc39.es/proposal-temporal/#sec-temporal-balancetime", "https://tc39.es/proposal-temporal/#_ref_350", "https://tc39.es/proposal-temporal/#_ref_351", + "https://tc39.es/proposal-temporal/#sec-temporal-isvalidtime", + "https://tc39.es/proposal-temporal/#sec-temporal-balancetime", "https://tc39.es/proposal-temporal/#_ref_352", "https://tc39.es/proposal-temporal/#_ref_353", "https://tc39.es/proposal-temporal/#_ref_354", "https://tc39.es/proposal-temporal/#_ref_355", "https://tc39.es/proposal-temporal/#_ref_356", "https://tc39.es/proposal-temporal/#_ref_357", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporaltime", "https://tc39.es/proposal-temporal/#_ref_358", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltimerecord", "https://tc39.es/proposal-temporal/#_ref_359", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporaltime", "https://tc39.es/proposal-temporal/#_ref_360", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltimerecord", "https://tc39.es/proposal-temporal/#_ref_361", "https://tc39.es/proposal-temporal/#_ref_362", "https://tc39.es/proposal-temporal/#_ref_363", "https://tc39.es/proposal-temporal/#_ref_364", - "https://tc39.es/proposal-temporal/#table-temporal-temporaltimelike-record-fields", - "https://tc39.es/proposal-temporal/#sec-temporal-timerecordtostring", "https://tc39.es/proposal-temporal/#_ref_365", "https://tc39.es/proposal-temporal/#_ref_366", - "https://tc39.es/proposal-temporal/#sec-temporal-comparetimerecord", + "https://tc39.es/proposal-temporal/#table-temporal-temporaltimelike-record-fields", + "https://tc39.es/proposal-temporal/#sec-temporal-timerecordtostring", "https://tc39.es/proposal-temporal/#_ref_367", "https://tc39.es/proposal-temporal/#_ref_368", - "https://tc39.es/proposal-temporal/#sec-temporal-addtime", + "https://tc39.es/proposal-temporal/#sec-temporal-comparetimerecord", "https://tc39.es/proposal-temporal/#_ref_369", "https://tc39.es/proposal-temporal/#_ref_370", + "https://tc39.es/proposal-temporal/#sec-temporal-addtime", "https://tc39.es/proposal-temporal/#_ref_371", "https://tc39.es/proposal-temporal/#_ref_372", - "https://tc39.es/proposal-temporal/#sec-temporal-roundtime", "https://tc39.es/proposal-temporal/#_ref_373", "https://tc39.es/proposal-temporal/#_ref_374", + "https://tc39.es/proposal-temporal/#sec-temporal-roundtime", "https://tc39.es/proposal-temporal/#_ref_375", "https://tc39.es/proposal-temporal/#_ref_376", - "https://tc39.es/proposal-temporal/#_ref_13", "https://tc39.es/proposal-temporal/#_ref_377", "https://tc39.es/proposal-temporal/#_ref_378", + "https://tc39.es/proposal-temporal/#_ref_13", "https://tc39.es/proposal-temporal/#_ref_379", "https://tc39.es/proposal-temporal/#_ref_380", "https://tc39.es/proposal-temporal/#_ref_381", "https://tc39.es/proposal-temporal/#_ref_382", "https://tc39.es/proposal-temporal/#_ref_383", "https://tc39.es/proposal-temporal/#_ref_384", - "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalplaintime", "https://tc39.es/proposal-temporal/#_ref_385", "https://tc39.es/proposal-temporal/#_ref_386", + "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalplaintime", "https://tc39.es/proposal-temporal/#_ref_387", "https://tc39.es/proposal-temporal/#_ref_388", "https://tc39.es/proposal-temporal/#_ref_389", @@ -481,17 +479,17 @@ "https://tc39.es/proposal-temporal/#_ref_391", "https://tc39.es/proposal-temporal/#_ref_392", "https://tc39.es/proposal-temporal/#_ref_393", - "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtotime", "https://tc39.es/proposal-temporal/#_ref_394", "https://tc39.es/proposal-temporal/#_ref_395", + "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtotime", "https://tc39.es/proposal-temporal/#_ref_396", "https://tc39.es/proposal-temporal/#_ref_397", "https://tc39.es/proposal-temporal/#_ref_398", + "https://tc39.es/proposal-temporal/#_ref_399", + "https://tc39.es/proposal-temporal/#_ref_400", "https://tc39.es/proposal-temporal/#sec-temporal-plaindatetime-objects", "https://tc39.es/proposal-temporal/#sec-temporal-plaindatetime-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime", - "https://tc39.es/proposal-temporal/#_ref_399", - "https://tc39.es/proposal-temporal/#_ref_400", "https://tc39.es/proposal-temporal/#_ref_401", "https://tc39.es/proposal-temporal/#_ref_402", "https://tc39.es/proposal-temporal/#_ref_403", @@ -507,31 +505,33 @@ "https://tc39.es/proposal-temporal/#_ref_413", "https://tc39.es/proposal-temporal/#_ref_414", "https://tc39.es/proposal-temporal/#_ref_415", - "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plaindatetime-constructor", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype", "https://tc39.es/proposal-temporal/#_ref_416", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.from", "https://tc39.es/proposal-temporal/#_ref_417", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.compare", + "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plaindatetime-constructor", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype", "https://tc39.es/proposal-temporal/#_ref_418", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.from", "https://tc39.es/proposal-temporal/#_ref_419", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.compare", "https://tc39.es/proposal-temporal/#_ref_420", + "https://tc39.es/proposal-temporal/#_ref_421", + "https://tc39.es/proposal-temporal/#_ref_422", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plaindatetime-prototype-object", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype-%25symbol.tostringtag%25", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.calendarid", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.era", - "https://tc39.es/proposal-temporal/#_ref_421", + "https://tc39.es/proposal-temporal/#_ref_423", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.erayear", - "https://tc39.es/proposal-temporal/#_ref_422", + "https://tc39.es/proposal-temporal/#_ref_424", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.year", - "https://tc39.es/proposal-temporal/#_ref_423", + "https://tc39.es/proposal-temporal/#_ref_425", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.month", - "https://tc39.es/proposal-temporal/#_ref_424", + "https://tc39.es/proposal-temporal/#_ref_426", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.monthcode", - "https://tc39.es/proposal-temporal/#_ref_425", + "https://tc39.es/proposal-temporal/#_ref_427", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.day", - "https://tc39.es/proposal-temporal/#_ref_426", + "https://tc39.es/proposal-temporal/#_ref_428", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.hour", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.minute", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.second", @@ -539,50 +539,48 @@ "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.microsecond", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.nanosecond", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.dayofweek", - "https://tc39.es/proposal-temporal/#_ref_427", + "https://tc39.es/proposal-temporal/#_ref_429", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.dayofyear", - "https://tc39.es/proposal-temporal/#_ref_428", + "https://tc39.es/proposal-temporal/#_ref_430", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.weekofyear", - "https://tc39.es/proposal-temporal/#_ref_429", + "https://tc39.es/proposal-temporal/#_ref_431", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.yearofweek", - "https://tc39.es/proposal-temporal/#_ref_430", + "https://tc39.es/proposal-temporal/#_ref_432", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.daysinweek", - "https://tc39.es/proposal-temporal/#_ref_431", + "https://tc39.es/proposal-temporal/#_ref_433", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.daysinmonth", - "https://tc39.es/proposal-temporal/#_ref_432", + "https://tc39.es/proposal-temporal/#_ref_434", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.daysinyear", - "https://tc39.es/proposal-temporal/#_ref_433", + "https://tc39.es/proposal-temporal/#_ref_435", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.monthsinyear", - "https://tc39.es/proposal-temporal/#_ref_434", + "https://tc39.es/proposal-temporal/#_ref_436", "https://tc39.es/proposal-temporal/#sec-get-temporal.plaindatetime.prototype.inleapyear", - "https://tc39.es/proposal-temporal/#_ref_435", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.with", - "https://tc39.es/proposal-temporal/#_ref_436", "https://tc39.es/proposal-temporal/#_ref_437", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.with", "https://tc39.es/proposal-temporal/#_ref_438", "https://tc39.es/proposal-temporal/#_ref_439", "https://tc39.es/proposal-temporal/#_ref_440", "https://tc39.es/proposal-temporal/#_ref_441", "https://tc39.es/proposal-temporal/#_ref_442", "https://tc39.es/proposal-temporal/#_ref_443", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.withplaintime", "https://tc39.es/proposal-temporal/#_ref_444", "https://tc39.es/proposal-temporal/#_ref_445", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.withplaintime", "https://tc39.es/proposal-temporal/#_ref_446", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.withcalendar", "https://tc39.es/proposal-temporal/#_ref_447", "https://tc39.es/proposal-temporal/#_ref_448", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.add", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.withcalendar", "https://tc39.es/proposal-temporal/#_ref_449", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_450", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.until", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.add", "https://tc39.es/proposal-temporal/#_ref_451", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.since", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_452", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.round", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.until", "https://tc39.es/proposal-temporal/#_ref_453", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.since", "https://tc39.es/proposal-temporal/#_ref_454", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.round", "https://tc39.es/proposal-temporal/#_ref_455", "https://tc39.es/proposal-temporal/#_ref_456", "https://tc39.es/proposal-temporal/#_ref_457", @@ -593,13 +591,13 @@ "https://tc39.es/proposal-temporal/#_ref_462", "https://tc39.es/proposal-temporal/#_ref_463", "https://tc39.es/proposal-temporal/#_ref_464", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_465", "https://tc39.es/proposal-temporal/#_ref_466", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_467", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_468", "https://tc39.es/proposal-temporal/#_ref_469", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_470", "https://tc39.es/proposal-temporal/#_ref_471", "https://tc39.es/proposal-temporal/#_ref_472", @@ -610,67 +608,67 @@ "https://tc39.es/proposal-temporal/#_ref_477", "https://tc39.es/proposal-temporal/#_ref_478", "https://tc39.es/proposal-temporal/#_ref_479", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_480", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_481", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.valueof", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tozoneddatetime", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_482", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_483", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.valueof", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.tozoneddatetime", "https://tc39.es/proposal-temporal/#_ref_484", "https://tc39.es/proposal-temporal/#_ref_485", "https://tc39.es/proposal-temporal/#_ref_486", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.toplaindate", "https://tc39.es/proposal-temporal/#_ref_487", - "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.toplaintime", "https://tc39.es/proposal-temporal/#_ref_488", - "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-plaindatetime-instances", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.toplaindate", "https://tc39.es/proposal-temporal/#_ref_489", - "https://tc39.es/proposal-temporal/#_ref_14", - "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporaldatetime-instances", + "https://tc39.es/proposal-temporal/#sec-temporal.plaindatetime.prototype.toplaintime", "https://tc39.es/proposal-temporal/#_ref_490", + "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-plaindatetime-instances", "https://tc39.es/proposal-temporal/#_ref_491", - "https://tc39.es/proposal-temporal/#sec-temporal-plaindatetime-abstract-ops", - "https://tc39.es/proposal-temporal/#sec-temporal-iso-date-time-records", + "https://tc39.es/proposal-temporal/#_ref_14", + "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporaldatetime-instances", "https://tc39.es/proposal-temporal/#_ref_492", "https://tc39.es/proposal-temporal/#_ref_493", + "https://tc39.es/proposal-temporal/#sec-temporal-plaindatetime-abstract-ops", + "https://tc39.es/proposal-temporal/#sec-temporal-iso-date-time-records", "https://tc39.es/proposal-temporal/#_ref_494", - "https://tc39.es/proposal-temporal/#_ref_15", - "https://tc39.es/proposal-temporal/#table-temporal-iso-date-time-record-fields", "https://tc39.es/proposal-temporal/#_ref_495", "https://tc39.es/proposal-temporal/#_ref_496", + "https://tc39.es/proposal-temporal/#_ref_15", + "https://tc39.es/proposal-temporal/#table-temporal-iso-date-time-record-fields", "https://tc39.es/proposal-temporal/#_ref_497", - "https://tc39.es/proposal-temporal/#sec-temporal-timevaluetoisodatetimerecord", "https://tc39.es/proposal-temporal/#_ref_498", "https://tc39.es/proposal-temporal/#_ref_499", + "https://tc39.es/proposal-temporal/#sec-temporal-timevaluetoisodatetimerecord", "https://tc39.es/proposal-temporal/#_ref_500", "https://tc39.es/proposal-temporal/#_ref_501", "https://tc39.es/proposal-temporal/#_ref_502", - "https://tc39.es/proposal-temporal/#sec-temporal-combineisodateandtimerecord", "https://tc39.es/proposal-temporal/#_ref_503", "https://tc39.es/proposal-temporal/#_ref_504", + "https://tc39.es/proposal-temporal/#sec-temporal-combineisodateandtimerecord", "https://tc39.es/proposal-temporal/#_ref_505", "https://tc39.es/proposal-temporal/#_ref_506", "https://tc39.es/proposal-temporal/#_ref_507", - "https://tc39.es/proposal-temporal/#sec-temporal-isodatetimewithinlimits", "https://tc39.es/proposal-temporal/#_ref_508", "https://tc39.es/proposal-temporal/#_ref_509", + "https://tc39.es/proposal-temporal/#sec-temporal-isodatetimewithinlimits", "https://tc39.es/proposal-temporal/#_ref_510", "https://tc39.es/proposal-temporal/#_ref_511", "https://tc39.es/proposal-temporal/#_ref_512", "https://tc39.es/proposal-temporal/#_ref_513", "https://tc39.es/proposal-temporal/#_ref_514", - "https://tc39.es/proposal-temporal/#sec-temporal-interprettemporaldatetimefields", "https://tc39.es/proposal-temporal/#_ref_515", "https://tc39.es/proposal-temporal/#_ref_516", + "https://tc39.es/proposal-temporal/#sec-temporal-interprettemporaldatetimefields", "https://tc39.es/proposal-temporal/#_ref_517", "https://tc39.es/proposal-temporal/#_ref_518", "https://tc39.es/proposal-temporal/#_ref_519", "https://tc39.es/proposal-temporal/#_ref_520", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldatetime", "https://tc39.es/proposal-temporal/#_ref_521", "https://tc39.es/proposal-temporal/#_ref_522", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporaldatetime", "https://tc39.es/proposal-temporal/#_ref_523", "https://tc39.es/proposal-temporal/#_ref_524", "https://tc39.es/proposal-temporal/#_ref_525", @@ -689,47 +687,47 @@ "https://tc39.es/proposal-temporal/#_ref_538", "https://tc39.es/proposal-temporal/#_ref_539", "https://tc39.es/proposal-temporal/#_ref_540", - "https://tc39.es/proposal-temporal/#_ref_2330", "https://tc39.es/proposal-temporal/#_ref_541", "https://tc39.es/proposal-temporal/#_ref_542", + "https://tc39.es/proposal-temporal/#_ref_2332", "https://tc39.es/proposal-temporal/#_ref_543", "https://tc39.es/proposal-temporal/#_ref_544", "https://tc39.es/proposal-temporal/#_ref_545", "https://tc39.es/proposal-temporal/#_ref_546", "https://tc39.es/proposal-temporal/#_ref_547", - "https://tc39.es/proposal-temporal/#sec-temporal-balanceisodatetime", "https://tc39.es/proposal-temporal/#_ref_548", "https://tc39.es/proposal-temporal/#_ref_549", + "https://tc39.es/proposal-temporal/#sec-temporal-balanceisodatetime", "https://tc39.es/proposal-temporal/#_ref_550", "https://tc39.es/proposal-temporal/#_ref_551", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporaldatetime", "https://tc39.es/proposal-temporal/#_ref_552", "https://tc39.es/proposal-temporal/#_ref_553", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporaldatetime", "https://tc39.es/proposal-temporal/#_ref_554", - "https://tc39.es/proposal-temporal/#sec-temporal-isodatetimetostring", "https://tc39.es/proposal-temporal/#_ref_555", "https://tc39.es/proposal-temporal/#_ref_556", + "https://tc39.es/proposal-temporal/#sec-temporal-isodatetimetostring", "https://tc39.es/proposal-temporal/#_ref_557", "https://tc39.es/proposal-temporal/#_ref_558", "https://tc39.es/proposal-temporal/#_ref_559", "https://tc39.es/proposal-temporal/#_ref_560", - "https://tc39.es/proposal-temporal/#sec-temporal-compareisodatetime", "https://tc39.es/proposal-temporal/#_ref_561", "https://tc39.es/proposal-temporal/#_ref_562", + "https://tc39.es/proposal-temporal/#sec-temporal-compareisodatetime", "https://tc39.es/proposal-temporal/#_ref_563", "https://tc39.es/proposal-temporal/#_ref_564", - "https://tc39.es/proposal-temporal/#sec-temporal-roundisodatetime", "https://tc39.es/proposal-temporal/#_ref_565", "https://tc39.es/proposal-temporal/#_ref_566", + "https://tc39.es/proposal-temporal/#sec-temporal-roundisodatetime", "https://tc39.es/proposal-temporal/#_ref_567", "https://tc39.es/proposal-temporal/#_ref_568", "https://tc39.es/proposal-temporal/#_ref_569", "https://tc39.es/proposal-temporal/#_ref_570", "https://tc39.es/proposal-temporal/#_ref_571", "https://tc39.es/proposal-temporal/#_ref_572", - "https://tc39.es/proposal-temporal/#sec-temporal-differenceisodatetime", "https://tc39.es/proposal-temporal/#_ref_573", "https://tc39.es/proposal-temporal/#_ref_574", + "https://tc39.es/proposal-temporal/#sec-temporal-differenceisodatetime", "https://tc39.es/proposal-temporal/#_ref_575", "https://tc39.es/proposal-temporal/#_ref_576", "https://tc39.es/proposal-temporal/#_ref_577", @@ -745,9 +743,9 @@ "https://tc39.es/proposal-temporal/#_ref_587", "https://tc39.es/proposal-temporal/#_ref_588", "https://tc39.es/proposal-temporal/#_ref_589", - "https://tc39.es/proposal-temporal/#sec-temporal-differenceplaindatetimewithrounding", "https://tc39.es/proposal-temporal/#_ref_590", "https://tc39.es/proposal-temporal/#_ref_591", + "https://tc39.es/proposal-temporal/#sec-temporal-differenceplaindatetimewithrounding", "https://tc39.es/proposal-temporal/#_ref_592", "https://tc39.es/proposal-temporal/#_ref_593", "https://tc39.es/proposal-temporal/#_ref_594", @@ -759,18 +757,18 @@ "https://tc39.es/proposal-temporal/#_ref_600", "https://tc39.es/proposal-temporal/#_ref_601", "https://tc39.es/proposal-temporal/#_ref_602", - "https://tc39.es/proposal-temporal/#sec-temporal-differenceplaindatetimewithtotal", "https://tc39.es/proposal-temporal/#_ref_603", "https://tc39.es/proposal-temporal/#_ref_604", + "https://tc39.es/proposal-temporal/#sec-temporal-differenceplaindatetimewithtotal", "https://tc39.es/proposal-temporal/#_ref_605", "https://tc39.es/proposal-temporal/#_ref_606", "https://tc39.es/proposal-temporal/#_ref_607", "https://tc39.es/proposal-temporal/#_ref_608", "https://tc39.es/proposal-temporal/#_ref_609", "https://tc39.es/proposal-temporal/#_ref_610", - "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalplaindatetime", "https://tc39.es/proposal-temporal/#_ref_611", "https://tc39.es/proposal-temporal/#_ref_612", + "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalplaindatetime", "https://tc39.es/proposal-temporal/#_ref_613", "https://tc39.es/proposal-temporal/#_ref_614", "https://tc39.es/proposal-temporal/#_ref_615", @@ -778,9 +776,9 @@ "https://tc39.es/proposal-temporal/#_ref_617", "https://tc39.es/proposal-temporal/#_ref_618", "https://tc39.es/proposal-temporal/#_ref_619", - "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtodatetime", "https://tc39.es/proposal-temporal/#_ref_620", "https://tc39.es/proposal-temporal/#_ref_621", + "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtodatetime", "https://tc39.es/proposal-temporal/#_ref_622", "https://tc39.es/proposal-temporal/#_ref_623", "https://tc39.es/proposal-temporal/#_ref_624", @@ -789,104 +787,104 @@ "https://tc39.es/proposal-temporal/#_ref_627", "https://tc39.es/proposal-temporal/#_ref_628", "https://tc39.es/proposal-temporal/#_ref_629", + "https://tc39.es/proposal-temporal/#_ref_630", + "https://tc39.es/proposal-temporal/#_ref_631", "https://tc39.es/proposal-temporal/#sec-temporal-zoneddatetime-objects", "https://tc39.es/proposal-temporal/#sec-temporal-zoneddatetime-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime", - "https://tc39.es/proposal-temporal/#_ref_630", - "https://tc39.es/proposal-temporal/#_ref_631", "https://tc39.es/proposal-temporal/#_ref_632", "https://tc39.es/proposal-temporal/#_ref_633", "https://tc39.es/proposal-temporal/#_ref_634", "https://tc39.es/proposal-temporal/#_ref_635", "https://tc39.es/proposal-temporal/#_ref_636", "https://tc39.es/proposal-temporal/#_ref_637", + "https://tc39.es/proposal-temporal/#_ref_638", + "https://tc39.es/proposal-temporal/#_ref_639", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-zoneddatetime-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype", "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.from", - "https://tc39.es/proposal-temporal/#_ref_638", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.compare", - "https://tc39.es/proposal-temporal/#_ref_639", "https://tc39.es/proposal-temporal/#_ref_640", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.compare", "https://tc39.es/proposal-temporal/#_ref_641", + "https://tc39.es/proposal-temporal/#_ref_642", + "https://tc39.es/proposal-temporal/#_ref_643", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-zoneddatetime-prototype-object", "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.constructor", "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype-%25symbol.tostringtag%25", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.calendarid", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.timezoneid", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.era", - "https://tc39.es/proposal-temporal/#_ref_642", - "https://tc39.es/proposal-temporal/#_ref_643", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.erayear", "https://tc39.es/proposal-temporal/#_ref_644", "https://tc39.es/proposal-temporal/#_ref_645", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.year", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.erayear", "https://tc39.es/proposal-temporal/#_ref_646", "https://tc39.es/proposal-temporal/#_ref_647", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.month", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.year", "https://tc39.es/proposal-temporal/#_ref_648", "https://tc39.es/proposal-temporal/#_ref_649", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.monthcode", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.month", "https://tc39.es/proposal-temporal/#_ref_650", "https://tc39.es/proposal-temporal/#_ref_651", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.day", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.monthcode", "https://tc39.es/proposal-temporal/#_ref_652", "https://tc39.es/proposal-temporal/#_ref_653", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.hour", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.day", "https://tc39.es/proposal-temporal/#_ref_654", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.minute", "https://tc39.es/proposal-temporal/#_ref_655", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.second", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.hour", "https://tc39.es/proposal-temporal/#_ref_656", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.millisecond", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.minute", "https://tc39.es/proposal-temporal/#_ref_657", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.microsecond", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.second", "https://tc39.es/proposal-temporal/#_ref_658", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.nanosecond", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.millisecond", "https://tc39.es/proposal-temporal/#_ref_659", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.microsecond", + "https://tc39.es/proposal-temporal/#_ref_660", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.nanosecond", + "https://tc39.es/proposal-temporal/#_ref_661", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.epochmilliseconds", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.epochnanoseconds", "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.dayofweek", - "https://tc39.es/proposal-temporal/#_ref_660", - "https://tc39.es/proposal-temporal/#_ref_661", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.dayofyear", "https://tc39.es/proposal-temporal/#_ref_662", "https://tc39.es/proposal-temporal/#_ref_663", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.weekofyear", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.dayofyear", "https://tc39.es/proposal-temporal/#_ref_664", "https://tc39.es/proposal-temporal/#_ref_665", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.yearofweek", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.weekofyear", "https://tc39.es/proposal-temporal/#_ref_666", "https://tc39.es/proposal-temporal/#_ref_667", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.hoursinday", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.yearofweek", "https://tc39.es/proposal-temporal/#_ref_668", "https://tc39.es/proposal-temporal/#_ref_669", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.hoursinday", "https://tc39.es/proposal-temporal/#_ref_670", "https://tc39.es/proposal-temporal/#_ref_671", "https://tc39.es/proposal-temporal/#_ref_672", "https://tc39.es/proposal-temporal/#_ref_673", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.daysinweek", "https://tc39.es/proposal-temporal/#_ref_674", "https://tc39.es/proposal-temporal/#_ref_675", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.daysinmonth", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.daysinweek", "https://tc39.es/proposal-temporal/#_ref_676", "https://tc39.es/proposal-temporal/#_ref_677", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.daysinyear", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.daysinmonth", "https://tc39.es/proposal-temporal/#_ref_678", "https://tc39.es/proposal-temporal/#_ref_679", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.monthsinyear", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.daysinyear", "https://tc39.es/proposal-temporal/#_ref_680", "https://tc39.es/proposal-temporal/#_ref_681", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.inleapyear", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.monthsinyear", "https://tc39.es/proposal-temporal/#_ref_682", "https://tc39.es/proposal-temporal/#_ref_683", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.offsetnanoseconds", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.inleapyear", "https://tc39.es/proposal-temporal/#_ref_684", - "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.offset", "https://tc39.es/proposal-temporal/#_ref_685", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.offsetnanoseconds", "https://tc39.es/proposal-temporal/#_ref_686", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.with", + "https://tc39.es/proposal-temporal/#sec-get-temporal.zoneddatetime.prototype.offset", "https://tc39.es/proposal-temporal/#_ref_687", "https://tc39.es/proposal-temporal/#_ref_688", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.with", "https://tc39.es/proposal-temporal/#_ref_689", "https://tc39.es/proposal-temporal/#_ref_690", "https://tc39.es/proposal-temporal/#_ref_691", @@ -900,30 +898,30 @@ "https://tc39.es/proposal-temporal/#_ref_699", "https://tc39.es/proposal-temporal/#_ref_700", "https://tc39.es/proposal-temporal/#_ref_701", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withplaintime", "https://tc39.es/proposal-temporal/#_ref_702", "https://tc39.es/proposal-temporal/#_ref_703", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withplaintime", "https://tc39.es/proposal-temporal/#_ref_704", "https://tc39.es/proposal-temporal/#_ref_705", "https://tc39.es/proposal-temporal/#_ref_706", "https://tc39.es/proposal-temporal/#_ref_707", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withtimezone", "https://tc39.es/proposal-temporal/#_ref_708", "https://tc39.es/proposal-temporal/#_ref_709", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withcalendar", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withtimezone", "https://tc39.es/proposal-temporal/#_ref_710", "https://tc39.es/proposal-temporal/#_ref_711", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.add", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.withcalendar", "https://tc39.es/proposal-temporal/#_ref_712", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_713", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.until", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.add", "https://tc39.es/proposal-temporal/#_ref_714", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.since", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_715", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.round", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.until", "https://tc39.es/proposal-temporal/#_ref_716", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.since", "https://tc39.es/proposal-temporal/#_ref_717", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.round", "https://tc39.es/proposal-temporal/#_ref_718", "https://tc39.es/proposal-temporal/#_ref_719", "https://tc39.es/proposal-temporal/#_ref_720", @@ -942,13 +940,13 @@ "https://tc39.es/proposal-temporal/#_ref_733", "https://tc39.es/proposal-temporal/#_ref_734", "https://tc39.es/proposal-temporal/#_ref_735", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_736", "https://tc39.es/proposal-temporal/#_ref_737", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_738", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_739", "https://tc39.es/proposal-temporal/#_ref_740", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_741", "https://tc39.es/proposal-temporal/#_ref_742", "https://tc39.es/proposal-temporal/#_ref_743", @@ -960,43 +958,43 @@ "https://tc39.es/proposal-temporal/#_ref_749", "https://tc39.es/proposal-temporal/#_ref_750", "https://tc39.es/proposal-temporal/#_ref_751", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_752", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_753", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.valueof", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.startofday", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_754", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_755", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.valueof", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.startofday", "https://tc39.es/proposal-temporal/#_ref_756", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.gettimezonetransition", "https://tc39.es/proposal-temporal/#_ref_757", "https://tc39.es/proposal-temporal/#_ref_758", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.gettimezonetransition", "https://tc39.es/proposal-temporal/#_ref_759", "https://tc39.es/proposal-temporal/#_ref_760", "https://tc39.es/proposal-temporal/#_ref_761", "https://tc39.es/proposal-temporal/#_ref_762", "https://tc39.es/proposal-temporal/#_ref_763", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toinstant", "https://tc39.es/proposal-temporal/#_ref_764", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplaindate", "https://tc39.es/proposal-temporal/#_ref_765", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toinstant", "https://tc39.es/proposal-temporal/#_ref_766", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplaintime", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplaindate", "https://tc39.es/proposal-temporal/#_ref_767", "https://tc39.es/proposal-temporal/#_ref_768", - "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplaindatetime", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplaintime", "https://tc39.es/proposal-temporal/#_ref_769", "https://tc39.es/proposal-temporal/#_ref_770", + "https://tc39.es/proposal-temporal/#sec-temporal.zoneddatetime.prototype.toplaindatetime", + "https://tc39.es/proposal-temporal/#_ref_771", + "https://tc39.es/proposal-temporal/#_ref_772", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-zoneddatetime-instances", "https://tc39.es/proposal-temporal/#_ref_16", "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalzoneddatetime-instances", - "https://tc39.es/proposal-temporal/#_ref_771", - "https://tc39.es/proposal-temporal/#_ref_772", - "https://tc39.es/proposal-temporal/#sec-temporal-zoneddatetime-abstract-ops", - "https://tc39.es/proposal-temporal/#sec-temporal-interpretisodatetimeoffset", "https://tc39.es/proposal-temporal/#_ref_773", "https://tc39.es/proposal-temporal/#_ref_774", + "https://tc39.es/proposal-temporal/#sec-temporal-zoneddatetime-abstract-ops", + "https://tc39.es/proposal-temporal/#sec-temporal-interpretisodatetimeoffset", "https://tc39.es/proposal-temporal/#_ref_775", "https://tc39.es/proposal-temporal/#_ref_776", "https://tc39.es/proposal-temporal/#_ref_777", @@ -1010,9 +1008,9 @@ "https://tc39.es/proposal-temporal/#_ref_785", "https://tc39.es/proposal-temporal/#_ref_786", "https://tc39.es/proposal-temporal/#_ref_787", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_788", "https://tc39.es/proposal-temporal/#_ref_789", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_790", "https://tc39.es/proposal-temporal/#_ref_791", "https://tc39.es/proposal-temporal/#_ref_792", @@ -1028,9 +1026,9 @@ "https://tc39.es/proposal-temporal/#_ref_802", "https://tc39.es/proposal-temporal/#_ref_803", "https://tc39.es/proposal-temporal/#_ref_804", - "https://tc39.es/proposal-temporal/#_ref_2331", "https://tc39.es/proposal-temporal/#_ref_805", "https://tc39.es/proposal-temporal/#_ref_806", + "https://tc39.es/proposal-temporal/#_ref_2333", "https://tc39.es/proposal-temporal/#_ref_807", "https://tc39.es/proposal-temporal/#_ref_808", "https://tc39.es/proposal-temporal/#_ref_809", @@ -1039,21 +1037,21 @@ "https://tc39.es/proposal-temporal/#_ref_812", "https://tc39.es/proposal-temporal/#_ref_813", "https://tc39.es/proposal-temporal/#_ref_814", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_815", "https://tc39.es/proposal-temporal/#_ref_816", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_817", - "https://tc39.es/proposal-temporal/#sec-temporal-temporalzoneddatetimetostring", "https://tc39.es/proposal-temporal/#_ref_818", "https://tc39.es/proposal-temporal/#_ref_819", + "https://tc39.es/proposal-temporal/#sec-temporal-temporalzoneddatetimetostring", "https://tc39.es/proposal-temporal/#_ref_820", "https://tc39.es/proposal-temporal/#_ref_821", "https://tc39.es/proposal-temporal/#_ref_822", "https://tc39.es/proposal-temporal/#_ref_823", "https://tc39.es/proposal-temporal/#_ref_824", - "https://tc39.es/proposal-temporal/#sec-temporal-addzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_825", "https://tc39.es/proposal-temporal/#_ref_826", + "https://tc39.es/proposal-temporal/#sec-temporal-addzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_827", "https://tc39.es/proposal-temporal/#_ref_828", "https://tc39.es/proposal-temporal/#_ref_829", @@ -1063,9 +1061,9 @@ "https://tc39.es/proposal-temporal/#_ref_833", "https://tc39.es/proposal-temporal/#_ref_834", "https://tc39.es/proposal-temporal/#_ref_835", - "https://tc39.es/proposal-temporal/#sec-temporal-differencezoneddatetime", "https://tc39.es/proposal-temporal/#_ref_836", "https://tc39.es/proposal-temporal/#_ref_837", + "https://tc39.es/proposal-temporal/#sec-temporal-differencezoneddatetime", "https://tc39.es/proposal-temporal/#_ref_838", "https://tc39.es/proposal-temporal/#_ref_839", "https://tc39.es/proposal-temporal/#_ref_840", @@ -1082,9 +1080,9 @@ "https://tc39.es/proposal-temporal/#_ref_851", "https://tc39.es/proposal-temporal/#_ref_852", "https://tc39.es/proposal-temporal/#_ref_853", - "https://tc39.es/proposal-temporal/#sec-temporal-differencezoneddatetimewithrounding", "https://tc39.es/proposal-temporal/#_ref_854", "https://tc39.es/proposal-temporal/#_ref_855", + "https://tc39.es/proposal-temporal/#sec-temporal-differencezoneddatetimewithrounding", "https://tc39.es/proposal-temporal/#_ref_856", "https://tc39.es/proposal-temporal/#_ref_857", "https://tc39.es/proposal-temporal/#_ref_858", @@ -1094,9 +1092,9 @@ "https://tc39.es/proposal-temporal/#_ref_862", "https://tc39.es/proposal-temporal/#_ref_863", "https://tc39.es/proposal-temporal/#_ref_864", - "https://tc39.es/proposal-temporal/#sec-temporal-differencezoneddatetimewithtotal", "https://tc39.es/proposal-temporal/#_ref_865", "https://tc39.es/proposal-temporal/#_ref_866", + "https://tc39.es/proposal-temporal/#sec-temporal-differencezoneddatetimewithtotal", "https://tc39.es/proposal-temporal/#_ref_867", "https://tc39.es/proposal-temporal/#_ref_868", "https://tc39.es/proposal-temporal/#_ref_869", @@ -1104,9 +1102,9 @@ "https://tc39.es/proposal-temporal/#_ref_871", "https://tc39.es/proposal-temporal/#_ref_872", "https://tc39.es/proposal-temporal/#_ref_873", - "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_874", "https://tc39.es/proposal-temporal/#_ref_875", + "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalzoneddatetime", "https://tc39.es/proposal-temporal/#_ref_876", "https://tc39.es/proposal-temporal/#_ref_877", "https://tc39.es/proposal-temporal/#_ref_878", @@ -1119,19 +1117,19 @@ "https://tc39.es/proposal-temporal/#_ref_885", "https://tc39.es/proposal-temporal/#_ref_886", "https://tc39.es/proposal-temporal/#_ref_887", - "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtozoneddatetime", "https://tc39.es/proposal-temporal/#_ref_888", "https://tc39.es/proposal-temporal/#_ref_889", + "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtozoneddatetime", "https://tc39.es/proposal-temporal/#_ref_890", "https://tc39.es/proposal-temporal/#_ref_891", "https://tc39.es/proposal-temporal/#_ref_892", "https://tc39.es/proposal-temporal/#_ref_893", "https://tc39.es/proposal-temporal/#_ref_894", + "https://tc39.es/proposal-temporal/#_ref_895", + "https://tc39.es/proposal-temporal/#_ref_896", "https://tc39.es/proposal-temporal/#sec-temporal-duration-objects", "https://tc39.es/proposal-temporal/#sec-temporal-duration-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.duration", - "https://tc39.es/proposal-temporal/#_ref_895", - "https://tc39.es/proposal-temporal/#_ref_896", "https://tc39.es/proposal-temporal/#_ref_897", "https://tc39.es/proposal-temporal/#_ref_898", "https://tc39.es/proposal-temporal/#_ref_899", @@ -1141,13 +1139,13 @@ "https://tc39.es/proposal-temporal/#_ref_903", "https://tc39.es/proposal-temporal/#_ref_904", "https://tc39.es/proposal-temporal/#_ref_905", + "https://tc39.es/proposal-temporal/#_ref_906", + "https://tc39.es/proposal-temporal/#_ref_907", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-duration-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype", "https://tc39.es/proposal-temporal/#sec-temporal.duration.from", - "https://tc39.es/proposal-temporal/#_ref_906", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.compare", - "https://tc39.es/proposal-temporal/#_ref_907", "https://tc39.es/proposal-temporal/#_ref_908", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.compare", "https://tc39.es/proposal-temporal/#_ref_909", "https://tc39.es/proposal-temporal/#_ref_910", "https://tc39.es/proposal-temporal/#_ref_911", @@ -1165,6 +1163,8 @@ "https://tc39.es/proposal-temporal/#_ref_923", "https://tc39.es/proposal-temporal/#_ref_924", "https://tc39.es/proposal-temporal/#_ref_925", + "https://tc39.es/proposal-temporal/#_ref_926", + "https://tc39.es/proposal-temporal/#_ref_927", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-duration-prototype-object", "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.constructor", "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype-%25symbol.tostringtag%25", @@ -1179,23 +1179,21 @@ "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.microseconds", "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.nanoseconds", "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.sign", - "https://tc39.es/proposal-temporal/#_ref_926", - "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.blank", - "https://tc39.es/proposal-temporal/#_ref_927", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.with", "https://tc39.es/proposal-temporal/#_ref_928", + "https://tc39.es/proposal-temporal/#sec-get-temporal.duration.prototype.blank", "https://tc39.es/proposal-temporal/#_ref_929", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.negated", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.with", "https://tc39.es/proposal-temporal/#_ref_930", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.abs", "https://tc39.es/proposal-temporal/#_ref_931", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.add", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.negated", "https://tc39.es/proposal-temporal/#_ref_932", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.subtract", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.abs", "https://tc39.es/proposal-temporal/#_ref_933", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.round", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.add", "https://tc39.es/proposal-temporal/#_ref_934", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_935", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.round", "https://tc39.es/proposal-temporal/#_ref_936", "https://tc39.es/proposal-temporal/#_ref_937", "https://tc39.es/proposal-temporal/#_ref_938", @@ -1238,9 +1236,9 @@ "https://tc39.es/proposal-temporal/#_ref_975", "https://tc39.es/proposal-temporal/#_ref_976", "https://tc39.es/proposal-temporal/#_ref_977", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.total", "https://tc39.es/proposal-temporal/#_ref_978", "https://tc39.es/proposal-temporal/#_ref_979", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.total", "https://tc39.es/proposal-temporal/#_ref_980", "https://tc39.es/proposal-temporal/#_ref_981", "https://tc39.es/proposal-temporal/#_ref_982", @@ -1261,9 +1259,9 @@ "https://tc39.es/proposal-temporal/#_ref_997", "https://tc39.es/proposal-temporal/#_ref_998", "https://tc39.es/proposal-temporal/#_ref_999", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_1000", "https://tc39.es/proposal-temporal/#_ref_1001", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_1002", "https://tc39.es/proposal-temporal/#_ref_1003", "https://tc39.es/proposal-temporal/#_ref_1004", @@ -1277,16 +1275,16 @@ "https://tc39.es/proposal-temporal/#_ref_1012", "https://tc39.es/proposal-temporal/#_ref_1013", "https://tc39.es/proposal-temporal/#_ref_1014", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_1015", - "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_1016", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tojson", + "https://tc39.es/proposal-temporal/#_ref_1017", + "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.tolocalestring", + "https://tc39.es/proposal-temporal/#_ref_1018", "https://tc39.es/proposal-temporal/#sec-temporal.duration.prototype.valueof", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-duration-instances", "https://tc39.es/proposal-temporal/#_ref_17", "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalduration-instances", - "https://tc39.es/proposal-temporal/#_ref_1017", - "https://tc39.es/proposal-temporal/#_ref_1018", "https://tc39.es/proposal-temporal/#_ref_1019", "https://tc39.es/proposal-temporal/#_ref_1020", "https://tc39.es/proposal-temporal/#_ref_1021", @@ -1295,21 +1293,21 @@ "https://tc39.es/proposal-temporal/#_ref_1024", "https://tc39.es/proposal-temporal/#_ref_1025", "https://tc39.es/proposal-temporal/#_ref_1026", + "https://tc39.es/proposal-temporal/#_ref_1027", + "https://tc39.es/proposal-temporal/#_ref_1028", "https://tc39.es/proposal-temporal/#sec-temporal-duration-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-date-duration-records", - "https://tc39.es/proposal-temporal/#_ref_1027", + "https://tc39.es/proposal-temporal/#_ref_1029", "https://tc39.es/proposal-temporal/#_ref_18", "https://tc39.es/proposal-temporal/#table-temporal-date-duration-record-fields", - "https://tc39.es/proposal-temporal/#_ref_1028", - "https://tc39.es/proposal-temporal/#_ref_1029", "https://tc39.es/proposal-temporal/#_ref_1030", "https://tc39.es/proposal-temporal/#_ref_1031", "https://tc39.es/proposal-temporal/#_ref_1032", + "https://tc39.es/proposal-temporal/#_ref_1033", + "https://tc39.es/proposal-temporal/#_ref_1034", "https://tc39.es/proposal-temporal/#sec-temporal-partial-duration-records", "https://tc39.es/proposal-temporal/#_ref_19", "https://tc39.es/proposal-temporal/#table-temporal-partial-duration-record-fields", - "https://tc39.es/proposal-temporal/#_ref_1033", - "https://tc39.es/proposal-temporal/#_ref_1034", "https://tc39.es/proposal-temporal/#_ref_1035", "https://tc39.es/proposal-temporal/#_ref_1036", "https://tc39.es/proposal-temporal/#_ref_1037", @@ -1319,39 +1317,39 @@ "https://tc39.es/proposal-temporal/#_ref_1041", "https://tc39.es/proposal-temporal/#_ref_1042", "https://tc39.es/proposal-temporal/#_ref_1043", - "https://tc39.es/proposal-temporal/#sec-temporal-internal-duration-records", "https://tc39.es/proposal-temporal/#_ref_1044", "https://tc39.es/proposal-temporal/#_ref_1045", + "https://tc39.es/proposal-temporal/#sec-temporal-internal-duration-records", "https://tc39.es/proposal-temporal/#_ref_1046", "https://tc39.es/proposal-temporal/#_ref_1047", + "https://tc39.es/proposal-temporal/#_ref_1048", + "https://tc39.es/proposal-temporal/#_ref_1049", "https://tc39.es/proposal-temporal/#eqn-maxTimeDuration", "https://tc39.es/proposal-temporal/#_ref_20", "https://tc39.es/proposal-temporal/#table-temporal-normalized-duration-record-fields", - "https://tc39.es/proposal-temporal/#_ref_1048", - "https://tc39.es/proposal-temporal/#_ref_1049", "https://tc39.es/proposal-temporal/#_ref_1050", - "https://tc39.es/proposal-temporal/#sec-temporal-zerodateduration", "https://tc39.es/proposal-temporal/#_ref_1051", "https://tc39.es/proposal-temporal/#_ref_1052", - "https://tc39.es/proposal-temporal/#sec-temporal-tointernaldurationrecord", + "https://tc39.es/proposal-temporal/#sec-temporal-zerodateduration", "https://tc39.es/proposal-temporal/#_ref_1053", "https://tc39.es/proposal-temporal/#_ref_1054", + "https://tc39.es/proposal-temporal/#sec-temporal-tointernaldurationrecord", "https://tc39.es/proposal-temporal/#_ref_1055", "https://tc39.es/proposal-temporal/#_ref_1056", - "https://tc39.es/proposal-temporal/#sec-temporal-tointernaldurationrecordwith24hourdays", "https://tc39.es/proposal-temporal/#_ref_1057", "https://tc39.es/proposal-temporal/#_ref_1058", + "https://tc39.es/proposal-temporal/#sec-temporal-tointernaldurationrecordwith24hourdays", "https://tc39.es/proposal-temporal/#_ref_1059", "https://tc39.es/proposal-temporal/#_ref_1060", "https://tc39.es/proposal-temporal/#_ref_1061", - "https://tc39.es/proposal-temporal/#sec-temporal-todatedurationrecordwithouttime", "https://tc39.es/proposal-temporal/#_ref_1062", "https://tc39.es/proposal-temporal/#_ref_1063", + "https://tc39.es/proposal-temporal/#sec-temporal-todatedurationrecordwithouttime", "https://tc39.es/proposal-temporal/#_ref_1064", "https://tc39.es/proposal-temporal/#_ref_1065", - "https://tc39.es/proposal-temporal/#sec-temporal-temporaldurationfrominternal", "https://tc39.es/proposal-temporal/#_ref_1066", "https://tc39.es/proposal-temporal/#_ref_1067", + "https://tc39.es/proposal-temporal/#sec-temporal-temporaldurationfrominternal", "https://tc39.es/proposal-temporal/#_ref_1068", "https://tc39.es/proposal-temporal/#_ref_1069", "https://tc39.es/proposal-temporal/#_ref_1070", @@ -1376,42 +1374,42 @@ "https://tc39.es/proposal-temporal/#_ref_1089", "https://tc39.es/proposal-temporal/#_ref_1090", "https://tc39.es/proposal-temporal/#_ref_1091", - "https://tc39.es/proposal-temporal/#sec-temporal-createdatedurationrecord", "https://tc39.es/proposal-temporal/#_ref_1092", "https://tc39.es/proposal-temporal/#_ref_1093", + "https://tc39.es/proposal-temporal/#sec-temporal-createdatedurationrecord", "https://tc39.es/proposal-temporal/#_ref_1094", - "https://tc39.es/proposal-temporal/#sec-temporal-adjustdatedurationrecord", "https://tc39.es/proposal-temporal/#_ref_1095", "https://tc39.es/proposal-temporal/#_ref_1096", + "https://tc39.es/proposal-temporal/#sec-temporal-adjustdatedurationrecord", "https://tc39.es/proposal-temporal/#_ref_1097", "https://tc39.es/proposal-temporal/#_ref_1098", - "https://tc39.es/proposal-temporal/#sec-temporal-combinedateandtimeduration", "https://tc39.es/proposal-temporal/#_ref_1099", "https://tc39.es/proposal-temporal/#_ref_1100", + "https://tc39.es/proposal-temporal/#sec-temporal-combinedateandtimeduration", "https://tc39.es/proposal-temporal/#_ref_1101", "https://tc39.es/proposal-temporal/#_ref_1102", "https://tc39.es/proposal-temporal/#_ref_1103", "https://tc39.es/proposal-temporal/#_ref_1104", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalduration", "https://tc39.es/proposal-temporal/#_ref_1105", "https://tc39.es/proposal-temporal/#_ref_1106", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalduration", "https://tc39.es/proposal-temporal/#_ref_1107", "https://tc39.es/proposal-temporal/#_ref_1108", "https://tc39.es/proposal-temporal/#_ref_1109", "https://tc39.es/proposal-temporal/#_ref_1110", - "https://tc39.es/proposal-temporal/#sec-temporal-durationsign", - "https://tc39.es/proposal-temporal/#sec-temporal-datedurationsign", "https://tc39.es/proposal-temporal/#_ref_1111", - "https://tc39.es/proposal-temporal/#sec-temporal-internaldurationsign", "https://tc39.es/proposal-temporal/#_ref_1112", + "https://tc39.es/proposal-temporal/#sec-temporal-durationsign", + "https://tc39.es/proposal-temporal/#sec-temporal-datedurationsign", "https://tc39.es/proposal-temporal/#_ref_1113", + "https://tc39.es/proposal-temporal/#sec-temporal-internaldurationsign", "https://tc39.es/proposal-temporal/#_ref_1114", - "https://tc39.es/proposal-temporal/#sec-temporal-isvalidduration", - "https://tc39.es/proposal-temporal/#sec-temporal-defaulttemporallargestunit", "https://tc39.es/proposal-temporal/#_ref_1115", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalpartialdurationrecord", "https://tc39.es/proposal-temporal/#_ref_1116", + "https://tc39.es/proposal-temporal/#sec-temporal-isvalidduration", + "https://tc39.es/proposal-temporal/#sec-temporal-defaulttemporallargestunit", "https://tc39.es/proposal-temporal/#_ref_1117", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalpartialdurationrecord", "https://tc39.es/proposal-temporal/#_ref_1118", "https://tc39.es/proposal-temporal/#_ref_1119", "https://tc39.es/proposal-temporal/#_ref_1120", @@ -1422,85 +1420,85 @@ "https://tc39.es/proposal-temporal/#_ref_1125", "https://tc39.es/proposal-temporal/#_ref_1126", "https://tc39.es/proposal-temporal/#_ref_1127", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalduration", "https://tc39.es/proposal-temporal/#_ref_1128", - "https://tc39.es/proposal-temporal/#sec-temporal-createnegatedtemporalduration", "https://tc39.es/proposal-temporal/#_ref_1129", - "https://tc39.es/proposal-temporal/#sec-temporal-timedurationfromcomponents", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalduration", "https://tc39.es/proposal-temporal/#_ref_1130", + "https://tc39.es/proposal-temporal/#sec-temporal-createnegatedtemporalduration", "https://tc39.es/proposal-temporal/#_ref_1131", + "https://tc39.es/proposal-temporal/#sec-temporal-timedurationfromcomponents", "https://tc39.es/proposal-temporal/#_ref_1132", "https://tc39.es/proposal-temporal/#_ref_1133", "https://tc39.es/proposal-temporal/#_ref_1134", - "https://tc39.es/proposal-temporal/#sec-temporal-addtimeduration", "https://tc39.es/proposal-temporal/#_ref_1135", "https://tc39.es/proposal-temporal/#_ref_1136", + "https://tc39.es/proposal-temporal/#sec-temporal-addtimeduration", "https://tc39.es/proposal-temporal/#_ref_1137", "https://tc39.es/proposal-temporal/#_ref_1138", "https://tc39.es/proposal-temporal/#_ref_1139", "https://tc39.es/proposal-temporal/#_ref_1140", - "https://tc39.es/proposal-temporal/#sec-temporal-add24hourdaystonormalizedtimeduration", "https://tc39.es/proposal-temporal/#_ref_1141", "https://tc39.es/proposal-temporal/#_ref_1142", + "https://tc39.es/proposal-temporal/#sec-temporal-add24hourdaystonormalizedtimeduration", "https://tc39.es/proposal-temporal/#_ref_1143", "https://tc39.es/proposal-temporal/#_ref_1144", "https://tc39.es/proposal-temporal/#_ref_1145", "https://tc39.es/proposal-temporal/#_ref_1146", - "https://tc39.es/proposal-temporal/#sec-temporal-addtimedurationtoepochnanoseconds", "https://tc39.es/proposal-temporal/#_ref_1147", "https://tc39.es/proposal-temporal/#_ref_1148", + "https://tc39.es/proposal-temporal/#sec-temporal-addtimedurationtoepochnanoseconds", "https://tc39.es/proposal-temporal/#_ref_1149", - "https://tc39.es/proposal-temporal/#sec-temporal-comparetimeduration", "https://tc39.es/proposal-temporal/#_ref_1150", "https://tc39.es/proposal-temporal/#_ref_1151", - "https://tc39.es/proposal-temporal/#sec-temporal-dividetimeduration", + "https://tc39.es/proposal-temporal/#sec-temporal-comparetimeduration", "https://tc39.es/proposal-temporal/#_ref_1152", "https://tc39.es/proposal-temporal/#_ref_1153", - "https://tc39.es/proposal-temporal/#sec-temporal-timedurationfromepochnanosecondsdifference", + "https://tc39.es/proposal-temporal/#sec-temporal-dividetimeduration", "https://tc39.es/proposal-temporal/#_ref_1154", "https://tc39.es/proposal-temporal/#_ref_1155", + "https://tc39.es/proposal-temporal/#sec-temporal-timedurationfromepochnanosecondsdifference", "https://tc39.es/proposal-temporal/#_ref_1156", "https://tc39.es/proposal-temporal/#_ref_1157", - "https://tc39.es/proposal-temporal/#sec-temporal-roundtimedurationtoincrement", "https://tc39.es/proposal-temporal/#_ref_1158", "https://tc39.es/proposal-temporal/#_ref_1159", + "https://tc39.es/proposal-temporal/#sec-temporal-roundtimedurationtoincrement", "https://tc39.es/proposal-temporal/#_ref_1160", "https://tc39.es/proposal-temporal/#_ref_1161", "https://tc39.es/proposal-temporal/#_ref_1162", "https://tc39.es/proposal-temporal/#_ref_1163", - "https://tc39.es/proposal-temporal/#sec-temporal-timedurationsign", "https://tc39.es/proposal-temporal/#_ref_1164", - "https://tc39.es/proposal-temporal/#sec-temporal-datedurationdays", "https://tc39.es/proposal-temporal/#_ref_1165", + "https://tc39.es/proposal-temporal/#sec-temporal-timedurationsign", "https://tc39.es/proposal-temporal/#_ref_1166", + "https://tc39.es/proposal-temporal/#sec-temporal-datedurationdays", "https://tc39.es/proposal-temporal/#_ref_1167", "https://tc39.es/proposal-temporal/#_ref_1168", "https://tc39.es/proposal-temporal/#_ref_1169", "https://tc39.es/proposal-temporal/#_ref_1170", - "https://tc39.es/proposal-temporal/#sec-temporal-roundtimeduration", "https://tc39.es/proposal-temporal/#_ref_1171", "https://tc39.es/proposal-temporal/#_ref_1172", + "https://tc39.es/proposal-temporal/#sec-temporal-roundtimeduration", "https://tc39.es/proposal-temporal/#_ref_1173", "https://tc39.es/proposal-temporal/#_ref_1174", "https://tc39.es/proposal-temporal/#_ref_1175", - "https://tc39.es/proposal-temporal/#_ref_21", "https://tc39.es/proposal-temporal/#_ref_1176", - "https://tc39.es/proposal-temporal/#sec-temporal-totaltimeduration", "https://tc39.es/proposal-temporal/#_ref_1177", + "https://tc39.es/proposal-temporal/#_ref_21", "https://tc39.es/proposal-temporal/#_ref_1178", - "https://tc39.es/proposal-temporal/#_ref_22", + "https://tc39.es/proposal-temporal/#sec-temporal-totaltimeduration", "https://tc39.es/proposal-temporal/#_ref_1179", - "https://tc39.es/proposal-temporal/#sec-temporal-duration-nudge-result-records", "https://tc39.es/proposal-temporal/#_ref_1180", + "https://tc39.es/proposal-temporal/#_ref_22", "https://tc39.es/proposal-temporal/#_ref_1181", + "https://tc39.es/proposal-temporal/#sec-temporal-duration-nudge-result-records", "https://tc39.es/proposal-temporal/#_ref_1182", - "https://tc39.es/proposal-temporal/#_ref_23", - "https://tc39.es/proposal-temporal/#table-temporal-duration-nudge-result-record-fields", "https://tc39.es/proposal-temporal/#_ref_1183", "https://tc39.es/proposal-temporal/#_ref_1184", - "https://tc39.es/proposal-temporal/#sec-temporal-nudgetocalendarunit", + "https://tc39.es/proposal-temporal/#_ref_23", + "https://tc39.es/proposal-temporal/#table-temporal-duration-nudge-result-record-fields", "https://tc39.es/proposal-temporal/#_ref_1185", "https://tc39.es/proposal-temporal/#_ref_1186", + "https://tc39.es/proposal-temporal/#sec-temporal-nudgetocalendarunit", "https://tc39.es/proposal-temporal/#_ref_1187", "https://tc39.es/proposal-temporal/#_ref_1188", "https://tc39.es/proposal-temporal/#_ref_1189", @@ -1535,9 +1533,9 @@ "https://tc39.es/proposal-temporal/#_ref_1218", "https://tc39.es/proposal-temporal/#_ref_1219", "https://tc39.es/proposal-temporal/#_ref_1220", - "https://tc39.es/proposal-temporal/#sec-temporal-nudgetozonedtime", "https://tc39.es/proposal-temporal/#_ref_1221", "https://tc39.es/proposal-temporal/#_ref_1222", + "https://tc39.es/proposal-temporal/#sec-temporal-nudgetozonedtime", "https://tc39.es/proposal-temporal/#_ref_1223", "https://tc39.es/proposal-temporal/#_ref_1224", "https://tc39.es/proposal-temporal/#_ref_1225", @@ -1552,9 +1550,9 @@ "https://tc39.es/proposal-temporal/#_ref_1234", "https://tc39.es/proposal-temporal/#_ref_1235", "https://tc39.es/proposal-temporal/#_ref_1236", - "https://tc39.es/proposal-temporal/#_ref_24", "https://tc39.es/proposal-temporal/#_ref_1237", "https://tc39.es/proposal-temporal/#_ref_1238", + "https://tc39.es/proposal-temporal/#_ref_24", "https://tc39.es/proposal-temporal/#_ref_1239", "https://tc39.es/proposal-temporal/#_ref_1240", "https://tc39.es/proposal-temporal/#_ref_1241", @@ -1562,17 +1560,17 @@ "https://tc39.es/proposal-temporal/#_ref_1243", "https://tc39.es/proposal-temporal/#_ref_1244", "https://tc39.es/proposal-temporal/#_ref_1245", - "https://tc39.es/proposal-temporal/#sec-temporal-nudgetodayortime", "https://tc39.es/proposal-temporal/#_ref_1246", "https://tc39.es/proposal-temporal/#_ref_1247", + "https://tc39.es/proposal-temporal/#sec-temporal-nudgetodayortime", "https://tc39.es/proposal-temporal/#_ref_1248", "https://tc39.es/proposal-temporal/#_ref_1249", "https://tc39.es/proposal-temporal/#_ref_1250", "https://tc39.es/proposal-temporal/#_ref_1251", "https://tc39.es/proposal-temporal/#_ref_1252", - "https://tc39.es/proposal-temporal/#_ref_25", "https://tc39.es/proposal-temporal/#_ref_1253", "https://tc39.es/proposal-temporal/#_ref_1254", + "https://tc39.es/proposal-temporal/#_ref_25", "https://tc39.es/proposal-temporal/#_ref_1255", "https://tc39.es/proposal-temporal/#_ref_1256", "https://tc39.es/proposal-temporal/#_ref_1257", @@ -1585,9 +1583,9 @@ "https://tc39.es/proposal-temporal/#_ref_1264", "https://tc39.es/proposal-temporal/#_ref_1265", "https://tc39.es/proposal-temporal/#_ref_1266", - "https://tc39.es/proposal-temporal/#sec-temporal-bubblerelativeduration", "https://tc39.es/proposal-temporal/#_ref_1267", "https://tc39.es/proposal-temporal/#_ref_1268", + "https://tc39.es/proposal-temporal/#sec-temporal-bubblerelativeduration", "https://tc39.es/proposal-temporal/#_ref_1269", "https://tc39.es/proposal-temporal/#_ref_1270", "https://tc39.es/proposal-temporal/#_ref_1271", @@ -1596,20 +1594,20 @@ "https://tc39.es/proposal-temporal/#_ref_1274", "https://tc39.es/proposal-temporal/#_ref_1275", "https://tc39.es/proposal-temporal/#_ref_1276", + "https://tc39.es/proposal-temporal/#_ref_1277", + "https://tc39.es/proposal-temporal/#_ref_1278", "https://tc39.es/proposal-temporal/#_ref_26", "https://tc39.es/proposal-temporal/#_ref_27", "https://tc39.es/proposal-temporal/#_ref_28", - "https://tc39.es/proposal-temporal/#_ref_1277", - "https://tc39.es/proposal-temporal/#_ref_1278", "https://tc39.es/proposal-temporal/#_ref_1279", "https://tc39.es/proposal-temporal/#_ref_1280", "https://tc39.es/proposal-temporal/#_ref_1281", "https://tc39.es/proposal-temporal/#_ref_1282", "https://tc39.es/proposal-temporal/#_ref_1283", "https://tc39.es/proposal-temporal/#_ref_1284", - "https://tc39.es/proposal-temporal/#sec-temporal-roundrelativeduration", "https://tc39.es/proposal-temporal/#_ref_1285", "https://tc39.es/proposal-temporal/#_ref_1286", + "https://tc39.es/proposal-temporal/#sec-temporal-roundrelativeduration", "https://tc39.es/proposal-temporal/#_ref_1287", "https://tc39.es/proposal-temporal/#_ref_1288", "https://tc39.es/proposal-temporal/#_ref_1289", @@ -1623,9 +1621,9 @@ "https://tc39.es/proposal-temporal/#_ref_1297", "https://tc39.es/proposal-temporal/#_ref_1298", "https://tc39.es/proposal-temporal/#_ref_1299", - "https://tc39.es/proposal-temporal/#sec-temporal-totalrelativeduration", "https://tc39.es/proposal-temporal/#_ref_1300", "https://tc39.es/proposal-temporal/#_ref_1301", + "https://tc39.es/proposal-temporal/#sec-temporal-totalrelativeduration", "https://tc39.es/proposal-temporal/#_ref_1302", "https://tc39.es/proposal-temporal/#_ref_1303", "https://tc39.es/proposal-temporal/#_ref_1304", @@ -1634,15 +1632,15 @@ "https://tc39.es/proposal-temporal/#_ref_1307", "https://tc39.es/proposal-temporal/#_ref_1308", "https://tc39.es/proposal-temporal/#_ref_1309", - "https://tc39.es/proposal-temporal/#sec-temporal-temporaldurationtostring", "https://tc39.es/proposal-temporal/#_ref_1310", "https://tc39.es/proposal-temporal/#_ref_1311", + "https://tc39.es/proposal-temporal/#sec-temporal-temporaldurationtostring", "https://tc39.es/proposal-temporal/#_ref_1312", "https://tc39.es/proposal-temporal/#_ref_1313", "https://tc39.es/proposal-temporal/#_ref_1314", - "https://tc39.es/proposal-temporal/#sec-temporal-adddurations", "https://tc39.es/proposal-temporal/#_ref_1315", "https://tc39.es/proposal-temporal/#_ref_1316", + "https://tc39.es/proposal-temporal/#sec-temporal-adddurations", "https://tc39.es/proposal-temporal/#_ref_1317", "https://tc39.es/proposal-temporal/#_ref_1318", "https://tc39.es/proposal-temporal/#_ref_1319", @@ -1653,41 +1651,41 @@ "https://tc39.es/proposal-temporal/#_ref_1324", "https://tc39.es/proposal-temporal/#_ref_1325", "https://tc39.es/proposal-temporal/#_ref_1326", + "https://tc39.es/proposal-temporal/#_ref_1327", + "https://tc39.es/proposal-temporal/#_ref_1328", "https://tc39.es/proposal-temporal/#sec-temporal-instant-objects", "https://tc39.es/proposal-temporal/#sec-temporal-instant-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.instant", - "https://tc39.es/proposal-temporal/#_ref_1327", - "https://tc39.es/proposal-temporal/#_ref_1328", + "https://tc39.es/proposal-temporal/#_ref_1329", + "https://tc39.es/proposal-temporal/#_ref_1330", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-instant-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype", "https://tc39.es/proposal-temporal/#sec-temporal.instant.from", - "https://tc39.es/proposal-temporal/#_ref_1329", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochmilliseconds", - "https://tc39.es/proposal-temporal/#_ref_1330", "https://tc39.es/proposal-temporal/#_ref_1331", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochnanoseconds", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochmilliseconds", "https://tc39.es/proposal-temporal/#_ref_1332", "https://tc39.es/proposal-temporal/#_ref_1333", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.compare", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.fromepochnanoseconds", "https://tc39.es/proposal-temporal/#_ref_1334", "https://tc39.es/proposal-temporal/#_ref_1335", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.compare", "https://tc39.es/proposal-temporal/#_ref_1336", + "https://tc39.es/proposal-temporal/#_ref_1337", + "https://tc39.es/proposal-temporal/#_ref_1338", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-instant-prototype-object", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.constructor", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype-%25symbol.tostringtag%25", "https://tc39.es/proposal-temporal/#sec-get-temporal.instant.prototype.epochmilliseconds", "https://tc39.es/proposal-temporal/#sec-get-temporal.instant.prototype.epochnanoseconds", "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.add", - "https://tc39.es/proposal-temporal/#_ref_1337", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.subtract", - "https://tc39.es/proposal-temporal/#_ref_1338", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.until", "https://tc39.es/proposal-temporal/#_ref_1339", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.since", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_1340", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.round", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.until", "https://tc39.es/proposal-temporal/#_ref_1341", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.since", "https://tc39.es/proposal-temporal/#_ref_1342", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.round", "https://tc39.es/proposal-temporal/#_ref_1343", "https://tc39.es/proposal-temporal/#_ref_1344", "https://tc39.es/proposal-temporal/#_ref_1345", @@ -1697,11 +1695,11 @@ "https://tc39.es/proposal-temporal/#_ref_1349", "https://tc39.es/proposal-temporal/#_ref_1350", "https://tc39.es/proposal-temporal/#_ref_1351", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_1352", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_1353", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_1354", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_1355", "https://tc39.es/proposal-temporal/#_ref_1356", "https://tc39.es/proposal-temporal/#_ref_1357", @@ -1711,172 +1709,172 @@ "https://tc39.es/proposal-temporal/#_ref_1361", "https://tc39.es/proposal-temporal/#_ref_1362", "https://tc39.es/proposal-temporal/#_ref_1363", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_1364", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_1365", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.valueof", - "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tozoneddatetimeiso", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_1366", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_1367", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.valueof", + "https://tc39.es/proposal-temporal/#sec-temporal.instant.prototype.tozoneddatetimeiso", + "https://tc39.es/proposal-temporal/#_ref_1368", + "https://tc39.es/proposal-temporal/#_ref_1369", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-instant-instances", "https://tc39.es/proposal-temporal/#_ref_29", "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalinstant-instances", "https://tc39.es/proposal-temporal/#sec-temporal-instant-range", - "https://tc39.es/proposal-temporal/#_ref_1368", + "https://tc39.es/proposal-temporal/#_ref_1370", "https://tc39.es/proposal-temporal/#eqn-nsMaxInstant", - "https://tc39.es/proposal-temporal/#_ref_1369", + "https://tc39.es/proposal-temporal/#_ref_1371", "https://tc39.es/proposal-temporal/#eqn-nsPerDay", - "https://tc39.es/proposal-temporal/#_ref_1370", + "https://tc39.es/proposal-temporal/#_ref_1372", "https://tc39.es/proposal-temporal/#eqn-nsMinInstant", - "https://tc39.es/proposal-temporal/#_ref_1371", + "https://tc39.es/proposal-temporal/#_ref_1373", "https://tc39.es/proposal-temporal/#sec-temporal-instant-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-isvalidepochnanoseconds", - "https://tc39.es/proposal-temporal/#_ref_1372", - "https://tc39.es/proposal-temporal/#_ref_1373", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1374", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1375", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1376", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1377", - "https://tc39.es/proposal-temporal/#_ref_2332", "https://tc39.es/proposal-temporal/#_ref_1378", "https://tc39.es/proposal-temporal/#_ref_1379", + "https://tc39.es/proposal-temporal/#_ref_2334", "https://tc39.es/proposal-temporal/#_ref_1380", "https://tc39.es/proposal-temporal/#_ref_1381", "https://tc39.es/proposal-temporal/#_ref_1382", "https://tc39.es/proposal-temporal/#_ref_1383", "https://tc39.es/proposal-temporal/#_ref_1384", - "https://tc39.es/proposal-temporal/#sec-temporal-compareepochnanoseconds", - "https://tc39.es/proposal-temporal/#sec-temporal-addinstant", "https://tc39.es/proposal-temporal/#_ref_1385", "https://tc39.es/proposal-temporal/#_ref_1386", + "https://tc39.es/proposal-temporal/#sec-temporal-compareepochnanoseconds", + "https://tc39.es/proposal-temporal/#sec-temporal-addinstant", "https://tc39.es/proposal-temporal/#_ref_1387", - "https://tc39.es/proposal-temporal/#sec-temporal-differenceinstant", "https://tc39.es/proposal-temporal/#_ref_1388", "https://tc39.es/proposal-temporal/#_ref_1389", + "https://tc39.es/proposal-temporal/#sec-temporal-differenceinstant", "https://tc39.es/proposal-temporal/#_ref_1390", "https://tc39.es/proposal-temporal/#_ref_1391", "https://tc39.es/proposal-temporal/#_ref_1392", "https://tc39.es/proposal-temporal/#_ref_1393", "https://tc39.es/proposal-temporal/#_ref_1394", - "https://tc39.es/proposal-temporal/#sec-temporal-roundtemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1395", "https://tc39.es/proposal-temporal/#_ref_1396", - "https://tc39.es/proposal-temporal/#_ref_30", + "https://tc39.es/proposal-temporal/#sec-temporal-roundtemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1397", - "https://tc39.es/proposal-temporal/#sec-temporal-temporalinstanttostring", "https://tc39.es/proposal-temporal/#_ref_1398", + "https://tc39.es/proposal-temporal/#_ref_30", "https://tc39.es/proposal-temporal/#_ref_1399", + "https://tc39.es/proposal-temporal/#sec-temporal-temporalinstanttostring", "https://tc39.es/proposal-temporal/#_ref_1400", "https://tc39.es/proposal-temporal/#_ref_1401", "https://tc39.es/proposal-temporal/#_ref_1402", - "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1403", "https://tc39.es/proposal-temporal/#_ref_1404", + "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalinstant", "https://tc39.es/proposal-temporal/#_ref_1405", "https://tc39.es/proposal-temporal/#_ref_1406", "https://tc39.es/proposal-temporal/#_ref_1407", "https://tc39.es/proposal-temporal/#_ref_1408", - "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoinstant", "https://tc39.es/proposal-temporal/#_ref_1409", "https://tc39.es/proposal-temporal/#_ref_1410", + "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoinstant", "https://tc39.es/proposal-temporal/#_ref_1411", "https://tc39.es/proposal-temporal/#_ref_1412", "https://tc39.es/proposal-temporal/#_ref_1413", "https://tc39.es/proposal-temporal/#_ref_1414", "https://tc39.es/proposal-temporal/#_ref_1415", + "https://tc39.es/proposal-temporal/#_ref_1416", + "https://tc39.es/proposal-temporal/#_ref_1417", "https://tc39.es/proposal-temporal/#sec-temporal-plainyearmonth-objects", "https://tc39.es/proposal-temporal/#sec-temporal-plainyearmonth-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth", - "https://tc39.es/proposal-temporal/#_ref_1416", - "https://tc39.es/proposal-temporal/#_ref_1417", "https://tc39.es/proposal-temporal/#_ref_1418", "https://tc39.es/proposal-temporal/#_ref_1419", "https://tc39.es/proposal-temporal/#_ref_1420", "https://tc39.es/proposal-temporal/#_ref_1421", "https://tc39.es/proposal-temporal/#_ref_1422", "https://tc39.es/proposal-temporal/#_ref_1423", + "https://tc39.es/proposal-temporal/#_ref_1424", + "https://tc39.es/proposal-temporal/#_ref_1425", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plainyearmonth-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype", "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.from", - "https://tc39.es/proposal-temporal/#_ref_1424", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.compare", - "https://tc39.es/proposal-temporal/#_ref_1425", "https://tc39.es/proposal-temporal/#_ref_1426", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.compare", "https://tc39.es/proposal-temporal/#_ref_1427", + "https://tc39.es/proposal-temporal/#_ref_1428", + "https://tc39.es/proposal-temporal/#_ref_1429", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plainyearmonth-prototype-object", "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype-%25symbol.tostringtag%25", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.calendarid", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.era", - "https://tc39.es/proposal-temporal/#_ref_1428", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.erayear", - "https://tc39.es/proposal-temporal/#_ref_1429", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.year", "https://tc39.es/proposal-temporal/#_ref_1430", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.month", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.erayear", "https://tc39.es/proposal-temporal/#_ref_1431", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.monthcode", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.year", "https://tc39.es/proposal-temporal/#_ref_1432", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.daysinyear", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.month", "https://tc39.es/proposal-temporal/#_ref_1433", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.daysinmonth", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.monthcode", "https://tc39.es/proposal-temporal/#_ref_1434", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.monthsinyear", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.daysinyear", "https://tc39.es/proposal-temporal/#_ref_1435", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.inleapyear", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.daysinmonth", "https://tc39.es/proposal-temporal/#_ref_1436", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.with", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.monthsinyear", "https://tc39.es/proposal-temporal/#_ref_1437", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainyearmonth.prototype.inleapyear", "https://tc39.es/proposal-temporal/#_ref_1438", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.with", "https://tc39.es/proposal-temporal/#_ref_1439", "https://tc39.es/proposal-temporal/#_ref_1440", "https://tc39.es/proposal-temporal/#_ref_1441", "https://tc39.es/proposal-temporal/#_ref_1442", "https://tc39.es/proposal-temporal/#_ref_1443", "https://tc39.es/proposal-temporal/#_ref_1444", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.add", "https://tc39.es/proposal-temporal/#_ref_1445", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_1446", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.until", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.add", "https://tc39.es/proposal-temporal/#_ref_1447", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.since", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.subtract", "https://tc39.es/proposal-temporal/#_ref_1448", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.equals", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.until", "https://tc39.es/proposal-temporal/#_ref_1449", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.since", "https://tc39.es/proposal-temporal/#_ref_1450", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_1451", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_1452", "https://tc39.es/proposal-temporal/#_ref_1453", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_1454", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_1455", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_1456", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.valueof", - "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.toplaindate", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_1457", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_1458", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.valueof", + "https://tc39.es/proposal-temporal/#sec-temporal.plainyearmonth.prototype.toplaindate", "https://tc39.es/proposal-temporal/#_ref_1459", "https://tc39.es/proposal-temporal/#_ref_1460", "https://tc39.es/proposal-temporal/#_ref_1461", + "https://tc39.es/proposal-temporal/#_ref_1462", + "https://tc39.es/proposal-temporal/#_ref_1463", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-plainyearmonth-instances", "https://tc39.es/proposal-temporal/#_ref_31", "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalyearmonth-instances", - "https://tc39.es/proposal-temporal/#_ref_1462", - "https://tc39.es/proposal-temporal/#_ref_1463", + "https://tc39.es/proposal-temporal/#_ref_1464", + "https://tc39.es/proposal-temporal/#_ref_1465", "https://tc39.es/proposal-temporal/#sec-temporal-plainyearmonth-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-iso-year-month-records", "https://tc39.es/proposal-temporal/#_ref_32", "https://tc39.es/proposal-temporal/#table-temporal-iso-year-month-record-fields", - "https://tc39.es/proposal-temporal/#_ref_1464", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalyearmonth", - "https://tc39.es/proposal-temporal/#_ref_1465", "https://tc39.es/proposal-temporal/#_ref_1466", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalyearmonth", "https://tc39.es/proposal-temporal/#_ref_1467", "https://tc39.es/proposal-temporal/#_ref_1468", "https://tc39.es/proposal-temporal/#_ref_1469", @@ -1886,30 +1884,30 @@ "https://tc39.es/proposal-temporal/#_ref_1473", "https://tc39.es/proposal-temporal/#_ref_1474", "https://tc39.es/proposal-temporal/#_ref_1475", - "https://tc39.es/proposal-temporal/#_ref_2333", "https://tc39.es/proposal-temporal/#_ref_1476", "https://tc39.es/proposal-temporal/#_ref_1477", + "https://tc39.es/proposal-temporal/#_ref_2335", "https://tc39.es/proposal-temporal/#_ref_1478", "https://tc39.es/proposal-temporal/#_ref_1479", "https://tc39.es/proposal-temporal/#_ref_1480", "https://tc39.es/proposal-temporal/#_ref_1481", "https://tc39.es/proposal-temporal/#_ref_1482", - "https://tc39.es/proposal-temporal/#sec-temporal-isoyearmonthwithinlimits", "https://tc39.es/proposal-temporal/#_ref_1483", - "https://tc39.es/proposal-temporal/#sec-temporal-balanceisoyearmonth", "https://tc39.es/proposal-temporal/#_ref_1484", + "https://tc39.es/proposal-temporal/#sec-temporal-isoyearmonthwithinlimits", "https://tc39.es/proposal-temporal/#_ref_1485", + "https://tc39.es/proposal-temporal/#sec-temporal-balanceisoyearmonth", "https://tc39.es/proposal-temporal/#_ref_1486", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalyearmonth", "https://tc39.es/proposal-temporal/#_ref_1487", "https://tc39.es/proposal-temporal/#_ref_1488", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalyearmonth", "https://tc39.es/proposal-temporal/#_ref_1489", - "https://tc39.es/proposal-temporal/#sec-temporal-temporalyearmonthtostring", "https://tc39.es/proposal-temporal/#_ref_1490", "https://tc39.es/proposal-temporal/#_ref_1491", - "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalplainyearmonth", + "https://tc39.es/proposal-temporal/#sec-temporal-temporalyearmonthtostring", "https://tc39.es/proposal-temporal/#_ref_1492", "https://tc39.es/proposal-temporal/#_ref_1493", + "https://tc39.es/proposal-temporal/#sec-temporal-differencetemporalplainyearmonth", "https://tc39.es/proposal-temporal/#_ref_1494", "https://tc39.es/proposal-temporal/#_ref_1495", "https://tc39.es/proposal-temporal/#_ref_1496", @@ -1929,9 +1927,9 @@ "https://tc39.es/proposal-temporal/#_ref_1510", "https://tc39.es/proposal-temporal/#_ref_1511", "https://tc39.es/proposal-temporal/#_ref_1512", - "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoyearmonth", "https://tc39.es/proposal-temporal/#_ref_1513", "https://tc39.es/proposal-temporal/#_ref_1514", + "https://tc39.es/proposal-temporal/#sec-temporal-adddurationtoyearmonth", "https://tc39.es/proposal-temporal/#_ref_1515", "https://tc39.es/proposal-temporal/#_ref_1516", "https://tc39.es/proposal-temporal/#_ref_1517", @@ -1946,66 +1944,66 @@ "https://tc39.es/proposal-temporal/#_ref_1526", "https://tc39.es/proposal-temporal/#_ref_1527", "https://tc39.es/proposal-temporal/#_ref_1528", + "https://tc39.es/proposal-temporal/#_ref_1529", + "https://tc39.es/proposal-temporal/#_ref_1530", "https://tc39.es/proposal-temporal/#sec-temporal-plainmonthday-objects", "https://tc39.es/proposal-temporal/#sec-temporal-plainmonthday-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday", - "https://tc39.es/proposal-temporal/#_ref_1529", - "https://tc39.es/proposal-temporal/#_ref_1530", "https://tc39.es/proposal-temporal/#_ref_1531", "https://tc39.es/proposal-temporal/#_ref_1532", "https://tc39.es/proposal-temporal/#_ref_1533", "https://tc39.es/proposal-temporal/#_ref_1534", "https://tc39.es/proposal-temporal/#_ref_1535", "https://tc39.es/proposal-temporal/#_ref_1536", + "https://tc39.es/proposal-temporal/#_ref_1537", + "https://tc39.es/proposal-temporal/#_ref_1538", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plainmonthday-constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype", "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.from", - "https://tc39.es/proposal-temporal/#_ref_1537", + "https://tc39.es/proposal-temporal/#_ref_1539", "https://tc39.es/proposal-temporal/#sec-properties-of-the-temporal-plainmonthday-prototype-object", "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.constructor", "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype-%25symbol.tostringtag%25", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.calendarid", "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.monthcode", - "https://tc39.es/proposal-temporal/#_ref_1538", - "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.day", - "https://tc39.es/proposal-temporal/#_ref_1539", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.with", "https://tc39.es/proposal-temporal/#_ref_1540", + "https://tc39.es/proposal-temporal/#sec-get-temporal.plainmonthday.prototype.day", "https://tc39.es/proposal-temporal/#_ref_1541", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.with", "https://tc39.es/proposal-temporal/#_ref_1542", "https://tc39.es/proposal-temporal/#_ref_1543", "https://tc39.es/proposal-temporal/#_ref_1544", "https://tc39.es/proposal-temporal/#_ref_1545", "https://tc39.es/proposal-temporal/#_ref_1546", "https://tc39.es/proposal-temporal/#_ref_1547", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_1548", "https://tc39.es/proposal-temporal/#_ref_1549", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.equals", "https://tc39.es/proposal-temporal/#_ref_1550", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_1551", "https://tc39.es/proposal-temporal/#_ref_1552", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tostring", "https://tc39.es/proposal-temporal/#_ref_1553", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_1554", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_1555", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.valueof", - "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.toplaindate", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#_ref_1556", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.tojson", "https://tc39.es/proposal-temporal/#_ref_1557", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.valueof", + "https://tc39.es/proposal-temporal/#sec-temporal.plainmonthday.prototype.toplaindate", "https://tc39.es/proposal-temporal/#_ref_1558", "https://tc39.es/proposal-temporal/#_ref_1559", "https://tc39.es/proposal-temporal/#_ref_1560", + "https://tc39.es/proposal-temporal/#_ref_1561", + "https://tc39.es/proposal-temporal/#_ref_1562", "https://tc39.es/proposal-temporal/#sec-properties-of-temporal-plainmonthday-instances", "https://tc39.es/proposal-temporal/#_ref_33", "https://tc39.es/proposal-temporal/#table-internal-slots-of-temporalmonthday-instances", - "https://tc39.es/proposal-temporal/#_ref_1561", - "https://tc39.es/proposal-temporal/#_ref_1562", - "https://tc39.es/proposal-temporal/#sec-temporal-plainmonthday-abstract-ops", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalmonthday", "https://tc39.es/proposal-temporal/#_ref_1563", "https://tc39.es/proposal-temporal/#_ref_1564", + "https://tc39.es/proposal-temporal/#sec-temporal-plainmonthday-abstract-ops", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalmonthday", "https://tc39.es/proposal-temporal/#_ref_1565", "https://tc39.es/proposal-temporal/#_ref_1566", "https://tc39.es/proposal-temporal/#_ref_1567", @@ -2015,9 +2013,9 @@ "https://tc39.es/proposal-temporal/#_ref_1571", "https://tc39.es/proposal-temporal/#_ref_1572", "https://tc39.es/proposal-temporal/#_ref_1573", - "https://tc39.es/proposal-temporal/#_ref_2334", "https://tc39.es/proposal-temporal/#_ref_1574", "https://tc39.es/proposal-temporal/#_ref_1575", + "https://tc39.es/proposal-temporal/#_ref_2336", "https://tc39.es/proposal-temporal/#_ref_1576", "https://tc39.es/proposal-temporal/#_ref_1577", "https://tc39.es/proposal-temporal/#_ref_1578", @@ -2025,27 +2023,27 @@ "https://tc39.es/proposal-temporal/#_ref_1580", "https://tc39.es/proposal-temporal/#_ref_1581", "https://tc39.es/proposal-temporal/#_ref_1582", - "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalmonthday", "https://tc39.es/proposal-temporal/#_ref_1583", "https://tc39.es/proposal-temporal/#_ref_1584", + "https://tc39.es/proposal-temporal/#sec-temporal-createtemporalmonthday", "https://tc39.es/proposal-temporal/#_ref_1585", - "https://tc39.es/proposal-temporal/#sec-temporal-temporalmonthdaytostring", "https://tc39.es/proposal-temporal/#_ref_1586", "https://tc39.es/proposal-temporal/#_ref_1587", - "https://tc39.es/proposal-temporal/#sec-temporal-timezones", - "https://tc39.es/proposal-temporal/#sec-temporal-timezone-abstract-ops", + "https://tc39.es/proposal-temporal/#sec-temporal-temporalmonthdaytostring", "https://tc39.es/proposal-temporal/#_ref_1588", "https://tc39.es/proposal-temporal/#_ref_1589", - "https://tc39.es/proposal-temporal/#sec-getavailablenamedtimezoneidentifier", + "https://tc39.es/proposal-temporal/#sec-temporal-timezones", + "https://tc39.es/proposal-temporal/#sec-temporal-timezone-abstract-ops", "https://tc39.es/proposal-temporal/#_ref_1590", "https://tc39.es/proposal-temporal/#_ref_1591", + "https://tc39.es/proposal-temporal/#sec-getavailablenamedtimezoneidentifier", "https://tc39.es/proposal-temporal/#_ref_1592", "https://tc39.es/proposal-temporal/#_ref_1593", "https://tc39.es/proposal-temporal/#_ref_1594", "https://tc39.es/proposal-temporal/#_ref_1595", - "https://tc39.es/proposal-temporal/#sec-temporal-getisopartsfromepoch", "https://tc39.es/proposal-temporal/#_ref_1596", "https://tc39.es/proposal-temporal/#_ref_1597", + "https://tc39.es/proposal-temporal/#sec-temporal-getisopartsfromepoch", "https://tc39.es/proposal-temporal/#_ref_1598", "https://tc39.es/proposal-temporal/#_ref_1599", "https://tc39.es/proposal-temporal/#_ref_1600", @@ -2054,49 +2052,49 @@ "https://tc39.es/proposal-temporal/#_ref_1603", "https://tc39.es/proposal-temporal/#_ref_1604", "https://tc39.es/proposal-temporal/#_ref_1605", - "https://tc39.es/proposal-temporal/#sec-temporal-getnamedtimezonenexttransition", "https://tc39.es/proposal-temporal/#_ref_1606", "https://tc39.es/proposal-temporal/#_ref_1607", - "https://tc39.es/proposal-temporal/#sec-temporal-getnamedtimezoneprevioustransition", + "https://tc39.es/proposal-temporal/#sec-temporal-getnamedtimezonenexttransition", "https://tc39.es/proposal-temporal/#_ref_1608", "https://tc39.es/proposal-temporal/#_ref_1609", - "https://tc39.es/proposal-temporal/#sec-temporal-formatoffsettimezoneidentifier", + "https://tc39.es/proposal-temporal/#sec-temporal-getnamedtimezoneprevioustransition", "https://tc39.es/proposal-temporal/#_ref_1610", "https://tc39.es/proposal-temporal/#_ref_1611", + "https://tc39.es/proposal-temporal/#sec-temporal-formatoffsettimezoneidentifier", "https://tc39.es/proposal-temporal/#_ref_1612", - "https://tc39.es/proposal-temporal/#sec-temporal-formatutcoffsetnanoseconds", "https://tc39.es/proposal-temporal/#_ref_1613", "https://tc39.es/proposal-temporal/#_ref_1614", + "https://tc39.es/proposal-temporal/#sec-temporal-formatutcoffsetnanoseconds", "https://tc39.es/proposal-temporal/#_ref_1615", "https://tc39.es/proposal-temporal/#_ref_1616", - "https://tc39.es/proposal-temporal/#sec-temporal-formatdatetimeutcoffsetrounded", "https://tc39.es/proposal-temporal/#_ref_1617", "https://tc39.es/proposal-temporal/#_ref_1618", + "https://tc39.es/proposal-temporal/#sec-temporal-formatdatetimeutcoffsetrounded", "https://tc39.es/proposal-temporal/#_ref_1619", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltimezoneidentifier", "https://tc39.es/proposal-temporal/#_ref_1620", "https://tc39.es/proposal-temporal/#_ref_1621", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporaltimezoneidentifier", "https://tc39.es/proposal-temporal/#_ref_1622", "https://tc39.es/proposal-temporal/#_ref_1623", "https://tc39.es/proposal-temporal/#_ref_1624", "https://tc39.es/proposal-temporal/#_ref_1625", - "https://tc39.es/proposal-temporal/#sec-temporal-getoffsetnanosecondsfor", "https://tc39.es/proposal-temporal/#_ref_1626", "https://tc39.es/proposal-temporal/#_ref_1627", - "https://tc39.es/proposal-temporal/#sec-temporal-getisodatetimefor", + "https://tc39.es/proposal-temporal/#sec-temporal-getoffsetnanosecondsfor", "https://tc39.es/proposal-temporal/#_ref_1628", "https://tc39.es/proposal-temporal/#_ref_1629", + "https://tc39.es/proposal-temporal/#sec-temporal-getisodatetimefor", "https://tc39.es/proposal-temporal/#_ref_1630", "https://tc39.es/proposal-temporal/#_ref_1631", "https://tc39.es/proposal-temporal/#_ref_1632", - "https://tc39.es/proposal-temporal/#sec-temporal-getepochnanosecondsfor", "https://tc39.es/proposal-temporal/#_ref_1633", "https://tc39.es/proposal-temporal/#_ref_1634", + "https://tc39.es/proposal-temporal/#sec-temporal-getepochnanosecondsfor", "https://tc39.es/proposal-temporal/#_ref_1635", "https://tc39.es/proposal-temporal/#_ref_1636", - "https://tc39.es/proposal-temporal/#sec-temporal-disambiguatepossibleepochnanoseconds", "https://tc39.es/proposal-temporal/#_ref_1637", "https://tc39.es/proposal-temporal/#_ref_1638", + "https://tc39.es/proposal-temporal/#sec-temporal-disambiguatepossibleepochnanoseconds", "https://tc39.es/proposal-temporal/#_ref_1639", "https://tc39.es/proposal-temporal/#_ref_1640", "https://tc39.es/proposal-temporal/#_ref_1641", @@ -2118,9 +2116,9 @@ "https://tc39.es/proposal-temporal/#_ref_1657", "https://tc39.es/proposal-temporal/#_ref_1658", "https://tc39.es/proposal-temporal/#_ref_1659", - "https://tc39.es/proposal-temporal/#sec-temporal-getpossibleepochnanoseconds", "https://tc39.es/proposal-temporal/#_ref_1660", "https://tc39.es/proposal-temporal/#_ref_1661", + "https://tc39.es/proposal-temporal/#sec-temporal-getpossibleepochnanoseconds", "https://tc39.es/proposal-temporal/#_ref_1662", "https://tc39.es/proposal-temporal/#_ref_1663", "https://tc39.es/proposal-temporal/#_ref_1664", @@ -2128,9 +2126,9 @@ "https://tc39.es/proposal-temporal/#_ref_1666", "https://tc39.es/proposal-temporal/#_ref_1667", "https://tc39.es/proposal-temporal/#_ref_1668", - "https://tc39.es/proposal-temporal/#sec-temporal-getstartofday", "https://tc39.es/proposal-temporal/#_ref_1669", "https://tc39.es/proposal-temporal/#_ref_1670", + "https://tc39.es/proposal-temporal/#sec-temporal-getstartofday", "https://tc39.es/proposal-temporal/#_ref_1671", "https://tc39.es/proposal-temporal/#_ref_1672", "https://tc39.es/proposal-temporal/#_ref_1673", @@ -2138,42 +2136,42 @@ "https://tc39.es/proposal-temporal/#_ref_1675", "https://tc39.es/proposal-temporal/#_ref_1676", "https://tc39.es/proposal-temporal/#_ref_1677", - "https://tc39.es/proposal-temporal/#sec-temporal-timezoneequals", "https://tc39.es/proposal-temporal/#_ref_1678", "https://tc39.es/proposal-temporal/#_ref_1679", + "https://tc39.es/proposal-temporal/#sec-temporal-timezoneequals", "https://tc39.es/proposal-temporal/#_ref_1680", "https://tc39.es/proposal-temporal/#_ref_1681", "https://tc39.es/proposal-temporal/#_ref_1682", "https://tc39.es/proposal-temporal/#_ref_1683", - "https://tc39.es/proposal-temporal/#sec-parsetimezoneidentifier", "https://tc39.es/proposal-temporal/#_ref_1684", "https://tc39.es/proposal-temporal/#_ref_1685", + "https://tc39.es/proposal-temporal/#sec-parsetimezoneidentifier", "https://tc39.es/proposal-temporal/#_ref_1686", - "https://tc39.es/proposal-temporal/#_ref_2335", - "https://tc39.es/proposal-temporal/#_ref_2336", - "https://tc39.es/proposal-temporal/#_ref_2337", "https://tc39.es/proposal-temporal/#_ref_1687", + "https://tc39.es/proposal-temporal/#_ref_1688", + "https://tc39.es/proposal-temporal/#_ref_2337", "https://tc39.es/proposal-temporal/#_ref_2338", "https://tc39.es/proposal-temporal/#_ref_2339", - "https://tc39.es/proposal-temporal/#_ref_1688", + "https://tc39.es/proposal-temporal/#_ref_1689", + "https://tc39.es/proposal-temporal/#_ref_2340", + "https://tc39.es/proposal-temporal/#_ref_2341", + "https://tc39.es/proposal-temporal/#_ref_1690", "https://tc39.es/proposal-temporal/#sec-temporal-calendars", "https://tc39.es/proposal-temporal/#sec-calendar-types", "https://tc39.es/proposal-temporal/#sec-temporal-canonicalizecalendar", - "https://tc39.es/proposal-temporal/#_ref_1689", - "https://tc39.es/proposal-temporal/#_ref_1690", "https://tc39.es/proposal-temporal/#_ref_1691", "https://tc39.es/proposal-temporal/#_ref_1692", - "https://tc39.es/proposal-temporal/#sec-availablecalendars", "https://tc39.es/proposal-temporal/#_ref_1693", "https://tc39.es/proposal-temporal/#_ref_1694", + "https://tc39.es/proposal-temporal/#sec-availablecalendars", + "https://tc39.es/proposal-temporal/#_ref_1695", + "https://tc39.es/proposal-temporal/#_ref_1696", "https://tc39.es/proposal-temporal/#_ref_34", "https://tc39.es/proposal-temporal/#sec-temporal-calendar-abstract-ops", "https://tc39.es/proposal-temporal/#sec-temporal-calendar-date-records", - "https://tc39.es/proposal-temporal/#_ref_1695", + "https://tc39.es/proposal-temporal/#_ref_1697", "https://tc39.es/proposal-temporal/#_ref_35", "https://tc39.es/proposal-temporal/#table-temporal-calendar-date-record-fields", - "https://tc39.es/proposal-temporal/#_ref_1696", - "https://tc39.es/proposal-temporal/#_ref_1697", "https://tc39.es/proposal-temporal/#_ref_1698", "https://tc39.es/proposal-temporal/#_ref_1699", "https://tc39.es/proposal-temporal/#_ref_1700", @@ -2182,50 +2180,50 @@ "https://tc39.es/proposal-temporal/#_ref_1703", "https://tc39.es/proposal-temporal/#_ref_1704", "https://tc39.es/proposal-temporal/#_ref_1705", - "https://tc39.es/proposal-temporal/#sec-temporal-calendar-fields-records", "https://tc39.es/proposal-temporal/#_ref_1706", "https://tc39.es/proposal-temporal/#_ref_1707", + "https://tc39.es/proposal-temporal/#sec-temporal-calendar-fields-records", "https://tc39.es/proposal-temporal/#_ref_1708", "https://tc39.es/proposal-temporal/#_ref_1709", "https://tc39.es/proposal-temporal/#_ref_1710", "https://tc39.es/proposal-temporal/#_ref_1711", - "https://tc39.es/proposal-temporal/#_ref_36", - "https://tc39.es/proposal-temporal/#table-temporal-calendar-fields-record-fields", "https://tc39.es/proposal-temporal/#_ref_1712", "https://tc39.es/proposal-temporal/#_ref_1713", + "https://tc39.es/proposal-temporal/#_ref_36", + "https://tc39.es/proposal-temporal/#table-temporal-calendar-fields-record-fields", "https://tc39.es/proposal-temporal/#_ref_1714", - "https://tc39.es/proposal-temporal/#sec-temporal-preparecalendarfields", "https://tc39.es/proposal-temporal/#_ref_1715", + "https://tc39.es/proposal-temporal/#_ref_1716", + "https://tc39.es/proposal-temporal/#sec-temporal-preparecalendarfields", + "https://tc39.es/proposal-temporal/#_ref_1717", "https://tc39.es/proposal-temporal/#_ref_37", "https://tc39.es/proposal-temporal/#_ref_38", "https://tc39.es/proposal-temporal/#_ref_39", - "https://tc39.es/proposal-temporal/#_ref_1716", - "https://tc39.es/proposal-temporal/#_ref_1717", "https://tc39.es/proposal-temporal/#_ref_1718", - "https://tc39.es/proposal-temporal/#_ref_40", - "https://tc39.es/proposal-temporal/#_ref_41", "https://tc39.es/proposal-temporal/#_ref_1719", "https://tc39.es/proposal-temporal/#_ref_1720", + "https://tc39.es/proposal-temporal/#_ref_40", + "https://tc39.es/proposal-temporal/#_ref_41", "https://tc39.es/proposal-temporal/#_ref_1721", "https://tc39.es/proposal-temporal/#_ref_1722", "https://tc39.es/proposal-temporal/#_ref_1723", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarfieldkeyspresent", "https://tc39.es/proposal-temporal/#_ref_1724", + "https://tc39.es/proposal-temporal/#_ref_1725", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarfieldkeyspresent", + "https://tc39.es/proposal-temporal/#_ref_1726", "https://tc39.es/proposal-temporal/#_ref_42", "https://tc39.es/proposal-temporal/#_ref_43", "https://tc39.es/proposal-temporal/#sec-temporal-calendarmergefields", - "https://tc39.es/proposal-temporal/#_ref_1725", - "https://tc39.es/proposal-temporal/#_ref_1726", "https://tc39.es/proposal-temporal/#_ref_1727", "https://tc39.es/proposal-temporal/#_ref_1728", "https://tc39.es/proposal-temporal/#_ref_1729", "https://tc39.es/proposal-temporal/#_ref_1730", "https://tc39.es/proposal-temporal/#_ref_1731", "https://tc39.es/proposal-temporal/#_ref_1732", - "https://tc39.es/proposal-temporal/#_ref_44", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardateadd", "https://tc39.es/proposal-temporal/#_ref_1733", "https://tc39.es/proposal-temporal/#_ref_1734", + "https://tc39.es/proposal-temporal/#_ref_44", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardateadd", "https://tc39.es/proposal-temporal/#_ref_1735", "https://tc39.es/proposal-temporal/#_ref_1736", "https://tc39.es/proposal-temporal/#_ref_1737", @@ -2234,9 +2232,9 @@ "https://tc39.es/proposal-temporal/#_ref_1740", "https://tc39.es/proposal-temporal/#_ref_1741", "https://tc39.es/proposal-temporal/#_ref_1742", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardateuntil", "https://tc39.es/proposal-temporal/#_ref_1743", "https://tc39.es/proposal-temporal/#_ref_1744", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardateuntil", "https://tc39.es/proposal-temporal/#_ref_1745", "https://tc39.es/proposal-temporal/#_ref_1746", "https://tc39.es/proposal-temporal/#_ref_1747", @@ -2257,50 +2255,50 @@ "https://tc39.es/proposal-temporal/#_ref_1762", "https://tc39.es/proposal-temporal/#_ref_1763", "https://tc39.es/proposal-temporal/#_ref_1764", - "https://tc39.es/proposal-temporal/#sec-temporal-totemporalcalendaridentifier", "https://tc39.es/proposal-temporal/#_ref_1765", "https://tc39.es/proposal-temporal/#_ref_1766", + "https://tc39.es/proposal-temporal/#sec-temporal-totemporalcalendaridentifier", "https://tc39.es/proposal-temporal/#_ref_1767", "https://tc39.es/proposal-temporal/#_ref_1768", "https://tc39.es/proposal-temporal/#_ref_1769", - "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalcalendarslotvaluewithisodefault", "https://tc39.es/proposal-temporal/#_ref_1770", "https://tc39.es/proposal-temporal/#_ref_1771", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardatefromfields", + "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalcalendarslotvaluewithisodefault", "https://tc39.es/proposal-temporal/#_ref_1772", "https://tc39.es/proposal-temporal/#_ref_1773", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardatefromfields", "https://tc39.es/proposal-temporal/#_ref_1774", "https://tc39.es/proposal-temporal/#_ref_1775", "https://tc39.es/proposal-temporal/#_ref_1776", "https://tc39.es/proposal-temporal/#_ref_1777", "https://tc39.es/proposal-temporal/#_ref_1778", - "https://tc39.es/proposal-temporal/#sec-temporal-calendaryearmonthfromfields", "https://tc39.es/proposal-temporal/#_ref_1779", "https://tc39.es/proposal-temporal/#_ref_1780", + "https://tc39.es/proposal-temporal/#sec-temporal-calendaryearmonthfromfields", "https://tc39.es/proposal-temporal/#_ref_1781", "https://tc39.es/proposal-temporal/#_ref_1782", "https://tc39.es/proposal-temporal/#_ref_1783", "https://tc39.es/proposal-temporal/#_ref_1784", "https://tc39.es/proposal-temporal/#_ref_1785", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthdayfromfields", "https://tc39.es/proposal-temporal/#_ref_1786", "https://tc39.es/proposal-temporal/#_ref_1787", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthdayfromfields", "https://tc39.es/proposal-temporal/#_ref_1788", "https://tc39.es/proposal-temporal/#_ref_1789", "https://tc39.es/proposal-temporal/#_ref_1790", "https://tc39.es/proposal-temporal/#_ref_1791", "https://tc39.es/proposal-temporal/#_ref_1792", - "https://tc39.es/proposal-temporal/#sec-temporal-formatcalendarannotation", "https://tc39.es/proposal-temporal/#_ref_1793", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarequals", "https://tc39.es/proposal-temporal/#_ref_1794", + "https://tc39.es/proposal-temporal/#sec-temporal-formatcalendarannotation", "https://tc39.es/proposal-temporal/#_ref_1795", - "https://tc39.es/proposal-temporal/#sec-temporal-isodaysinmonth", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarequals", "https://tc39.es/proposal-temporal/#_ref_1796", "https://tc39.es/proposal-temporal/#_ref_1797", - "https://tc39.es/proposal-temporal/#sec-temporal-isoweekofyear", + "https://tc39.es/proposal-temporal/#sec-temporal-isodaysinmonth", "https://tc39.es/proposal-temporal/#_ref_1798", "https://tc39.es/proposal-temporal/#_ref_1799", + "https://tc39.es/proposal-temporal/#sec-temporal-isoweekofyear", "https://tc39.es/proposal-temporal/#_ref_1800", "https://tc39.es/proposal-temporal/#_ref_1801", "https://tc39.es/proposal-temporal/#_ref_1802", @@ -2313,26 +2311,26 @@ "https://tc39.es/proposal-temporal/#_ref_1809", "https://tc39.es/proposal-temporal/#_ref_1810", "https://tc39.es/proposal-temporal/#_ref_1811", - "https://tc39.es/proposal-temporal/#sec-temporal-isodayofyear", "https://tc39.es/proposal-temporal/#_ref_1812", "https://tc39.es/proposal-temporal/#_ref_1813", + "https://tc39.es/proposal-temporal/#sec-temporal-isodayofyear", "https://tc39.es/proposal-temporal/#_ref_1814", "https://tc39.es/proposal-temporal/#_ref_1815", - "https://tc39.es/proposal-temporal/#sec-temporal-isodayofweek", "https://tc39.es/proposal-temporal/#_ref_1816", "https://tc39.es/proposal-temporal/#_ref_1817", + "https://tc39.es/proposal-temporal/#sec-temporal-isodayofweek", "https://tc39.es/proposal-temporal/#_ref_1818", "https://tc39.es/proposal-temporal/#_ref_1819", - "https://tc39.es/proposal-temporal/#sec-temporal-calendardatetoiso", "https://tc39.es/proposal-temporal/#_ref_1820", "https://tc39.es/proposal-temporal/#_ref_1821", + "https://tc39.es/proposal-temporal/#sec-temporal-calendardatetoiso", "https://tc39.es/proposal-temporal/#_ref_1822", "https://tc39.es/proposal-temporal/#_ref_1823", "https://tc39.es/proposal-temporal/#_ref_1824", "https://tc39.es/proposal-temporal/#_ref_1825", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthdaytoisoreferencedate", "https://tc39.es/proposal-temporal/#_ref_1826", "https://tc39.es/proposal-temporal/#_ref_1827", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarmonthdaytoisoreferencedate", "https://tc39.es/proposal-temporal/#_ref_1828", "https://tc39.es/proposal-temporal/#_ref_1829", "https://tc39.es/proposal-temporal/#_ref_1830", @@ -2343,9 +2341,9 @@ "https://tc39.es/proposal-temporal/#_ref_1835", "https://tc39.es/proposal-temporal/#_ref_1836", "https://tc39.es/proposal-temporal/#_ref_1837", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarisotodate", "https://tc39.es/proposal-temporal/#_ref_1838", "https://tc39.es/proposal-temporal/#_ref_1839", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarisotodate", "https://tc39.es/proposal-temporal/#_ref_1840", "https://tc39.es/proposal-temporal/#_ref_1841", "https://tc39.es/proposal-temporal/#_ref_1842", @@ -2357,54 +2355,54 @@ "https://tc39.es/proposal-temporal/#_ref_1848", "https://tc39.es/proposal-temporal/#_ref_1849", "https://tc39.es/proposal-temporal/#_ref_1850", + "https://tc39.es/proposal-temporal/#_ref_1851", + "https://tc39.es/proposal-temporal/#_ref_1852", "https://tc39.es/proposal-temporal/#_ref_45", "https://tc39.es/proposal-temporal/#sec-temporal-calendarextrafields", - "https://tc39.es/proposal-temporal/#_ref_1851", + "https://tc39.es/proposal-temporal/#_ref_1853", "https://tc39.es/proposal-temporal/#_ref_46", "https://tc39.es/proposal-temporal/#_ref_47", "https://tc39.es/proposal-temporal/#sec-temporal-calendarfieldkeystoignore", - "https://tc39.es/proposal-temporal/#_ref_1852", + "https://tc39.es/proposal-temporal/#_ref_1854", "https://tc39.es/proposal-temporal/#_ref_48", "https://tc39.es/proposal-temporal/#_ref_49", "https://tc39.es/proposal-temporal/#table-calendarfieldkeystoignore-example", - "https://tc39.es/proposal-temporal/#_ref_1853", - "https://tc39.es/proposal-temporal/#sec-temporal-calendarresolvefields", - "https://tc39.es/proposal-temporal/#_ref_1854", "https://tc39.es/proposal-temporal/#_ref_1855", + "https://tc39.es/proposal-temporal/#sec-temporal-calendarresolvefields", + "https://tc39.es/proposal-temporal/#_ref_1856", + "https://tc39.es/proposal-temporal/#_ref_1857", "https://tc39.es/proposal-temporal/#_ref_50", "https://tc39.es/proposal-temporal/#_ref_51", - "https://tc39.es/proposal-temporal/#_ref_1856", - "https://tc39.es/proposal-temporal/#_ref_2340", + "https://tc39.es/proposal-temporal/#_ref_1858", + "https://tc39.es/proposal-temporal/#_ref_2342", "https://tc39.es/proposal-temporal/#sec-temporal-abstract-ops", "https://tc39.es/proposal-temporal/#sec-isodatetoepochdays", - "https://tc39.es/proposal-temporal/#_ref_1857", - "https://tc39.es/proposal-temporal/#_ref_1858", "https://tc39.es/proposal-temporal/#_ref_1859", "https://tc39.es/proposal-temporal/#_ref_1860", "https://tc39.es/proposal-temporal/#_ref_1861", + "https://tc39.es/proposal-temporal/#_ref_1862", + "https://tc39.es/proposal-temporal/#_ref_1863", "https://tc39.es/proposal-temporal/#sec-epochdaystoepochms", "https://tc39.es/proposal-temporal/#sec-date-equations", "https://tc39.es/proposal-temporal/#eqn-EpochTimeToDayNumber", "https://tc39.es/proposal-temporal/#eqn-mathematicaldaysinyear", - "https://tc39.es/proposal-temporal/#_ref_1862", - "https://tc39.es/proposal-temporal/#_ref_1863", "https://tc39.es/proposal-temporal/#_ref_1864", "https://tc39.es/proposal-temporal/#_ref_1865", "https://tc39.es/proposal-temporal/#_ref_1866", "https://tc39.es/proposal-temporal/#_ref_1867", - "https://tc39.es/proposal-temporal/#eqn-epochdaynumberforyear", - "https://tc39.es/proposal-temporal/#eqn-epochtimeforyear", "https://tc39.es/proposal-temporal/#_ref_1868", - "https://tc39.es/proposal-temporal/#eqn-epochtimetoepochyear", "https://tc39.es/proposal-temporal/#_ref_1869", - "https://tc39.es/proposal-temporal/#eqn-mathematicalinleapyear", + "https://tc39.es/proposal-temporal/#eqn-epochdaynumberforyear", + "https://tc39.es/proposal-temporal/#eqn-epochtimeforyear", "https://tc39.es/proposal-temporal/#_ref_1870", + "https://tc39.es/proposal-temporal/#eqn-epochtimetoepochyear", "https://tc39.es/proposal-temporal/#_ref_1871", + "https://tc39.es/proposal-temporal/#eqn-mathematicalinleapyear", "https://tc39.es/proposal-temporal/#_ref_1872", "https://tc39.es/proposal-temporal/#_ref_1873", - "https://tc39.es/proposal-temporal/#eqn-epochtimetomonthinyear", "https://tc39.es/proposal-temporal/#_ref_1874", "https://tc39.es/proposal-temporal/#_ref_1875", + "https://tc39.es/proposal-temporal/#eqn-epochtimetomonthinyear", "https://tc39.es/proposal-temporal/#_ref_1876", "https://tc39.es/proposal-temporal/#_ref_1877", "https://tc39.es/proposal-temporal/#_ref_1878", @@ -2436,14 +2434,14 @@ "https://tc39.es/proposal-temporal/#_ref_1904", "https://tc39.es/proposal-temporal/#_ref_1905", "https://tc39.es/proposal-temporal/#_ref_1906", - "https://tc39.es/proposal-temporal/#eqn-epochtimetodayinyear", "https://tc39.es/proposal-temporal/#_ref_1907", "https://tc39.es/proposal-temporal/#_ref_1908", + "https://tc39.es/proposal-temporal/#eqn-epochtimetodayinyear", "https://tc39.es/proposal-temporal/#_ref_1909", "https://tc39.es/proposal-temporal/#_ref_1910", - "https://tc39.es/proposal-temporal/#eqn-epochtimetodate", "https://tc39.es/proposal-temporal/#_ref_1911", "https://tc39.es/proposal-temporal/#_ref_1912", + "https://tc39.es/proposal-temporal/#eqn-epochtimetodate", "https://tc39.es/proposal-temporal/#_ref_1913", "https://tc39.es/proposal-temporal/#_ref_1914", "https://tc39.es/proposal-temporal/#_ref_1915", @@ -2476,110 +2474,114 @@ "https://tc39.es/proposal-temporal/#_ref_1942", "https://tc39.es/proposal-temporal/#_ref_1943", "https://tc39.es/proposal-temporal/#_ref_1944", - "https://tc39.es/proposal-temporal/#eqn-epochtimetoweekday", "https://tc39.es/proposal-temporal/#_ref_1945", "https://tc39.es/proposal-temporal/#_ref_1946", + "https://tc39.es/proposal-temporal/#eqn-epochtimetoweekday", "https://tc39.es/proposal-temporal/#_ref_1947", "https://tc39.es/proposal-temporal/#_ref_1948", - "https://tc39.es/proposal-temporal/#sec-checkisodaysrange", "https://tc39.es/proposal-temporal/#_ref_1949", "https://tc39.es/proposal-temporal/#_ref_1950", + "https://tc39.es/proposal-temporal/#sec-checkisodaysrange", "https://tc39.es/proposal-temporal/#_ref_1951", "https://tc39.es/proposal-temporal/#_ref_1952", "https://tc39.es/proposal-temporal/#_ref_1953", + "https://tc39.es/proposal-temporal/#_ref_1954", + "https://tc39.es/proposal-temporal/#_ref_1955", "https://tc39.es/proposal-temporal/#sec-temporal-units", "https://tc39.es/proposal-temporal/#_ref_52", "https://tc39.es/proposal-temporal/#_ref_53", - "https://tc39.es/proposal-temporal/#_ref_1954", + "https://tc39.es/proposal-temporal/#_ref_1956", "https://tc39.es/proposal-temporal/#_ref_54", "https://tc39.es/proposal-temporal/#table-temporal-units", - "https://tc39.es/proposal-temporal/#_ref_1955", - "https://tc39.es/proposal-temporal/#_ref_1956", - "https://tc39.es/proposal-temporal/#sec-temporal-gettemporaloverflowoption", "https://tc39.es/proposal-temporal/#_ref_1957", - "https://tc39.es/proposal-temporal/#sec-temporal-gettemporaldisambiguationoption", "https://tc39.es/proposal-temporal/#_ref_1958", - "https://tc39.es/proposal-temporal/#sec-temporal-negateroundingmode", + "https://tc39.es/proposal-temporal/#sec-temporal-gettemporaloverflowoption", "https://tc39.es/proposal-temporal/#_ref_1959", + "https://tc39.es/proposal-temporal/#sec-temporal-gettemporaldisambiguationoption", "https://tc39.es/proposal-temporal/#_ref_1960", + "https://tc39.es/proposal-temporal/#sec-temporal-negateroundingmode", "https://tc39.es/proposal-temporal/#_ref_1961", - "https://tc39.es/proposal-temporal/#sec-temporal-gettemporaloffsetoption", "https://tc39.es/proposal-temporal/#_ref_1962", - "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalshowcalendarnameoption", "https://tc39.es/proposal-temporal/#_ref_1963", - "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalshowtimezonenameoption", + "https://tc39.es/proposal-temporal/#sec-temporal-gettemporaloffsetoption", "https://tc39.es/proposal-temporal/#_ref_1964", - "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalshowoffsetoption", + "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalshowcalendarnameoption", "https://tc39.es/proposal-temporal/#_ref_1965", - "https://tc39.es/proposal-temporal/#sec-temporal-getdirectionoption", + "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalshowtimezonenameoption", "https://tc39.es/proposal-temporal/#_ref_1966", - "https://tc39.es/proposal-temporal/#sec-validatetemporalroundingincrement", + "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalshowoffsetoption", "https://tc39.es/proposal-temporal/#_ref_1967", + "https://tc39.es/proposal-temporal/#sec-temporal-getdirectionoption", + "https://tc39.es/proposal-temporal/#_ref_1968", + "https://tc39.es/proposal-temporal/#sec-validatetemporalroundingincrement", + "https://tc39.es/proposal-temporal/#_ref_1969", "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalfractionalseconddigitsoption", "https://tc39.es/proposal-temporal/#sec-temporal-tosecondsstringprecisionrecord", "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalunitvaluedoption", - "https://tc39.es/proposal-temporal/#_ref_1968", - "https://tc39.es/proposal-temporal/#_ref_1969", "https://tc39.es/proposal-temporal/#_ref_1970", + "https://tc39.es/proposal-temporal/#_ref_1971", + "https://tc39.es/proposal-temporal/#_ref_1972", "https://tc39.es/proposal-temporal/#_ref_55", "https://tc39.es/proposal-temporal/#_ref_56", "https://tc39.es/proposal-temporal/#_ref_57", - "https://tc39.es/proposal-temporal/#_ref_1971", - "https://tc39.es/proposal-temporal/#_ref_1972", - "https://tc39.es/proposal-temporal/#_ref_58", - "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalrelativetooption", "https://tc39.es/proposal-temporal/#_ref_1973", "https://tc39.es/proposal-temporal/#_ref_1974", + "https://tc39.es/proposal-temporal/#_ref_58", + "https://tc39.es/proposal-temporal/#sec-temporal-gettemporalrelativetooption", "https://tc39.es/proposal-temporal/#_ref_1975", "https://tc39.es/proposal-temporal/#_ref_1976", "https://tc39.es/proposal-temporal/#_ref_1977", "https://tc39.es/proposal-temporal/#_ref_1978", "https://tc39.es/proposal-temporal/#_ref_1979", - "https://tc39.es/proposal-temporal/#_ref_2341", - "https://tc39.es/proposal-temporal/#_ref_2342", "https://tc39.es/proposal-temporal/#_ref_1980", "https://tc39.es/proposal-temporal/#_ref_1981", + "https://tc39.es/proposal-temporal/#_ref_2343", + "https://tc39.es/proposal-temporal/#_ref_2344", "https://tc39.es/proposal-temporal/#_ref_1982", "https://tc39.es/proposal-temporal/#_ref_1983", "https://tc39.es/proposal-temporal/#_ref_1984", "https://tc39.es/proposal-temporal/#_ref_1985", "https://tc39.es/proposal-temporal/#_ref_1986", - "https://tc39.es/proposal-temporal/#sec-temporal-largeroftwotemporalunits", "https://tc39.es/proposal-temporal/#_ref_1987", "https://tc39.es/proposal-temporal/#_ref_1988", + "https://tc39.es/proposal-temporal/#sec-temporal-largeroftwotemporalunits", "https://tc39.es/proposal-temporal/#_ref_1989", - "https://tc39.es/proposal-temporal/#_ref_59", - "https://tc39.es/proposal-temporal/#sec-temporal-iscalendarunit", "https://tc39.es/proposal-temporal/#_ref_1990", "https://tc39.es/proposal-temporal/#_ref_1991", - "https://tc39.es/proposal-temporal/#sec-temporal-temporalunitcategory", + "https://tc39.es/proposal-temporal/#_ref_59", + "https://tc39.es/proposal-temporal/#sec-temporal-iscalendarunit", "https://tc39.es/proposal-temporal/#_ref_1992", "https://tc39.es/proposal-temporal/#_ref_1993", - "https://tc39.es/proposal-temporal/#sec-temporal-maximumtemporaldurationroundingincrement", + "https://tc39.es/proposal-temporal/#sec-temporal-temporalunitcategory", "https://tc39.es/proposal-temporal/#_ref_1994", + "https://tc39.es/proposal-temporal/#_ref_1995", + "https://tc39.es/proposal-temporal/#_ref_60", + "https://tc39.es/proposal-temporal/#sec-temporal-maximumtemporaldurationroundingincrement", + "https://tc39.es/proposal-temporal/#_ref_1996", + "https://tc39.es/proposal-temporal/#_ref_61", "https://tc39.es/proposal-temporal/#sec-temporal-ispartialtemporalobject", "https://tc39.es/proposal-temporal/#sec-temporal-formatfractionalseconds", "https://tc39.es/proposal-temporal/#sec-temporal-formattimestring", - "https://tc39.es/proposal-temporal/#_ref_1995", - "https://tc39.es/proposal-temporal/#sec-getunsignedroundingmode", - "https://tc39.es/proposal-temporal/#_ref_1996", "https://tc39.es/proposal-temporal/#_ref_1997", + "https://tc39.es/proposal-temporal/#sec-getunsignedroundingmode", "https://tc39.es/proposal-temporal/#_ref_1998", - "https://tc39.es/proposal-temporal/#_ref_60", - "https://tc39.es/proposal-temporal/#table-unsigned-rounding-modes", "https://tc39.es/proposal-temporal/#_ref_1999", "https://tc39.es/proposal-temporal/#_ref_2000", - "https://tc39.es/proposal-temporal/#sec-applyunsignedroundingmode", - "https://tc39.es/proposal-temporal/#_ref_61", + "https://tc39.es/proposal-temporal/#_ref_62", + "https://tc39.es/proposal-temporal/#table-unsigned-rounding-modes", "https://tc39.es/proposal-temporal/#_ref_2001", - "https://tc39.es/proposal-temporal/#sec-temporal-roundnumbertoincrement", "https://tc39.es/proposal-temporal/#_ref_2002", + "https://tc39.es/proposal-temporal/#sec-applyunsignedroundingmode", + "https://tc39.es/proposal-temporal/#_ref_63", "https://tc39.es/proposal-temporal/#_ref_2003", + "https://tc39.es/proposal-temporal/#sec-temporal-roundnumbertoincrement", "https://tc39.es/proposal-temporal/#_ref_2004", - "https://tc39.es/proposal-temporal/#sec-temporal-roundnumbertoincrementasifpositive", "https://tc39.es/proposal-temporal/#_ref_2005", "https://tc39.es/proposal-temporal/#_ref_2006", + "https://tc39.es/proposal-temporal/#sec-temporal-roundnumbertoincrementasifpositive", "https://tc39.es/proposal-temporal/#_ref_2007", + "https://tc39.es/proposal-temporal/#_ref_2008", + "https://tc39.es/proposal-temporal/#_ref_2009", "https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar", "https://tc39.es/proposal-temporal/#prod-Alpha", "https://tc39.es/proposal-temporal/#prod-LowercaseAlpha", @@ -2600,92 +2602,90 @@ "https://tc39.es/proposal-temporal/#prod-DateMonth", "https://tc39.es/proposal-temporal/#prod-DateDay", "https://tc39.es/proposal-temporal/#prod-DateSpecYearMonth", - "https://tc39.es/proposal-temporal/#_ref_2343", - "https://tc39.es/proposal-temporal/#_ref_2344", "https://tc39.es/proposal-temporal/#_ref_2345", "https://tc39.es/proposal-temporal/#_ref_2346", "https://tc39.es/proposal-temporal/#_ref_2347", "https://tc39.es/proposal-temporal/#_ref_2348", - "https://tc39.es/proposal-temporal/#prod-DateSpecMonthDay", - "https://tc39.es/proposal-temporal/#prod-1kDkJBzS", "https://tc39.es/proposal-temporal/#_ref_2349", "https://tc39.es/proposal-temporal/#_ref_2350", - "https://tc39.es/proposal-temporal/#_ref_2351", + "https://tc39.es/proposal-temporal/#prod-DateSpecMonthDay", "https://tc39.es/proposal-temporal/#prod-1kDkJBzS", + "https://tc39.es/proposal-temporal/#_ref_2351", "https://tc39.es/proposal-temporal/#_ref_2352", "https://tc39.es/proposal-temporal/#_ref_2353", + "https://tc39.es/proposal-temporal/#prod-1kDkJBzS", "https://tc39.es/proposal-temporal/#_ref_2354", - "https://tc39.es/proposal-temporal/#prod-DateSpec", - "https://tc39.es/proposal-temporal/#prod-8vF0CRKB", "https://tc39.es/proposal-temporal/#_ref_2355", "https://tc39.es/proposal-temporal/#_ref_2356", + "https://tc39.es/proposal-temporal/#prod-DateSpec", + "https://tc39.es/proposal-temporal/#prod-8vF0CRKB", "https://tc39.es/proposal-temporal/#_ref_2357", "https://tc39.es/proposal-temporal/#_ref_2358", "https://tc39.es/proposal-temporal/#_ref_2359", - "https://tc39.es/proposal-temporal/#prod-Date", "https://tc39.es/proposal-temporal/#_ref_2360", "https://tc39.es/proposal-temporal/#_ref_2361", + "https://tc39.es/proposal-temporal/#prod-Date", + "https://tc39.es/proposal-temporal/#_ref_2362", + "https://tc39.es/proposal-temporal/#_ref_2363", "https://tc39.es/proposal-temporal/#prod-TimeSecond", "https://tc39.es/proposal-temporal/#prod-NormalizedUTCOffset", "https://tc39.es/proposal-temporal/#prod-UTCOffset", "https://tc39.es/proposal-temporal/#prod-DateTimeUTCOffset", - "https://tc39.es/proposal-temporal/#_ref_2362", - "https://tc39.es/proposal-temporal/#_ref_2363", - "https://tc39.es/proposal-temporal/#prod-TZLeadingChar", "https://tc39.es/proposal-temporal/#_ref_2364", - "https://tc39.es/proposal-temporal/#prod-TZChar", "https://tc39.es/proposal-temporal/#_ref_2365", - "https://tc39.es/proposal-temporal/#prod-TimeZoneIANANameComponent", + "https://tc39.es/proposal-temporal/#prod-TZLeadingChar", "https://tc39.es/proposal-temporal/#_ref_2366", + "https://tc39.es/proposal-temporal/#prod-TZChar", "https://tc39.es/proposal-temporal/#_ref_2367", + "https://tc39.es/proposal-temporal/#prod-TimeZoneIANANameComponent", "https://tc39.es/proposal-temporal/#_ref_2368", - "https://tc39.es/proposal-temporal/#prod-TimeZoneIANAName", "https://tc39.es/proposal-temporal/#_ref_2369", "https://tc39.es/proposal-temporal/#_ref_2370", + "https://tc39.es/proposal-temporal/#prod-TimeZoneIANAName", "https://tc39.es/proposal-temporal/#_ref_2371", - "https://tc39.es/proposal-temporal/#prod-TimeZoneIdentifier", "https://tc39.es/proposal-temporal/#_ref_2372", "https://tc39.es/proposal-temporal/#_ref_2373", - "https://tc39.es/proposal-temporal/#prod-TimeZoneAnnotation", + "https://tc39.es/proposal-temporal/#prod-TimeZoneIdentifier", "https://tc39.es/proposal-temporal/#_ref_2374", "https://tc39.es/proposal-temporal/#_ref_2375", - "https://tc39.es/proposal-temporal/#prod-AKeyLeadingChar", + "https://tc39.es/proposal-temporal/#prod-TimeZoneAnnotation", "https://tc39.es/proposal-temporal/#_ref_2376", - "https://tc39.es/proposal-temporal/#prod-AKeyChar", "https://tc39.es/proposal-temporal/#_ref_2377", - "https://tc39.es/proposal-temporal/#prod-AnnotationKey", + "https://tc39.es/proposal-temporal/#prod-AKeyLeadingChar", "https://tc39.es/proposal-temporal/#_ref_2378", + "https://tc39.es/proposal-temporal/#prod-AKeyChar", "https://tc39.es/proposal-temporal/#_ref_2379", + "https://tc39.es/proposal-temporal/#prod-AnnotationKey", "https://tc39.es/proposal-temporal/#_ref_2380", - "https://tc39.es/proposal-temporal/#prod-AnnotationValueComponent", "https://tc39.es/proposal-temporal/#_ref_2381", "https://tc39.es/proposal-temporal/#_ref_2382", + "https://tc39.es/proposal-temporal/#prod-AnnotationValueComponent", "https://tc39.es/proposal-temporal/#_ref_2383", - "https://tc39.es/proposal-temporal/#prod-AnnotationValue", "https://tc39.es/proposal-temporal/#_ref_2384", "https://tc39.es/proposal-temporal/#_ref_2385", + "https://tc39.es/proposal-temporal/#prod-AnnotationValue", "https://tc39.es/proposal-temporal/#_ref_2386", - "https://tc39.es/proposal-temporal/#prod-Annotation", "https://tc39.es/proposal-temporal/#_ref_2387", "https://tc39.es/proposal-temporal/#_ref_2388", + "https://tc39.es/proposal-temporal/#prod-Annotation", "https://tc39.es/proposal-temporal/#_ref_2389", - "https://tc39.es/proposal-temporal/#prod-Annotations", "https://tc39.es/proposal-temporal/#_ref_2390", "https://tc39.es/proposal-temporal/#_ref_2391", - "https://tc39.es/proposal-temporal/#prod-TimeSpec", + "https://tc39.es/proposal-temporal/#prod-Annotations", "https://tc39.es/proposal-temporal/#_ref_2392", - "https://tc39.es/proposal-temporal/#prod-Time", "https://tc39.es/proposal-temporal/#_ref_2393", + "https://tc39.es/proposal-temporal/#prod-TimeSpec", "https://tc39.es/proposal-temporal/#_ref_2394", - "https://tc39.es/proposal-temporal/#prod-DateTime", + "https://tc39.es/proposal-temporal/#prod-Time", "https://tc39.es/proposal-temporal/#_ref_2395", "https://tc39.es/proposal-temporal/#_ref_2396", + "https://tc39.es/proposal-temporal/#prod-DateTime", "https://tc39.es/proposal-temporal/#_ref_2397", "https://tc39.es/proposal-temporal/#_ref_2398", "https://tc39.es/proposal-temporal/#_ref_2399", - "https://tc39.es/proposal-temporal/#prod-AnnotatedTime", "https://tc39.es/proposal-temporal/#_ref_2400", "https://tc39.es/proposal-temporal/#_ref_2401", + "https://tc39.es/proposal-temporal/#prod-AnnotatedTime", "https://tc39.es/proposal-temporal/#_ref_2402", "https://tc39.es/proposal-temporal/#_ref_2403", "https://tc39.es/proposal-temporal/#_ref_2404", @@ -2693,127 +2693,127 @@ "https://tc39.es/proposal-temporal/#_ref_2406", "https://tc39.es/proposal-temporal/#_ref_2407", "https://tc39.es/proposal-temporal/#_ref_2408", - "https://tc39.es/proposal-temporal/#prod-AnnotatedDateTime", "https://tc39.es/proposal-temporal/#_ref_2409", "https://tc39.es/proposal-temporal/#_ref_2410", + "https://tc39.es/proposal-temporal/#prod-AnnotatedDateTime", "https://tc39.es/proposal-temporal/#_ref_2411", "https://tc39.es/proposal-temporal/#_ref_2412", "https://tc39.es/proposal-temporal/#_ref_2413", "https://tc39.es/proposal-temporal/#_ref_2414", - "https://tc39.es/proposal-temporal/#prod-AnnotatedYearMonth", "https://tc39.es/proposal-temporal/#_ref_2415", "https://tc39.es/proposal-temporal/#_ref_2416", + "https://tc39.es/proposal-temporal/#prod-AnnotatedYearMonth", "https://tc39.es/proposal-temporal/#_ref_2417", - "https://tc39.es/proposal-temporal/#prod-AnnotatedMonthDay", "https://tc39.es/proposal-temporal/#_ref_2418", "https://tc39.es/proposal-temporal/#_ref_2419", + "https://tc39.es/proposal-temporal/#prod-AnnotatedMonthDay", "https://tc39.es/proposal-temporal/#_ref_2420", - "https://tc39.es/proposal-temporal/#prod-DurationSecondsPart", "https://tc39.es/proposal-temporal/#_ref_2421", - "https://tc39.es/proposal-temporal/#prod-DurationMinutesPart", "https://tc39.es/proposal-temporal/#_ref_2422", + "https://tc39.es/proposal-temporal/#prod-DurationSecondsPart", "https://tc39.es/proposal-temporal/#_ref_2423", + "https://tc39.es/proposal-temporal/#prod-DurationMinutesPart", "https://tc39.es/proposal-temporal/#_ref_2424", - "https://tc39.es/proposal-temporal/#prod-DurationHoursPart", "https://tc39.es/proposal-temporal/#_ref_2425", "https://tc39.es/proposal-temporal/#_ref_2426", + "https://tc39.es/proposal-temporal/#prod-DurationHoursPart", "https://tc39.es/proposal-temporal/#_ref_2427", "https://tc39.es/proposal-temporal/#_ref_2428", "https://tc39.es/proposal-temporal/#_ref_2429", - "https://tc39.es/proposal-temporal/#prod-DurationTime", "https://tc39.es/proposal-temporal/#_ref_2430", "https://tc39.es/proposal-temporal/#_ref_2431", + "https://tc39.es/proposal-temporal/#prod-DurationTime", "https://tc39.es/proposal-temporal/#_ref_2432", "https://tc39.es/proposal-temporal/#_ref_2433", "https://tc39.es/proposal-temporal/#_ref_2434", "https://tc39.es/proposal-temporal/#_ref_2435", - "https://tc39.es/proposal-temporal/#prod-DurationDaysPart", "https://tc39.es/proposal-temporal/#_ref_2436", - "https://tc39.es/proposal-temporal/#prod-DurationWeeksPart", "https://tc39.es/proposal-temporal/#_ref_2437", + "https://tc39.es/proposal-temporal/#prod-DurationDaysPart", "https://tc39.es/proposal-temporal/#_ref_2438", - "https://tc39.es/proposal-temporal/#prod-DurationMonthsPart", + "https://tc39.es/proposal-temporal/#prod-DurationWeeksPart", "https://tc39.es/proposal-temporal/#_ref_2439", "https://tc39.es/proposal-temporal/#_ref_2440", + "https://tc39.es/proposal-temporal/#prod-DurationMonthsPart", "https://tc39.es/proposal-temporal/#_ref_2441", "https://tc39.es/proposal-temporal/#_ref_2442", - "https://tc39.es/proposal-temporal/#prod-DurationYearsPart", "https://tc39.es/proposal-temporal/#_ref_2443", "https://tc39.es/proposal-temporal/#_ref_2444", + "https://tc39.es/proposal-temporal/#prod-DurationYearsPart", "https://tc39.es/proposal-temporal/#_ref_2445", "https://tc39.es/proposal-temporal/#_ref_2446", "https://tc39.es/proposal-temporal/#_ref_2447", "https://tc39.es/proposal-temporal/#_ref_2448", - "https://tc39.es/proposal-temporal/#prod-DurationDate", "https://tc39.es/proposal-temporal/#_ref_2449", "https://tc39.es/proposal-temporal/#_ref_2450", + "https://tc39.es/proposal-temporal/#prod-DurationDate", "https://tc39.es/proposal-temporal/#_ref_2451", "https://tc39.es/proposal-temporal/#_ref_2452", "https://tc39.es/proposal-temporal/#_ref_2453", "https://tc39.es/proposal-temporal/#_ref_2454", "https://tc39.es/proposal-temporal/#_ref_2455", "https://tc39.es/proposal-temporal/#_ref_2456", - "https://tc39.es/proposal-temporal/#prod-Duration", "https://tc39.es/proposal-temporal/#_ref_2457", "https://tc39.es/proposal-temporal/#_ref_2458", + "https://tc39.es/proposal-temporal/#prod-Duration", "https://tc39.es/proposal-temporal/#_ref_2459", "https://tc39.es/proposal-temporal/#_ref_2460", - "https://tc39.es/proposal-temporal/#prod-TemporalInstantString", "https://tc39.es/proposal-temporal/#_ref_2461", "https://tc39.es/proposal-temporal/#_ref_2462", + "https://tc39.es/proposal-temporal/#prod-TemporalInstantString", "https://tc39.es/proposal-temporal/#_ref_2463", "https://tc39.es/proposal-temporal/#_ref_2464", "https://tc39.es/proposal-temporal/#_ref_2465", "https://tc39.es/proposal-temporal/#_ref_2466", - "https://tc39.es/proposal-temporal/#prod-TemporalDateTimeString", "https://tc39.es/proposal-temporal/#_ref_2467", - "https://tc39.es/proposal-temporal/#prod-TemporalDurationString", "https://tc39.es/proposal-temporal/#_ref_2468", - "https://tc39.es/proposal-temporal/#prod-TemporalMonthDayString", + "https://tc39.es/proposal-temporal/#prod-TemporalDateTimeString", "https://tc39.es/proposal-temporal/#_ref_2469", + "https://tc39.es/proposal-temporal/#prod-TemporalDurationString", "https://tc39.es/proposal-temporal/#_ref_2470", - "https://tc39.es/proposal-temporal/#prod-TemporalTimeString", + "https://tc39.es/proposal-temporal/#prod-TemporalMonthDayString", "https://tc39.es/proposal-temporal/#_ref_2471", "https://tc39.es/proposal-temporal/#_ref_2472", - "https://tc39.es/proposal-temporal/#prod-TemporalYearMonthString", + "https://tc39.es/proposal-temporal/#prod-TemporalTimeString", "https://tc39.es/proposal-temporal/#_ref_2473", "https://tc39.es/proposal-temporal/#_ref_2474", - "https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar-static-semantics-isvalidmonthday", - "https://tc39.es/proposal-temporal/#prod-05aVrTdx", + "https://tc39.es/proposal-temporal/#prod-TemporalYearMonthString", "https://tc39.es/proposal-temporal/#_ref_2475", "https://tc39.es/proposal-temporal/#_ref_2476", + "https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar-static-semantics-isvalidmonthday", + "https://tc39.es/proposal-temporal/#prod-05aVrTdx", "https://tc39.es/proposal-temporal/#_ref_2477", "https://tc39.es/proposal-temporal/#_ref_2478", "https://tc39.es/proposal-temporal/#_ref_2479", - "https://tc39.es/proposal-temporal/#prod-5Vwj4sDK", "https://tc39.es/proposal-temporal/#_ref_2480", "https://tc39.es/proposal-temporal/#_ref_2481", - "https://tc39.es/proposal-temporal/#_ref_2482", "https://tc39.es/proposal-temporal/#prod-5Vwj4sDK", + "https://tc39.es/proposal-temporal/#_ref_2482", "https://tc39.es/proposal-temporal/#_ref_2483", "https://tc39.es/proposal-temporal/#_ref_2484", + "https://tc39.es/proposal-temporal/#prod-5Vwj4sDK", "https://tc39.es/proposal-temporal/#_ref_2485", "https://tc39.es/proposal-temporal/#_ref_2486", "https://tc39.es/proposal-temporal/#_ref_2487", "https://tc39.es/proposal-temporal/#_ref_2488", "https://tc39.es/proposal-temporal/#_ref_2489", - "https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar-static-semantics-isvaliddate", - "https://tc39.es/proposal-temporal/#prod-m8U20pMU", "https://tc39.es/proposal-temporal/#_ref_2490", "https://tc39.es/proposal-temporal/#_ref_2491", + "https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar-static-semantics-isvaliddate", + "https://tc39.es/proposal-temporal/#prod-m8U20pMU", "https://tc39.es/proposal-temporal/#_ref_2492", "https://tc39.es/proposal-temporal/#_ref_2493", "https://tc39.es/proposal-temporal/#_ref_2494", - "https://tc39.es/proposal-temporal/#_ref_2008", "https://tc39.es/proposal-temporal/#_ref_2495", "https://tc39.es/proposal-temporal/#_ref_2496", + "https://tc39.es/proposal-temporal/#_ref_2010", "https://tc39.es/proposal-temporal/#_ref_2497", "https://tc39.es/proposal-temporal/#_ref_2498", - "https://tc39.es/proposal-temporal/#_ref_2009", - "https://tc39.es/proposal-temporal/#_ref_2010", - "https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar-static-semantics-early-errors", "https://tc39.es/proposal-temporal/#_ref_2499", "https://tc39.es/proposal-temporal/#_ref_2500", + "https://tc39.es/proposal-temporal/#_ref_2011", + "https://tc39.es/proposal-temporal/#_ref_2012", + "https://tc39.es/proposal-temporal/#sec-temporal-iso8601grammar-static-semantics-early-errors", "https://tc39.es/proposal-temporal/#_ref_2501", "https://tc39.es/proposal-temporal/#_ref_2502", "https://tc39.es/proposal-temporal/#_ref_2503", @@ -2827,74 +2827,74 @@ "https://tc39.es/proposal-temporal/#_ref_2511", "https://tc39.es/proposal-temporal/#_ref_2512", "https://tc39.es/proposal-temporal/#_ref_2513", - "https://tc39.es/proposal-temporal/#_ref_2011", "https://tc39.es/proposal-temporal/#_ref_2514", "https://tc39.es/proposal-temporal/#_ref_2515", + "https://tc39.es/proposal-temporal/#_ref_2013", "https://tc39.es/proposal-temporal/#_ref_2516", "https://tc39.es/proposal-temporal/#_ref_2517", "https://tc39.es/proposal-temporal/#_ref_2518", "https://tc39.es/proposal-temporal/#_ref_2519", "https://tc39.es/proposal-temporal/#_ref_2520", - "https://tc39.es/proposal-temporal/#_ref_2012", "https://tc39.es/proposal-temporal/#_ref_2521", "https://tc39.es/proposal-temporal/#_ref_2522", + "https://tc39.es/proposal-temporal/#_ref_2014", + "https://tc39.es/proposal-temporal/#_ref_2523", + "https://tc39.es/proposal-temporal/#_ref_2524", "https://tc39.es/proposal-temporal/#sec-temporal-iso-string-time-zone-parse-records", - "https://tc39.es/proposal-temporal/#_ref_62", + "https://tc39.es/proposal-temporal/#_ref_64", "https://tc39.es/proposal-temporal/#table-temporal-iso-string-time-zone-parse-record-fields", - "https://tc39.es/proposal-temporal/#_ref_2013", - "https://tc39.es/proposal-temporal/#sec-temporal-iso-date-time-parse-records", - "https://tc39.es/proposal-temporal/#_ref_2014", "https://tc39.es/proposal-temporal/#_ref_2015", + "https://tc39.es/proposal-temporal/#sec-temporal-iso-date-time-parse-records", "https://tc39.es/proposal-temporal/#_ref_2016", - "https://tc39.es/proposal-temporal/#_ref_63", - "https://tc39.es/proposal-temporal/#table-temporal-iso-date-time-parse-record-fields", "https://tc39.es/proposal-temporal/#_ref_2017", - "https://tc39.es/proposal-temporal/#_ref_2523", "https://tc39.es/proposal-temporal/#_ref_2018", + "https://tc39.es/proposal-temporal/#_ref_65", + "https://tc39.es/proposal-temporal/#table-temporal-iso-date-time-parse-record-fields", "https://tc39.es/proposal-temporal/#_ref_2019", + "https://tc39.es/proposal-temporal/#_ref_2525", "https://tc39.es/proposal-temporal/#_ref_2020", - "https://tc39.es/proposal-temporal/#sec-temporal-parseisodatetime", "https://tc39.es/proposal-temporal/#_ref_2021", - "https://tc39.es/proposal-temporal/#_ref_2524", - "https://tc39.es/proposal-temporal/#_ref_2525", + "https://tc39.es/proposal-temporal/#_ref_2022", + "https://tc39.es/proposal-temporal/#sec-temporal-parseisodatetime", + "https://tc39.es/proposal-temporal/#_ref_2023", "https://tc39.es/proposal-temporal/#_ref_2526", "https://tc39.es/proposal-temporal/#_ref_2527", "https://tc39.es/proposal-temporal/#_ref_2528", "https://tc39.es/proposal-temporal/#_ref_2529", "https://tc39.es/proposal-temporal/#_ref_2530", "https://tc39.es/proposal-temporal/#_ref_2531", - "https://tc39.es/proposal-temporal/#_ref_2022", "https://tc39.es/proposal-temporal/#_ref_2532", "https://tc39.es/proposal-temporal/#_ref_2533", + "https://tc39.es/proposal-temporal/#_ref_2024", "https://tc39.es/proposal-temporal/#_ref_2534", "https://tc39.es/proposal-temporal/#_ref_2535", "https://tc39.es/proposal-temporal/#_ref_2536", "https://tc39.es/proposal-temporal/#_ref_2537", - "https://tc39.es/proposal-temporal/#_ref_2023", - "https://tc39.es/proposal-temporal/#_ref_2024", - "https://tc39.es/proposal-temporal/#_ref_2025", "https://tc39.es/proposal-temporal/#_ref_2538", "https://tc39.es/proposal-temporal/#_ref_2539", + "https://tc39.es/proposal-temporal/#_ref_2025", + "https://tc39.es/proposal-temporal/#_ref_2026", + "https://tc39.es/proposal-temporal/#_ref_2027", "https://tc39.es/proposal-temporal/#_ref_2540", "https://tc39.es/proposal-temporal/#_ref_2541", "https://tc39.es/proposal-temporal/#_ref_2542", - "https://tc39.es/proposal-temporal/#_ref_2026", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalcalendarstring", - "https://tc39.es/proposal-temporal/#_ref_2027", + "https://tc39.es/proposal-temporal/#_ref_2543", + "https://tc39.es/proposal-temporal/#_ref_2544", "https://tc39.es/proposal-temporal/#_ref_2028", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporalcalendarstring", "https://tc39.es/proposal-temporal/#_ref_2029", "https://tc39.es/proposal-temporal/#_ref_2030", - "https://tc39.es/proposal-temporal/#_ref_2543", - "https://tc39.es/proposal-temporal/#_ref_2544", + "https://tc39.es/proposal-temporal/#_ref_2031", + "https://tc39.es/proposal-temporal/#_ref_2032", "https://tc39.es/proposal-temporal/#_ref_2545", "https://tc39.es/proposal-temporal/#_ref_2546", "https://tc39.es/proposal-temporal/#_ref_2547", "https://tc39.es/proposal-temporal/#_ref_2548", "https://tc39.es/proposal-temporal/#_ref_2549", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldurationstring", - "https://tc39.es/proposal-temporal/#_ref_2031", "https://tc39.es/proposal-temporal/#_ref_2550", "https://tc39.es/proposal-temporal/#_ref_2551", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaldurationstring", + "https://tc39.es/proposal-temporal/#_ref_2033", "https://tc39.es/proposal-temporal/#_ref_2552", "https://tc39.es/proposal-temporal/#_ref_2553", "https://tc39.es/proposal-temporal/#_ref_2554", @@ -2908,8 +2908,8 @@ "https://tc39.es/proposal-temporal/#_ref_2562", "https://tc39.es/proposal-temporal/#_ref_2563", "https://tc39.es/proposal-temporal/#_ref_2564", - "https://tc39.es/proposal-temporal/#_ref_2032", - "https://tc39.es/proposal-temporal/#_ref_2033", + "https://tc39.es/proposal-temporal/#_ref_2565", + "https://tc39.es/proposal-temporal/#_ref_2566", "https://tc39.es/proposal-temporal/#_ref_2034", "https://tc39.es/proposal-temporal/#_ref_2035", "https://tc39.es/proposal-temporal/#_ref_2036", @@ -2923,43 +2923,43 @@ "https://tc39.es/proposal-temporal/#_ref_2044", "https://tc39.es/proposal-temporal/#_ref_2045", "https://tc39.es/proposal-temporal/#_ref_2046", - "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaltimezonestring", "https://tc39.es/proposal-temporal/#_ref_2047", "https://tc39.es/proposal-temporal/#_ref_2048", + "https://tc39.es/proposal-temporal/#sec-temporal-parsetemporaltimezonestring", "https://tc39.es/proposal-temporal/#_ref_2049", "https://tc39.es/proposal-temporal/#_ref_2050", "https://tc39.es/proposal-temporal/#_ref_2051", "https://tc39.es/proposal-temporal/#_ref_2052", - "https://tc39.es/proposal-temporal/#_ref_2565", "https://tc39.es/proposal-temporal/#_ref_2053", "https://tc39.es/proposal-temporal/#_ref_2054", - "https://tc39.es/proposal-temporal/#_ref_2566", "https://tc39.es/proposal-temporal/#_ref_2567", + "https://tc39.es/proposal-temporal/#_ref_2055", + "https://tc39.es/proposal-temporal/#_ref_2056", "https://tc39.es/proposal-temporal/#_ref_2568", "https://tc39.es/proposal-temporal/#_ref_2569", "https://tc39.es/proposal-temporal/#_ref_2570", "https://tc39.es/proposal-temporal/#_ref_2571", - "https://tc39.es/proposal-temporal/#_ref_2055", - "https://tc39.es/proposal-temporal/#_ref_2056", + "https://tc39.es/proposal-temporal/#_ref_2572", + "https://tc39.es/proposal-temporal/#_ref_2573", "https://tc39.es/proposal-temporal/#_ref_2057", - "https://tc39.es/proposal-temporal/#sec-topositiveintegerwithtruncation", "https://tc39.es/proposal-temporal/#_ref_2058", + "https://tc39.es/proposal-temporal/#_ref_2059", + "https://tc39.es/proposal-temporal/#sec-topositiveintegerwithtruncation", + "https://tc39.es/proposal-temporal/#_ref_2060", "https://tc39.es/proposal-temporal/#sec-tointegerwithtruncation", "https://tc39.es/proposal-temporal/#sec-tointegerifintegral", "https://tc39.es/proposal-temporal/#sec-temporal-tomonthcode", - "https://tc39.es/proposal-temporal/#_ref_2059", - "https://tc39.es/proposal-temporal/#sec-temporal-tooffsetstring", - "https://tc39.es/proposal-temporal/#_ref_2060", "https://tc39.es/proposal-temporal/#_ref_2061", - "https://tc39.es/proposal-temporal/#sec-temporal-isodatetofields", + "https://tc39.es/proposal-temporal/#sec-temporal-tooffsetstring", "https://tc39.es/proposal-temporal/#_ref_2062", "https://tc39.es/proposal-temporal/#_ref_2063", + "https://tc39.es/proposal-temporal/#sec-temporal-isodatetofields", "https://tc39.es/proposal-temporal/#_ref_2064", "https://tc39.es/proposal-temporal/#_ref_2065", "https://tc39.es/proposal-temporal/#_ref_2066", - "https://tc39.es/proposal-temporal/#sec-temporal-getdifferencesettings", "https://tc39.es/proposal-temporal/#_ref_2067", "https://tc39.es/proposal-temporal/#_ref_2068", + "https://tc39.es/proposal-temporal/#sec-temporal-getdifferencesettings", "https://tc39.es/proposal-temporal/#_ref_2069", "https://tc39.es/proposal-temporal/#_ref_2070", "https://tc39.es/proposal-temporal/#_ref_2071", @@ -2972,70 +2972,70 @@ "https://tc39.es/proposal-temporal/#_ref_2078", "https://tc39.es/proposal-temporal/#_ref_2079", "https://tc39.es/proposal-temporal/#_ref_2080", + "https://tc39.es/proposal-temporal/#_ref_2081", + "https://tc39.es/proposal-temporal/#_ref_2082", "https://tc39.es/proposal-temporal/#sec-temporal-legacy-date-objects", "https://tc39.es/proposal-temporal/#sec-ecmascript-language-types-string-type", "https://tc39.es/proposal-temporal/#sec-year-week-record-specification-type", - "https://tc39.es/proposal-temporal/#_ref_2081", - "https://tc39.es/proposal-temporal/#_ref_64", + "https://tc39.es/proposal-temporal/#_ref_2083", + "https://tc39.es/proposal-temporal/#_ref_66", "https://tc39.es/proposal-temporal/#table-year-week-record", - "https://tc39.es/proposal-temporal/#_ref_2082", + "https://tc39.es/proposal-temporal/#_ref_2084", "https://tc39.es/proposal-temporal/#sec-mathematical-operations", "https://tc39.es/proposal-temporal/#eqn-modulo", "https://tc39.es/proposal-temporal/#eqn-remainder", - "https://tc39.es/proposal-temporal/#_ref_2083", + "https://tc39.es/proposal-temporal/#_ref_2085", "https://tc39.es/proposal-temporal/#sec-ecma262-abstract-operations", "https://tc39.es/proposal-temporal/#sec-operations-for-reading-options", "https://tc39.es/proposal-temporal/#sec-getoptionsobject", - "https://tc39.es/proposal-temporal/#_ref_2084", + "https://tc39.es/proposal-temporal/#_ref_2086", "https://tc39.es/proposal-temporal/#sec-getoption", "https://tc39.es/proposal-temporal/#sec-temporal-getroundingmodeoption", - "https://tc39.es/proposal-temporal/#_ref_65", - "https://tc39.es/proposal-temporal/#_ref_2085", - "https://tc39.es/proposal-temporal/#_ref_66", "https://tc39.es/proposal-temporal/#_ref_67", + "https://tc39.es/proposal-temporal/#_ref_2087", "https://tc39.es/proposal-temporal/#_ref_68", + "https://tc39.es/proposal-temporal/#_ref_69", + "https://tc39.es/proposal-temporal/#_ref_70", "https://tc39.es/proposal-temporal/#table-temporal-rounding-modes", "https://tc39.es/proposal-temporal/#sec-temporal-getroundingincrementoption", - "https://tc39.es/proposal-temporal/#_ref_2086", + "https://tc39.es/proposal-temporal/#_ref_2088", "https://tc39.es/proposal-temporal/#sec-overview-of-date-objects-and-definitions-of-abstract-operations", "https://tc39.es/proposal-temporal/#sec-getutcepochnanoseconds", - "https://tc39.es/proposal-temporal/#_ref_2087", - "https://tc39.es/proposal-temporal/#sec-time-zone-identifiers", - "https://tc39.es/proposal-temporal/#_ref_2088", "https://tc39.es/proposal-temporal/#_ref_2089", - "https://tc39.es/proposal-temporal/#_ref_2572", - "https://tc39.es/proposal-temporal/#_ref_2573", + "https://tc39.es/proposal-temporal/#sec-time-zone-identifiers", "https://tc39.es/proposal-temporal/#_ref_2090", - "https://tc39.es/proposal-temporal/#sec-getnamedtimezoneepochnanoseconds", "https://tc39.es/proposal-temporal/#_ref_2091", + "https://tc39.es/proposal-temporal/#_ref_2574", + "https://tc39.es/proposal-temporal/#_ref_2575", "https://tc39.es/proposal-temporal/#_ref_2092", + "https://tc39.es/proposal-temporal/#sec-getnamedtimezoneepochnanoseconds", "https://tc39.es/proposal-temporal/#_ref_2093", - "https://tc39.es/proposal-temporal/#sec-systemtimezoneidentifier", - "https://tc39.es/proposal-temporal/#sec-defaulttimezone", "https://tc39.es/proposal-temporal/#_ref_2094", "https://tc39.es/proposal-temporal/#_ref_2095", + "https://tc39.es/proposal-temporal/#sec-systemtimezoneidentifier", + "https://tc39.es/proposal-temporal/#sec-defaulttimezone", "https://tc39.es/proposal-temporal/#_ref_2096", "https://tc39.es/proposal-temporal/#_ref_2097", "https://tc39.es/proposal-temporal/#_ref_2098", "https://tc39.es/proposal-temporal/#_ref_2099", "https://tc39.es/proposal-temporal/#_ref_2100", "https://tc39.es/proposal-temporal/#_ref_2101", - "https://tc39.es/proposal-temporal/#sec-time-zone-offset-strings", "https://tc39.es/proposal-temporal/#_ref_2102", - "https://tc39.es/proposal-temporal/#_ref_2574", - "https://tc39.es/proposal-temporal/#_ref_2575", - "https://tc39.es/proposal-temporal/#_ref_69", - "https://tc39.es/proposal-temporal/#_ref_70", - "https://tc39.es/proposal-temporal/#sec-localtime", "https://tc39.es/proposal-temporal/#_ref_2103", + "https://tc39.es/proposal-temporal/#sec-time-zone-offset-strings", "https://tc39.es/proposal-temporal/#_ref_2104", + "https://tc39.es/proposal-temporal/#_ref_2576", + "https://tc39.es/proposal-temporal/#_ref_2577", + "https://tc39.es/proposal-temporal/#_ref_71", + "https://tc39.es/proposal-temporal/#_ref_72", + "https://tc39.es/proposal-temporal/#sec-localtime", "https://tc39.es/proposal-temporal/#_ref_2105", "https://tc39.es/proposal-temporal/#_ref_2106", "https://tc39.es/proposal-temporal/#_ref_2107", "https://tc39.es/proposal-temporal/#_ref_2108", - "https://tc39.es/proposal-temporal/#sec-utc-t", "https://tc39.es/proposal-temporal/#_ref_2109", "https://tc39.es/proposal-temporal/#_ref_2110", + "https://tc39.es/proposal-temporal/#sec-utc-t", "https://tc39.es/proposal-temporal/#_ref_2111", "https://tc39.es/proposal-temporal/#_ref_2112", "https://tc39.es/proposal-temporal/#_ref_2113", @@ -3044,49 +3044,49 @@ "https://tc39.es/proposal-temporal/#_ref_2116", "https://tc39.es/proposal-temporal/#_ref_2117", "https://tc39.es/proposal-temporal/#_ref_2118", - "https://tc39.es/proposal-temporal/#sec-timestring", "https://tc39.es/proposal-temporal/#_ref_2119", - "https://tc39.es/proposal-temporal/#sec-timezoneestring", "https://tc39.es/proposal-temporal/#_ref_2120", + "https://tc39.es/proposal-temporal/#sec-timestring", "https://tc39.es/proposal-temporal/#_ref_2121", + "https://tc39.es/proposal-temporal/#sec-timezoneestring", "https://tc39.es/proposal-temporal/#_ref_2122", + "https://tc39.es/proposal-temporal/#_ref_2123", + "https://tc39.es/proposal-temporal/#_ref_2124", "https://tc39.es/proposal-temporal/#sec-isoffsettimezoneidentifier", "https://tc39.es/proposal-temporal/#sec-istimezoneoffsetstring", - "https://tc39.es/proposal-temporal/#_ref_2576", - "https://tc39.es/proposal-temporal/#_ref_2577", "https://tc39.es/proposal-temporal/#_ref_2578", "https://tc39.es/proposal-temporal/#_ref_2579", - "https://tc39.es/proposal-temporal/#sec-parsedatetimeutcoffset", - "https://tc39.es/proposal-temporal/#sec-parsetimezoneoffsetstring", "https://tc39.es/proposal-temporal/#_ref_2580", "https://tc39.es/proposal-temporal/#_ref_2581", + "https://tc39.es/proposal-temporal/#sec-parsedatetimeutcoffset", + "https://tc39.es/proposal-temporal/#sec-parsetimezoneoffsetstring", + "https://tc39.es/proposal-temporal/#_ref_2582", + "https://tc39.es/proposal-temporal/#_ref_2583", "https://tc39.es/proposal-temporal/#sec-temporal-date-constructor", "https://tc39.es/proposal-temporal/#sec-temporal-date", - "https://tc39.es/proposal-temporal/#_ref_2123", - "https://tc39.es/proposal-temporal/#_ref_2124", "https://tc39.es/proposal-temporal/#_ref_2125", "https://tc39.es/proposal-temporal/#_ref_2126", "https://tc39.es/proposal-temporal/#_ref_2127", + "https://tc39.es/proposal-temporal/#_ref_2128", + "https://tc39.es/proposal-temporal/#_ref_2129", "https://tc39.es/proposal-temporal/#sec-temporal-properties-of-the-date-constructor", "https://tc39.es/proposal-temporal/#sec-temporal-date.now", - "https://tc39.es/proposal-temporal/#_ref_2128", + "https://tc39.es/proposal-temporal/#_ref_2130", "https://tc39.es/proposal-temporal/#sec-temporal-properties-of-the-legacy-date-prototype-object", "https://tc39.es/proposal-temporal/#sec-date.prototype.totemporalinstant", - "https://tc39.es/proposal-temporal/#_ref_2129", + "https://tc39.es/proposal-temporal/#_ref_2131", "https://tc39.es/proposal-temporal/#sec-temporal-intl", "https://tc39.es/proposal-temporal/#sup-case-sensitivity-and-case-mapping", - "https://tc39.es/proposal-temporal/#_ref_2130", - "https://tc39.es/proposal-temporal/#_ref_2131", "https://tc39.es/proposal-temporal/#_ref_2132", "https://tc39.es/proposal-temporal/#_ref_2133", "https://tc39.es/proposal-temporal/#_ref_2134", "https://tc39.es/proposal-temporal/#_ref_2135", "https://tc39.es/proposal-temporal/#_ref_2136", "https://tc39.es/proposal-temporal/#_ref_2137", - "https://tc39.es/proposal-temporal/#sec-use-of-iana-time-zone-database", - "https://tc39.es/proposal-temporal/#sec-time-zone-names", "https://tc39.es/proposal-temporal/#_ref_2138", "https://tc39.es/proposal-temporal/#_ref_2139", + "https://tc39.es/proposal-temporal/#sec-use-of-iana-time-zone-database", + "https://tc39.es/proposal-temporal/#sec-time-zone-names", "https://tc39.es/proposal-temporal/#_ref_2140", "https://tc39.es/proposal-temporal/#_ref_2141", "https://tc39.es/proposal-temporal/#_ref_2142", @@ -3097,12 +3097,12 @@ "https://tc39.es/proposal-temporal/#_ref_2147", "https://tc39.es/proposal-temporal/#_ref_2148", "https://tc39.es/proposal-temporal/#_ref_2149", - "https://tc39.es/proposal-temporal/#_ref_71", "https://tc39.es/proposal-temporal/#_ref_2150", - "https://tc39.es/proposal-temporal/#sup-availablenamedtimezoneidentifiers", - "https://tc39.es/proposal-temporal/#sec-availabletimezones", "https://tc39.es/proposal-temporal/#_ref_2151", + "https://tc39.es/proposal-temporal/#_ref_73", "https://tc39.es/proposal-temporal/#_ref_2152", + "https://tc39.es/proposal-temporal/#sup-availablenamedtimezoneidentifiers", + "https://tc39.es/proposal-temporal/#sec-availabletimezones", "https://tc39.es/proposal-temporal/#_ref_2153", "https://tc39.es/proposal-temporal/#_ref_2154", "https://tc39.es/proposal-temporal/#_ref_2155", @@ -3110,55 +3110,55 @@ "https://tc39.es/proposal-temporal/#_ref_2157", "https://tc39.es/proposal-temporal/#_ref_2158", "https://tc39.es/proposal-temporal/#_ref_2159", - "https://tc39.es/proposal-temporal/#sec-time-zone-names-deleted", "https://tc39.es/proposal-temporal/#_ref_2160", - "https://tc39.es/proposal-temporal/#sec-isvalidtimezonename", "https://tc39.es/proposal-temporal/#_ref_2161", + "https://tc39.es/proposal-temporal/#sec-time-zone-names-deleted", "https://tc39.es/proposal-temporal/#_ref_2162", + "https://tc39.es/proposal-temporal/#sec-isvalidtimezonename", "https://tc39.es/proposal-temporal/#_ref_2163", "https://tc39.es/proposal-temporal/#_ref_2164", - "https://tc39.es/proposal-temporal/#sec-canonicalizetimezonename", "https://tc39.es/proposal-temporal/#_ref_2165", "https://tc39.es/proposal-temporal/#_ref_2166", - "https://tc39.es/proposal-temporal/#sec-availablecanonicaltimezones", + "https://tc39.es/proposal-temporal/#sec-canonicalizetimezonename", "https://tc39.es/proposal-temporal/#_ref_2167", "https://tc39.es/proposal-temporal/#_ref_2168", - "https://tc39.es/proposal-temporal/#sec-calendar-types-deleted", + "https://tc39.es/proposal-temporal/#sec-availablecanonicaltimezones", "https://tc39.es/proposal-temporal/#_ref_2169", - "https://tc39.es/proposal-temporal/#sec-availablecalendars-deleted", "https://tc39.es/proposal-temporal/#_ref_2170", + "https://tc39.es/proposal-temporal/#sec-calendar-types-deleted", "https://tc39.es/proposal-temporal/#_ref_2171", - "https://tc39.es/proposal-temporal/#_ref_72", + "https://tc39.es/proposal-temporal/#sec-availablecalendars-deleted", + "https://tc39.es/proposal-temporal/#_ref_2172", + "https://tc39.es/proposal-temporal/#_ref_2173", + "https://tc39.es/proposal-temporal/#_ref_74", "https://tc39.es/proposal-temporal/#intl-object", "https://tc39.es/proposal-temporal/#sec-function-properties-of-the-intl-object", "https://tc39.es/proposal-temporal/#sec-intl.supportedvaluesof", - "https://tc39.es/proposal-temporal/#_ref_2172", + "https://tc39.es/proposal-temporal/#_ref_2174", "https://tc39.es/proposal-temporal/#sec-ecma402-abstract-operations", "https://tc39.es/proposal-temporal/#sec-getoptionsobject-deleted", - "https://tc39.es/proposal-temporal/#_ref_2173", - "https://tc39.es/proposal-temporal/#_ref_2174", - "https://tc39.es/proposal-temporal/#sec-getoption-deleted", "https://tc39.es/proposal-temporal/#_ref_2175", - "https://tc39.es/proposal-temporal/#table-intl-rounding-modes", - "https://tc39.es/proposal-temporal/#sec-getunsignedroundingmode-deleted", "https://tc39.es/proposal-temporal/#_ref_2176", - "https://tc39.es/proposal-temporal/#_ref_73", + "https://tc39.es/proposal-temporal/#sec-getoption-deleted", "https://tc39.es/proposal-temporal/#_ref_2177", - "https://tc39.es/proposal-temporal/#_ref_74", - "https://tc39.es/proposal-temporal/#_ref_75", - "https://tc39.es/proposal-temporal/#table-intl-unsigned-rounding-modes", + "https://tc39.es/proposal-temporal/#table-intl-rounding-modes", + "https://tc39.es/proposal-temporal/#sec-getunsignedroundingmode-deleted", "https://tc39.es/proposal-temporal/#_ref_2178", + "https://tc39.es/proposal-temporal/#_ref_75", "https://tc39.es/proposal-temporal/#_ref_2179", - "https://tc39.es/proposal-temporal/#sec-applyunsignedroundingmode-deleted", - "https://tc39.es/proposal-temporal/#_ref_2180", "https://tc39.es/proposal-temporal/#_ref_76", + "https://tc39.es/proposal-temporal/#_ref_77", + "https://tc39.es/proposal-temporal/#table-intl-unsigned-rounding-modes", + "https://tc39.es/proposal-temporal/#_ref_2180", "https://tc39.es/proposal-temporal/#_ref_2181", + "https://tc39.es/proposal-temporal/#sec-applyunsignedroundingmode-deleted", + "https://tc39.es/proposal-temporal/#_ref_2182", + "https://tc39.es/proposal-temporal/#_ref_78", + "https://tc39.es/proposal-temporal/#_ref_2183", "https://tc39.es/proposal-temporal/#sec-intl-datetimeformat-constructor", "https://tc39.es/proposal-temporal/#sec-createdatetimeformat", "https://tc39.es/proposal-temporal/#sec-todatetimeoptions", "https://tc39.es/proposal-temporal/#sec-initializedatetimeformat", - "https://tc39.es/proposal-temporal/#_ref_2182", - "https://tc39.es/proposal-temporal/#_ref_2183", "https://tc39.es/proposal-temporal/#_ref_2184", "https://tc39.es/proposal-temporal/#_ref_2185", "https://tc39.es/proposal-temporal/#_ref_2186", @@ -3167,10 +3167,10 @@ "https://tc39.es/proposal-temporal/#_ref_2189", "https://tc39.es/proposal-temporal/#_ref_2190", "https://tc39.es/proposal-temporal/#_ref_2191", - "https://tc39.es/proposal-temporal/#_ref_2582", - "https://tc39.es/proposal-temporal/#_ref_2583", "https://tc39.es/proposal-temporal/#_ref_2192", "https://tc39.es/proposal-temporal/#_ref_2193", + "https://tc39.es/proposal-temporal/#_ref_2584", + "https://tc39.es/proposal-temporal/#_ref_2585", "https://tc39.es/proposal-temporal/#_ref_2194", "https://tc39.es/proposal-temporal/#_ref_2195", "https://tc39.es/proposal-temporal/#_ref_2196", @@ -3191,30 +3191,30 @@ "https://tc39.es/proposal-temporal/#_ref_2211", "https://tc39.es/proposal-temporal/#_ref_2212", "https://tc39.es/proposal-temporal/#_ref_2213", + "https://tc39.es/proposal-temporal/#_ref_2214", + "https://tc39.es/proposal-temporal/#_ref_2215", "https://tc39.es/proposal-temporal/#sec-properties-of-intl-datetimeformat-constructor", "https://tc39.es/proposal-temporal/#sec-intl.datetimeformat-internal-slots", "https://tc39.es/proposal-temporal/#sec-datetimeformat-abstracts", "https://tc39.es/proposal-temporal/#sec-getdatetimeformat", "https://tc39.es/proposal-temporal/#sec-adjustdatetimestyleformat", "https://tc39.es/proposal-temporal/#sec-datetime-format-functions", - "https://tc39.es/proposal-temporal/#_ref_2214", - "https://tc39.es/proposal-temporal/#_ref_2215", - "https://tc39.es/proposal-temporal/#sec-formatdatetimepattern", "https://tc39.es/proposal-temporal/#_ref_2216", "https://tc39.es/proposal-temporal/#_ref_2217", - "https://tc39.es/proposal-temporal/#sec-partitiondatetimepattern", + "https://tc39.es/proposal-temporal/#sec-formatdatetimepattern", "https://tc39.es/proposal-temporal/#_ref_2218", "https://tc39.es/proposal-temporal/#_ref_2219", + "https://tc39.es/proposal-temporal/#sec-partitiondatetimepattern", "https://tc39.es/proposal-temporal/#_ref_2220", - "https://tc39.es/proposal-temporal/#sec-formatdatetime", "https://tc39.es/proposal-temporal/#_ref_2221", "https://tc39.es/proposal-temporal/#_ref_2222", - "https://tc39.es/proposal-temporal/#sec-formatdatetimetoparts", + "https://tc39.es/proposal-temporal/#sec-formatdatetime", "https://tc39.es/proposal-temporal/#_ref_2223", "https://tc39.es/proposal-temporal/#_ref_2224", - "https://tc39.es/proposal-temporal/#sec-partitiondatetimerangepattern", + "https://tc39.es/proposal-temporal/#sec-formatdatetimetoparts", "https://tc39.es/proposal-temporal/#_ref_2225", "https://tc39.es/proposal-temporal/#_ref_2226", + "https://tc39.es/proposal-temporal/#sec-partitiondatetimerangepattern", "https://tc39.es/proposal-temporal/#_ref_2227", "https://tc39.es/proposal-temporal/#_ref_2228", "https://tc39.es/proposal-temporal/#_ref_2229", @@ -3224,64 +3224,64 @@ "https://tc39.es/proposal-temporal/#_ref_2233", "https://tc39.es/proposal-temporal/#_ref_2234", "https://tc39.es/proposal-temporal/#_ref_2235", - "https://tc39.es/proposal-temporal/#sec-formatdatetimerange", "https://tc39.es/proposal-temporal/#_ref_2236", "https://tc39.es/proposal-temporal/#_ref_2237", + "https://tc39.es/proposal-temporal/#sec-formatdatetimerange", "https://tc39.es/proposal-temporal/#_ref_2238", - "https://tc39.es/proposal-temporal/#sec-formatdatetimerangetoparts", "https://tc39.es/proposal-temporal/#_ref_2239", "https://tc39.es/proposal-temporal/#_ref_2240", + "https://tc39.es/proposal-temporal/#sec-formatdatetimerangetoparts", "https://tc39.es/proposal-temporal/#_ref_2241", - "https://tc39.es/proposal-temporal/#sec-todatetimeformattable", "https://tc39.es/proposal-temporal/#_ref_2242", "https://tc39.es/proposal-temporal/#_ref_2243", + "https://tc39.es/proposal-temporal/#sec-todatetimeformattable", "https://tc39.es/proposal-temporal/#_ref_2244", - "https://tc39.es/proposal-temporal/#sec-temporal-istemporalobject", - "https://tc39.es/proposal-temporal/#sec-temporal-sametemporaltype", "https://tc39.es/proposal-temporal/#_ref_2245", "https://tc39.es/proposal-temporal/#_ref_2246", + "https://tc39.es/proposal-temporal/#sec-temporal-istemporalobject", + "https://tc39.es/proposal-temporal/#sec-temporal-sametemporaltype", + "https://tc39.es/proposal-temporal/#_ref_2247", + "https://tc39.es/proposal-temporal/#_ref_2248", "https://tc39.es/proposal-temporal/#sec-datetimeformat-value-format-records", "https://tc39.es/proposal-temporal/#datetimeformat-value-format-record", - "https://tc39.es/proposal-temporal/#_ref_77", + "https://tc39.es/proposal-temporal/#_ref_79", "https://tc39.es/proposal-temporal/#table-datetimeformat-value-format-record", - "https://tc39.es/proposal-temporal/#_ref_2247", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporaldate", - "https://tc39.es/proposal-temporal/#_ref_2248", "https://tc39.es/proposal-temporal/#_ref_2249", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporaldate", "https://tc39.es/proposal-temporal/#_ref_2250", "https://tc39.es/proposal-temporal/#_ref_2251", "https://tc39.es/proposal-temporal/#_ref_2252", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporalyearmonth", "https://tc39.es/proposal-temporal/#_ref_2253", "https://tc39.es/proposal-temporal/#_ref_2254", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporalyearmonth", "https://tc39.es/proposal-temporal/#_ref_2255", "https://tc39.es/proposal-temporal/#_ref_2256", "https://tc39.es/proposal-temporal/#_ref_2257", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporalmonthday", "https://tc39.es/proposal-temporal/#_ref_2258", "https://tc39.es/proposal-temporal/#_ref_2259", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporalmonthday", "https://tc39.es/proposal-temporal/#_ref_2260", "https://tc39.es/proposal-temporal/#_ref_2261", "https://tc39.es/proposal-temporal/#_ref_2262", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporaltime", "https://tc39.es/proposal-temporal/#_ref_2263", "https://tc39.es/proposal-temporal/#_ref_2264", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporaltime", "https://tc39.es/proposal-temporal/#_ref_2265", "https://tc39.es/proposal-temporal/#_ref_2266", "https://tc39.es/proposal-temporal/#_ref_2267", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporaldatetime", "https://tc39.es/proposal-temporal/#_ref_2268", "https://tc39.es/proposal-temporal/#_ref_2269", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporaldatetime", "https://tc39.es/proposal-temporal/#_ref_2270", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporalinstant", "https://tc39.es/proposal-temporal/#_ref_2271", "https://tc39.es/proposal-temporal/#_ref_2272", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimeothers", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimetemporalinstant", "https://tc39.es/proposal-temporal/#_ref_2273", "https://tc39.es/proposal-temporal/#_ref_2274", - "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevalue", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimeothers", "https://tc39.es/proposal-temporal/#_ref_2275", "https://tc39.es/proposal-temporal/#_ref_2276", + "https://tc39.es/proposal-temporal/#sec-temporal-handledatetimevalue", "https://tc39.es/proposal-temporal/#_ref_2277", "https://tc39.es/proposal-temporal/#_ref_2278", "https://tc39.es/proposal-temporal/#_ref_2279", @@ -3289,80 +3289,82 @@ "https://tc39.es/proposal-temporal/#_ref_2281", "https://tc39.es/proposal-temporal/#_ref_2282", "https://tc39.es/proposal-temporal/#_ref_2283", - "https://tc39.es/proposal-temporal/#sec-tolocaltime", "https://tc39.es/proposal-temporal/#_ref_2284", "https://tc39.es/proposal-temporal/#_ref_2285", - "https://tc39.es/proposal-temporal/#sec-properties-of-intl-datetimeformat-prototype-object", - "https://tc39.es/proposal-temporal/#sec-Intl.DateTimeFormat.prototype.formatToParts", + "https://tc39.es/proposal-temporal/#sec-tolocaltime", "https://tc39.es/proposal-temporal/#_ref_2286", "https://tc39.es/proposal-temporal/#_ref_2287", - "https://tc39.es/proposal-temporal/#sec-intl.datetimeformat.prototype.formatRange", + "https://tc39.es/proposal-temporal/#sec-properties-of-intl-datetimeformat-prototype-object", + "https://tc39.es/proposal-temporal/#sec-Intl.DateTimeFormat.prototype.formatToParts", "https://tc39.es/proposal-temporal/#_ref_2288", "https://tc39.es/proposal-temporal/#_ref_2289", + "https://tc39.es/proposal-temporal/#sec-intl.datetimeformat.prototype.formatRange", "https://tc39.es/proposal-temporal/#_ref_2290", - "https://tc39.es/proposal-temporal/#sec-Intl.DateTimeFormat.prototype.formatRangeToParts", "https://tc39.es/proposal-temporal/#_ref_2291", "https://tc39.es/proposal-temporal/#_ref_2292", + "https://tc39.es/proposal-temporal/#sec-Intl.DateTimeFormat.prototype.formatRangeToParts", "https://tc39.es/proposal-temporal/#_ref_2293", - "https://tc39.es/proposal-temporal/#sec-intl.datetimeformat.prototype.resolvedoptions", - "https://tc39.es/proposal-temporal/#sec-properties-of-intl-datetimeformat-instances", "https://tc39.es/proposal-temporal/#_ref_2294", "https://tc39.es/proposal-temporal/#_ref_2295", + "https://tc39.es/proposal-temporal/#sec-intl.datetimeformat.prototype.resolvedoptions", + "https://tc39.es/proposal-temporal/#sec-properties-of-intl-datetimeformat-instances", "https://tc39.es/proposal-temporal/#_ref_2296", "https://tc39.es/proposal-temporal/#_ref_2297", "https://tc39.es/proposal-temporal/#_ref_2298", "https://tc39.es/proposal-temporal/#_ref_2299", "https://tc39.es/proposal-temporal/#_ref_2300", + "https://tc39.es/proposal-temporal/#_ref_2301", + "https://tc39.es/proposal-temporal/#_ref_2302", "https://tc39.es/proposal-temporal/#locale-sensitive-functions", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-duration-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.duration.prototype.tolocalestring", "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-instant-prototype-object", "https://tc39.es/proposal-temporal/#sup-temporal.instant.prototype.tolocalestring", - "https://tc39.es/proposal-temporal/#_ref_78", - "https://tc39.es/proposal-temporal/#_ref_2301", - "https://tc39.es/proposal-temporal/#_ref_2302", + "https://tc39.es/proposal-temporal/#_ref_80", "https://tc39.es/proposal-temporal/#_ref_2303", - "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plaindate-prototype-object", - "https://tc39.es/proposal-temporal/#sup-temporal.plaindate.prototype.tolocalestring", - "https://tc39.es/proposal-temporal/#_ref_79", "https://tc39.es/proposal-temporal/#_ref_2304", "https://tc39.es/proposal-temporal/#_ref_2305", + "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plaindate-prototype-object", + "https://tc39.es/proposal-temporal/#sup-temporal.plaindate.prototype.tolocalestring", + "https://tc39.es/proposal-temporal/#_ref_81", "https://tc39.es/proposal-temporal/#_ref_2306", - "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plaindatetime-prototype-object", - "https://tc39.es/proposal-temporal/#sup-temporal.plaindatetime.prototype.tolocalestring", - "https://tc39.es/proposal-temporal/#_ref_80", "https://tc39.es/proposal-temporal/#_ref_2307", "https://tc39.es/proposal-temporal/#_ref_2308", + "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plaindatetime-prototype-object", + "https://tc39.es/proposal-temporal/#sup-temporal.plaindatetime.prototype.tolocalestring", + "https://tc39.es/proposal-temporal/#_ref_82", "https://tc39.es/proposal-temporal/#_ref_2309", - "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plainmonthday-prototype-object", - "https://tc39.es/proposal-temporal/#sup-temporal.plainmonthday.prototype.tolocalestring", - "https://tc39.es/proposal-temporal/#_ref_81", "https://tc39.es/proposal-temporal/#_ref_2310", "https://tc39.es/proposal-temporal/#_ref_2311", + "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plainmonthday-prototype-object", + "https://tc39.es/proposal-temporal/#sup-temporal.plainmonthday.prototype.tolocalestring", + "https://tc39.es/proposal-temporal/#_ref_83", "https://tc39.es/proposal-temporal/#_ref_2312", - "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plaintime-prototype-object", - "https://tc39.es/proposal-temporal/#sup-temporal.plaintime.prototype.tolocalestring", - "https://tc39.es/proposal-temporal/#_ref_82", "https://tc39.es/proposal-temporal/#_ref_2313", "https://tc39.es/proposal-temporal/#_ref_2314", + "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plaintime-prototype-object", + "https://tc39.es/proposal-temporal/#sup-temporal.plaintime.prototype.tolocalestring", + "https://tc39.es/proposal-temporal/#_ref_84", "https://tc39.es/proposal-temporal/#_ref_2315", - "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plainyearmonth-prototype-object", - "https://tc39.es/proposal-temporal/#sup-temporal.plainyearmonth.prototype.tolocalestring", - "https://tc39.es/proposal-temporal/#_ref_83", "https://tc39.es/proposal-temporal/#_ref_2316", "https://tc39.es/proposal-temporal/#_ref_2317", + "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-plainyearmonth-prototype-object", + "https://tc39.es/proposal-temporal/#sup-temporal.plainyearmonth.prototype.tolocalestring", + "https://tc39.es/proposal-temporal/#_ref_85", "https://tc39.es/proposal-temporal/#_ref_2318", - "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-zoneddatetime-prototype-object", - "https://tc39.es/proposal-temporal/#sup-temporal.zoneddatetime.prototype.tolocalestring", - "https://tc39.es/proposal-temporal/#_ref_84", "https://tc39.es/proposal-temporal/#_ref_2319", "https://tc39.es/proposal-temporal/#_ref_2320", + "https://tc39.es/proposal-temporal/#sup-properties-of-the-temporal-zoneddatetime-prototype-object", + "https://tc39.es/proposal-temporal/#sup-temporal.zoneddatetime.prototype.tolocalestring", + "https://tc39.es/proposal-temporal/#_ref_86", "https://tc39.es/proposal-temporal/#_ref_2321", "https://tc39.es/proposal-temporal/#_ref_2322", "https://tc39.es/proposal-temporal/#_ref_2323", "https://tc39.es/proposal-temporal/#_ref_2324", "https://tc39.es/proposal-temporal/#_ref_2325", "https://tc39.es/proposal-temporal/#_ref_2326", + "https://tc39.es/proposal-temporal/#_ref_2327", + "https://tc39.es/proposal-temporal/#_ref_2328", "https://tc39.es/proposal-temporal/#sec-copyright-and-software-license", "https://tc39.es/proposal-temporal/#references-pane-container", "https://tc39.es/proposal-temporal/#references-pane-spacer", diff --git a/ed/ids/web-animations-2.json b/ed/ids/web-animations-2.json index 80b9ffaef622..4789e9a04b6d 100644 --- a/ed/ids/web-animations-2.json +++ b/ed/ids/web-animations-2.json @@ -1305,7 +1305,7 @@ "https://drafts.csswg.org/web-animations-2/#dom-fillmode-both", "https://drafts.csswg.org/web-animations-2/#dom-fillmode-auto", "https://drafts.csswg.org/web-animations-2/#ref-for-groupeffect%E2%91%A1", - "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect", + "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect-source", "https://drafts.csswg.org/web-animations-2/#the-groupeffect-interface", "https://drafts.csswg.org/web-animations-2/#ref-for-group-effect%E2%91%A2%E2%91%A4", "https://drafts.csswg.org/web-animations-2/#ref-for-groupeffect%E2%91%A2", @@ -1449,19 +1449,19 @@ "https://drafts.csswg.org/web-animations-2/#ref-for-groupeffect%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-sequenceeffect%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#the-keyframeeffect-interface", - "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect-source", + "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect-source%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-keyframeeffect", "https://drafts.csswg.org/web-animations-2/#ref-for-enumdef-iterationcompositeoperation", "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-iterationcomposite", "https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-keyframeeffect", - "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect", "https://drafts.csswg.org/web-animations-2/#ref-for-dictdef-keyframeeffectoptions", "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-iterationcomposite%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-composite", - "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect%E2%91%A1", + "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-dfn-throw%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-keyframeeffect-source", - "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect-source%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect-source-source", "https://drafts.csswg.org/web-animations-2/#ref-for-iteration-composite-operation%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-iterationcomposite", diff --git a/ed/index.json b/ed/index.json index 6271548bd76d..1a962b59cd0b 100644 --- a/ed/index.json +++ b/ed/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2024-11-07T18:45:53.167Z", + "date": "2024-11-08T00:56:30.231Z", "options": { "fallback": "ed/index.json", "output": "report", @@ -1644,11 +1644,11 @@ ], "crawled": "https://drafts.csswg.org/css-backgrounds-4/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "16 September 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-backgrounds-4.json", "refs": "refs/css-backgrounds-4.json", "css": "css/css-backgrounds-4.json", @@ -1704,11 +1704,11 @@ ], "crawled": "https://drafts.csswg.org/css-borders-4/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "2 October 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-borders-4.json", "refs": "refs/css-borders-4.json", "css": "css/css-borders.json", @@ -1765,11 +1765,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-6/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:36 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:26 GMT" }, "generator": "bikeshed", "date": "15 September 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-color-6.json", "refs": "refs/css-color-6.json", "css": "css/css-color-6.json", @@ -1822,11 +1822,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-hdr-1/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "31 October 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-color-hdr-1.json", "links": "links/css-color-hdr-1.json", "refs": "refs/css-color-hdr-1.json", @@ -1877,11 +1877,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-values-1/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "21 February 2023", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-conditional-values-1.json", "refs": "refs/css-conditional-values-1.json", "css": "css/css-conditional-values.json", @@ -1938,11 +1938,11 @@ ], "crawled": "https://drafts.csswg.org/css-display-4/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "13 June 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-display-4.json", "refs": "refs/css-display-4.json", "css": "css/css-display.json", @@ -1998,11 +1998,11 @@ ], "crawled": "https://drafts.csswg.org/css-env-1/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:36 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:26 GMT" }, "generator": "bikeshed", "date": "30 August 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-env-1.json", "links": "links/css-env-1.json", "refs": "refs/css-env-1.json", @@ -2053,11 +2053,11 @@ ], "crawled": "https://drafts.csswg.org/css-extensions-1/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-extensions-1.json", "refs": "refs/css-extensions-1.json", "css": "css/css-extensions.json", @@ -2107,11 +2107,11 @@ ], "crawled": "https://drafts.csswg.org/css-forms-1/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "15 October 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-forms-1.json", "refs": "refs/css-forms-1.json", "css": "css/css-forms.json", @@ -2168,11 +2168,11 @@ ], "crawled": "https://drafts.csswg.org/css-gcpm-4/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-gcpm-4.json", "refs": "refs/css-gcpm-4.json", "css": "css/css-gcpm-4.json", @@ -2229,11 +2229,11 @@ ], "crawled": "https://drafts.csswg.org/css-images-5/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-images-5.json", "refs": "refs/css-images-5.json", "css": "css/css-images-5.json", @@ -2283,11 +2283,11 @@ ], "crawled": "https://drafts.csswg.org/css-link-params-1/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "7 August 2023", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-link-params-1.json", "refs": "refs/css-link-params-1.json", "css": "css/css-link-params.json", @@ -2337,11 +2337,11 @@ ], "crawled": "https://drafts.csswg.org/css-mixins-1/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "15 October 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-mixins-1.json", "links": "links/css-mixins-1.json", "refs": "refs/css-mixins-1.json", @@ -2400,11 +2400,11 @@ ], "crawled": "https://drafts.csswg.org/css-multicol-2/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:36 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "5 October 2021", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-multicol-2.json", "refs": "refs/css-multicol-2.json", "css": "css/css-multicol-2.json", @@ -2461,11 +2461,11 @@ ], "crawled": "https://drafts.csswg.org/css-overflow-5/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:36 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "21 October 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-overflow-5.json", "links": "links/css-overflow-5.json", "refs": "refs/css-overflow-5.json", @@ -2523,11 +2523,11 @@ ], "crawled": "https://drafts.csswg.org/css-page-4/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "12 May 2023", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-page-4.json", "refs": "refs/css-page-4.json", "dfns": "dfns/css-page-4.json", @@ -2583,11 +2583,11 @@ ], "crawled": "https://drafts.csswg.org/css-position-4/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:36 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "29 October 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-position-4.json", "links": "links/css-position-4.json", "refs": "refs/css-position-4.json", @@ -2645,11 +2645,11 @@ ], "crawled": "https://drafts.csswg.org/css-shapes-2/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:36 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "22 October 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-shapes-2.json", "refs": "refs/css-shapes-2.json", "css": "css/css-shapes-2.json", @@ -2705,11 +2705,11 @@ ], "crawled": "https://drafts.csswg.org/css-size-adjust-1/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-size-adjust-1.json", "refs": "refs/css-size-adjust-1.json", "css": "css/css-size-adjust.json", @@ -2766,11 +2766,11 @@ ], "crawled": "https://drafts.csswg.org/css-variables-2/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "27 February 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-variables-2.json", "links": "links/css-variables-2.json", "refs": "refs/css-variables-2.json", @@ -2828,11 +2828,11 @@ ], "crawled": "https://drafts.csswg.org/selectors-5/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "24 September 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/selectors-5.json", "refs": "refs/selectors-5.json", "css": "css/selectors-5.json", @@ -8093,9 +8093,9 @@ ], "crawled": "https://tc39.es/proposal-temporal/", "crawlCacheInfo": { - "lastModified": "Fri, 01 Nov 2024 16:54:30 GMT" + "lastModified": "Thu, 07 Nov 2024 19:48:05 GMT" }, - "date": "1 November 2024", + "date": "7 November 2024", "links": "links/tc39-temporal.json", "dfns": "dfns/tc39-temporal.json", "headings": "headings/tc39-temporal.json", @@ -17723,11 +17723,11 @@ ], "crawled": "https://drafts.csswg.org/css-2022/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:36 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-2022.json", "refs": "refs/css-2022.json", "dfns": "dfns/css-2022.json", @@ -17783,11 +17783,11 @@ ], "crawled": "https://drafts.csswg.org/css-2023/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "11 December 2023", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-2023.json", "refs": "refs/css-2023.json", "dfns": "dfns/css-2023.json", @@ -17849,11 +17849,11 @@ ], "crawled": "https://drafts.csswg.org/css-align-3/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:36 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:26 GMT" }, "generator": "bikeshed", "date": "30 August 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-align-3.json", "links": "links/css-align-3.json", "refs": "refs/css-align-3.json", @@ -17911,11 +17911,11 @@ ], "crawled": "https://drafts.csswg.org/css-anchor-position-1/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:36 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "29 October 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-anchor-position-1.json", "links": "links/css-anchor-position-1.json", "refs": "refs/css-anchor-position-1.json", @@ -18045,11 +18045,11 @@ ], "crawled": "https://drafts.csswg.org/css-animations-1/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "8 December 2023", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-animations-1.json", "refs": "refs/css-animations-1.json", "events": "events/css-animations-1.json", @@ -18114,11 +18114,11 @@ ], "crawled": "https://drafts.csswg.org/css-animations-2/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "17 May 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-animations-2.json", "links": "links/css-animations-2.json", "refs": "refs/css-animations-2.json", @@ -18184,11 +18184,11 @@ ], "crawled": "https://drafts.csswg.org/css-backgrounds-3/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:36 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "16 September 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-backgrounds-3.json", "links": "links/css-backgrounds-3.json", "refs": "refs/css-backgrounds-3.json", @@ -18253,11 +18253,11 @@ ], "crawled": "https://drafts.csswg.org/css-box-3/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:36 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:26 GMT" }, "generator": "bikeshed", "date": "4 April 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-box-3.json", "refs": "refs/css-box-3.json", "dfns": "dfns/css-box-3.json", @@ -18319,11 +18319,11 @@ ], "crawled": "https://drafts.csswg.org/css-box-4/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "4 August 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-box-4.json", "refs": "refs/css-box-4.json", "css": "css/css-box.json", @@ -18387,11 +18387,11 @@ ], "crawled": "https://drafts.csswg.org/css-break-3/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-break-3.json", "refs": "refs/css-break-3.json", "dfns": "dfns/css-break-3.json", @@ -18453,11 +18453,11 @@ ], "crawled": "https://drafts.csswg.org/css-break-4/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "11 March 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-break-4.json", "refs": "refs/css-break-4.json", "css": "css/css-break.json", @@ -18520,11 +18520,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-3/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "30 January 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-cascade-3.json", "refs": "refs/css-cascade-3.json", "dfns": "dfns/css-cascade-3.json", @@ -18588,11 +18588,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-4/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-cascade-4.json", "links": "links/css-cascade-4.json", "refs": "refs/css-cascade-4.json", @@ -18656,11 +18656,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-5/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-cascade-5.json", "refs": "refs/css-cascade-5.json", "idl": "idl/css-cascade.idl", @@ -18724,11 +18724,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-6/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", - "date": "4 September 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "date": "8 November 2024", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-cascade-6.json", "refs": "refs/css-cascade-6.json", "idl": "idl/css-cascade-6.idl", @@ -18792,7 +18792,7 @@ ], "crawled": "https://drafts.csswg.org/css-color-3/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "date": "18 January 2022", "links": "links/css-color-3.json", @@ -18858,11 +18858,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-4/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "3 September 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-color-4.json", "links": "links/css-color-4.json", "refs": "refs/css-color-4.json", @@ -18927,11 +18927,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-5/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "19 September 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-color-5.json", "links": "links/css-color-5.json", "refs": "refs/css-color-5.json", @@ -18996,11 +18996,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-adjust-1/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:36 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "26 October 2023", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-color-adjust-1.json", "links": "links/css-color-adjust-1.json", "refs": "refs/css-color-adjust-1.json", @@ -19065,11 +19065,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-3/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "15 October 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-conditional-3.json", "links": "links/css-conditional-3.json", "refs": "refs/css-conditional-3.json", @@ -19135,11 +19135,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-4/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "19 March 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-conditional-4.json", "refs": "refs/css-conditional-4.json", "css": "css/css-conditional-4.json", @@ -19202,11 +19202,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-5/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "6 November 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-conditional-5.json", "links": "links/css-conditional-5.json", "refs": "refs/css-conditional-5.json", @@ -19271,11 +19271,11 @@ ], "crawled": "https://drafts.csswg.org/css-contain-1/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "28 June 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-contain-1.json", "links": "links/css-contain-1.json", "refs": "refs/css-contain-1.json", @@ -19340,11 +19340,11 @@ ], "crawled": "https://drafts.csswg.org/css-contain-2/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "15 June 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-contain-2.json", "links": "links/css-contain-2.json", "refs": "refs/css-contain-2.json", @@ -19410,11 +19410,11 @@ ], "crawled": "https://drafts.csswg.org/css-contain-3/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "20 June 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-contain-3.json", "refs": "refs/css-contain-3.json", "headings": "headings/css-contain-3.json", @@ -19475,11 +19475,11 @@ ], "crawled": "https://drafts.csswg.org/css-content-3/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "17 May 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-content-3.json", "links": "links/css-content-3.json", "refs": "refs/css-content-3.json", @@ -19543,11 +19543,11 @@ ], "crawled": "https://drafts.csswg.org/css-counter-styles-3/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "18 December 2023", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-counter-styles-3.json", "links": "links/css-counter-styles-3.json", "refs": "refs/css-counter-styles-3.json", @@ -19613,11 +19613,11 @@ ], "crawled": "https://drafts.csswg.org/css-display-3/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:36 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:26 GMT" }, "generator": "bikeshed", "date": "22 November 2023", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-display-3.json", "refs": "refs/css-display-3.json", "dfns": "dfns/css-display-3.json", @@ -19680,11 +19680,11 @@ ], "crawled": "https://drafts.csswg.org/css-easing-1/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "28 August 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-easing-1.json", "links": "links/css-easing-1.json", "refs": "refs/css-easing-1.json", @@ -19747,11 +19747,11 @@ ], "crawled": "https://drafts.csswg.org/css-easing-2/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "17 September 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-easing-2.json", "links": "links/css-easing-2.json", "refs": "refs/css-easing-2.json", @@ -19815,11 +19815,11 @@ ], "crawled": "https://drafts.csswg.org/css-flexbox-1/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "9 August 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-flexbox-1.json", "links": "links/css-flexbox-1.json", "refs": "refs/css-flexbox-1.json", @@ -19883,11 +19883,11 @@ ], "crawled": "https://drafts.csswg.org/css-font-loading-3/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "11 May 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-font-loading-3.json", "links": "links/css-font-loading-3.json", "refs": "refs/css-font-loading-3.json", @@ -19955,11 +19955,11 @@ ], "crawled": "https://drafts.csswg.org/css-fonts-4/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:36 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:26 GMT" }, "generator": "bikeshed", "date": "29 October 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-fonts-4.json", "links": "links/css-fonts-4.json", "refs": "refs/css-fonts-4.json", @@ -20024,11 +20024,11 @@ ], "crawled": "https://drafts.csswg.org/css-fonts-5/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "11 July 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-fonts-5.json", "refs": "refs/css-fonts-5.json", "css": "css/css-fonts-5.json", @@ -20092,11 +20092,11 @@ ], "crawled": "https://drafts.csswg.org/css-gcpm-3/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "4 May 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-gcpm-3.json", "refs": "refs/css-gcpm-3.json", "css": "css/css-gcpm.json", @@ -20159,11 +20159,11 @@ ], "crawled": "https://drafts.csswg.org/css-grid-1/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "3 November 2023", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-grid-1.json", "links": "links/css-grid-1.json", "refs": "refs/css-grid-1.json", @@ -20228,11 +20228,11 @@ ], "crawled": "https://drafts.csswg.org/css-grid-2/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "3 October 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-grid-2.json", "links": "links/css-grid-2.json", "refs": "refs/css-grid-2.json", @@ -20296,11 +20296,11 @@ ], "crawled": "https://drafts.csswg.org/css-grid-3/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "3 October 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-grid-3.json", "links": "links/css-grid-3.json", "refs": "refs/css-grid-3.json", @@ -20358,11 +20358,11 @@ ], "crawled": "https://drafts.csswg.org/css-highlight-api-1/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:36 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:26 GMT" }, "generator": "bikeshed", "date": "15 October 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-highlight-api-1.json", "links": "links/css-highlight-api-1.json", "refs": "refs/css-highlight-api-1.json", @@ -20427,11 +20427,11 @@ ], "crawled": "https://drafts.csswg.org/css-images-3/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:36 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:26 GMT" }, "generator": "bikeshed", "date": "19 July 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-images-3.json", "links": "links/css-images-3.json", "refs": "refs/css-images-3.json", @@ -20496,11 +20496,11 @@ ], "crawled": "https://drafts.csswg.org/css-images-4/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "3 September 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-images-4.json", "links": "links/css-images-4.json", "refs": "refs/css-images-4.json", @@ -20565,11 +20565,11 @@ ], "crawled": "https://drafts.csswg.org/css-inline-3/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:36 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "14 August 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-inline-3.json", "links": "links/css-inline-3.json", "refs": "refs/css-inline-3.json", @@ -20692,11 +20692,11 @@ ], "crawled": "https://drafts.csswg.org/css-line-grid-1/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "26 July 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-line-grid-1.json", "refs": "refs/css-line-grid-1.json", "css": "css/css-line-grid.json", @@ -20759,11 +20759,11 @@ ], "crawled": "https://drafts.csswg.org/css-lists-3/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:36 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:26 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-lists-3.json", "links": "links/css-lists-3.json", "refs": "refs/css-lists-3.json", @@ -20827,11 +20827,11 @@ ], "crawled": "https://drafts.csswg.org/css-logical-1/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-logical-1.json", "refs": "refs/css-logical-1.json", "css": "css/css-logical.json", @@ -20962,11 +20962,11 @@ ], "crawled": "https://drafts.csswg.org/css-multicol-1/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "6 May 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-multicol-1.json", "refs": "refs/css-multicol-1.json", "css": "css/css-multicol.json", @@ -21029,11 +21029,11 @@ ], "crawled": "https://drafts.csswg.org/css-namespaces-3/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "25 October 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-namespaces-3.json", "refs": "refs/css-namespaces-3.json", "css": "css/css-namespaces.json", @@ -21090,11 +21090,11 @@ ], "crawled": "https://drafts.csswg.org/css-nav-1/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "29 July 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-nav-1.json", "links": "links/css-nav-1.json", "refs": "refs/css-nav-1.json", @@ -21154,11 +21154,11 @@ ], "crawled": "https://drafts.csswg.org/css-nesting-1/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:36 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:26 GMT" }, "generator": "bikeshed", "date": "6 November 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-nesting-1.json", "refs": "refs/css-nesting-1.json", "idl": "idl/css-nesting.idl", @@ -21223,11 +21223,11 @@ ], "crawled": "https://drafts.csswg.org/css-overflow-3/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "21 June 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-overflow-3.json", "refs": "refs/css-overflow-3.json", "css": "css/css-overflow.json", @@ -21291,11 +21291,11 @@ ], "crawled": "https://drafts.csswg.org/css-overflow-4/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "4 November 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-overflow-4.json", "refs": "refs/css-overflow-4.json", "css": "css/css-overflow-4.json", @@ -21358,11 +21358,11 @@ ], "crawled": "https://drafts.csswg.org/css-overscroll-1/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:36 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "3 March 2023", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-overscroll-1.json", "refs": "refs/css-overscroll-1.json", "css": "css/css-overscroll.json", @@ -21426,11 +21426,11 @@ ], "crawled": "https://drafts.csswg.org/css-page-3/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "5 December 2023", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-page-3.json", "links": "links/css-page-3.json", "refs": "refs/css-page-3.json", @@ -21488,11 +21488,11 @@ ], "crawled": "https://drafts.csswg.org/css-page-floats-3/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "4 November 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-page-floats-3.json", "links": "links/css-page-floats-3.json", "refs": "refs/css-page-floats-3.json", @@ -21622,11 +21622,11 @@ ], "crawled": "https://drafts.csswg.org/css-position-3/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "12 August 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-position-3.json", "links": "links/css-position-3.json", "refs": "refs/css-position-3.json", @@ -21755,11 +21755,11 @@ ], "crawled": "https://drafts.csswg.org/css-pseudo-4/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "28 October 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-pseudo-4.json", "links": "links/css-pseudo-4.json", "refs": "refs/css-pseudo-4.json", @@ -21818,11 +21818,11 @@ ], "crawled": "https://drafts.csswg.org/css-regions-1/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-regions-1.json", "refs": "refs/css-regions-1.json", "idl": "idl/css-regions.idl", @@ -21880,11 +21880,11 @@ ], "crawled": "https://drafts.csswg.org/css-rhythm-1/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-rhythm-1.json", "refs": "refs/css-rhythm-1.json", "css": "css/css-rhythm.json", @@ -21947,11 +21947,11 @@ ], "crawled": "https://drafts.csswg.org/css-round-display-1/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:36 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "1 August 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-round-display-1.json", "refs": "refs/css-round-display-1.json", "css": "css/css-round-display.json", @@ -22014,11 +22014,11 @@ ], "crawled": "https://drafts.csswg.org/css-ruby-1/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "15 July 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-ruby-1.json", "links": "links/css-ruby-1.json", "refs": "refs/css-ruby-1.json", @@ -22082,11 +22082,11 @@ ], "crawled": "https://drafts.csswg.org/css-scoping-1/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "27 September 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-scoping-1.json", "links": "links/css-scoping-1.json", "refs": "refs/css-scoping-1.json", @@ -22150,11 +22150,11 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-anchoring-1/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "22 December 2020", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-scroll-anchoring-1.json", "links": "links/css-scroll-anchoring-1.json", "refs": "refs/css-scroll-anchoring-1.json", @@ -22219,11 +22219,11 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-snap-1/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:36 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:26 GMT" }, "generator": "bikeshed", "date": "11 April 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-scroll-snap-1.json", "links": "links/css-scroll-snap-1.json", "refs": "refs/css-scroll-snap-1.json", @@ -22287,11 +22287,11 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-snap-2/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "7 November 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-scroll-snap-2.json", "links": "links/css-scroll-snap-2.json", "refs": "refs/css-scroll-snap-2.json", @@ -22357,11 +22357,11 @@ ], "crawled": "https://drafts.csswg.org/css-scrollbars-1/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "13 September 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-scrollbars-1.json", "refs": "refs/css-scrollbars-1.json", "css": "css/css-scrollbars.json", @@ -22424,11 +22424,11 @@ ], "crawled": "https://drafts.csswg.org/css-shadow-parts-1/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:36 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "5 September 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-shadow-parts-1.json", "links": "links/css-shadow-parts-1.json", "refs": "refs/css-shadow-parts-1.json", @@ -22494,11 +22494,11 @@ ], "crawled": "https://drafts.csswg.org/css-shapes-1/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "19 September 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-shapes-1.json", "refs": "refs/css-shapes-1.json", "css": "css/css-shapes.json", @@ -22562,11 +22562,11 @@ ], "crawled": "https://drafts.csswg.org/css-sizing-3/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "25 July 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-sizing-3.json", "links": "links/css-sizing-3.json", "refs": "refs/css-sizing-3.json", @@ -22630,11 +22630,11 @@ ], "crawled": "https://drafts.csswg.org/css-sizing-4/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "15 October 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-sizing-4.json", "refs": "refs/css-sizing-4.json", "css": "css/css-sizing-4.json", @@ -22697,11 +22697,11 @@ ], "crawled": "https://drafts.csswg.org/css-speech-1/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-speech-1.json", "refs": "refs/css-speech-1.json", "css": "css/css-speech.json", @@ -22762,7 +22762,7 @@ ], "crawled": "https://drafts.csswg.org/css-style-attr/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "date": "10 April 2015", "links": "links/css-style-attr.json", @@ -22827,11 +22827,11 @@ ], "crawled": "https://drafts.csswg.org/css-syntax-3/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "25 October 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-syntax-3.json", "links": "links/css-syntax-3.json", "refs": "refs/css-syntax-3.json", @@ -22895,11 +22895,11 @@ ], "crawled": "https://drafts.csswg.org/css-tables-3/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "1 August 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-tables-3.json", "links": "links/css-tables-3.json", "refs": "refs/css-tables-3.json", @@ -22964,11 +22964,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-3/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "3 October 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-text-3.json", "links": "links/css-text-3.json", "refs": "refs/css-text-3.json", @@ -23032,11 +23032,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-4/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "30 October 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-text-4.json", "links": "links/css-text-4.json", "refs": "refs/css-text-4.json", @@ -23101,11 +23101,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-decor-3/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-text-decor-3.json", "refs": "refs/css-text-decor-3.json", "css": "css/css-text-decor.json", @@ -23168,11 +23168,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-decor-4/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "8 March 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-text-decor-4.json", "refs": "refs/css-text-decor-4.json", "css": "css/css-text-decor-4.json", @@ -23236,11 +23236,11 @@ ], "crawled": "https://drafts.csswg.org/css-transforms-1/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:26 GMT" }, "generator": "bikeshed", "date": "7 August 2023", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-transforms-1.json", "links": "links/css-transforms-1.json", "refs": "refs/css-transforms-1.json", @@ -23304,11 +23304,11 @@ ], "crawled": "https://drafts.csswg.org/css-transforms-2/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:36 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "3 April 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-transforms-2.json", "links": "links/css-transforms-2.json", "refs": "refs/css-transforms-2.json", @@ -23373,11 +23373,11 @@ ], "crawled": "https://drafts.csswg.org/css-transitions-1/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "10 December 2023", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-transitions-1.json", "links": "links/css-transitions-1.json", "refs": "refs/css-transitions-1.json", @@ -23443,11 +23443,11 @@ ], "crawled": "https://drafts.csswg.org/css-transitions-2/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "5 September 2023", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-transitions-2.json", "links": "links/css-transitions-2.json", "refs": "refs/css-transitions-2.json", @@ -23577,11 +23577,11 @@ ], "crawled": "https://drafts.csswg.org/css-ui-3/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:26 GMT" }, "generator": "bikeshed", "date": "27 February 2023", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-ui-3.json", "links": "links/css-ui-3.json", "refs": "refs/css-ui-3.json", @@ -23645,11 +23645,11 @@ ], "crawled": "https://drafts.csswg.org/css-ui-4/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "1 November 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-ui-4.json", "links": "links/css-ui-4.json", "refs": "refs/css-ui-4.json", @@ -23715,11 +23715,11 @@ ], "crawled": "https://drafts.csswg.org/css-values-3/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "31 July 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-values-3.json", "refs": "refs/css-values-3.json", "dfns": "dfns/css-values-3.json", @@ -23783,11 +23783,11 @@ ], "crawled": "https://drafts.csswg.org/css-values-4/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "28 October 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-values-4.json", "links": "links/css-values-4.json", "refs": "refs/css-values-4.json", @@ -23851,11 +23851,11 @@ ], "crawled": "https://drafts.csswg.org/css-values-5/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "2 November 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-values-5.json", "links": "links/css-values-5.json", "refs": "refs/css-values-5.json", @@ -23920,11 +23920,11 @@ ], "crawled": "https://drafts.csswg.org/css-variables-1/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "25 October 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-variables-1.json", "links": "links/css-variables-1.json", "refs": "refs/css-variables-1.json", @@ -23982,11 +23982,11 @@ ], "crawled": "https://drafts.csswg.org/css-view-transitions-1/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "22 October 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-view-transitions-1.json", "links": "links/css-view-transitions-1.json", "refs": "refs/css-view-transitions-1.json", @@ -24045,11 +24045,11 @@ ], "crawled": "https://drafts.csswg.org/css-view-transitions-2/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:36 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:26 GMT" }, "generator": "bikeshed", "date": "7 November 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-view-transitions-2.json", "links": "links/css-view-transitions-2.json", "refs": "refs/css-view-transitions-2.json", @@ -24116,11 +24116,11 @@ ], "crawled": "https://drafts.csswg.org/css-viewport/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "12 July 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-viewport-1.json", "links": "links/css-viewport-1.json", "refs": "refs/css-viewport-1.json", @@ -24185,11 +24185,11 @@ ], "crawled": "https://drafts.csswg.org/css-will-change-1/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "29 April 2022", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-will-change-1.json", "refs": "refs/css-will-change-1.json", "css": "css/css-will-change.json", @@ -24253,11 +24253,11 @@ ], "crawled": "https://drafts.csswg.org/css-writing-modes-3/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:36 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/css-writing-modes-3.json", "refs": "refs/css-writing-modes-3.json", "dfns": "dfns/css-writing-modes-3.json", @@ -24320,11 +24320,11 @@ ], "crawled": "https://drafts.csswg.org/css-writing-modes-4/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:36 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css-writing-modes-4.json", "links": "links/css-writing-modes-4.json", "refs": "refs/css-writing-modes-4.json", @@ -24526,11 +24526,11 @@ ], "crawled": "https://drafts.csswg.org/css2/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "18 December 2023", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/CSS22.json", "links": "links/CSS22.json", "refs": "refs/CSS22.json", @@ -24594,11 +24594,11 @@ ], "crawled": "https://drafts.csswg.org/css-exclusions-1/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:26 GMT" }, "generator": "bikeshed", "date": "24 July 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/css3-exclusions.json", "links": "links/css3-exclusions.json", "refs": "refs/css3-exclusions.json", @@ -24662,11 +24662,11 @@ ], "crawled": "https://drafts.csswg.org/cssom-1/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:36 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:26 GMT" }, "generator": "bikeshed", "date": "1 October 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/cssom-1.json", "links": "links/cssom-1.json", "refs": "refs/cssom-1.json", @@ -24731,11 +24731,11 @@ ], "crawled": "https://drafts.csswg.org/cssom-view-1/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "29 October 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/cssom-view-1.json", "links": "links/cssom-view-1.json", "refs": "refs/cssom-view-1.json", @@ -25836,11 +25836,11 @@ ], "crawled": "https://w3c-fedid.github.io/FedCM/", "crawlCacheInfo": { - "lastModified": "Mon, 28 Oct 2024 19:04:02 GMT" + "lastModified": "Thu, 07 Nov 2024 20:48:54 GMT" }, "generator": "bikeshed", - "date": "28 October 2024", - "revision": "026dbaafd4a850bdf76ff51eae73112b45d9dd22", + "date": "7 November 2024", + "revision": "042beec519387789884be08a34ea3f9a85df7d35", "algorithms": "algorithms/fedcm-1.json", "links": "links/fedcm-1.json", "refs": "refs/fedcm-1.json", @@ -27262,11 +27262,11 @@ ], "crawled": "https://w3c.github.io/IndexedDB/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 00:58:33 GMT" + "lastModified": "Thu, 07 Nov 2024 20:22:49 GMT" }, "generator": "bikeshed", - "date": "15 October 2024", - "revision": "020487ec39bbeee12cb87390e158a1dfdd0ea555", + "date": "7 November 2024", + "revision": "1dd072dfaf448831f21c4a387d17996834c6e949", "algorithms": "algorithms/IndexedDB-3.json", "links": "links/IndexedDB-3.json", "refs": "refs/IndexedDB-3.json", @@ -28426,7 +28426,7 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-3/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:36 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "date": "14 May 2024", "links": "links/mediaqueries-3.json", @@ -28491,11 +28491,11 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-4/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:36 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/mediaqueries-4.json", "refs": "refs/mediaqueries-4.json", "css": "css/mediaqueries.json", @@ -28558,11 +28558,11 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-5/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "19 September 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/mediaqueries-5.json", "links": "links/mediaqueries-5.json", "refs": "refs/mediaqueries-5.json", @@ -30799,10 +30799,10 @@ ], "crawled": "https://w3c.github.io/rdf-concepts/spec/", "crawlCacheInfo": { - "lastModified": "Thu, 31 Oct 2024 16:52:03 GMT" + "lastModified": "Thu, 07 Nov 2024 19:17:58 GMT" }, "generator": "respec", - "date": "31 October 2024", + "date": "07 November 2024", "algorithms": "algorithms/rdf12-concepts.json", "links": "links/rdf12-concepts.json", "refs": "refs/rdf12-concepts.json", @@ -31498,11 +31498,11 @@ ], "crawled": "https://drafts.csswg.org/resize-observer-1/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:36 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "27 January 2023", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/resize-observer-1.json", "links": "links/resize-observer-1.json", "refs": "refs/resize-observer-1.json", @@ -31826,11 +31826,11 @@ ], "crawled": "https://drafts.csswg.org/scroll-animations-1/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "31 January 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/scroll-animations-1.json", "links": "links/scroll-animations-1.json", "refs": "refs/scroll-animations-1.json", @@ -31954,11 +31954,11 @@ ], "crawled": "https://w3c.github.io/secure-payment-confirmation/", "crawlCacheInfo": { - "lastModified": "Wed, 13 Dec 2023 23:21:00 GMT" + "lastModified": "Thu, 07 Nov 2024 20:58:50 GMT" }, "generator": "bikeshed", - "date": "13 December 2023", - "revision": "45d443217368403f4b6f6889d4cd072b48885ecc", + "date": "7 November 2024", + "revision": "94dc02474d4309c31607d66700db729cdcc957a7", "algorithms": "algorithms/secure-payment-confirmation.json", "links": "links/secure-payment-confirmation.json", "refs": "refs/secure-payment-confirmation.json", @@ -32086,7 +32086,7 @@ ], "crawled": "https://drafts.csswg.org/selectors-3/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:36 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:26 GMT" }, "date": "30 January 2018", "links": "links/selectors-3.json", @@ -32152,11 +32152,11 @@ ], "crawled": "https://drafts.csswg.org/selectors-4/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "15 October 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/selectors-4.json", "links": "links/selectors-4.json", "refs": "refs/selectors-4.json", @@ -32551,10 +32551,10 @@ ], "crawled": "https://w3c.github.io/sparql-query/spec/", "crawlCacheInfo": { - "lastModified": "Thu, 31 Oct 2024 17:15:41 GMT" + "lastModified": "Thu, 07 Nov 2024 19:18:30 GMT" }, "generator": "respec", - "date": "31 October 2024", + "date": "07 November 2024", "algorithms": "algorithms/sparql12-query.json", "links": "links/sparql12-query.json", "refs": "refs/sparql12-query.json", @@ -34499,11 +34499,11 @@ ], "crawled": "https://drafts.csswg.org/web-animations-1/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:37 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:27 GMT" }, "generator": "bikeshed", "date": "21 October 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/web-animations-1.json", "links": "links/web-animations-1.json", "refs": "refs/web-animations-1.json", @@ -34568,11 +34568,11 @@ ], "crawled": "https://drafts.csswg.org/web-animations-2/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:36 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:26 GMT" }, "generator": "bikeshed", "date": "15 May 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "algorithms": "algorithms/web-animations-2.json", "links": "links/web-animations-2.json", "refs": "refs/web-animations-2.json", @@ -35925,7 +35925,7 @@ ], "crawled": "https://gpuweb.github.io/gpuweb/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 07:05:46 GMT" + "lastModified": "Thu, 07 Nov 2024 19:07:56 GMT" }, "generator": "bikeshed", "date": "7 November 2024", @@ -37201,7 +37201,7 @@ ], "crawled": "https://gpuweb.github.io/gpuweb/wgsl/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 07:05:46 GMT" + "lastModified": "Thu, 07 Nov 2024 19:07:57 GMT" }, "generator": "bikeshed", "date": "7 November 2024", @@ -37562,11 +37562,11 @@ ], "crawled": "https://drafts.csswg.org/selectors-nonelement-1/", "crawlCacheInfo": { - "lastModified": "Thu, 07 Nov 2024 15:40:36 GMT" + "lastModified": "Fri, 08 Nov 2024 00:41:26 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "5a1b1cc9b7e00e44653768b1f84a9ef0a2566992", + "revision": "0fff97ffd692a945dd0205d14cb1c265360cbb6a", "links": "links/selectors-nonelement-1.json", "refs": "refs/selectors-nonelement-1.json", "css": "css/selectors-nonelement.json", diff --git a/ed/links/css-cascade-6.json b/ed/links/css-cascade-6.json index 0a550e70b902..198b44dd5099 100644 --- a/ed/links/css-cascade-6.json +++ b/ed/links/css-cascade-6.json @@ -45,6 +45,11 @@ }, "https://drafts.csswg.org/css-conditional-5/": {}, "https://drafts.csswg.org/css-fonts-5/": {}, + "https://drafts.csswg.org/css-nesting-1/": { + "anchors": [ + "mixing" + ] + }, "https://drafts.csswg.org/css-nesting/": {}, "https://drafts.csswg.org/css-scoping-1/": { "anchors": [ @@ -67,6 +72,7 @@ "https://fetch.spec.whatwg.org/": {}, "https://github.com/w3c/csswg-drafts/issues": {}, "https://github.com/w3c/csswg-drafts/issues/10042": {}, + "https://github.com/w3c/csswg-drafts/issues/10389": {}, "https://github.com/w3c/csswg-drafts/issues/10795": {}, "https://github.com/w3c/csswg-drafts/issues/6577": {}, "https://github.com/w3c/csswg-drafts/issues/6606": {}, @@ -156,6 +162,7 @@ "https://drafts.csswg.org/css-nesting-1/": { "anchors": [ "selectordef-", + "nested-declarations-rule%E2%91%A0", "contain-the-nesting-selector" ] }, @@ -170,7 +177,10 @@ "block-at-rule", "style-rule", "at-rule", - "typedef-rule-list" + "typedef-rule-list", + "typedef-block-contents", + "qualified-rule", + "css-rule" ] }, "https://drafts.csswg.org/css-values-3/": { @@ -198,7 +208,8 @@ "typedef-relative-selector-list", "relative-selector", "selector-combinator", - "descendant-combinator" + "descendant-combinator", + "specificity" ] }, "https://fetch.spec.whatwg.org/": { diff --git a/ed/refs/secure-payment-confirmation.json b/ed/refs/secure-payment-confirmation.json index dec18a175e11..c41d49513ad5 100644 --- a/ed/refs/secure-payment-confirmation.json +++ b/ed/refs/secure-payment-confirmation.json @@ -45,10 +45,6 @@ "name": "PAYMENT-REQUEST", "url": "https://w3c.github.io/payment-request/" }, - { - "name": "PAYMENT-REQUEST-1.1", - "url": "https://w3c.github.io/payment-request/" - }, { "name": "RFC2119", "url": "https://datatracker.ietf.org/doc/html/rfc2119"