diff --git a/ed/algorithms/css-flexbox-1.json b/ed/algorithms/css-flexbox-1.json index 07e46d546622..348f38f7e2f7 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 6e7ae663623a..3f1b3cb7748e 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 5faa24b9caba..4a17ab172c58 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." diff --git a/ed/algorithms/css-view-transitions-2.json b/ed/algorithms/css-view-transitions-2.json index 815ac5314056..1e593298cca5 100644 --- a/ed/algorithms/css-view-transitions-2.json +++ b/ed/algorithms/css-view-transitions-2.json @@ -148,19 +148,19 @@ "html": "

If matchingRule is not found, then return \"skip transition\".

" }, { - "html": "

If matchingRule’s navigation descriptor’s computed value is none, then return \"skip transition\".

" + "html": "

If matchingRule’s navigation descriptor’s computed value is none, then return \"skip transition\".

" }, { - "html": "

Assert: matchingRule’s navigation descriptor’s computed value is auto.

" + "html": "

Assert: matchingRule’s navigation descriptor’s computed value is auto.

" }, { "html": "

Let typesDescriptor be matchingRule’s types descriptor.

" }, { - "html": "

If typesDescriptor’s computed value is none, then return a set « ».

" + "html": "

If typesDescriptor’s computed value is none, then return a set « ».

" }, { - "html": "

Return a set of strings corresponding to typesDescriptor’s computed value.

" + "html": "

Return a set of strings corresponding to typesDescriptor’s computed value.

" } ] }, @@ -381,44 +381,84 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Set capture’s class list to the computed value of element’s view-transition-class, if it is associated with element’s node document.

" + "html": "

Set capture’s class list to the computed value of element’s view-transition-class, if it is associated with element’s node document.

" } ] }, { - "name": "nearest containing group name", + "name": "resolve the document-scoped view-transition-group", + "href": "https://drafts.csswg.org/css-view-transitions-2/#document-scoped-view-transition-group", + "html": "To get the document-scoped view transition group of an Element element, perform the following steps:", + "rationale": ".algorithm", + "steps": [ + { + "html": "

Let computedGroup be the computed value of element’s view-transition-group property.

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

If computedGroup is associated with element’s node document, return computedGroup.

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

Return normal.

" + } + ] + }, + { + "name": "resolve nearest containing group name", "href": "https://drafts.csswg.org/css-view-transitions-2/#nearest-containing-group-name", - "html": "To get the nearest containing group name for an Element element, perform the following steps:", + "html": "To resolve the nearest containing group name of an Element element, perform the following steps given a ViewTransition viewTransition:", + "rationale": ".algorithm", + "steps": [ + { + "html": "

Assert: element participates in viewTransition.

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

Let ancestorGroup be element’s nearest flat tree ancestor who participates in viewTransition and whose document-scoped view transition group is not normal.

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

If ancestorGroup exists, return ancestorGroup’s document-scoped view transition name.

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

Return none.

" + } + ] + }, + { + "name": "resolve used group name", + "href": "https://drafts.csswg.org/css-view-transitions-2/#used-group-name", + "html": "To resolve the used group name of an Element element, perform the following steps given a ViewTransition transition: \n \n
\n
normal\n
contain\n
\n

containingGroupName.

\n \n
nearest\n
\n

The document-scoped view transition name of the element’s nearest flat tree ancestor which participates in the transition.

\n
<custom-ident>\n
\n

group if the element has a flat tree ancestor whose document-scoped view transition name is group and participates in transition; Otherwise containingGroupName.

\n
", "rationale": ".algorithm", "steps": [ { - "html": "

Let nearestAncestorWithContain be element’s nearest ancestor whose view-transition-name computed value is not none and whose view-transition-group computed value is contain.

" + "html": "

Assert: element participates in transition.

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

Let group be element’s document-scoped view transition group.

" }, { - "html": "

If nearestAncestorWithContain is null, return none.

" + "html": "

Let containingGroupName be element’s nearest containing group name given transition.

" }, { - "html": "

Otherwise, return nearestAncestorWithContain’s view-transition-name computed value.

" + "html": "

Return the first matching statement, switching on group:

" } ] }, { "name": "additional old capture steps (group)", - "html": "When capturing the old state for an element, perform the following steps given a captured element capturedElement, and an element element:", + "html": "When capturing the old state for an element, perform the following steps given a captured element capturedElement, a ViewTransition transition, and an element element:", "rationale": ".algorithm", "steps": [ { - "html": "

Set capturedElement’s containing group name to the used value of element’s view-transition-group.

" + "html": "

Set capturedElement’s containing group name to element’s used group name given transition.

" } ] }, { "name": "additional new capture steps (group)", - "html": "When capturing the new state for an element, perform the following steps given a captured element capturedElement and an element element:", + "html": "When capturing the new state for an element, perform the following steps given a captured element capturedElement a ViewTransition transition, and an element element:", "rationale": ".algorithm", "steps": [ { - "html": "

Set capturedElement’s containing group name to the used value of element’s view-transition-group.

" + "html": "

Set capturedElement’s containing group name to element’s used group name given transition.

" } ] }, @@ -455,7 +495,7 @@ }, { "name": "additional pseudo-element style update steps (group)", - "html": "When updating the style of the transition pseudo-element, perform the following steps before setting the group styles rule, given a captured element capturedElement, given a transform and a ViewTransition transition:", + "html": "When updating the style of the transition pseudo-element, perform the following steps before setting the group styles rule, given a captured element capturedElement, given a transform and a ViewTransition transition:", "rationale": ".algorithm", "steps": [ { diff --git a/ed/algorithms/turtledove.json b/ed/algorithms/turtledove.json index 4bbad0d9fbe4..135dadcd5b7f 100644 --- a/ed/algorithms/turtledove.json +++ b/ed/algorithms/turtledove.json @@ -754,7 +754,7 @@ "rationale": "let", "steps": [ { - "html": "

Let winnerInfo be the result of running parse and validate server response with auctionConfig,\nnull, global, bidIgs, and bidDebugReportInfoList.

" + "html": "

Let winnerInfo be the result of running parse and validate server response with auctionConfig, null, global, and bidIgs.

" } ] }, @@ -2259,7 +2259,7 @@ "rationale": "let", "steps": [ { - "html": "

Let compWinnerInfo be the result of running parse and validate server response with component, auctionConfig, global, bidIgs, and bidDebugReportInfoList.

" + "html": "

Let compWinnerInfo be the result of running parse and validate server response with component, auctionConfig, global, and bidIgs.

" } ] }, @@ -4015,7 +4015,7 @@ { "name": "parse and validate server response", "href": "https://wicg.github.io/turtledove/#parse-and-validate-server-response", - "html": "To parse and validate server response given an auction config auctionConfig, an auction config-or-null topLevelAuctionConfig, a global object global,\na list of interest groups bidIgs, and a list of bid debug reporting info bidDebugReportInfoList, perform the following steps. They return a leading bid info or a failure.", + "html": "To parse and validate server response given an auction config auctionConfig, an auction config-or-null topLevelAuctionConfig, a global object global, and a list of interest groups bidIgs, perform the following steps. They return a leading bid info or a\nfailure.", "rationale": ".algorithm", "steps": [ { @@ -4094,7 +4094,7 @@ "html": "

Let winningAdDescriptor be a new ad descriptor whose url is response’s ad render url.

" }, { - "html": "

Let winningAdComponents be a new list of ad descriptors.

" + "html": "

Let winningAdComponents be a new list of ad descriptors.

" }, { "html": "For each componentAd in response’s ad components:", @@ -4153,9 +4153,6 @@ } ] }, - { - "html": "

Insert the debug reporting URLs from response into bidDebugReportInfoList.

" - }, { "html": "

Return winningBidInfo.

" } @@ -4267,7 +4264,7 @@ "html": "

Set config’s encryption key id to keyId.

" }, { - "html": "

Let igMap be a new map whose keys are origins and values are lists.

" + "html": "

Let igMap be a new map whose keys are origins and values are lists.

" }, { "html": "

Let startTime be a moment equal to the current wall time.

" @@ -4286,16 +4283,16 @@ "html": "

If config’s per buyer config is not empty and config’s per buyer config[owner] does not exist, then continue.

" }, { - "html": "

If igMap[owner] does not exist, then set igMap[owner] to a new list.

" + "html": "

If igMap[owner] does not exist, then set igMap[owner] to a new list.

" }, { - "html": "

Let ads be a new list.

" + "html": "

Let ads be a new list.

" }, { "html": "

For each ad in ig’s ads, append ad’s ad render ID to ads.

" }, { - "html": "

Let components be a new list.

" + "html": "

Let components be a new list.

" }, { "html": "

For each component in ig’s ad components, append component’s ad render ID to components.

" @@ -4458,7 +4455,7 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Let keys be a list of (byte sequence, byte) tuples returned\n from looking up the HPKE public key encryption keys and their\n corresponding key IDs for seller specified by coordinator. The actual\n implementation of this lookup is implementation-defined, and may\n consist of fetching the keys from a known URL.

" + "html": "

Let keys be a list of (byte sequence, byte) tuples returned\n from looking up the HPKE public key encryption keys and their\n corresponding key IDs for seller specified by coordinator. The actual\n implementation of this lookup is implementation-defined, and may\n consist of fetching the keys from a known URL.

" }, { "html": "

If keys is failure or keys is empty, return failure.

" @@ -4471,7 +4468,7 @@ { "name": "collect a single forDebuggingOnly report", "href": "https://wicg.github.io/turtledove/#collect-a-single-fordebuggingonly-report", - "html": "To collect a single forDebuggingOnly report given a URL reportUrl, an origin invokingOrigin, and a list debugReportUrls:", + "html": "To collect a single forDebuggingOnly report given a URL reportUrl, an origin invokingOrigin, and a list debugReportUrls:", "rationale": ".algorithm", "steps": [ { @@ -4485,7 +4482,7 @@ { "name": "collect forDebuggingOnly reports", "href": "https://wicg.github.io/turtledove/#collect-fordebuggingonly-reports", - "html": "To collect forDebuggingOnly reports given a list of bid debug reporting info bidDebugReportInfoList, origin seller, and leading bid info-or-null winnerInfo:", + "html": "To collect forDebuggingOnly reports given a list of bid debug reporting info bidDebugReportInfoList, origin seller, and leading bid info-or-null winnerInfo:", "rationale": ".algorithm", "steps": [ { @@ -4571,7 +4568,7 @@ { "name": "register bids for forDebuggingOnly reports", "href": "https://wicg.github.io/turtledove/#register-bids-for-fordebuggingonly-reports", - "html": "To register bids for forDebuggingOnly reports given a list of generated bids generatedBids, bid debug reporting info bidDebugReportInfo,\n a list of bid debug reporting info bidDebugReportInfoList:", + "html": "To register bids for forDebuggingOnly reports given a list of generated bids generatedBids, bid debug reporting info bidDebugReportInfo,\n a list of bid debug reporting info bidDebugReportInfoList:", "rationale": "let", "steps": [ { @@ -4670,7 +4667,7 @@ { "name": "sample real time contributions", "href": "https://wicg.github.io/turtledove/#sample-real-time-contributions", - "html": "To sample real time contributions given a list of real time reporting contributions contributions, perform the following steps. They return an\n integer or null:", + "html": "To sample real time contributions given a list of real time reporting contributions contributions, perform the following steps. They return an\n integer or null:", "rationale": ".algorithm", "steps": [ { @@ -4723,14 +4720,14 @@ { "name": "bit pack", "href": "https://wicg.github.io/turtledove/#bit-pack", - "html": "To bit pack a list of booleans input:", + "html": "To bit pack a list of booleans input:", "rationale": ".algorithm", "steps": [ { "html": "

Let inputSize be input’s size.

" }, { - "html": "

Let packed be a new list of bytes.

" + "html": "

Let packed be a new list of bytes.

" }, { "html": "

Let currentByte be 0.

" @@ -4794,7 +4791,7 @@ { "name": "send a real time report", "href": "https://wicg.github.io/turtledove/#send-a-real-time-report", - "html": "To send a real time report given a URL url, a list of booleans histogram, and an environment settings object settings:", + "html": "To send a real time report given a URL url, a list of booleans histogram, and an environment settings object settings:", "rationale": ".algorithm", "steps": [ { @@ -4804,7 +4801,7 @@ "html": "

Assert histogram’s size is totalBuckets.

" }, { - "html": "

Let userHistogram and platformHistogram be new lists of booleans.

" + "html": "

Let userHistogram and platformHistogram be new lists of booleans.

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

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

" }, { - "html": "

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

" + "html": "

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

" }, { "html": "If maybeBucket is not null:", @@ -4978,7 +4975,7 @@ "html": "

Let capturedAdditionalBidsHeaders be global’s associated Document’s node navigable’s traversable navigable’s captured additional bids headers.

" }, { - "html": "

Let additionalBids be a new list of decoded additional bids.

" + "html": "

Let additionalBids be a new list of decoded additional bids.

" }, { "html": "For each encodedSignedAdditionalBid of capturedAdditionalBidsHeaders[auctionNonce]:", @@ -5016,10 +5013,10 @@ "html": "

Let parsedSignedAdditionalBid be the result of running parse a JSON string to an infra value given signedAdditionalBid.

" }, { - "html": "

Return null if any of the following conditions hold:

\n " + "html": "

Return null if any of the following conditions hold:

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

Let signatures be a new list of signed additional bid signatures.

" + "html": "

Let signatures be a new list of signed additional bid signatures.

" }, { "html": "

Let decodeSignatureFailed be false.

" @@ -5234,14 +5231,14 @@ ] }, { - "html": "

Let adComponents be a new list of ad descriptors.

" + "html": "

Let adComponents be a new list of ad descriptors.

" }, { "html": "If bidMap[\"adComponents\"] exists:", "rationale": "if", "steps": [ { - "html": "

If bidMap[\"adComponents\"] is not a list, then return failure.

" + "html": "

If bidMap[\"adComponents\"] is not a list, then return failure.

" }, { "html": "For each component of bidMap[\"adComponents\"]:", @@ -5289,7 +5286,7 @@ "html": "

Let multipleNegativeIg be parsedAdditionalBid[\"negativeInterestGroups\"].

" }, { - "html": "

Return failure if any of the following conditions hold:

\n " + "html": "

Return failure if any of the following conditions hold:

\n " }, { "html": "

Let joiningOrigin be the result of running parse an https origin with multipleNegativeIg[\"joiningOrigin\"].

" @@ -5755,7 +5752,7 @@ { "name": "evaluate a bidding script", "href": "https://wicg.github.io/turtledove/#evaluate-a-bidding-script", - "html": "To evaluate a bidding script given a string script, an unsigned short multiBidLimit, an interest group ig, a currency tag expectedCurrency,\n a GenerateBidInterestGroup igGenerateBid, a string-or-null auctionSignals, a string-or-null perBuyerSignals, an ordered map-or-null sameOriginTrustedBiddingSignals, an ordered map-or-null crossOriginTrustedBiddingSignals,\n a BiddingBrowserSignals browserSignals, a DirectFromSellerSignalsForBuyer directFromSellerSignalsForBuyer, and an integer millisecond duration timeout, perform the\n following steps. They return a tuple (list of generated bids, bid debug reporting info, list of real time reporting contributions).", + "html": "To evaluate a bidding script given a string script, an unsigned short multiBidLimit, an interest group ig, a currency tag expectedCurrency,\n a GenerateBidInterestGroup igGenerateBid, a string-or-null auctionSignals, a string-or-null perBuyerSignals, an ordered map-or-null sameOriginTrustedBiddingSignals, an ordered map-or-null crossOriginTrustedBiddingSignals,\n a BiddingBrowserSignals browserSignals, a DirectFromSellerSignalsForBuyer directFromSellerSignalsForBuyer, and an integer millisecond duration timeout, perform the\n following steps. They return a tuple (list of generated bids, bid debug reporting info, list of real time reporting contributions).", "rationale": ".algorithm", "steps": [ { @@ -5867,10 +5864,10 @@ ] }, { - "html": "

If generatedBids is not a list of generated bids, set generatedBids to a new list of generated bids.

" + "html": "

If generatedBids is not a list of generated bids, set generatedBids to a new list of generated bids.

" }, { - "html": "

Let bidDebugReportInfo be a new bid debug reporting info.

" + "html": "

Let bidDebugReportInfo be a new bid debug reporting info.

" }, { "html": "

Set bidDebugReportInfo’s interest group owner to ig’s owner.

" @@ -5903,7 +5900,7 @@ ] }, { - "html": "

Let realTimeContributions be a new list of real time reporting contributions.

" + "html": "

Let realTimeContributions be a new list of real time reporting contributions.

" }, { "html": "For each contribution of global’s real time reporting contributions:", @@ -5962,7 +5959,7 @@ "html": "

Let debugLossReportUrl be global’s debug loss report url if it’s not\nfailure, null otherwise.

" }, { - "html": "

Let realTimeContributions be a new list of real time reporting contributions.

" + "html": "

Let realTimeContributions be a new list of real time reporting contributions.

" }, { "html": "For each contribution of global’s real time reporting contributions:", @@ -5984,7 +5981,7 @@ { "name": "evaluate a reporting script", "href": "https://wicg.github.io/turtledove/#evaluate-a-reporting-script", - "html": "To evaluate a reporting script given a string script, a string functionName, an integer millisecond duration timeout, and a list of arguments arguments:", + "html": "To evaluate a reporting script given a string script, a string functionName, an integer millisecond duration timeout, and a list of arguments arguments:", "rationale": ".algorithm", "steps": [ { @@ -6025,7 +6022,7 @@ { "name": "evaluate a script", "href": "https://wicg.github.io/turtledove/#evaluate-a-script", - "html": "To evaluate a script with a realm realm, string script, string functionName, a list arguments, and an integer millisecond duration timeout, run these steps.\n They return a Completion Record, which is either an abrupt completion (in\n the case of a parse failure or execution error), or a normal completion populated with the ECMAScript language value result of invoking functionName.", + "html": "To evaluate a script with a realm realm, string script, string functionName, a list arguments, and an integer millisecond duration timeout, run these steps.\n They return a Completion Record, which is either an abrupt completion (in\n the case of a parse failure or execution error), or a normal completion populated with the ECMAScript language value result of invoking functionName.", "rationale": ".algorithm", "steps": [ { @@ -6185,7 +6182,7 @@ "html": "

If bidSequence’s size > multiBidLimit, then return failure.

" }, { - "html": "

Let bids be a new list of generated bids.

" + "html": "

Let bids be a new list of generated bids.

" }, { "html": "for each bidOutput of bidSequence:", @@ -6314,7 +6311,7 @@ "html": "

Return failure if any of the following conditions hold:

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

Let adComponentDescriptors be a new list of ad descriptors.

" + "html": "

Let adComponentDescriptors be a new list of ad descriptors.

" }, { "html": "For component in adComponents:", @@ -6561,7 +6558,7 @@ "html": "

Let global be this's relevant global object.

" }, { - "html": "

Set global’s bids to an empty list.

" + "html": "

Set global’s bids to an empty list.

" }, { "html": "

Let ig be global’s interest group.

" @@ -6709,7 +6706,7 @@ { "name": "interest group update", "href": "https://wicg.github.io/turtledove/#interest-group-update", - "html": "To update interest groups given a list of origins owners, and a policy container policyContainer: \n

Implementations can consider aborting all updating if updating has been running for too long. This\ncan avoid continuing to reveal coarse IP location information to update servers long after\nnavigating to another page. Some implementations, such as Chromium, have chosen a 10 minute limit.

", + "html": "To update interest groups given a list of origins owners, and a policy container policyContainer: \n

Implementations can consider aborting all updating if updating has been running for too long. This\ncan avoid continuing to reveal coarse IP location information to update servers long after\nnavigating to another page. Some implementations, such as Chromium, have chosen a 10 minute limit.

", "rationale": ".algorithm", "steps": [ { @@ -6849,7 +6846,7 @@ "rationale": "if", "steps": [ { - "html": "If value is an ordered map whose keys are strings and whose values are lists of strings, for each sellerStringcapabilities of value:", + "html": "If value is an ordered map whose keys are strings and whose values are lists of strings, for each sellerStringcapabilities of value:", "rationale": "let", "steps": [ { @@ -7032,7 +7029,7 @@ "rationale": "if", "steps": [ { - "html": "

If value is a list of strings,\nset ig’s trusted bidding signals keys to value.

" + "html": "

If value is a list of strings,\nset ig’s trusted bidding signals keys to value.

" }, { "html": "

Otherwise, jump to the step labeled Abort update.

" @@ -7168,10 +7165,10 @@ "html": "

If key is not groupMember, continue.

" }, { - "html": "

If value is not a list of AuctionAd, jump to the step\nlabeled Abort update.

" + "html": "

If value is not a list of AuctionAd, jump to the step\nlabeled Abort update.

" }, { - "html": "

Let igAds be a new list of interest group ads.

" + "html": "

Let igAds be a new list of interest group ads.

" }, { "html": "For each ad of value:", @@ -7250,10 +7247,10 @@ "html": "

If key is not groupMember, continue.

" }, { - "html": "

If value is not a list of AuctionAd, jump to the step\nlabeled Abort update.

" + "html": "

If value is not a list of AuctionAd, jump to the step\nlabeled Abort update.

" }, { - "html": "

Let igAds be a new list of interest group ads.

" + "html": "

Let igAds be a new list of interest group ads.

" }, { "html": "For each ad of value:", @@ -7719,7 +7716,7 @@ { "name": "insert entries to map", "href": "https://wicg.github.io/turtledove/#insert-entries-to-map", - "html": "To insert entries to map given an ordered map map, a key which is in same type\n as map’s key, and a list entries which is in same type as map’s value:", + "html": "To insert entries to map given an ordered map map, a key which is in same type\n as map’s key, and a list entries which is in same type as map’s value:", "rationale": ".algorithm", "steps": [ { @@ -7959,7 +7956,7 @@ "html": "

Let parsedSignals be the result of parsing JSON bytes to an Infra value, given adAuctionSignals.

" }, { - "html": "

If parsedSignals is failure or not a list, return.

" + "html": "

If parsedSignals is failure or not a list, return.

" }, { "html": "

Let headerAdSlots be a new ordered set.

" @@ -8346,23 +8343,23 @@ "html": "

Let parsedHeader be the result of getting a structured field value given `Ad-Auction-Allow-Trusted-Scoring-Signals-From` and \"list\" from headerList.

" }, { - "html": "

If parsedHeader is null, return an empty list.

" + "html": "

If parsedHeader is null, return an empty list.

" }, { - "html": "

Let result be a new list of origins.

" + "html": "

Let result be a new list of origins.

" }, { "html": "For each entry in parsedHeader:", "rationale": "if", "steps": [ { - "html": "

If entry is not a string, return an empty list.

" + "html": "

If entry is not a string, return an empty list.

" }, { "html": "

Let parsedEntry be the result of parsing an https origin on entry.

" }, { - "html": "

If parsedEntry is failure, return an empty list.

" + "html": "

If parsedEntry is failure, return an empty list.

" }, { "html": "

Append parsedEntry to result.

" @@ -8395,7 +8392,7 @@ "html": "

Abort fetchController.

" }, { - "html": "

Set fetcher’s origins authorized for cross origin trusted signals to\nan empty list of origins.

" + "html": "

Set fetcher’s origins authorized for cross origin trusted signals to\nan empty list of origins.

" }, { "html": "

Set fetcher’s script body to failure.

" @@ -8490,7 +8487,7 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Let queryParamsList be a new empty list.

" + "html": "

Let queryParamsList be a new empty list.

" }, { "html": "

Append \"hostname=\" to queryParamsList.

" @@ -8660,7 +8657,7 @@ "html": "

If ig’s trusted bidding signals keys is not null, set trustedBiddingSignalsBatcher’s keys to a clone of ig’s trusted bidding signals keys.

" }, { - "html": "

Otherwise, set trustedBiddingSignalsBatcher’s keys to a\n new list.

" + "html": "

Otherwise, set trustedBiddingSignalsBatcher’s keys to a\n new list.

" }, { "html": "

Set trustedBiddingSignalsBatcher’s ig names to\n « igName ».

" @@ -8721,11 +8718,11 @@ { "name": "build trusted scoring signals url", "href": "https://wicg.github.io/turtledove/#build-trusted-scoring-signals-url", - "html": "To build trusted scoring signals url given a URL signalsUrl, a list of strings renderURLs, an ordered set of strings adComponentRenderURLs, an unsigned short experimentGroupId, and an origin topLevelOrigin:", + "html": "To build trusted scoring signals url given a URL signalsUrl, a list of strings renderURLs, an ordered set of strings adComponentRenderURLs, an unsigned short experimentGroupId, and an origin topLevelOrigin:", "rationale": ".algorithm", "steps": [ { - "html": "

Let queryParamsList be a new empty list.

" + "html": "

Let queryParamsList be a new empty list.

" }, { "html": "

Append \"hostname=\" to queryParamsList.

" @@ -8780,7 +8777,7 @@ { "name": "build batched trusted scoring signals url", "href": "https://wicg.github.io/turtledove/#build-batched-trusted-scoring-signals-url", - "html": "To build batched trusted scoring signals url given a non-empty list of trusted\nscoring signals requests entriesToBatch:", + "html": "To build batched trusted scoring signals url given a non-empty list of trusted\nscoring signals requests entriesToBatch:", "rationale": ".algorithm", "steps": [ { @@ -8827,7 +8824,7 @@ { "name": "check if trusted scoring signals batch honors URL length limit", "href": "https://wicg.github.io/turtledove/#check-if-trusted-scoring-signals-batch-honors-url-length-limit", - "html": "To check if trusted scoring signals batch honors URL length limit given a trusted scoring signals batcher batcher and a non-empty list of trusted\nscoring signals requests entriesToBatch:", + "html": "To check if trusted scoring signals batch honors URL length limit given a trusted scoring signals batcher batcher and a non-empty list of trusted\nscoring signals requests entriesToBatch:", "rationale": ".algorithm", "steps": [ { @@ -8877,7 +8874,7 @@ "html": "

Let key be (request’s seller script fetcher, request’s base url, request’s seller experiment group id, request’s top level origin).

" }, { - "html": "

If batcher’s request map[key] does not exist,\nthen set batcher’s request map[key] to an empty list.

" + "html": "

If batcher’s request map[key] does not exist,\nthen set batcher’s request map[key] to an empty list.

" }, { "html": "

Append request to batcher’s request\nmap[key].

" @@ -8993,7 +8990,7 @@ "html": "

If generatedBid’s target number of ad components is null, return false.

" }, { - "html": "

Let selectedComponents be a new list of ad descriptors.

" + "html": "

Let selectedComponents be a new list of ad descriptors.

" }, { "html": "For each i of get the indices of generatedBid:", @@ -9042,11 +9039,11 @@ { "name": "adjust bid list based on k-anonymity", "href": "https://wicg.github.io/turtledove/#adjust-bid-list-based-on-k-anonymity", - "html": "To adjust bid list based on k-anonymity given a list of generated bids bidsBatch:", + "html": "To adjust bid list based on k-anonymity given a list of generated bids bidsBatch:", "rationale": ".algorithm", "steps": [ { - "html": "

Let bidsToScore be a new list of generated bids

" + "html": "

Let bidsToScore be a new list of generated bids

" }, { "html": "For each generatedBid of bidsBatch:", diff --git a/ed/css/css-view-transitions-2.json b/ed/css/css-view-transitions-2.json index 3833bafebbc4..e76828ee2efd 100644 --- a/ed/css/css-view-transitions-2.json +++ b/ed/css/css-view-transitions-2.json @@ -50,28 +50,28 @@ "values": [ { "name": "normal", - "prose": "The used value is the element’s nearest containing group name.", + "prose": "containingGroupName.", "href": "https://drafts.csswg.org/css-view-transitions-2/#valdef-view-transition-group-normal", "type": "value", "value": "normal" }, - { - "name": "nearest", - "prose": "The used value is the view-transition-name computed value of the nearest ancestor whose view-transition-name computed value is not none.", - "href": "https://drafts.csswg.org/css-view-transitions-2/#valdef-view-transition-group-nearest", - "type": "value", - "value": "nearest" - }, { "name": "contain", - "prose": "The used value is the element’s nearest containing group name.", + "prose": "containingGroupName.", "href": "https://drafts.csswg.org/css-view-transitions-2/#valdef-view-transition-group-contain", "type": "value", "value": "contain" }, + { + "name": "nearest", + "prose": "The document-scoped view transition name of the element’s nearest flat tree ancestor which participates in the transition.", + "href": "https://drafts.csswg.org/css-view-transitions-2/#valdef-view-transition-group-nearest", + "type": "value", + "value": "nearest" + }, { "name": "", - "prose": "The used value is the given if the element has an ancestor whose view-transition-name computed value is that , otherwise the element’s nearest containing group name", + "prose": "group if the element has a flat tree ancestor whose document-scoped view transition name is group and participates in transition; Otherwise containingGroupName.", "href": "https://drafts.csswg.org/css-view-transitions-2/#valdef-view-transition-group-custom-ident", "type": "value", "value": "" diff --git a/ed/dfns/css-view-transitions-2.json b/ed/dfns/css-view-transitions-2.json index ed08b3e4244d..c28dcb8180bc 100644 --- a/ed/dfns/css-view-transitions-2.json +++ b/ed/dfns/css-view-transitions-2.json @@ -532,69 +532,6 @@ }, "definedIn": "table" }, - { - "id": "valdef-view-transition-group-normal", - "href": "https://drafts.csswg.org/css-view-transitions-2/#valdef-view-transition-group-normal", - "linkingText": [ - "normal" - ], - "localLinkingText": [], - "type": "value", - "for": [ - "view-transition-group" - ], - "access": "public", - "informative": false, - "heading": { - "id": "view-transition-group-prop", - "href": "https://drafts.csswg.org/css-view-transitions-2/#view-transition-group-prop", - "title": "The view-transition-group property", - "number": "7.3" - }, - "definedIn": "dt" - }, - { - "id": "valdef-view-transition-group-nearest", - "href": "https://drafts.csswg.org/css-view-transitions-2/#valdef-view-transition-group-nearest", - "linkingText": [ - "nearest" - ], - "localLinkingText": [], - "type": "value", - "for": [ - "view-transition-group" - ], - "access": "public", - "informative": false, - "heading": { - "id": "view-transition-group-prop", - "href": "https://drafts.csswg.org/css-view-transitions-2/#view-transition-group-prop", - "title": "The view-transition-group property", - "number": "7.3" - }, - "definedIn": "dt" - }, - { - "id": "valdef-view-transition-group-contain", - "href": "https://drafts.csswg.org/css-view-transitions-2/#valdef-view-transition-group-contain", - "linkingText": [ - "contain" - ], - "localLinkingText": [], - "type": "value", - "for": [ - "view-transition-group" - ], - "access": "public", - "informative": false, - "heading": { - "id": "view-transition-group-prop", - "href": "https://drafts.csswg.org/css-view-transitions-2/#view-transition-group-prop", - "title": "The view-transition-group property", - "number": "7.3" - }, - "definedIn": "dt" - }, { "id": "document-inbound-view-transition-params", "href": "https://drafts.csswg.org/css-view-transitions-2/#document-inbound-view-transition-params", @@ -898,6 +835,25 @@ }, "definedIn": "prose" }, + { + "id": "document-scoped-view-transition-group", + "href": "https://drafts.csswg.org/css-view-transitions-2/#document-scoped-view-transition-group", + "linkingText": [ + "document-scoped view transition group" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "vt-group-value-resolve", + "href": "https://drafts.csswg.org/css-view-transitions-2/#vt-group-value-resolve", + "title": "Resolving the view-transition-group value", + "number": "8.7.1" + }, + "definedIn": "prose" + }, { "id": "nearest-containing-group-name", "href": "https://drafts.csswg.org/css-view-transitions-2/#nearest-containing-group-name", @@ -910,12 +866,94 @@ "access": "private", "informative": false, "heading": { - "id": "vt-group-nearest-contain", - "href": "https://drafts.csswg.org/css-view-transitions-2/#vt-group-nearest-contain", - "title": "Compute the nearest containing view-transition-group", - "number": "8.7.1" + "id": "vt-containing-group-name-resolve", + "href": "https://drafts.csswg.org/css-view-transitions-2/#vt-containing-group-name-resolve", + "title": "Resolving the containing group name", + "number": "8.7.2" }, "definedIn": "prose" + }, + { + "id": "used-group-name", + "href": "https://drafts.csswg.org/css-view-transitions-2/#used-group-name", + "linkingText": [ + "used group name" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "vt-group-name-resolve", + "href": "https://drafts.csswg.org/css-view-transitions-2/#vt-group-name-resolve", + "title": "Resolving the group name", + "number": "8.7.3" + }, + "definedIn": "prose" + }, + { + "id": "valdef-view-transition-group-normal", + "href": "https://drafts.csswg.org/css-view-transitions-2/#valdef-view-transition-group-normal", + "linkingText": [ + "normal" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "view-transition-group" + ], + "access": "public", + "informative": false, + "heading": { + "id": "vt-group-name-resolve", + "href": "https://drafts.csswg.org/css-view-transitions-2/#vt-group-name-resolve", + "title": "Resolving the group name", + "number": "8.7.3" + }, + "definedIn": "dt" + }, + { + "id": "valdef-view-transition-group-contain", + "href": "https://drafts.csswg.org/css-view-transitions-2/#valdef-view-transition-group-contain", + "linkingText": [ + "contain" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "view-transition-group" + ], + "access": "public", + "informative": false, + "heading": { + "id": "vt-group-name-resolve", + "href": "https://drafts.csswg.org/css-view-transitions-2/#vt-group-name-resolve", + "title": "Resolving the group name", + "number": "8.7.3" + }, + "definedIn": "dt" + }, + { + "id": "valdef-view-transition-group-nearest", + "href": "https://drafts.csswg.org/css-view-transitions-2/#valdef-view-transition-group-nearest", + "linkingText": [ + "nearest" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "view-transition-group" + ], + "access": "public", + "informative": false, + "heading": { + "id": "vt-group-name-resolve", + "href": "https://drafts.csswg.org/css-view-transitions-2/#vt-group-name-resolve", + "title": "Resolving the group name", + "number": "8.7.3" + }, + "definedIn": "dt" } ] } \ No newline at end of file diff --git a/ed/headings/css-view-transitions-2.json b/ed/headings/css-view-transitions-2.json index d279782ff76f..c924699110bd 100644 --- a/ed/headings/css-view-transitions-2.json +++ b/ed/headings/css-view-transitions-2.json @@ -400,39 +400,53 @@ "number": "8.7" }, { - "id": "vt-group-nearest-contain", - "href": "https://drafts.csswg.org/css-view-transitions-2/#vt-group-nearest-contain", + "id": "vt-group-value-resolve", + "href": "https://drafts.csswg.org/css-view-transitions-2/#vt-group-value-resolve", "level": 4, - "title": "Compute the nearest containing view-transition-group", + "title": "Resolving the view-transition-group value", "number": "8.7.1" }, + { + "id": "vt-containing-group-name-resolve", + "href": "https://drafts.csswg.org/css-view-transitions-2/#vt-containing-group-name-resolve", + "level": 4, + "title": "Resolving the containing group name", + "number": "8.7.2" + }, + { + "id": "vt-group-name-resolve", + "href": "https://drafts.csswg.org/css-view-transitions-2/#vt-group-name-resolve", + "level": 4, + "title": "Resolving the group name", + "number": "8.7.3" + }, { "id": "vt-group-capture-old", "href": "https://drafts.csswg.org/css-view-transitions-2/#vt-group-capture-old", "level": 4, "title": "Compute the old view-transition-group", - "number": "8.7.2" + "number": "8.7.4" }, { "id": "vt-group-capture-new", "href": "https://drafts.csswg.org/css-view-transitions-2/#vt-group-capture-new", "level": 4, "title": "Compute the new view-transition-group", - "number": "8.7.3" + "number": "8.7.5" }, { "id": "vt-group-reparent", "href": "https://drafts.csswg.org/css-view-transitions-2/#vt-group-reparent", "level": 4, "title": "Reparent a ::view-transition-group() to its specified containing group", - "number": "8.7.4" + "number": "8.7.6" }, { "id": "vt-group-transform-adjust", "href": "https://drafts.csswg.org/css-view-transitions-2/#vt-group-transform-adjust", "level": 4, "title": "Adjust the group’s transform to be relative to its containing ::view-transition-group()", - "number": "8.7.5" + "number": "8.7.7" }, { "id": "priv", diff --git a/ed/ids/css-content-3.json b/ed/ids/css-content-3.json index 98fd76b4ea3f..d212de51da5e 100644 --- a/ed/ids/css-content-3.json +++ b/ed/ids/css-content-3.json @@ -110,7 +110,7 @@ "https://drafts.csswg.org/css-content-3/#ref-for-comb-one%E2%91%A7", "https://drafts.csswg.org/css-content-3/#ref-for-typedef-quote", "https://drafts.csswg.org/css-content-3/#ref-for-comb-one%E2%91%A8", - "https://drafts.csswg.org/css-content-3/#ref-for-funcdef-leader", + "https://drafts.csswg.org/css-content-3/#ref-for-funcdef-content-leader", "https://drafts.csswg.org/css-content-3/#ref-for-comb-one%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-content-3/#ref-for-typedef-target", "https://drafts.csswg.org/css-content-3/#ref-for-comb-one%E2%91%A0%E2%91%A0", @@ -241,9 +241,9 @@ "https://drafts.csswg.org/css-content-3/#ref-for-valdef-content-close-quote%E2%91%A6", "https://drafts.csswg.org/css-content-3/#example-eb11c28e", "https://drafts.csswg.org/css-content-3/#leaders", - "https://drafts.csswg.org/css-content-3/#ref-for-funcdef-leader%E2%91%A0", + "https://drafts.csswg.org/css-content-3/#ref-for-funcdef-content-leader%E2%91%A0", "https://drafts.csswg.org/css-content-3/#leader-function", - "https://drafts.csswg.org/css-content-3/#ref-for-funcdef-leader%E2%91%A1", + "https://drafts.csswg.org/css-content-3/#ref-for-funcdef-content-leader%E2%91%A1", "https://drafts.csswg.org/css-content-3/#funcdef-content-leader", "https://drafts.csswg.org/css-content-3/#ref-for-typedef-leader-type", "https://drafts.csswg.org/css-content-3/#funcdef-leader", diff --git a/ed/ids/css-flexbox-1.json b/ed/ids/css-flexbox-1.json index 198fc7f087a9..fd83d7451b53 100644 --- a/ed/ids/css-flexbox-1.json +++ b/ed/ids/css-flexbox-1.json @@ -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-align-items-auto", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A3", "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", @@ -1533,12 +1533,12 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A2%E2%91%A4", "https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A2%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#change-2016-align-self-as-specified", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A1%E2%91%A2", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A1", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-items%E2%91%A6", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A2", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-items%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-stretch%E2%91%A0", @@ -1644,7 +1644,7 @@ "https://drafts.csswg.org/css-flexbox-1/#change-2016-auto-content-wording", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-flex-basis%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-content%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A3", + "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-valdef-flex-basis-content%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex-basis%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-width%E2%91%A1%E2%91%A1", @@ -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-flex-basis-auto%E2%91%A4", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A3", "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", @@ -2099,14 +2099,14 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-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-flex-basis-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-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-flex-basis-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-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%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 851dfcad8c4f..f9d4614399b1 100644 --- a/ed/ids/css-fonts-4.json +++ b/ed/ids/css-fonts-4.json @@ -821,7 +821,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A3%E2%91%A7", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values%E2%91%A1", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A3", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A3%E2%91%A8", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A4%E2%93%AA", "https://drafts.csswg.org/css-fonts-4/#descdef-font-feature-values-font-display", @@ -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-palette-normal", + "https://drafts.csswg.org/css-fonts-4/#ref-for-font-kerning-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-font-kerning-none-value", + "https://drafts.csswg.org/css-fonts-4/#ref-for-font-size-adjust-none-value%E2%91%A0", "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", @@ -1168,7 +1168,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values%E2%91%A8", "https://drafts.csswg.org/css-fonts-4/#ref-for-typedef-declaration-rule-list%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-rule", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A2", + "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-cssstyledeclaration-declarations", "https://drafts.csswg.org/css-fonts-4/#font-feature-value-declaration", "https://drafts.csswg.org/css-fonts-4/#ref-for-css-css-identifier", @@ -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-variant-none-value", + "https://drafts.csswg.org/css-fonts-4/#ref-for-font-variant-ligatures-none-value%E2%91%A0", "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", @@ -1303,7 +1303,7 @@ "https://drafts.csswg.org/css-fonts-4/#ffs-replacements", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-feature-settings%E2%91%A8", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-kerning%E2%91%A1", - "https://drafts.csswg.org/css-fonts-4/#ref-for-font-kerning-normal-value", + "https://drafts.csswg.org/css-fonts-4/#ref-for-font-kerning-normal-value%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-kerning%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-writing-mode", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant-ligatures%E2%91%A3", @@ -1549,22 +1549,22 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-color%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ex-normal-is-index-0", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-palette%E2%91%A2", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-palette-normal%E2%91%A0", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-palette-normal", "https://drafts.csswg.org/css-fonts-4/#valdef-font-palette-light", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-palette-normal%E2%91%A1", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-palette-normal%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#valdef-font-palette-dark", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-palette-normal%E2%91%A2", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-palette-normal%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#typedef-font-palette-palette-identifier", "https://drafts.csswg.org/css-fonts-4/#ref-for-typedef-font-palette-palette-identifier%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-palette-values%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-palette-values%E2%91%A1", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-palette-normal%E2%91%A3", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-palette-normal%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ref-for-typedef-font-palette-palette-identifier%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ref-for-typedef-dashed-ident", "https://drafts.csswg.org/css-fonts-4/#typedef-font-palette-palette-mix", "https://drafts.csswg.org/css-fonts-4/#ref-for-funcdef-palette-mix%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#ref-for-typedef-font-palette-palette-identifier%E2%91%A3", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-palette-normal%E2%91%A4", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-palette-normal%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-palette-light", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-palette-dark", "https://drafts.csswg.org/css-fonts-4/#ref-for-funcdef-palette-mix%E2%91%A5", @@ -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-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/#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-font-feature-settings-normal-value", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-style-normal%E2%91%A2", "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%A4", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A3", "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%A4", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A5", "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 df5d5ca772f2..08ea83b1d0ce 100644 --- a/ed/ids/css-grid-1.json +++ b/ed/ids/css-grid-1.json @@ -202,11 +202,11 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-block-level%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-block-formatting-context%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-block-box", - "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-grid-placement-auto", "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-valdef-grid-template-columns-auto%E2%91%A2", + "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%A3", + "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%A4", + "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%A5", + "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", - "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%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A2", "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%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A3", "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%A2", + "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-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%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A5", "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%A4", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A6", "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-valdef-grid-template-columns-auto%E2%91%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-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%A8", + "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-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%A0%E2%93%AA", + "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-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%A0%E2%91%A0", + "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-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%A0%E2%91%A1", + "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-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-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%A8", "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-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A3", + "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-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%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/#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-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A5", + "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%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-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A6", + "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-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-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%A1", "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%A8", + "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-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-grid-placement-auto%E2%91%A5", + "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-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%A1%E2%93%AA", + "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%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%A1%E2%91%A0", + "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-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%A1%E2%91%A1", + "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-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-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A2", + "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/#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%A1%E2%91%A3", - "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-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%A5", "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%A1%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-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%A1%E2%91%A5", + "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-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%A1%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-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%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-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%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-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%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-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%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-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%A2%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-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%A2%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-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%A2%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-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%A2%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-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%A2%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-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%A7", + "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-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%A2%E2%91%A6", + "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-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-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A7", + "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-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%A8", + "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-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%91%A8", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A3%E2%93%AA", - "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%A2%E2%91%A1", + "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/#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 5bb2299b9ca3..f1c36bd6fc2e 100644 --- a/ed/ids/css-grid-2.json +++ b/ed/ids/css-grid-2.json @@ -1060,8 +1060,8 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-rows-none%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#example-4fe2f42d", "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%A6", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A7", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-implicitly-assigned-line-name%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-named-grid-area%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-repeat%E2%91%A0%E2%91%A0", @@ -1435,7 +1435,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row-end%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-column-end%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-identifier-value%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#propdef-grid-area", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-grid-row-start-grid-line%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-grid-row-start-grid-line%E2%91%A5", @@ -1458,17 +1458,17 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-identifier-value%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-column-end%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-identifier-value%E2%91%A0%E2%91%A7", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A1", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row-end%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row-start%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-identifier-value%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row-end%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-identifier-value%E2%91%A1%E2%93%AA", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A2", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-column-start%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row-start%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-identifier-value%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A3", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-margin", "https://drafts.csswg.org/css-grid-2/#auto-placement-algo", "https://drafts.csswg.org/css-grid-2/#grid-item-placement-algorithm", @@ -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-grid-placement-auto%E2%91%A6", "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%A6", "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%A7", "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%A8", "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%93%AA", "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%A7", "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-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A8", "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-grid-placement-auto%E2%91%A7", + "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-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-grid-placement-auto%E2%91%A8", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%93%AA", "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%A2", + "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-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%A3", + "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-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%A4", + "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%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%A5", + "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-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,7 +2391,7 @@ "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-grid-placement-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%A5", "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%A6", diff --git a/ed/ids/css-pseudo-4.json b/ed/ids/css-pseudo-4.json index ae0382b2254c..583b3e20245a 100644 --- a/ed/ids/css-pseudo-4.json +++ b/ed/ids/css-pseudo-4.json @@ -543,7 +543,7 @@ "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-element-pseudo", "https://drafts.csswg.org/css-pseudo-4/#ref-for-cssstyledeclaration", "https://drafts.csswg.org/css-pseudo-4/#window-interface", - "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", "https://drafts.csswg.org/css-pseudo-4/#ref-for-element%E2%91%A3", "https://drafts.csswg.org/css-pseudo-4/#ref-for-element%E2%91%A4", "https://drafts.csswg.org/css-pseudo-4/#ref-for-element%E2%91%A5", @@ -564,7 +564,7 @@ "https://drafts.csswg.org/css-pseudo-4/#ref-for-originating-element%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-pseudo-4/#ref-for-csspseudoelement%E2%91%A8", "https://drafts.csswg.org/css-pseudo-4/#issue-302461e7", - "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo", + "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo-type", "https://drafts.csswg.org/css-pseudo-4/#getComputedStyle", "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-window-getcomputedstyle", "https://drafts.csswg.org/css-pseudo-4/#ref-for-highlight-pseudo-element%E2%91%A0%E2%91%A7", @@ -627,7 +627,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-element-pseudo%E2%91%A1", + "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-valdef-color-currentcolor%E2%91%A3", "https://drafts.csswg.org/css-pseudo-4/#ref-for-highlight-pseudo-element%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-pseudo-4/#ref-for-selectordef-first-line%E2%91%A2%E2%91%A0", diff --git a/ed/ids/css-values-5.json b/ed/ids/css-values-5.json index f0431c2e81e4..2e92c850774f 100644 --- a/ed/ids/css-values-5.json +++ b/ed/ids/css-values-5.json @@ -435,6 +435,7 @@ "https://drafts.csswg.org/css-values-5/#ref-for-css-consistent-type%E2%91%A1", "https://drafts.csswg.org/css-values-5/#ref-for-progress-start-value%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-values-5/#ref-for-progress-end-value%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-values-5/#ref-for-size-features", "https://drafts.csswg.org/css-values-5/#ref-for-number-value%E2%91%A7", "https://drafts.csswg.org/css-values-5/#ref-for-calculate-a-progress-function%E2%91%A2", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-container-progress%E2%91%A3", @@ -1297,6 +1298,7 @@ "https://drafts.csswg.org/css-values-5/#9b36d4cc", "https://drafts.csswg.org/css-values-5/#39f8b024", "https://drafts.csswg.org/css-values-5/#3c08f662", + "https://drafts.csswg.org/css-values-5/#abb4df1e", "https://drafts.csswg.org/css-values-5/#174d5a21", "https://drafts.csswg.org/css-values-5/#8095a819", "https://drafts.csswg.org/css-values-5/#64629ded", diff --git a/ed/ids/css-view-transitions-2.json b/ed/ids/css-view-transitions-2.json index 2da66fded271..e9c1b9679ace 100644 --- a/ed/ids/css-view-transitions-2.json +++ b/ed/ids/css-view-transitions-2.json @@ -400,34 +400,6 @@ "https://drafts.csswg.org/css-view-transitions-2/#ref-for-selectordef-view-transition-group%E2%91%A3", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-selectordef-view-transition-group%E2%91%A4", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-name%E2%91%A0%E2%91%A8", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-computed-value%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-name%E2%91%A1%E2%93%AA", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-valdef-view-transition-name-none%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-group%E2%91%A3", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-used-value%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-valdef-view-transition-name-none%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-2/#valdef-view-transition-group-normal", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-used-value%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-nearest-containing-group-name", - "https://drafts.csswg.org/css-view-transitions-2/#valdef-view-transition-group-nearest", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-used-value%E2%91%A3", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-name%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-computed-value%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-name%E2%91%A1%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-computed-value%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-valdef-view-transition-name-none%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-2/#valdef-view-transition-group-contain", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-used-value%E2%91%A4", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-nearest-containing-group-name%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-nearest-containing-group-name%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-2/#valdef-view-transition-group-custom-ident", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-identifier-value%E2%91%A0%E2%91%A4", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-used-value%E2%91%A5", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-identifier-value%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-name%E2%91%A1%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-computed-value%E2%91%A3", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-identifier-value%E2%91%A0%E2%91%A6", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-nearest-containing-group-name%E2%91%A2", "https://drafts.csswg.org/css-view-transitions-2/#algorithms", "https://drafts.csswg.org/css-view-transitions-2/#cross-doc-data-structures", "https://drafts.csswg.org/css-view-transitions-2/#cross-doc-data-structure-document", @@ -470,16 +442,16 @@ "https://drafts.csswg.org/css-view-transitions-2/#ref-for-visibility-state", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-at-view-transition-rule%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-view-transition-navigation%E2%91%A1", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-computed-value%E2%91%A4", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-computed-value%E2%91%A0", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-valdef-view-transition-navigation-none", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-view-transition-navigation%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-computed-value%E2%91%A5", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-computed-value%E2%91%A1", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-valdef-view-transition-navigation-auto%E2%91%A0", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-view-transition-types%E2%91%A3", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-computed-value%E2%91%A6", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-computed-value%E2%91%A2", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-ordered-set%E2%91%A1", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-ordered-set%E2%91%A2", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-computed-value%E2%91%A7", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-computed-value%E2%91%A3", "https://drafts.csswg.org/css-view-transitions-2/#setup-old-document-vt", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-view-transitions-2/#check-eligibility", @@ -596,36 +568,61 @@ "https://drafts.csswg.org/css-view-transitions-2/#ref-for-captured-element%E2%91%A2", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-element", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-captured-element-class-list%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-computed-value%E2%91%A8", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-computed-value%E2%91%A4", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-class%E2%91%A7", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-concept-node-document%E2%91%A2", "https://drafts.csswg.org/css-view-transitions-2/#vt-group-algorithm", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-group%E2%91%A3", + "https://drafts.csswg.org/css-view-transitions-2/#vt-group-value-resolve", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-group%E2%91%A4", - "https://drafts.csswg.org/css-view-transitions-2/#vt-group-nearest-contain", + "https://drafts.csswg.org/css-view-transitions-2/#document-scoped-view-transition-group", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-element%E2%91%A0", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-computed-value%E2%91%A5", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-group%E2%91%A5", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-concept-node-document%E2%91%A3", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-valdef-view-transition-group-normal", + "https://drafts.csswg.org/css-view-transitions-2/#vt-containing-group-name-resolve", "https://drafts.csswg.org/css-view-transitions-2/#nearest-containing-group-name", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-element%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-name%E2%91%A1%E2%91%A3", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-computed-value%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-valdef-view-transition-name-none%E2%91%A3", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-group%E2%91%A6", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-computed-value%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-element%E2%91%A1", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-viewtransition%E2%91%A0%E2%91%A8", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-flat-tree", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-concept-tree-ancestor", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document-scoped-view-transition-group", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-valdef-view-transition-group-normal%E2%91%A0", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document-scoped-view-transition-name", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-valdef-view-transition-name-none%E2%91%A0", + "https://drafts.csswg.org/css-view-transitions-2/#vt-group-name-resolve", + "https://drafts.csswg.org/css-view-transitions-2/#used-group-name", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-element%E2%91%A2", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-viewtransition%E2%91%A1%E2%93%AA", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document-scoped-view-transition-group%E2%91%A0", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-nearest-containing-group-name", + "https://drafts.csswg.org/css-view-transitions-2/#valdef-view-transition-group-normal", + "https://drafts.csswg.org/css-view-transitions-2/#valdef-view-transition-group-contain", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-valdef-view-transition-group-contain", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-name%E2%91%A1%E2%91%A4", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-computed-value%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-nearest-containing-group-name%E2%91%A0", + "https://drafts.csswg.org/css-view-transitions-2/#valdef-view-transition-group-nearest", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document-scoped-view-transition-name%E2%91%A0", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-flat-tree%E2%91%A0", + "https://drafts.csswg.org/css-view-transitions-2/#valdef-view-transition-group-custom-ident", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-identifier-value%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-flat-tree%E2%91%A1", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-concept-tree-ancestor%E2%91%A0", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-document-scoped-view-transition-name%E2%91%A1", "https://drafts.csswg.org/css-view-transitions-2/#vt-group-capture-old", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-group%E2%91%A7", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-group%E2%91%A6", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-captured-element%E2%91%A3", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-element%E2%91%A1", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-viewtransition%E2%91%A1%E2%91%A0", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-element%E2%91%A3", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-captured-element-containing-group-name", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-used-value%E2%91%A6", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-used-group-name", "https://drafts.csswg.org/css-view-transitions-2/#vt-group-capture-new", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-group%E2%91%A8", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-group%E2%91%A7", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-captured-element%E2%91%A4", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-element%E2%91%A2", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-viewtransition%E2%91%A1%E2%91%A1", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-element%E2%91%A4", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-captured-element-containing-group-name%E2%91%A0", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-used-value%E2%91%A7", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-group%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-used-group-name%E2%91%A0", "https://drafts.csswg.org/css-view-transitions-2/#vt-group-reparent", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-selectordef-view-transition-group%E2%91%A5", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-captured-element%E2%91%A5", @@ -642,7 +639,7 @@ "https://drafts.csswg.org/css-view-transitions-2/#ref-for-selectordef-view-transition-group%E2%91%A8", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-captured-element-group-styles-rule", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-captured-element%E2%91%A6", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-viewtransition%E2%91%A0%E2%91%A8", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-viewtransition%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-captured-element-transform-from-snapshot-containing-block", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-captured-element-containing-group-name%E2%91%A2", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-viewtransition-named-elements%E2%91%A3", @@ -678,6 +675,7 @@ "https://drafts.csswg.org/css-view-transitions-2/#77f17203", "https://drafts.csswg.org/css-view-transitions-2/#6821b177", "https://drafts.csswg.org/css-view-transitions-2/#86928bde", + "https://drafts.csswg.org/css-view-transitions-2/#22109b0e", "https://drafts.csswg.org/css-view-transitions-2/#778f8dbd", "https://drafts.csswg.org/css-view-transitions-2/#2988c385", "https://drafts.csswg.org/css-view-transitions-2/#84252421", @@ -702,6 +700,7 @@ "https://drafts.csswg.org/css-view-transitions-2/#23602f1b", "https://drafts.csswg.org/css-view-transitions-2/#305d5433", "https://drafts.csswg.org/css-view-transitions-2/#4f226624", + "https://drafts.csswg.org/css-view-transitions-2/#be682052", "https://drafts.csswg.org/css-view-transitions-2/#ffb05a17", "https://drafts.csswg.org/css-view-transitions-2/#2bec68b0", "https://drafts.csswg.org/css-view-transitions-2/#aaad83a9", @@ -729,6 +728,7 @@ "https://drafts.csswg.org/css-view-transitions-2/#ebaeb088", "https://drafts.csswg.org/css-view-transitions-2/#85394472", "https://drafts.csswg.org/css-view-transitions-2/#296f3551", + "https://drafts.csswg.org/css-view-transitions-2/#80159636", "https://drafts.csswg.org/css-view-transitions-2/#705b4fd3", "https://drafts.csswg.org/css-view-transitions-2/#a973e0fe", "https://drafts.csswg.org/css-view-transitions-2/#2f0ba72c", @@ -829,7 +829,7 @@ "https://drafts.csswg.org/css-view-transitions-2/#biblio-css-shadow-parts-1", "https://drafts.csswg.org/css-view-transitions-2/#property-index", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-class%E2%91%A8", - "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-group%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-view-transitions-2/#ref-for-propdef-view-transition-group%E2%91%A8", "https://drafts.csswg.org/css-view-transitions-2/#view-transition-descriptor-table", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-at-view-transition-rule%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-view-transitions-2/#ref-for-descdef-view-transition-navigation", diff --git a/ed/ids/quirks.json b/ed/ids/quirks.json index c24a80cb9fe7..e5b1c396db7c 100644 --- a/ed/ids/quirks.json +++ b/ed/ids/quirks.json @@ -23,10 +23,6 @@ "https://quirks.spec.whatwg.org/#conformance", "https://quirks.spec.whatwg.org/#terminology", "https://quirks.spec.whatwg.org/#documents-body-element", - "https://quirks.spec.whatwg.org/#infopanel-for-documents-body-element", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-documents-body-element", - "https://quirks.spec.whatwg.org/#infopanel-for-documents-body-element", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-documents-body-element", "https://quirks.spec.whatwg.org/#ref-for-concept-tree-child", "https://quirks.spec.whatwg.org/#ref-for-document-element", "https://quirks.spec.whatwg.org/#ref-for-the-body-element", @@ -137,7 +133,7 @@ "https://quirks.spec.whatwg.org/#ref-for-propdef-float", "https://quirks.spec.whatwg.org/#ref-for-valdef-float-none", "https://quirks.spec.whatwg.org/#ref-for-inline-level%E2%91%A0", - "https://quirks.spec.whatwg.org/#ref-for-spanning-element", + "https://quirks.spec.whatwg.org/#ref-for-multi-column-spanning-element", "https://quirks.spec.whatwg.org/#ref-for-border-edge%E2%91%A1", "https://quirks.spec.whatwg.org/#ref-for-block-flow-direction%E2%91%A1", "https://quirks.spec.whatwg.org/#ref-for-used-value%E2%91%A3", @@ -245,430 +241,90 @@ "https://quirks.spec.whatwg.org/#index-defined-here", "https://quirks.spec.whatwg.org/#index-defined-elsewhere", "https://quirks.spec.whatwg.org/#3a35a92a", - "https://quirks.spec.whatwg.org/#infopanel-for-3a35a92a", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-3a35a92a", - "https://quirks.spec.whatwg.org/#infopanel-for-3a35a92a", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-3a35a92a", "https://quirks.spec.whatwg.org/#e4fa28e9", - "https://quirks.spec.whatwg.org/#infopanel-for-e4fa28e9", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-e4fa28e9", - "https://quirks.spec.whatwg.org/#infopanel-for-e4fa28e9", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-e4fa28e9", "https://quirks.spec.whatwg.org/#dd0f8cfb", - "https://quirks.spec.whatwg.org/#infopanel-for-dd0f8cfb", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-dd0f8cfb", - "https://quirks.spec.whatwg.org/#infopanel-for-dd0f8cfb", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-dd0f8cfb", "https://quirks.spec.whatwg.org/#8000726e", - "https://quirks.spec.whatwg.org/#infopanel-for-8000726e", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-8000726e", - "https://quirks.spec.whatwg.org/#infopanel-for-8000726e", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-8000726e", "https://quirks.spec.whatwg.org/#989f9ee6", - "https://quirks.spec.whatwg.org/#infopanel-for-989f9ee6", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-989f9ee6", - "https://quirks.spec.whatwg.org/#infopanel-for-989f9ee6", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-989f9ee6", "https://quirks.spec.whatwg.org/#42871fa3", - "https://quirks.spec.whatwg.org/#infopanel-for-42871fa3", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-42871fa3", - "https://quirks.spec.whatwg.org/#infopanel-for-42871fa3", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-42871fa3", "https://quirks.spec.whatwg.org/#4a16f115", - "https://quirks.spec.whatwg.org/#infopanel-for-4a16f115", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-4a16f115", - "https://quirks.spec.whatwg.org/#infopanel-for-4a16f115", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-4a16f115", "https://quirks.spec.whatwg.org/#cbfeec00", - "https://quirks.spec.whatwg.org/#infopanel-for-cbfeec00", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-cbfeec00", - "https://quirks.spec.whatwg.org/#infopanel-for-cbfeec00", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-cbfeec00", "https://quirks.spec.whatwg.org/#aaf6abed", - "https://quirks.spec.whatwg.org/#infopanel-for-aaf6abed", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-aaf6abed", - "https://quirks.spec.whatwg.org/#infopanel-for-aaf6abed", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-aaf6abed", "https://quirks.spec.whatwg.org/#ad065a5c", - "https://quirks.spec.whatwg.org/#infopanel-for-ad065a5c", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-ad065a5c", - "https://quirks.spec.whatwg.org/#infopanel-for-ad065a5c", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-ad065a5c", "https://quirks.spec.whatwg.org/#00140718", - "https://quirks.spec.whatwg.org/#infopanel-for-00140718", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-00140718", - "https://quirks.spec.whatwg.org/#infopanel-for-00140718", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-00140718", "https://quirks.spec.whatwg.org/#ca62982f", - "https://quirks.spec.whatwg.org/#infopanel-for-ca62982f", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-ca62982f", - "https://quirks.spec.whatwg.org/#infopanel-for-ca62982f", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-ca62982f", "https://quirks.spec.whatwg.org/#76207212", - "https://quirks.spec.whatwg.org/#infopanel-for-76207212", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-76207212", - "https://quirks.spec.whatwg.org/#infopanel-for-76207212", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-76207212", "https://quirks.spec.whatwg.org/#37c6bd4e", - "https://quirks.spec.whatwg.org/#infopanel-for-37c6bd4e", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-37c6bd4e", - "https://quirks.spec.whatwg.org/#infopanel-for-37c6bd4e", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-37c6bd4e", "https://quirks.spec.whatwg.org/#49a5f65f", - "https://quirks.spec.whatwg.org/#infopanel-for-49a5f65f", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-49a5f65f", - "https://quirks.spec.whatwg.org/#infopanel-for-49a5f65f", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-49a5f65f", "https://quirks.spec.whatwg.org/#9cd25054", - "https://quirks.spec.whatwg.org/#infopanel-for-9cd25054", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-9cd25054", - "https://quirks.spec.whatwg.org/#infopanel-for-9cd25054", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-9cd25054", "https://quirks.spec.whatwg.org/#a4eb3c57", - "https://quirks.spec.whatwg.org/#infopanel-for-a4eb3c57", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-a4eb3c57", - "https://quirks.spec.whatwg.org/#infopanel-for-a4eb3c57", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-a4eb3c57", "https://quirks.spec.whatwg.org/#73ea1d43", - "https://quirks.spec.whatwg.org/#infopanel-for-73ea1d43", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-73ea1d43", - "https://quirks.spec.whatwg.org/#infopanel-for-73ea1d43", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-73ea1d43", "https://quirks.spec.whatwg.org/#9f3d4f17", - "https://quirks.spec.whatwg.org/#infopanel-for-9f3d4f17", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-9f3d4f17", - "https://quirks.spec.whatwg.org/#infopanel-for-9f3d4f17", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-9f3d4f17", "https://quirks.spec.whatwg.org/#ea663a43", - "https://quirks.spec.whatwg.org/#infopanel-for-ea663a43", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-ea663a43", - "https://quirks.spec.whatwg.org/#infopanel-for-ea663a43", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-ea663a43", "https://quirks.spec.whatwg.org/#e7f0dd6c", - "https://quirks.spec.whatwg.org/#infopanel-for-e7f0dd6c", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-e7f0dd6c", - "https://quirks.spec.whatwg.org/#infopanel-for-e7f0dd6c", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-e7f0dd6c", "https://quirks.spec.whatwg.org/#8d0ede2c", - "https://quirks.spec.whatwg.org/#infopanel-for-8d0ede2c", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-8d0ede2c", - "https://quirks.spec.whatwg.org/#infopanel-for-8d0ede2c", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-8d0ede2c", "https://quirks.spec.whatwg.org/#b8f126f1", - "https://quirks.spec.whatwg.org/#infopanel-for-b8f126f1", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-b8f126f1", - "https://quirks.spec.whatwg.org/#infopanel-for-b8f126f1", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-b8f126f1", "https://quirks.spec.whatwg.org/#d7fa3e1c", - "https://quirks.spec.whatwg.org/#infopanel-for-d7fa3e1c", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-d7fa3e1c", - "https://quirks.spec.whatwg.org/#infopanel-for-d7fa3e1c", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-d7fa3e1c", "https://quirks.spec.whatwg.org/#abb2bed7", - "https://quirks.spec.whatwg.org/#infopanel-for-abb2bed7", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-abb2bed7", - "https://quirks.spec.whatwg.org/#infopanel-for-abb2bed7", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-abb2bed7", "https://quirks.spec.whatwg.org/#b08fde22", - "https://quirks.spec.whatwg.org/#infopanel-for-b08fde22", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-b08fde22", - "https://quirks.spec.whatwg.org/#infopanel-for-b08fde22", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-b08fde22", "https://quirks.spec.whatwg.org/#09057a05", - "https://quirks.spec.whatwg.org/#infopanel-for-09057a05", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-09057a05", - "https://quirks.spec.whatwg.org/#infopanel-for-09057a05", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-09057a05", "https://quirks.spec.whatwg.org/#02d764d2", - "https://quirks.spec.whatwg.org/#infopanel-for-02d764d2", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-02d764d2", - "https://quirks.spec.whatwg.org/#infopanel-for-02d764d2", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-02d764d2", "https://quirks.spec.whatwg.org/#5c6db8f2", - "https://quirks.spec.whatwg.org/#infopanel-for-5c6db8f2", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-5c6db8f2", - "https://quirks.spec.whatwg.org/#infopanel-for-5c6db8f2", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-5c6db8f2", "https://quirks.spec.whatwg.org/#cd864e67", - "https://quirks.spec.whatwg.org/#infopanel-for-cd864e67", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-cd864e67", - "https://quirks.spec.whatwg.org/#infopanel-for-cd864e67", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-cd864e67", "https://quirks.spec.whatwg.org/#215d97a0", - "https://quirks.spec.whatwg.org/#infopanel-for-215d97a0", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-215d97a0", - "https://quirks.spec.whatwg.org/#infopanel-for-215d97a0", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-215d97a0", "https://quirks.spec.whatwg.org/#0f74c2d4", - "https://quirks.spec.whatwg.org/#infopanel-for-0f74c2d4", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-0f74c2d4", - "https://quirks.spec.whatwg.org/#infopanel-for-0f74c2d4", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-0f74c2d4", "https://quirks.spec.whatwg.org/#a8078b03", - "https://quirks.spec.whatwg.org/#infopanel-for-a8078b03", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-a8078b03", - "https://quirks.spec.whatwg.org/#infopanel-for-a8078b03", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-a8078b03", "https://quirks.spec.whatwg.org/#7b16d6ab", - "https://quirks.spec.whatwg.org/#infopanel-for-7b16d6ab", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-7b16d6ab", - "https://quirks.spec.whatwg.org/#infopanel-for-7b16d6ab", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-7b16d6ab", "https://quirks.spec.whatwg.org/#3d3e300e", - "https://quirks.spec.whatwg.org/#infopanel-for-3d3e300e", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-3d3e300e", - "https://quirks.spec.whatwg.org/#infopanel-for-3d3e300e", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-3d3e300e", "https://quirks.spec.whatwg.org/#b7221005", - "https://quirks.spec.whatwg.org/#infopanel-for-b7221005", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-b7221005", - "https://quirks.spec.whatwg.org/#infopanel-for-b7221005", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-b7221005", "https://quirks.spec.whatwg.org/#b8a0ba74", - "https://quirks.spec.whatwg.org/#infopanel-for-b8a0ba74", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-b8a0ba74", - "https://quirks.spec.whatwg.org/#infopanel-for-b8a0ba74", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-b8a0ba74", "https://quirks.spec.whatwg.org/#026d7801", - "https://quirks.spec.whatwg.org/#infopanel-for-026d7801", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-026d7801", - "https://quirks.spec.whatwg.org/#infopanel-for-026d7801", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-026d7801", "https://quirks.spec.whatwg.org/#288dfcac", - "https://quirks.spec.whatwg.org/#infopanel-for-288dfcac", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-288dfcac", - "https://quirks.spec.whatwg.org/#infopanel-for-288dfcac", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-288dfcac", "https://quirks.spec.whatwg.org/#0e5cedd7", - "https://quirks.spec.whatwg.org/#infopanel-for-0e5cedd7", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-0e5cedd7", - "https://quirks.spec.whatwg.org/#infopanel-for-0e5cedd7", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-0e5cedd7", "https://quirks.spec.whatwg.org/#007d8bd9", - "https://quirks.spec.whatwg.org/#infopanel-for-007d8bd9", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-007d8bd9", - "https://quirks.spec.whatwg.org/#infopanel-for-007d8bd9", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-007d8bd9", "https://quirks.spec.whatwg.org/#75e46141", - "https://quirks.spec.whatwg.org/#infopanel-for-75e46141", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-75e46141", - "https://quirks.spec.whatwg.org/#infopanel-for-75e46141", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-75e46141", "https://quirks.spec.whatwg.org/#68019d7a", - "https://quirks.spec.whatwg.org/#infopanel-for-68019d7a", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-68019d7a", - "https://quirks.spec.whatwg.org/#infopanel-for-68019d7a", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-68019d7a", "https://quirks.spec.whatwg.org/#88643fe0", - "https://quirks.spec.whatwg.org/#infopanel-for-88643fe0", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-88643fe0", - "https://quirks.spec.whatwg.org/#infopanel-for-88643fe0", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-88643fe0", "https://quirks.spec.whatwg.org/#994d0e36", - "https://quirks.spec.whatwg.org/#infopanel-for-994d0e36", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-994d0e36", - "https://quirks.spec.whatwg.org/#infopanel-for-994d0e36", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-994d0e36", "https://quirks.spec.whatwg.org/#0e74a72c", - "https://quirks.spec.whatwg.org/#infopanel-for-0e74a72c", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-0e74a72c", - "https://quirks.spec.whatwg.org/#infopanel-for-0e74a72c", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-0e74a72c", "https://quirks.spec.whatwg.org/#fb030e6c", - "https://quirks.spec.whatwg.org/#infopanel-for-fb030e6c", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-fb030e6c", - "https://quirks.spec.whatwg.org/#infopanel-for-fb030e6c", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-fb030e6c", "https://quirks.spec.whatwg.org/#15f5b381", - "https://quirks.spec.whatwg.org/#infopanel-for-15f5b381", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-15f5b381", - "https://quirks.spec.whatwg.org/#infopanel-for-15f5b381", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-15f5b381", "https://quirks.spec.whatwg.org/#88dd7551", - "https://quirks.spec.whatwg.org/#infopanel-for-88dd7551", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-88dd7551", - "https://quirks.spec.whatwg.org/#infopanel-for-88dd7551", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-88dd7551", "https://quirks.spec.whatwg.org/#933fdf29", - "https://quirks.spec.whatwg.org/#infopanel-for-933fdf29", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-933fdf29", - "https://quirks.spec.whatwg.org/#infopanel-for-933fdf29", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-933fdf29", "https://quirks.spec.whatwg.org/#09e4de67", - "https://quirks.spec.whatwg.org/#infopanel-for-09e4de67", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-09e4de67", - "https://quirks.spec.whatwg.org/#infopanel-for-09e4de67", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-09e4de67", "https://quirks.spec.whatwg.org/#288da816", - "https://quirks.spec.whatwg.org/#infopanel-for-288da816", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-288da816", - "https://quirks.spec.whatwg.org/#infopanel-for-288da816", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-288da816", "https://quirks.spec.whatwg.org/#6ed8382d", - "https://quirks.spec.whatwg.org/#infopanel-for-6ed8382d", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-6ed8382d", - "https://quirks.spec.whatwg.org/#infopanel-for-6ed8382d", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-6ed8382d", "https://quirks.spec.whatwg.org/#1107e6c1", - "https://quirks.spec.whatwg.org/#infopanel-for-1107e6c1", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-1107e6c1", - "https://quirks.spec.whatwg.org/#infopanel-for-1107e6c1", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-1107e6c1", "https://quirks.spec.whatwg.org/#f80bfcde", - "https://quirks.spec.whatwg.org/#infopanel-for-f80bfcde", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-f80bfcde", - "https://quirks.spec.whatwg.org/#infopanel-for-f80bfcde", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-f80bfcde", "https://quirks.spec.whatwg.org/#3ca3de51", - "https://quirks.spec.whatwg.org/#infopanel-for-3ca3de51", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-3ca3de51", - "https://quirks.spec.whatwg.org/#infopanel-for-3ca3de51", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-3ca3de51", "https://quirks.spec.whatwg.org/#cc123316", - "https://quirks.spec.whatwg.org/#infopanel-for-cc123316", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-cc123316", - "https://quirks.spec.whatwg.org/#infopanel-for-cc123316", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-cc123316", "https://quirks.spec.whatwg.org/#972cd96a", - "https://quirks.spec.whatwg.org/#infopanel-for-972cd96a", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-972cd96a", - "https://quirks.spec.whatwg.org/#infopanel-for-972cd96a", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-972cd96a", "https://quirks.spec.whatwg.org/#0570259e", - "https://quirks.spec.whatwg.org/#infopanel-for-0570259e", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-0570259e", - "https://quirks.spec.whatwg.org/#infopanel-for-0570259e", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-0570259e", "https://quirks.spec.whatwg.org/#ac54fbff", - "https://quirks.spec.whatwg.org/#infopanel-for-ac54fbff", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-ac54fbff", - "https://quirks.spec.whatwg.org/#infopanel-for-ac54fbff", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-ac54fbff", - "https://quirks.spec.whatwg.org/#ede43c09", - "https://quirks.spec.whatwg.org/#infopanel-for-ede43c09", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-ede43c09", - "https://quirks.spec.whatwg.org/#infopanel-for-ede43c09", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-ede43c09", + "https://quirks.spec.whatwg.org/#266387b1", "https://quirks.spec.whatwg.org/#84f47c16", - "https://quirks.spec.whatwg.org/#infopanel-for-84f47c16", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-84f47c16", - "https://quirks.spec.whatwg.org/#infopanel-for-84f47c16", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-84f47c16", "https://quirks.spec.whatwg.org/#2f0ba72c", - "https://quirks.spec.whatwg.org/#infopanel-for-2f0ba72c", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-2f0ba72c", - "https://quirks.spec.whatwg.org/#infopanel-for-2f0ba72c", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-2f0ba72c", "https://quirks.spec.whatwg.org/#49be3c30", - "https://quirks.spec.whatwg.org/#infopanel-for-49be3c30", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-49be3c30", - "https://quirks.spec.whatwg.org/#infopanel-for-49be3c30", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-49be3c30", "https://quirks.spec.whatwg.org/#ce4674f3", - "https://quirks.spec.whatwg.org/#infopanel-for-ce4674f3", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-ce4674f3", - "https://quirks.spec.whatwg.org/#infopanel-for-ce4674f3", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-ce4674f3", "https://quirks.spec.whatwg.org/#fd11cdcd", - "https://quirks.spec.whatwg.org/#infopanel-for-fd11cdcd", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-fd11cdcd", - "https://quirks.spec.whatwg.org/#infopanel-for-fd11cdcd", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-fd11cdcd", "https://quirks.spec.whatwg.org/#2f0492ac", - "https://quirks.spec.whatwg.org/#infopanel-for-2f0492ac", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-2f0492ac", - "https://quirks.spec.whatwg.org/#infopanel-for-2f0492ac", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-2f0492ac", "https://quirks.spec.whatwg.org/#cf87e3bd", - "https://quirks.spec.whatwg.org/#infopanel-for-cf87e3bd", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-cf87e3bd", - "https://quirks.spec.whatwg.org/#infopanel-for-cf87e3bd", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-cf87e3bd", "https://quirks.spec.whatwg.org/#c3dd181e", - "https://quirks.spec.whatwg.org/#infopanel-for-c3dd181e", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-c3dd181e", - "https://quirks.spec.whatwg.org/#infopanel-for-c3dd181e", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-c3dd181e", "https://quirks.spec.whatwg.org/#f0811ff8", - "https://quirks.spec.whatwg.org/#infopanel-for-f0811ff8", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-f0811ff8", - "https://quirks.spec.whatwg.org/#infopanel-for-f0811ff8", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-f0811ff8", "https://quirks.spec.whatwg.org/#c6e0415b", - "https://quirks.spec.whatwg.org/#infopanel-for-c6e0415b", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-c6e0415b", - "https://quirks.spec.whatwg.org/#infopanel-for-c6e0415b", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-c6e0415b", "https://quirks.spec.whatwg.org/#5eab14cd", - "https://quirks.spec.whatwg.org/#infopanel-for-5eab14cd", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-5eab14cd", - "https://quirks.spec.whatwg.org/#infopanel-for-5eab14cd", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-5eab14cd", "https://quirks.spec.whatwg.org/#6b68bc64", - "https://quirks.spec.whatwg.org/#infopanel-for-6b68bc64", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-6b68bc64", - "https://quirks.spec.whatwg.org/#infopanel-for-6b68bc64", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-6b68bc64", "https://quirks.spec.whatwg.org/#c51ad875", - "https://quirks.spec.whatwg.org/#infopanel-for-c51ad875", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-c51ad875", - "https://quirks.spec.whatwg.org/#infopanel-for-c51ad875", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-c51ad875", "https://quirks.spec.whatwg.org/#f71a1b93", - "https://quirks.spec.whatwg.org/#infopanel-for-f71a1b93", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-f71a1b93", - "https://quirks.spec.whatwg.org/#infopanel-for-f71a1b93", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-f71a1b93", "https://quirks.spec.whatwg.org/#a6d5d47b", - "https://quirks.spec.whatwg.org/#infopanel-for-a6d5d47b", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-a6d5d47b", - "https://quirks.spec.whatwg.org/#infopanel-for-a6d5d47b", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-a6d5d47b", "https://quirks.spec.whatwg.org/#2fb9329a", - "https://quirks.spec.whatwg.org/#infopanel-for-2fb9329a", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-2fb9329a", - "https://quirks.spec.whatwg.org/#infopanel-for-2fb9329a", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-2fb9329a", "https://quirks.spec.whatwg.org/#f4eec130", - "https://quirks.spec.whatwg.org/#infopanel-for-f4eec130", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-f4eec130", - "https://quirks.spec.whatwg.org/#infopanel-for-f4eec130", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-f4eec130", "https://quirks.spec.whatwg.org/#223a826d", - "https://quirks.spec.whatwg.org/#infopanel-for-223a826d", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-223a826d", - "https://quirks.spec.whatwg.org/#infopanel-for-223a826d", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-223a826d", "https://quirks.spec.whatwg.org/#24408a11", - "https://quirks.spec.whatwg.org/#infopanel-for-24408a11", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-24408a11", - "https://quirks.spec.whatwg.org/#infopanel-for-24408a11", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-24408a11", "https://quirks.spec.whatwg.org/#afde9b5e", - "https://quirks.spec.whatwg.org/#infopanel-for-afde9b5e", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-afde9b5e", - "https://quirks.spec.whatwg.org/#infopanel-for-afde9b5e", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-afde9b5e", "https://quirks.spec.whatwg.org/#679bc36f", - "https://quirks.spec.whatwg.org/#infopanel-for-679bc36f", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-679bc36f", - "https://quirks.spec.whatwg.org/#infopanel-for-679bc36f", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-679bc36f", "https://quirks.spec.whatwg.org/#628c6566", - "https://quirks.spec.whatwg.org/#infopanel-for-628c6566", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-628c6566", - "https://quirks.spec.whatwg.org/#infopanel-for-628c6566", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-628c6566", "https://quirks.spec.whatwg.org/#9bfc28f6", - "https://quirks.spec.whatwg.org/#infopanel-for-9bfc28f6", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-9bfc28f6", - "https://quirks.spec.whatwg.org/#infopanel-for-9bfc28f6", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-9bfc28f6", "https://quirks.spec.whatwg.org/#32c45571", - "https://quirks.spec.whatwg.org/#infopanel-for-32c45571", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-32c45571", - "https://quirks.spec.whatwg.org/#infopanel-for-32c45571", - "https://quirks.spec.whatwg.org/#infopaneltitle-for-32c45571", "https://quirks.spec.whatwg.org/#references", "https://quirks.spec.whatwg.org/#normative", "https://quirks.spec.whatwg.org/#biblio-css-backgrounds-3", diff --git a/ed/ids/turtledove.json b/ed/ids/turtledove.json index 19fedf7209de..05d9309d63d5 100644 --- a/ed/ids/turtledove.json +++ b/ed/ids/turtledove.json @@ -2620,8 +2620,6 @@ "https://wicg.github.io/turtledove/#ref-for-global-object%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A2%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A1%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A2%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-bid-debug-reporting-info%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-leading-bid-info%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-in-parallel%E2%91%A5", @@ -2666,7 +2664,7 @@ "https://wicg.github.io/turtledove/#ref-for-ad-descriptor%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-ad-descriptor-url%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-server-auction-response-ad-render-url%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A2%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A2%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-ad-descriptor%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A3%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-server-auction-response-ad-components", @@ -2767,7 +2765,6 @@ "https://wicg.github.io/turtledove/#ref-for-interest-group-last-updated%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-next-update-after%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dfn-current-wall-time%E2%91%A8", - "https://wicg.github.io/turtledove/#issue-fb61cb63", "https://wicg.github.io/turtledove/#canloadadauctionfencedframe", "https://wicg.github.io/turtledove/#ref-for-dom-navigator%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-dom-navigator-runadauction%E2%91%A0%E2%91%A2", @@ -2863,19 +2860,19 @@ "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-name%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#server-auction-interest-group-bidding-signals-keys", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A2%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A2%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A1%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-trusted-bidding-signals-keys%E2%91%A3", "https://wicg.github.io/turtledove/#server-auction-interest-group-user-bidding-signals", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A1%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-user-bidding-signals%E2%91%A1", "https://wicg.github.io/turtledove/#server-auction-interest-group-ads", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A2%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A2%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A1%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-ad-render-id%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interest-group-ads%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#server-auction-interest-group-components", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A2%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A2%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A1%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-ad-render-id%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-components%E2%91%A6", @@ -2925,7 +2922,7 @@ "https://wicg.github.io/turtledove/#ref-for-generated-bid-ad-descriptor%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-ad-descriptor-url%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#server-auction-response-ad-components", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A2%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A2%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-generated-bid-ad-component-descriptors%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-ad-descriptor-url%E2%91%A0%E2%91%A4", @@ -2936,7 +2933,7 @@ "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A3%E2%91%A4", "https://wicg.github.io/turtledove/#server-auction-response-bidding-groups", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A2%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A2%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-tuple%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A3%E2%91%A5", @@ -3032,7 +3029,7 @@ "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A0%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A2%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A2%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-dfn-moment%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dfn-current-wall-time%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A3%E2%91%A6", @@ -3049,13 +3046,13 @@ "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A8%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A4%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A2%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A2%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A3%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-interest-group-ads%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A1%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-ad-render-id%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A3%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-components%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A1%E2%91%A7", @@ -3163,7 +3160,7 @@ "https://wicg.github.io/turtledove/#look-up-the-server-encryption-key", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A1%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-byte-sequence%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-byte", "https://wicg.github.io/turtledove/#ref-for-tuple%E2%91%A4", @@ -3180,14 +3177,14 @@ "https://wicg.github.io/turtledove/#collect-a-single-fordebuggingonly-report", "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A1%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dom-interestgroupbiddingandscoringscriptrunnerglobalscope-fordebuggingonly%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-is-debugging-only-in-cooldown-or-lockout%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-sample-a-debug-report", "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A2%E2%91%A0", "https://wicg.github.io/turtledove/#collect-fordebuggingonly-reports", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-bid-debug-reporting-info%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-bid-debug-reporting-info%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A1%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-leading-bid-info%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-auction-report-info%E2%91%A2", @@ -3229,11 +3226,11 @@ "https://wicg.github.io/turtledove/#ref-for-bid-debug-reporting-info-top-level-seller-debug-loss-report-url%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-auction-report-info-debug-loss-report-urls%E2%91%A4", "https://wicg.github.io/turtledove/#register-bids-for-fordebuggingonly-reports", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-generated-bid%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-bid-debug-reporting-info%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-bid-debug-reporting-info%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-bid-debug-reporting-info%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-list-size%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A2%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A4%E2%91%A2", @@ -3301,7 +3298,7 @@ "https://wicg.github.io/turtledove/#number-of-platform-buckets", "https://wicg.github.io/turtledove/#real-time-report-example", "https://wicg.github.io/turtledove/#sample-real-time-contributions", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-real-time-reporting-contribution%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-list-is-empty%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A4%E2%91%A3", @@ -3313,10 +3310,10 @@ "https://wicg.github.io/turtledove/#ref-for-iteration-break%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#bit-pack", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-list-size%E2%91%A0%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-byte%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A4%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-the-range%E2%91%A1", @@ -3327,14 +3324,14 @@ "https://wicg.github.io/turtledove/#ref-for-list-size%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#send-a-real-time-report", "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A3%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-environment-settings-object%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-number-of-user-buckets", "https://wicg.github.io/turtledove/#ref-for-number-of-platform-buckets", "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-list-size%E2%91%A0%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A4%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-the-range%E2%91%A2", @@ -3419,7 +3416,7 @@ "https://wicg.github.io/turtledove/#apply-rappor-noise", "https://wicg.github.io/turtledove/#ref-for-number-of-user-buckets%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-number-of-platform-buckets%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-boolean%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-list-size%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-assert%E2%91%A0%E2%91%A7", @@ -3483,7 +3480,7 @@ "https://wicg.github.io/turtledove/#ref-for-node-navigable%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-traversable-navigable%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-captured-additional-bids-headers", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-decoded-additional-bid", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A4%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-forgiving-base64-decode%E2%91%A0", @@ -3502,8 +3499,8 @@ "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A8%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A2%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A8%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-signed-additional-bid-signature", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A5%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-iteration-break%E2%91%A3", @@ -3593,10 +3590,10 @@ "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A0%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-ad-descriptor%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A0%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A5%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A3%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-concept-url-parser%E2%91%A4", @@ -3614,7 +3611,7 @@ "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A3%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A1%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-parse-an-https-origin%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-decoded-additional-bid-negative-target-joining-origin", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A5%E2%91%A2", @@ -3653,7 +3650,7 @@ "https://wicg.github.io/turtledove/#decoded-additional-bid-bid", "https://wicg.github.io/turtledove/#ref-for-generated-bid%E2%91%A7", "https://wicg.github.io/turtledove/#decoded-additional-bid-negative-target-interest-group-names", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A3%E2%91%A7", "https://wicg.github.io/turtledove/#decoded-additional-bid-negative-target-joining-origin", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A1%E2%91%A8", @@ -3664,7 +3661,7 @@ "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A3%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-auction-nonce%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A4%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A4%E2%93%AA", "https://wicg.github.io/turtledove/#negative-targeting-section", "https://wicg.github.io/turtledove/#negative-targeting", @@ -3971,10 +3968,10 @@ "https://wicg.github.io/turtledove/#ref-for-dictdef-directfromsellersignalsforbuyer%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-dfn-duration%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-tuple%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-generated-bid%E2%91%A0%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-bid-debug-reporting-info%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-bid-debug-reporting-info%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-real-time-reporting-contribution%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-create-a-new-script-runner-realm", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingscriptrunnerglobalscope%E2%91%A0", @@ -4033,11 +4030,11 @@ "https://wicg.github.io/turtledove/#ref-for-dfn-throw%E2%91%A4%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-convert-one-or-many-generatebidoutputs-to-a-list-of-generated-bids", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingscriptrunnerglobalscope-group-has-ad-components%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-generated-bid%E2%91%A0%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-generated-bid%E2%91%A0%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-bid-debug-reporting-info%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-bid-debug-reporting-info%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-bid-debug-reporting-info-interest-group-owner%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-owner%E2%91%A4%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingandscoringscriptrunnerglobalscope-debug-loss-report-url", @@ -4048,7 +4045,7 @@ "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A5%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-generated-bid-bid-duration%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-generated-bid-interest-group%E2%91%A1%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-real-time-reporting-contribution%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A6%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingandscoringscriptrunnerglobalscope-real-time-reporting-contributions", @@ -4078,7 +4075,7 @@ "https://wicg.github.io/turtledove/#ref-for-dfn-current-monotonic-time%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingandscoringscriptrunnerglobalscope-debug-win-report-url%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingandscoringscriptrunnerglobalscope-debug-loss-report-url%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-real-time-reporting-contribution%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A6%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingandscoringscriptrunnerglobalscope-real-time-reporting-contributions%E2%91%A0", @@ -4089,7 +4086,7 @@ "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A4%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A4%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-dfn-duration%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-create-a-new-script-runner-realm%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interestgroupreportingscriptrunnerglobalscope%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-concept-realm-global%E2%91%A1", @@ -4106,7 +4103,7 @@ "https://wicg.github.io/turtledove/#ref-for-realm%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A4%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A5%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-dfn-duration%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-sec-completion-record-specification-type%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-sec-completion-record-specification-type%E2%91%A2", @@ -4217,7 +4214,7 @@ "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingandscoringscriptrunnerglobalscope-realtimereporting", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingandscoringscriptrunnerglobalscope%E2%91%A3", "https://wicg.github.io/turtledove/#interestgroupbiddingandscoringscriptrunnerglobalscope-real-time-reporting-contributions", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-real-time-reporting-contribution%E2%91%A5", "https://wicg.github.io/turtledove/#dom-realtimereporting-contributetohistogram", "https://wicg.github.io/turtledove/#ref-for-dictdef-realtimecontribution%E2%91%A0", @@ -4296,7 +4293,7 @@ "https://wicg.github.io/turtledove/#dom-generatebidoutput-nummandatoryadcomponents", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingscriptrunnerglobalscope%E2%91%A2", "https://wicg.github.io/turtledove/#interestgroupbiddingscriptrunnerglobalscope-bids", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A5%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-generated-bid%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#interestgroupbiddingscriptrunnerglobalscope-priority", "https://wicg.github.io/turtledove/#ref-for-idl-double%E2%91%A1%E2%93%AA", @@ -4330,7 +4327,7 @@ "https://wicg.github.io/turtledove/#ref-for-dfn-specific-type", "https://wicg.github.io/turtledove/#ref-for-dictdef-generatebidoutput%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-list-size%E2%91%A0%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-generated-bid%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A6%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-convert-generatebidoutput-to-generated-bid", @@ -4378,7 +4375,7 @@ "https://wicg.github.io/turtledove/#ref-for-dom-generatebidoutput-adcomponents%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidoutput-targetnumadcomponents", "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A2%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-ad-descriptor%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-ad-descriptor%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-idl-DOMString%E2%91%A1%E2%91%A6", @@ -4465,7 +4462,7 @@ "https://wicg.github.io/turtledove/#ref-for-this%E2%91%A0%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-concept-relevant-global%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingscriptrunnerglobalscope-bids%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingscriptrunnerglobalscope-interest-group%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interestgroupbiddingscriptrunnerglobalscope-expected-currency%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-convert-one-or-many-generatebidoutputs-to-a-list-of-generated-bids%E2%91%A0", @@ -4606,7 +4603,7 @@ "https://wicg.github.io/turtledove/#ref-for-concept-environment-top-level-origin%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-concept-settings-object-policy-container%E2%91%A5", "https://wicg.github.io/turtledove/#interest-group-update", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A2%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-policy-container%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A6%E2%91%A6", @@ -4674,7 +4671,7 @@ "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A1%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A5%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A1%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A5%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-map-iterate%E2%91%A2%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-ordered-set%E2%91%A6", @@ -4709,7 +4706,7 @@ "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A6%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-parse-and-verify-a-trusted-signals-url%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-trusted-bidding-signals-url%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A6%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-trusted-bidding-signals-keys%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-interest-group-trusted-bidding-signals-slot-size-mode%E2%91%A2", @@ -4743,9 +4740,9 @@ "https://wicg.github.io/turtledove/#ref-for-interest-group-ads%E2%91%A1%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-components%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-iteration-continue%E2%91%A1%E2%91%A7", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-dictdef-auctionad%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A7%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad%E2%91%A0%E2%91%A4", @@ -4978,7 +4975,7 @@ "https://wicg.github.io/turtledove/#insert-entries-to-map", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A5%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-map-key%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-map-value%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-map-exists%E2%91%A0%E2%91%A3%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-list-extend%E2%91%A0", @@ -5235,7 +5232,7 @@ "https://wicg.github.io/turtledove/#ref-for-traversable-navigable-captured-ad-auction-signals-headers%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A3%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-parse-json-bytes-to-an-infra-value%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A6%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-ordered-set%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A8%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A5%E2%91%A7", @@ -5543,7 +5540,7 @@ "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A1%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-build-trusted-bidding-signals-url", "https://wicg.github.io/turtledove/#interest-group-trusted-bidding-signals-keys", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A8%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-build-trusted-bidding-signals-url%E2%91%A0", "https://wicg.github.io/turtledove/#interest-group-trusted-bidding-signals-slot-size-mode", @@ -5554,11 +5551,11 @@ "https://wicg.github.io/turtledove/#interest-group-user-bidding-signals", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A8%E2%91%A0", "https://wicg.github.io/turtledove/#interest-group-ads", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-interest-group-additional-bid-key%E2%91%A8", "https://wicg.github.io/turtledove/#interest-group-ad-components", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#interest-group-ad-sizes", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A6%E2%91%A3", @@ -5571,7 +5568,7 @@ "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A3%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A8%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A3%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A8%E2%91%A3", "https://wicg.github.io/turtledove/#interest-group-additional-bid-key", "https://wicg.github.io/turtledove/#ref-for-byte-sequence%E2%91%A0%E2%91%A4", @@ -5582,17 +5579,17 @@ "https://wicg.github.io/turtledove/#interest-group-joining-origin", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A3%E2%91%A6", "https://wicg.github.io/turtledove/#interest-group-join-counts", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-tuple%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-dom-navigator-joinadinterestgroup%E2%91%A5", "https://wicg.github.io/turtledove/#interest-group-join-time", "https://wicg.github.io/turtledove/#ref-for-dfn-moment%E2%91%A5", "https://wicg.github.io/turtledove/#interest-group-bid-counts", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-tuple%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-dom-navigator-runadauction%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#interest-group-previous-wins", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-previous-win%E2%91%A1", "https://wicg.github.io/turtledove/#interest-group-last-updated", "https://wicg.github.io/turtledove/#ref-for-dfn-moment%E2%91%A6", @@ -5632,7 +5629,7 @@ "https://wicg.github.io/turtledove/#ref-for-interest-group-ads%E2%91%A1%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-interest-group-ad-components%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#interest-group-ad-allowed-reporting-origins", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A3%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-concept-origin-scheme%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-interest-group-ads%E2%91%A2%E2%93%AA", @@ -5692,7 +5689,7 @@ "https://wicg.github.io/turtledove/#auction-config-max-trusted-scoring-signals-url-length", "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#auction-config-interest-group-buyers", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A4%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A4%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-concept-origin-scheme%E2%91%A0%E2%91%A0", @@ -5790,12 +5787,12 @@ "https://wicg.github.io/turtledove/#ref-for-seller-capability%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A5%E2%91%A1", "https://wicg.github.io/turtledove/#auction-config-component-auctions", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A7%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-auction-config%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-auction-config%E2%91%A1%E2%91%A1", "https://wicg.github.io/turtledove/#auction-config-deprecated-render-url-replacements", "https://wicg.github.io/turtledove/#ref-for-idl-promise%E2%91%A1%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-ad-keyword-replacement%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-ad-keyword-replacement-match%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-ad-keyword-replacement-replacement%E2%91%A1", @@ -5972,7 +5969,7 @@ "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A5%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-interest-group-joining-origin%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A5%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-interest-group%E2%91%A5%E2%91%A3", "https://wicg.github.io/turtledove/#script-fetcher-section", "https://wicg.github.io/turtledove/#script-fetcher", @@ -5981,7 +5978,7 @@ "https://wicg.github.io/turtledove/#script-fetcher-script-body", "https://wicg.github.io/turtledove/#ref-for-byte-sequence%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#script-fetcher-origins-authorized-for-cross-origin-trusted-signals", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A5%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-http-headerdef-ad-auction-allow-trusted-scoring-signals-from", "https://wicg.github.io/turtledove/#create-a-new-script-fetcher", @@ -6001,20 +5998,20 @@ "https://wicg.github.io/turtledove/#ref-for-script-fetcher-origins-authorized-for-cross-origin-trusted-signals%E2%91%A0", "https://wicg.github.io/turtledove/#http-headerdef-ad-auction-allow-trusted-scoring-signals-from", "https://wicg.github.io/turtledove/#ref-for-top%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#parse-allowed-trusted-scoring-signals-origins", "https://wicg.github.io/turtledove/#ref-for-concept-header-list%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-concept-header-list-get-structured-header%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-http-headerdef-ad-auction-allow-trusted-scoring-signals-from%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%91%A4", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A5%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A8%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A0%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-parse-an-https-origin%E2%91%A1%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A3%E2%91%A8", "https://wicg.github.io/turtledove/#fetch-script", "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A1%E2%91%A8", @@ -6044,7 +6041,7 @@ "https://wicg.github.io/turtledove/#ref-for-validate-fetching-response-headers%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-fetch-controller-abort", "https://wicg.github.io/turtledove/#ref-for-script-fetcher-origins-authorized-for-cross-origin-trusted-signals%E2%91%A1", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A5%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-script-fetcher-script-body%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-script-fetcher-origins-authorized-for-cross-origin-trusted-signals%E2%91%A2", @@ -6133,7 +6130,7 @@ "https://wicg.github.io/turtledove/#ref-for-idl-unsigned-short%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A5%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A1%E2%91%A0", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A8%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-concept-url-query%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-concept-urlencoded-serializer", "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A4%E2%93%AA", @@ -6222,7 +6219,7 @@ "https://wicg.github.io/turtledove/#ref-for-list-clone%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-interest-group-trusted-bidding-signals-keys%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-trusted-bidding-signals-batcher-keys%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-trusted-bidding-signals-batcher-ig-names%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-trusted-bidding-signals-batcher-length-limit%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-interest-group-max-trusted-bidding-signals-url-length%E2%91%A6", @@ -6231,7 +6228,7 @@ "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A2%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A4%E2%91%A0", "https://wicg.github.io/turtledove/#trusted-scoring-signals-batcher-request-queue", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-request%E2%91%A0", "https://wicg.github.io/turtledove/#trusted-scoring-signals-batcher-request-map", "https://wicg.github.io/turtledove/#ref-for-ordered-map%E2%91%A8%E2%91%A7", @@ -6240,7 +6237,7 @@ "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A2%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-idl-unsigned-short%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A6%E2%91%A2", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-request%E2%91%A1", "https://wicg.github.io/turtledove/#trusted-scoring-signals-batcher-url-length-limit", "https://wicg.github.io/turtledove/#ref-for-idl-long%E2%91%A1%E2%93%AA", @@ -6289,14 +6286,14 @@ "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-request-reply%E2%91%A0", "https://wicg.github.io/turtledove/#build-trusted-scoring-signals-url", "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A2%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A1%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-ordered-set%E2%91%A1%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A1%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-idl-unsigned-short%E2%91%A1%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A6%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-list-size%E2%91%A0%E2%91%A6", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A4%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A5%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-string-utf-8-percent-encode%E2%91%A3", @@ -6315,7 +6312,7 @@ "https://wicg.github.io/turtledove/#ref-for-concept-url-query%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-string-concatenate%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#build-batched-trusted-scoring-signals-url", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A5", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-request%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-ordered-set%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A1%E2%91%A7", @@ -6347,7 +6344,7 @@ "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-request-top-level-origin%E2%91%A2", "https://wicg.github.io/turtledove/#check-if-trusted-scoring-signals-batch-honors-url-length-limit", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-batcher%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A6", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-request%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-list-size%E2%91%A0%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-batcher-url-length-limit%E2%91%A0", @@ -6378,7 +6375,7 @@ "https://wicg.github.io/turtledove/#ref-for-map-set%E2%91%A6%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-batcher-request-map%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-list-is-empty%E2%91%A0%E2%91%A5", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A7", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-list-append%E2%91%A5%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-trusted-scoring-signals-batcher-request-map%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-list-is-empty%E2%91%A0%E2%91%A6", @@ -6435,7 +6432,7 @@ "https://wicg.github.io/turtledove/#generated-bid-ad-descriptor", "https://wicg.github.io/turtledove/#ref-for-ad-descriptor%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#generated-bid-ad-component-descriptors", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A8", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-ad-descriptor%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-list-item", "https://wicg.github.io/turtledove/#ref-for-dom-generatebidoutput-targetnumadcomponents%E2%91%A5", @@ -6479,7 +6476,7 @@ "https://wicg.github.io/turtledove/#try-to-reach-component-ads-target-considering-k-anonymity", "https://wicg.github.io/turtledove/#ref-for-generated-bid%E2%91%A0%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-generated-bid-target-number-of-ad-components%E2%91%A3", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A0%E2%93%AA", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%93%AA%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-ad-descriptor%E2%91%A0%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A8%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-list-get-the-indices", @@ -6495,9 +6492,9 @@ "https://wicg.github.io/turtledove/#ref-for-apply-any-component-ads-target-to-a-bid%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-query-generated-bid-k-anonymity-count%E2%91%A0", "https://wicg.github.io/turtledove/#adjust-bid-list-based-on-k-anonymity", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A0%E2%91%A0", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A0%E2%93%AA", "https://wicg.github.io/turtledove/#ref-for-generated-bid%E2%91%A1%E2%93%AA", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A0%E2%91%A1", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A0%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-generated-bid%E2%91%A1%E2%91%A0", "https://wicg.github.io/turtledove/#ref-for-list-iterate%E2%91%A8%E2%91%A8", "https://wicg.github.io/turtledove/#ref-for-generated-bid-for-k-anon-auction%E2%91%A3", @@ -6729,12 +6726,12 @@ "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A3%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-struct-item%E2%91%A5%E2%91%A3", "https://wicg.github.io/turtledove/#auction-report-info-debug-win-report-urls", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A0%E2%91%A2", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A0%E2%91%A1", "https://wicg.github.io/turtledove/#ref-for-concept-url%E2%91%A3%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-concept-url-scheme%E2%91%A0%E2%91%A5", "https://wicg.github.io/turtledove/#ref-for-generated-bid%E2%91%A1%E2%91%A6", "https://wicg.github.io/turtledove/#auction-report-info-debug-loss-report-urls", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A0%E2%91%A3", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A0%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-string%E2%91%A0%E2%91%A3%E2%91%A2", "https://wicg.github.io/turtledove/#ref-for-concept-url-scheme%E2%91%A0%E2%91%A6", "https://wicg.github.io/turtledove/#ref-for-generated-bid%E2%91%A1%E2%91%A7", @@ -6746,7 +6743,7 @@ "https://wicg.github.io/turtledove/#ref-for-map-getting-the-keys%E2%91%A5%E2%91%A7", "https://wicg.github.io/turtledove/#ref-for-concept-origin%E2%91%A7%E2%91%A4", "https://wicg.github.io/turtledove/#ref-for-map-getting-the-values%E2%91%A5%E2%91%A8", - "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A0%E2%91%A4", + "https://wicg.github.io/turtledove/#ref-for-list%E2%91%A0%E2%91%A0%E2%91%A3", "https://wicg.github.io/turtledove/#ref-for-real-time-reporting-contribution%E2%91%A7", "https://wicg.github.io/turtledove/#real-time-reporting-contribution", "https://wicg.github.io/turtledove/#ref-for-struct%E2%91%A3%E2%91%A3", diff --git a/ed/index.json b/ed/index.json index 311dad9af73f..52fc2cb94432 100644 --- a/ed/index.json +++ b/ed/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2024-10-14T12:50:40.690Z", + "date": "2024-10-14T18:48:34.342Z", "options": { "useCrawl": "curated", "output": "curated", @@ -957,11 +957,11 @@ ], "crawled": "https://drafts.csswg.org/css-backgrounds-4/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "16 September 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-backgrounds-4.json", "refs": "refs/css-backgrounds-4.json", "css": "css/css-backgrounds-4.json", @@ -1017,11 +1017,11 @@ ], "crawled": "https://drafts.csswg.org/css-borders-4/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "2 October 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-borders-4.json", "refs": "refs/css-borders-4.json", "css": "css/css-borders.json", @@ -1078,11 +1078,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-6/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "15 September 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-color-6.json", "refs": "refs/css-color-6.json", "css": "css/css-color-6.json", @@ -1130,11 +1130,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-hdr/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "25 July 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-color-hdr.json", "refs": "refs/css-color-hdr.json", "css": "css/css-color-hdr.json", @@ -1184,11 +1184,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-values-1/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "21 February 2023", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-conditional-values-1.json", "refs": "refs/css-conditional-values-1.json", "dfns": "dfns/css-conditional-values-1.json", @@ -1244,11 +1244,11 @@ ], "crawled": "https://drafts.csswg.org/css-display-4/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "13 June 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-display-4.json", "refs": "refs/css-display-4.json", "css": "css/css-display.json", @@ -1304,11 +1304,11 @@ ], "crawled": "https://drafts.csswg.org/css-env-1/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "30 August 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-env-1.json", "links": "links/css-env-1.json", "refs": "refs/css-env-1.json", @@ -1359,11 +1359,11 @@ ], "crawled": "https://drafts.csswg.org/css-extensions-1/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-extensions-1.json", "refs": "refs/css-extensions-1.json", "css": "css/css-extensions.json", @@ -1413,11 +1413,11 @@ ], "crawled": "https://drafts.csswg.org/css-forms-1/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "11 October 2017", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-forms-1.json", "refs": "refs/css-forms-1.json", "headings": "headings/css-forms-1.json", @@ -1472,11 +1472,11 @@ ], "crawled": "https://drafts.csswg.org/css-gcpm-4/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-gcpm-4.json", "refs": "refs/css-gcpm-4.json", "css": "css/css-gcpm-4.json", @@ -1533,11 +1533,11 @@ ], "crawled": "https://drafts.csswg.org/css-images-5/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-images-5.json", "refs": "refs/css-images-5.json", "css": "css/css-images-5.json", @@ -1587,11 +1587,11 @@ ], "crawled": "https://drafts.csswg.org/css-link-params-1/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "7 August 2023", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-link-params-1.json", "refs": "refs/css-link-params-1.json", "css": "css/css-link-params.json", @@ -1641,11 +1641,11 @@ ], "crawled": "https://drafts.csswg.org/css-mixins-1/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "19 July 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-mixins-1.json", "links": "links/css-mixins-1.json", "refs": "refs/css-mixins-1.json", @@ -1705,11 +1705,11 @@ ], "crawled": "https://drafts.csswg.org/css-multicol-2/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "5 October 2021", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-multicol-2.json", "refs": "refs/css-multicol-2.json", "css": "css/css-multicol-2.json", @@ -1766,11 +1766,11 @@ ], "crawled": "https://drafts.csswg.org/css-overflow-5/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "30 July 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-overflow-5.json", "links": "links/css-overflow-5.json", "refs": "refs/css-overflow-5.json", @@ -1828,11 +1828,11 @@ ], "crawled": "https://drafts.csswg.org/css-page-4/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "12 May 2023", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-page-4.json", "refs": "refs/css-page-4.json", "dfns": "dfns/css-page-4.json", @@ -1888,11 +1888,11 @@ ], "crawled": "https://drafts.csswg.org/css-position-4/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "30 August 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-position-4.json", "links": "links/css-position-4.json", "refs": "refs/css-position-4.json", @@ -1950,11 +1950,11 @@ ], "crawled": "https://drafts.csswg.org/css-shapes-2/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "2 October 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-shapes-2.json", "refs": "refs/css-shapes-2.json", "css": "css/css-shapes-2.json", @@ -2010,11 +2010,11 @@ ], "crawled": "https://drafts.csswg.org/css-size-adjust-1/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-size-adjust-1.json", "refs": "refs/css-size-adjust-1.json", "css": "css/css-size-adjust.json", @@ -2071,11 +2071,11 @@ ], "crawled": "https://drafts.csswg.org/css-variables-2/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "27 February 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-variables-2.json", "links": "links/css-variables-2.json", "refs": "refs/css-variables-2.json", @@ -2133,11 +2133,11 @@ ], "crawled": "https://drafts.csswg.org/selectors-5/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "24 September 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/selectors-5.json", "refs": "refs/selectors-5.json", "css": "css/selectors-5.json", @@ -3641,10 +3641,11 @@ ], "crawled": "https://quirks.spec.whatwg.org/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Sep 2023 15:50:21 GMT" + "lastModified": "Mon, 14 Oct 2024 13:49:26 GMT" }, "generator": "bikeshed", - "date": "27 September 2023", + "date": "14 October 2024", + "revision": "ec09b501f108637cfb6655879b15e56c2ca12f95", "algorithms": "algorithms/quirks.json", "links": "links/quirks.json", "refs": "refs/quirks.json", @@ -13318,11 +13319,11 @@ ], "crawled": "https://wicg.github.io/turtledove/", "crawlCacheInfo": { - "lastModified": "Fri, 11 Oct 2024 15:59:40 GMT" + "lastModified": "Mon, 14 Oct 2024 12:45:55 GMT" }, "generator": "bikeshed", - "date": "11 October 2024", - "revision": "a5912c03ea5447d84c643923e0cf065725f06db1", + "date": "14 October 2024", + "revision": "c2dc6dd49e0e613ef9c4de69a6dc483e9bbb6fb4", "algorithms": "algorithms/turtledove.json", "links": "links/turtledove.json", "refs": "refs/turtledove.json", @@ -17182,11 +17183,11 @@ ], "crawled": "https://drafts.csswg.org/css-2022/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-2022.json", "refs": "refs/css-2022.json", "dfns": "dfns/css-2022.json", @@ -17242,11 +17243,11 @@ ], "crawled": "https://drafts.csswg.org/css-2023/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "11 December 2023", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-2023.json", "refs": "refs/css-2023.json", "dfns": "dfns/css-2023.json", @@ -17308,11 +17309,11 @@ ], "crawled": "https://drafts.csswg.org/css-align-3/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "30 August 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-align-3.json", "links": "links/css-align-3.json", "refs": "refs/css-align-3.json", @@ -17370,11 +17371,11 @@ ], "crawled": "https://drafts.csswg.org/css-anchor-position-1/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "4 October 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-anchor-position-1.json", "links": "links/css-anchor-position-1.json", "refs": "refs/css-anchor-position-1.json", @@ -17506,11 +17507,11 @@ ], "crawled": "https://drafts.csswg.org/css-animations-1/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "8 December 2023", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-animations-1.json", "refs": "refs/css-animations-1.json", "events": "events/css-animations-1.json", @@ -17576,11 +17577,11 @@ ], "crawled": "https://drafts.csswg.org/css-animations-2/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "17 May 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-animations-2.json", "links": "links/css-animations-2.json", "refs": "refs/css-animations-2.json", @@ -17647,11 +17648,11 @@ ], "crawled": "https://drafts.csswg.org/css-backgrounds-3/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "16 September 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-backgrounds-3.json", "links": "links/css-backgrounds-3.json", "refs": "refs/css-backgrounds-3.json", @@ -17716,11 +17717,11 @@ ], "crawled": "https://drafts.csswg.org/css-box-3/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "4 April 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-box-3.json", "refs": "refs/css-box-3.json", "dfns": "dfns/css-box-3.json", @@ -17782,11 +17783,11 @@ ], "crawled": "https://drafts.csswg.org/css-box-4/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "4 August 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-box-4.json", "refs": "refs/css-box-4.json", "css": "css/css-box.json", @@ -17850,11 +17851,11 @@ ], "crawled": "https://drafts.csswg.org/css-break-3/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-break-3.json", "refs": "refs/css-break-3.json", "dfns": "dfns/css-break-3.json", @@ -17916,11 +17917,11 @@ ], "crawled": "https://drafts.csswg.org/css-break-4/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "11 March 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-break-4.json", "refs": "refs/css-break-4.json", "css": "css/css-break.json", @@ -17983,11 +17984,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-3/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "30 January 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-cascade-3.json", "refs": "refs/css-cascade-3.json", "dfns": "dfns/css-cascade-3.json", @@ -18051,11 +18052,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-4/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-cascade-4.json", "links": "links/css-cascade-4.json", "refs": "refs/css-cascade-4.json", @@ -18119,11 +18120,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-5/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-cascade-5.json", "refs": "refs/css-cascade-5.json", "idl": "idl/css-cascade.idl", @@ -18188,11 +18189,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-6/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "4 September 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-cascade-6.json", "refs": "refs/css-cascade-6.json", "idl": "idl/css-cascade-6.idl", @@ -18257,7 +18258,7 @@ ], "crawled": "https://drafts.csswg.org/css-color-3/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "date": "18 January 2022", "links": "links/css-color-3.json", @@ -18323,11 +18324,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-4/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "17 September 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-color-4.json", "links": "links/css-color-4.json", "refs": "refs/css-color-4.json", @@ -18392,11 +18393,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-5/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "19 September 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-color-5.json", "links": "links/css-color-5.json", "refs": "refs/css-color-5.json", @@ -18462,11 +18463,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-adjust-1/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "26 October 2023", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-color-adjust-1.json", "links": "links/css-color-adjust-1.json", "refs": "refs/css-color-adjust-1.json", @@ -18531,11 +18532,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-3/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "13 August 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-conditional-3.json", "links": "links/css-conditional-3.json", "refs": "refs/css-conditional-3.json", @@ -18602,11 +18603,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-4/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "19 March 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-conditional-4.json", "refs": "refs/css-conditional-4.json", "css": "css/css-conditional-4.json", @@ -18669,11 +18670,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-5/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "7 October 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-conditional-5.json", "links": "links/css-conditional-5.json", "refs": "refs/css-conditional-5.json", @@ -18739,11 +18740,11 @@ ], "crawled": "https://drafts.csswg.org/css-contain-1/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "28 June 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-contain-1.json", "links": "links/css-contain-1.json", "refs": "refs/css-contain-1.json", @@ -18808,11 +18809,11 @@ ], "crawled": "https://drafts.csswg.org/css-contain-2/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "15 June 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-contain-2.json", "links": "links/css-contain-2.json", "refs": "refs/css-contain-2.json", @@ -18879,11 +18880,11 @@ ], "crawled": "https://drafts.csswg.org/css-contain-3/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "20 June 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-contain-3.json", "refs": "refs/css-contain-3.json", "headings": "headings/css-contain-3.json", @@ -18944,11 +18945,11 @@ ], "crawled": "https://drafts.csswg.org/css-content-3/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "17 May 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-content-3.json", "links": "links/css-content-3.json", "refs": "refs/css-content-3.json", @@ -19012,11 +19013,11 @@ ], "crawled": "https://drafts.csswg.org/css-counter-styles-3/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "18 December 2023", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-counter-styles-3.json", "links": "links/css-counter-styles-3.json", "refs": "refs/css-counter-styles-3.json", @@ -19083,11 +19084,11 @@ ], "crawled": "https://drafts.csswg.org/css-display-3/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "22 November 2023", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-display-3.json", "refs": "refs/css-display-3.json", "dfns": "dfns/css-display-3.json", @@ -19150,11 +19151,11 @@ ], "crawled": "https://drafts.csswg.org/css-easing-1/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "28 August 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-easing-1.json", "links": "links/css-easing-1.json", "refs": "refs/css-easing-1.json", @@ -19217,11 +19218,11 @@ ], "crawled": "https://drafts.csswg.org/css-easing-2/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "17 September 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-easing-2.json", "links": "links/css-easing-2.json", "refs": "refs/css-easing-2.json", @@ -19285,11 +19286,11 @@ ], "crawled": "https://drafts.csswg.org/css-flexbox-1/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "9 August 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-flexbox-1.json", "links": "links/css-flexbox-1.json", "refs": "refs/css-flexbox-1.json", @@ -19353,11 +19354,11 @@ ], "crawled": "https://drafts.csswg.org/css-font-loading-3/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "11 May 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-font-loading-3.json", "links": "links/css-font-loading-3.json", "refs": "refs/css-font-loading-3.json", @@ -19426,11 +19427,11 @@ ], "crawled": "https://drafts.csswg.org/css-fonts-4/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "27 September 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-fonts-4.json", "links": "links/css-fonts-4.json", "refs": "refs/css-fonts-4.json", @@ -19496,11 +19497,11 @@ ], "crawled": "https://drafts.csswg.org/css-fonts-5/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "11 July 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-fonts-5.json", "refs": "refs/css-fonts-5.json", "css": "css/css-fonts-5.json", @@ -19564,11 +19565,11 @@ ], "crawled": "https://drafts.csswg.org/css-gcpm-3/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "4 May 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-gcpm-3.json", "refs": "refs/css-gcpm-3.json", "css": "css/css-gcpm.json", @@ -19631,11 +19632,11 @@ ], "crawled": "https://drafts.csswg.org/css-grid-1/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "3 November 2023", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-grid-1.json", "links": "links/css-grid-1.json", "refs": "refs/css-grid-1.json", @@ -19700,11 +19701,11 @@ ], "crawled": "https://drafts.csswg.org/css-grid-2/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "3 October 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-grid-2.json", "links": "links/css-grid-2.json", "refs": "refs/css-grid-2.json", @@ -19768,11 +19769,11 @@ ], "crawled": "https://drafts.csswg.org/css-grid-3/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "3 October 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-grid-3.json", "links": "links/css-grid-3.json", "refs": "refs/css-grid-3.json", @@ -19830,11 +19831,11 @@ ], "crawled": "https://drafts.csswg.org/css-highlight-api-1/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "30 August 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-highlight-api-1.json", "links": "links/css-highlight-api-1.json", "refs": "refs/css-highlight-api-1.json", @@ -19901,11 +19902,11 @@ ], "crawled": "https://drafts.csswg.org/css-images-3/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "19 July 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-images-3.json", "links": "links/css-images-3.json", "refs": "refs/css-images-3.json", @@ -19970,11 +19971,11 @@ ], "crawled": "https://drafts.csswg.org/css-images-4/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "3 September 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-images-4.json", "links": "links/css-images-4.json", "refs": "refs/css-images-4.json", @@ -20040,11 +20041,11 @@ ], "crawled": "https://drafts.csswg.org/css-inline-3/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "14 August 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-inline-3.json", "links": "links/css-inline-3.json", "refs": "refs/css-inline-3.json", @@ -20168,11 +20169,11 @@ ], "crawled": "https://drafts.csswg.org/css-line-grid-1/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "26 July 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-line-grid-1.json", "refs": "refs/css-line-grid-1.json", "css": "css/css-line-grid.json", @@ -20235,11 +20236,11 @@ ], "crawled": "https://drafts.csswg.org/css-lists-3/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-lists-3.json", "links": "links/css-lists-3.json", "refs": "refs/css-lists-3.json", @@ -20303,11 +20304,11 @@ ], "crawled": "https://drafts.csswg.org/css-logical-1/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-logical-1.json", "refs": "refs/css-logical-1.json", "css": "css/css-logical.json", @@ -20439,11 +20440,11 @@ ], "crawled": "https://drafts.csswg.org/css-multicol-1/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "6 May 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-multicol-1.json", "refs": "refs/css-multicol-1.json", "css": "css/css-multicol.json", @@ -20506,11 +20507,11 @@ ], "crawled": "https://drafts.csswg.org/css-namespaces-3/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-namespaces-3.json", "refs": "refs/css-namespaces-3.json", "css": "css/css-namespaces.json", @@ -20567,11 +20568,11 @@ ], "crawled": "https://drafts.csswg.org/css-nav-1/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "29 July 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-nav-1.json", "links": "links/css-nav-1.json", "refs": "refs/css-nav-1.json", @@ -20632,11 +20633,11 @@ ], "crawled": "https://drafts.csswg.org/css-nesting-1/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "4 October 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-nesting-1.json", "refs": "refs/css-nesting-1.json", "idl": "idl/css-nesting.idl", @@ -20702,11 +20703,11 @@ ], "crawled": "https://drafts.csswg.org/css-overflow-3/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "21 June 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-overflow-3.json", "refs": "refs/css-overflow-3.json", "css": "css/css-overflow.json", @@ -20770,11 +20771,11 @@ ], "crawled": "https://drafts.csswg.org/css-overflow-4/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "10 September 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-overflow-4.json", "refs": "refs/css-overflow-4.json", "css": "css/css-overflow-4.json", @@ -20837,11 +20838,11 @@ ], "crawled": "https://drafts.csswg.org/css-overscroll-1/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "3 March 2023", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-overscroll-1.json", "refs": "refs/css-overscroll-1.json", "css": "css/css-overscroll.json", @@ -20905,11 +20906,11 @@ ], "crawled": "https://drafts.csswg.org/css-page-3/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "5 December 2023", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-page-3.json", "links": "links/css-page-3.json", "refs": "refs/css-page-3.json", @@ -20967,11 +20968,11 @@ ], "crawled": "https://drafts.csswg.org/css-page-floats-3/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-page-floats-3.json", "links": "links/css-page-floats-3.json", "refs": "refs/css-page-floats-3.json", @@ -21102,11 +21103,11 @@ ], "crawled": "https://drafts.csswg.org/css-position-3/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "12 August 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-position-3.json", "links": "links/css-position-3.json", "refs": "refs/css-position-3.json", @@ -21236,11 +21237,11 @@ ], "crawled": "https://drafts.csswg.org/css-pseudo-4/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "24 September 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-pseudo-4.json", "links": "links/css-pseudo-4.json", "refs": "refs/css-pseudo-4.json", @@ -21300,11 +21301,11 @@ ], "crawled": "https://drafts.csswg.org/css-regions-1/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-regions-1.json", "refs": "refs/css-regions-1.json", "idl": "idl/css-regions.idl", @@ -21363,11 +21364,11 @@ ], "crawled": "https://drafts.csswg.org/css-rhythm-1/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-rhythm-1.json", "refs": "refs/css-rhythm-1.json", "css": "css/css-rhythm.json", @@ -21430,11 +21431,11 @@ ], "crawled": "https://drafts.csswg.org/css-round-display-1/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "1 August 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-round-display-1.json", "refs": "refs/css-round-display-1.json", "css": "css/css-round-display.json", @@ -21497,11 +21498,11 @@ ], "crawled": "https://drafts.csswg.org/css-ruby-1/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "15 July 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-ruby-1.json", "links": "links/css-ruby-1.json", "refs": "refs/css-ruby-1.json", @@ -21565,11 +21566,11 @@ ], "crawled": "https://drafts.csswg.org/css-scoping-1/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "27 September 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-scoping-1.json", "links": "links/css-scoping-1.json", "refs": "refs/css-scoping-1.json", @@ -21633,11 +21634,11 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-anchoring-1/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "22 December 2020", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-scroll-anchoring-1.json", "links": "links/css-scroll-anchoring-1.json", "refs": "refs/css-scroll-anchoring-1.json", @@ -21702,11 +21703,11 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-snap-1/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "11 April 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-scroll-snap-1.json", "links": "links/css-scroll-snap-1.json", "refs": "refs/css-scroll-snap-1.json", @@ -21770,11 +21771,11 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-snap-2/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "19 July 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-scroll-snap-2.json", "links": "links/css-scroll-snap-2.json", "refs": "refs/css-scroll-snap-2.json", @@ -21840,11 +21841,11 @@ ], "crawled": "https://drafts.csswg.org/css-scrollbars-1/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "13 September 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-scrollbars-1.json", "refs": "refs/css-scrollbars-1.json", "css": "css/css-scrollbars.json", @@ -21907,11 +21908,11 @@ ], "crawled": "https://drafts.csswg.org/css-shadow-parts-1/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "20 March 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-shadow-parts-1.json", "links": "links/css-shadow-parts-1.json", "refs": "refs/css-shadow-parts-1.json", @@ -21978,11 +21979,11 @@ ], "crawled": "https://drafts.csswg.org/css-shapes-1/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "19 September 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-shapes-1.json", "refs": "refs/css-shapes-1.json", "css": "css/css-shapes.json", @@ -22046,11 +22047,11 @@ ], "crawled": "https://drafts.csswg.org/css-sizing-3/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "25 July 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-sizing-3.json", "links": "links/css-sizing-3.json", "refs": "refs/css-sizing-3.json", @@ -22114,11 +22115,11 @@ ], "crawled": "https://drafts.csswg.org/css-sizing-4/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "4 October 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-sizing-4.json", "refs": "refs/css-sizing-4.json", "css": "css/css-sizing-4.json", @@ -22181,11 +22182,11 @@ ], "crawled": "https://drafts.csswg.org/css-speech-1/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-speech-1.json", "refs": "refs/css-speech-1.json", "css": "css/css-speech.json", @@ -22246,7 +22247,7 @@ ], "crawled": "https://drafts.csswg.org/css-style-attr/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "date": "10 April 2015", "links": "links/css-style-attr.json", @@ -22311,11 +22312,11 @@ ], "crawled": "https://drafts.csswg.org/css-syntax-3/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "25 June 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-syntax-3.json", "links": "links/css-syntax-3.json", "refs": "refs/css-syntax-3.json", @@ -22379,11 +22380,11 @@ ], "crawled": "https://drafts.csswg.org/css-tables-3/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "1 August 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-tables-3.json", "links": "links/css-tables-3.json", "refs": "refs/css-tables-3.json", @@ -22448,11 +22449,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-3/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "3 October 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-text-3.json", "links": "links/css-text-3.json", "refs": "refs/css-text-3.json", @@ -22516,11 +22517,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-4/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "13 September 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-text-4.json", "links": "links/css-text-4.json", "refs": "refs/css-text-4.json", @@ -22585,11 +22586,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-decor-3/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-text-decor-3.json", "refs": "refs/css-text-decor-3.json", "css": "css/css-text-decor.json", @@ -22652,11 +22653,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-decor-4/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "8 March 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-text-decor-4.json", "refs": "refs/css-text-decor-4.json", "css": "css/css-text-decor-4.json", @@ -22720,11 +22721,11 @@ ], "crawled": "https://drafts.csswg.org/css-transforms-1/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "7 August 2023", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-transforms-1.json", "links": "links/css-transforms-1.json", "refs": "refs/css-transforms-1.json", @@ -22788,11 +22789,11 @@ ], "crawled": "https://drafts.csswg.org/css-transforms-2/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "3 April 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-transforms-2.json", "links": "links/css-transforms-2.json", "refs": "refs/css-transforms-2.json", @@ -22857,11 +22858,11 @@ ], "crawled": "https://drafts.csswg.org/css-transitions-1/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "10 December 2023", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-transitions-1.json", "links": "links/css-transitions-1.json", "refs": "refs/css-transitions-1.json", @@ -22928,11 +22929,11 @@ ], "crawled": "https://drafts.csswg.org/css-transitions-2/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "5 September 2023", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-transitions-2.json", "links": "links/css-transitions-2.json", "refs": "refs/css-transitions-2.json", @@ -23064,11 +23065,11 @@ ], "crawled": "https://drafts.csswg.org/css-ui-3/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "27 February 2023", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-ui-3.json", "links": "links/css-ui-3.json", "refs": "refs/css-ui-3.json", @@ -23132,11 +23133,11 @@ ], "crawled": "https://drafts.csswg.org/css-ui-4/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "17 September 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-ui-4.json", "links": "links/css-ui-4.json", "refs": "refs/css-ui-4.json", @@ -23202,11 +23203,11 @@ ], "crawled": "https://drafts.csswg.org/css-values-3/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "31 July 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-values-3.json", "refs": "refs/css-values-3.json", "dfns": "dfns/css-values-3.json", @@ -23270,11 +23271,11 @@ ], "crawled": "https://drafts.csswg.org/css-values-4/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "7 October 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-values-4.json", "links": "links/css-values-4.json", "refs": "refs/css-values-4.json", @@ -23338,11 +23339,11 @@ ], "crawled": "https://drafts.csswg.org/css-values-5/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "7 October 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-values-5.json", "links": "links/css-values-5.json", "refs": "refs/css-values-5.json", @@ -23407,11 +23408,11 @@ ], "crawled": "https://drafts.csswg.org/css-variables-1/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "30 August 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-variables-1.json", "links": "links/css-variables-1.json", "refs": "refs/css-variables-1.json", @@ -23469,11 +23470,11 @@ ], "crawled": "https://drafts.csswg.org/css-view-transitions-1/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "5 September 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-view-transitions-1.json", "links": "links/css-view-transitions-1.json", "refs": "refs/css-view-transitions-1.json", @@ -23533,11 +23534,11 @@ ], "crawled": "https://drafts.csswg.org/css-view-transitions-2/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", - "date": "1 October 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "date": "14 October 2024", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-view-transitions-2.json", "links": "links/css-view-transitions-2.json", "refs": "refs/css-view-transitions-2.json", @@ -23605,11 +23606,11 @@ ], "crawled": "https://drafts.csswg.org/css-viewport/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "12 July 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-viewport-1.json", "links": "links/css-viewport-1.json", "refs": "refs/css-viewport-1.json", @@ -23675,11 +23676,11 @@ ], "crawled": "https://drafts.csswg.org/css-will-change-1/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "29 April 2022", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-will-change-1.json", "refs": "refs/css-will-change-1.json", "css": "css/css-will-change.json", @@ -23743,11 +23744,11 @@ ], "crawled": "https://drafts.csswg.org/css-writing-modes-3/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/css-writing-modes-3.json", "refs": "refs/css-writing-modes-3.json", "dfns": "dfns/css-writing-modes-3.json", @@ -23810,11 +23811,11 @@ ], "crawled": "https://drafts.csswg.org/css-writing-modes-4/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css-writing-modes-4.json", "links": "links/css-writing-modes-4.json", "refs": "refs/css-writing-modes-4.json", @@ -24016,11 +24017,11 @@ ], "crawled": "https://drafts.csswg.org/css2/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "18 December 2023", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/CSS22.json", "links": "links/CSS22.json", "refs": "refs/CSS22.json", @@ -24084,11 +24085,11 @@ ], "crawled": "https://drafts.csswg.org/css-exclusions-1/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "24 July 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/css3-exclusions.json", "links": "links/css3-exclusions.json", "refs": "refs/css3-exclusions.json", @@ -24152,11 +24153,11 @@ ], "crawled": "https://drafts.csswg.org/cssom-1/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "1 October 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/cssom-1.json", "links": "links/cssom-1.json", "refs": "refs/cssom-1.json", @@ -24222,11 +24223,11 @@ ], "crawled": "https://drafts.csswg.org/cssom-view-1/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "21 June 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/cssom-view-1.json", "links": "links/cssom-view-1.json", "refs": "refs/cssom-view-1.json", @@ -27954,7 +27955,7 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-3/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "date": "14 May 2024", "links": "links/mediaqueries-3.json", @@ -28019,11 +28020,11 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-4/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/mediaqueries-4.json", "refs": "refs/mediaqueries-4.json", "css": "css/mediaqueries.json", @@ -28086,11 +28087,11 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-5/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "19 September 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/mediaqueries-5.json", "links": "links/mediaqueries-5.json", "refs": "refs/mediaqueries-5.json", @@ -31049,11 +31050,11 @@ ], "crawled": "https://drafts.csswg.org/resize-observer-1/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "27 January 2023", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/resize-observer-1.json", "links": "links/resize-observer-1.json", "refs": "refs/resize-observer-1.json", @@ -31381,11 +31382,11 @@ ], "crawled": "https://drafts.csswg.org/scroll-animations-1/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "31 January 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/scroll-animations-1.json", "links": "links/scroll-animations-1.json", "refs": "refs/scroll-animations-1.json", @@ -31644,7 +31645,7 @@ ], "crawled": "https://drafts.csswg.org/selectors-3/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "date": "30 January 2018", "links": "links/selectors-3.json", @@ -31710,11 +31711,11 @@ ], "crawled": "https://drafts.csswg.org/selectors-4/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "22 August 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/selectors-4.json", "links": "links/selectors-4.json", "refs": "refs/selectors-4.json", @@ -34069,11 +34070,11 @@ ], "crawled": "https://drafts.csswg.org/web-animations-1/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "17 May 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/web-animations-1.json", "links": "links/web-animations-1.json", "refs": "refs/web-animations-1.json", @@ -34139,11 +34140,11 @@ ], "crawled": "https://drafts.csswg.org/web-animations-2/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "15 May 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "algorithms": "algorithms/web-animations-2.json", "links": "links/web-animations-2.json", "refs": "refs/web-animations-2.json", @@ -37169,11 +37170,11 @@ ], "crawled": "https://drafts.csswg.org/selectors-nonelement-1/", "crawlCacheInfo": { - "lastModified": "Mon, 07 Oct 2024 18:55:42 GMT" + "lastModified": "Mon, 14 Oct 2024 14:18:59 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "0edbe982dc1ffb7902647b4e11da5e09ed0ab5bb", + "revision": "9d7be5c42bda9bbe7c1b5a4bddf0817865a57251", "links": "links/selectors-nonelement-1.json", "refs": "refs/selectors-nonelement-1.json", "dfns": "dfns/selectors-nonelement-1.json", diff --git a/ed/links/css-values-5.json b/ed/links/css-values-5.json index 3b6be1af6849..38ca2150518d 100644 --- a/ed/links/css-values-5.json +++ b/ed/links/css-values-5.json @@ -238,7 +238,8 @@ "anchors": [ "container-feature", "typedef-size-feature", - "typedef-container-name" + "typedef-container-name", + "size-features" ] }, "https://drafts.csswg.org/css-display-3/": { diff --git a/ed/links/css-view-transitions-2.json b/ed/links/css-view-transitions-2.json index 3ff8e39f89ea..0c4669748a03 100644 --- a/ed/links/css-view-transitions-2.json +++ b/ed/links/css-view-transitions-2.json @@ -109,7 +109,8 @@ "concept-id", "concept-tree-root", "concept-document-origin", - "element" + "element", + "concept-tree-ancestor" ] }, "https://drafts.csswg.org/css-borders-4/": { @@ -142,7 +143,8 @@ }, "https://drafts.csswg.org/css-scoping-1/": { "anchors": [ - "css-tree-scoped-name" + "css-tree-scoped-name", + "flat-tree" ] }, "https://drafts.csswg.org/css-shadow-parts-1/": { @@ -209,6 +211,7 @@ "document-rendering-suppression-for-view-transitions", "viewtransition-initial-snapshot-containing-block-size", "viewtransition-update-callback-done-promise", + "document-scoped-view-transition-name", "view-transition-name", "captured-element-old-transform", "captured-element-group-styles-rule" diff --git a/ed/links/quirks.json b/ed/links/quirks.json index d69a0ab6f478..9a6e4fb91188 100644 --- a/ed/links/quirks.json +++ b/ed/links/quirks.json @@ -27,7 +27,6 @@ "quirky-color" ] }, - "https://drafts.csswg.org/css-color/": {}, "https://drafts.csswg.org/css-display-4/": {}, "https://drafts.csswg.org/css-multicol/": {}, "https://drafts.csswg.org/css-page-floats/": {}, @@ -123,6 +122,11 @@ "valdef-display-table-column" ] }, + "https://drafts.csswg.org/css-multicol-1/": { + "anchors": [ + "multi-column-spanning-element" + ] + }, "https://drafts.csswg.org/css-page-floats-3/": { "anchors": [ "valdef-float-none" @@ -248,11 +252,6 @@ "propdef-min-height", "propdef-max-height" ] - }, - "https://www.w3.org/TR/css-multicol-1/": { - "anchors": [ - "spanning-element" - ] } } } diff --git a/ed/links/turtledove.json b/ed/links/turtledove.json index c75ee2c0bbbc..ead026d1f76f 100644 --- a/ed/links/turtledove.json +++ b/ed/links/turtledove.json @@ -24,7 +24,6 @@ "https://github.com/WICG/turtledove/issues/1206": {}, "https://github.com/WICG/turtledove/issues/1215": {}, "https://github.com/WICG/turtledove/issues/1250": {}, - "https://github.com/WICG/turtledove/issues/1254": {}, "https://github.com/WICG/turtledove/issues/522": {}, "https://github.com/WICG/turtledove/issues/632": {}, "https://github.com/WICG/turtledove/issues/667": {}, diff --git a/ed/refs/quirks.json b/ed/refs/quirks.json index 4e05f12984f2..c8723dbb6c9a 100644 --- a/ed/refs/quirks.json +++ b/ed/refs/quirks.json @@ -19,7 +19,7 @@ }, { "name": "CSS-COLOR-4", - "url": "https://drafts.csswg.org/css-color/" + "url": "https://drafts.csswg.org/css-color-4/" }, { "name": "CSS-DISPLAY-4",