diff --git a/ed/algorithms/css-flexbox-1.json b/ed/algorithms/css-flexbox-1.json index 35b3e40c5a11..5a798e3bdfbb 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 7b29c2564bd8..a6235515100e 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)." @@ -401,10 +401,10 @@ "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 1b4a2c90ee50..90f2704820b5 100644 --- a/ed/algorithms/css-grid-2.json +++ b/ed/algorithms/css-grid-2.json @@ -342,7 +342,7 @@ "rationale": "resolve", "steps": [ { - "html": "Layout the grid following the § 12 Grid Layout Algorithm by using the fragmentation container’s inline size and assume unlimited block size.\n\t\t\tDuring this step all grid-row auto and fr values must be resolved." + "html": "Layout the grid following the § 12 Grid Layout Algorithm by using the fragmentation container’s inline size and assume unlimited block size.\n\t\t\tDuring this step all grid-row auto and fr values must be resolved." }, { "html": "Layout the grid container using the values resolved in the previous step." @@ -351,7 +351,7 @@ "html": "If a grid area’s size changes due to fragmentation (do not include items that\n\t\t\tspan rows in this decision), increase the grid row size as necessary for rows that either: \n " }, { - "html": "If the grid height is auto, the height of the grid should be the sum of the final\n\t\t\trow sizes." + "html": "If the grid height is auto, the height of the grid should be the sum of the final\n\t\t\trow sizes." }, { "html": "If a grid area overflows the grid container due to margins being collapsed during\n\t\t\tfragmentation, extend the grid container to contain this grid area (this step is\n\t\t\tnecessary in order to avoid circular layout dependencies due to fragmentation)." diff --git a/ed/algorithms/webgpu.json b/ed/algorithms/webgpu.json index 963aabd02951..fa4ef3d39eb1 100644 --- a/ed/algorithms/webgpu.json +++ b/ed/algorithms/webgpu.json @@ -340,13 +340,10 @@ "name": "GPU.requestAdapter", "href": "https://gpuweb.github.io/gpuweb/#dom-gpu-requestadapter-options-options", "html": "\n \n \n \n \n \n
Arguments for the GPU.requestAdapter(options) method.
Parameter \n Type \n Nullable \n Optional \n Description \n
options \n GPURequestAdapterOptions\n \n \n Criteria used to select the adapter. \n
", - "rationale": "let", + "rationale": "set", "steps": [ { - "html": "

Let adapter be null.

" - }, - { - "html": "If the user agent chooses to return an adapter:", + "html": "If they are met and the user agent chooses to return an adapter:", "rationale": "set", "steps": [ { @@ -355,6 +352,20 @@ { "html": "

If adapter meets the criteria of a fallback adapter set adapter.[[fallback]] to true.

" } + ], + "additional": [ + { + "html": "Otherwise:", + "rationale": "let", + "steps": [ + { + "html": "

Let adapter be null.

" + } + ] + } + ], + "ignored": [ + "options.featureLevel must be undefined." ] }, { diff --git a/ed/css/css-shapes-2.json b/ed/css/css-shapes-2.json index 5ede6d0981ea..b8f43e242237 100644 --- a/ed/css/css-shapes-2.json +++ b/ed/css/css-shapes-2.json @@ -32,7 +32,7 @@ }, { "name": "", - "prose": "The shape is computed based on the values of one of inset(), circle(), ellipse() or polygon().", + "prose": "The shape is computed based on the values of one of the functions.", "href": "https://drafts.csswg.org/css-shapes-2/#valdef-shape-inside-basic-shape", "type": "value", "value": "" diff --git a/ed/css/css-shapes.json b/ed/css/css-shapes.json index b92e9d4b233b..236222cb2475 100644 --- a/ed/css/css-shapes.json +++ b/ed/css/css-shapes.json @@ -25,7 +25,7 @@ }, { "name": "", - "prose": "The shape is computed based on the values of one of inset(), circle(), ellipse() or polygon(). If a is also supplied, this defines the reference box for the function. If is not supplied, then the reference box defaults to margin-box.", + "prose": "The shape is computed based on one of the functions. If a is also supplied, this defines the reference box for the function. If is not supplied, then the reference box defaults to margin-box.", "href": "https://drafts.csswg.org/css-shapes-1/#valdef-shape-outside-basic-shape", "type": "value", "value": "" @@ -126,24 +126,24 @@ }, { "name": "circle()", - "prose": "The argument defines the circle’s radius. Rather than referring to the gradient box, values are resolved against the [=/reference box=]. Two values are invalid. The argument defines the center of the circle. Unless otherwise specified, this defaults to center if omitted.", + "prose": "The argument defines the circle’s radius. Rather than referring to the gradient box, values are resolved against the reference box. Two values are invalid. The argument defines the center of the circle. Unless otherwise specified, this defaults to center if omitted.", "href": "https://drafts.csswg.org/css-shapes-1/#funcdef-basic-shape-circle", "type": "function", "value": "circle( ? [ at ]? )" }, { "name": "ellipse()", - "prose": "The argument defines the horizontal and vertical radiuses of the ellipse. Rather than referring to the gradient box, values are resolved against the [=/reference box=]. The argument defines the center of the ellipse. Unless otherwise specified, this defaults to center if omitted.", + "prose": "The argument defines the horizontal and vertical radiuses of the ellipse. Rather than referring to the gradient box, values are resolved against the reference box. The argument defines the center of the ellipse. Unless otherwise specified, this defaults to center if omitted.", "href": "https://drafts.csswg.org/css-shapes-1/#funcdef-basic-shape-ellipse", "type": "function", "value": "ellipse( ? [ at ]? )" }, { "name": "polygon()", - "prose": "The <'fill-rule'> specifies the filling rule used to determine the interior Defaults to nonzero if omitted. Each pair specifies a vertex of the polygon, as a horizontal and vertical offset from the left and top edges of the [=/reference box=]. The UA must close a polygon by connecting the last vertex with the first vertex of the list.", + "prose": "The <'fill-rule'> specifies the filling rule used to determine the interior Defaults to nonzero if omitted. An optional after a round keyword defines rounding for each vertex of the polygon. The length is the radius of a circle whose center lies on the bisector of the smaller angle of the vertex, and that is tangential to both sides of the vertex. Rounding polygon vertices that are both convex and concave. To avoid rounding more than half of any line segment, the rounding of each vertex must be clamped separately such that the radius is never more than the smaller of tan(angle/2) segment / 2 evaluated against both vertex line segments. This diagram shows the intent of the clamping formula. Each pair specifies a vertex of the polygon, as a horizontal and vertical offset from the left and top edges of the reference box. The UA must close a polygon by connecting the last vertex with the first vertex of the list.", "href": "https://drafts.csswg.org/css-shapes-1/#funcdef-basic-shape-polygon", "type": "function", - "value": "polygon( <'fill-rule'>? , [ ]# )" + "value": "polygon( <'fill-rule'>? [ round ]? , [ ]# )" }, { "name": "path()", diff --git a/ed/dfns/webauthn-3.json b/ed/dfns/webauthn-3.json index a6f998514ae8..91235afd5c74 100644 --- a/ed/dfns/webauthn-3.json +++ b/ed/dfns/webauthn-3.json @@ -716,7 +716,7 @@ "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "sctn-terminology", @@ -7547,10 +7547,10 @@ "definedIn": "table" }, { - "id": "first-factor-roaming-authenticator", - "href": "https://w3c.github.io/webauthn/#first-factor-roaming-authenticator", + "id": "passkey-roaming-authenticator", + "href": "https://w3c.github.io/webauthn/#passkey-roaming-authenticator", "linkingText": [ - "First-factor roaming authenticator" + "Passkey roaming authenticator" ], "localLinkingText": [], "type": "dfn", diff --git a/ed/dfns/webgpu.json b/ed/dfns/webgpu.json index deecf29dba17..6059bc1ed702 100644 --- a/ed/dfns/webgpu.json +++ b/ed/dfns/webgpu.json @@ -3573,6 +3573,27 @@ }, "definedIn": "prose" }, + { + "id": "dom-gpurequestadapteroptions-featurelevel", + "href": "https://gpuweb.github.io/gpuweb/#dom-gpurequestadapteroptions-featurelevel", + "linkingText": [ + "featureLevel" + ], + "localLinkingText": [], + "type": "dict-member", + "for": [ + "GPURequestAdapterOptions" + ], + "access": "public", + "informative": false, + "heading": { + "id": "adapter-selection", + "href": "https://gpuweb.github.io/gpuweb/#adapter-selection", + "title": "Adapter Selection", + "number": "4.2.2" + }, + "definedIn": "pre" + }, { "id": "enumdef-gpupowerpreference", "href": "https://gpuweb.github.io/gpuweb/#enumdef-gpupowerpreference", diff --git a/ed/idl/webgpu.idl b/ed/idl/webgpu.idl index 6e49e2d50773..26161c7b77c7 100644 --- a/ed/idl/webgpu.idl +++ b/ed/idl/webgpu.idl @@ -78,6 +78,7 @@ interface GPU { }; dictionary GPURequestAdapterOptions { + any featureLevel; GPUPowerPreference powerPreference; boolean forceFallbackAdapter = false; }; diff --git a/ed/idlnames/GPURequestAdapterOptions.idl b/ed/idlnames/GPURequestAdapterOptions.idl index 6f1b0374fbd4..536ad00fd056 100644 --- a/ed/idlnames/GPURequestAdapterOptions.idl +++ b/ed/idlnames/GPURequestAdapterOptions.idl @@ -1,5 +1,6 @@ // Source: WebGPU (https://www.w3.org/TR/webgpu/) dictionary GPURequestAdapterOptions { + any featureLevel; GPUPowerPreference powerPreference; boolean forceFallbackAdapter = false; }; \ No newline at end of file diff --git a/ed/idlnamesparsed/GPURequestAdapterOptions.json b/ed/idlnamesparsed/GPURequestAdapterOptions.json index fc31d89ed902..9a81238af965 100644 --- a/ed/idlnamesparsed/GPURequestAdapterOptions.json +++ b/ed/idlnamesparsed/GPURequestAdapterOptions.json @@ -6,7 +6,7 @@ "title": "WebGPU", "url": "https://www.w3.org/TR/webgpu/" }, - "fragment": "dictionary GPURequestAdapterOptions {\n GPUPowerPreference powerPreference;\n boolean forceFallbackAdapter = false;\n};", + "fragment": "dictionary GPURequestAdapterOptions {\n any featureLevel;\n GPUPowerPreference powerPreference;\n boolean forceFallbackAdapter = false;\n};", "href": "https://gpuweb.github.io/gpuweb/#dictdef-gpurequestadapteroptions" }, "extended": [], diff --git a/ed/idlparsed/webgpu.json b/ed/idlparsed/webgpu.json index 0b579fb9ee82..759df3dce030 100644 --- a/ed/idlparsed/webgpu.json +++ b/ed/idlparsed/webgpu.json @@ -1036,11 +1036,27 @@ "href": "https://gpuweb.github.io/gpuweb/#gpu" }, "GPURequestAdapterOptions": { - "fragment": "dictionary GPURequestAdapterOptions {\n GPUPowerPreference powerPreference;\n boolean forceFallbackAdapter = false;\n};", + "fragment": "dictionary GPURequestAdapterOptions {\n any featureLevel;\n GPUPowerPreference powerPreference;\n boolean forceFallbackAdapter = false;\n};", "type": "dictionary", "name": "GPURequestAdapterOptions", "inheritance": null, "members": [ + { + "type": "field", + "name": "featureLevel", + "extAttrs": [], + "idlType": { + "type": "dictionary-type", + "extAttrs": [], + "generic": "", + "nullable": false, + "union": false, + "idlType": "any" + }, + "default": null, + "required": false, + "href": "https://gpuweb.github.io/gpuweb/#dom-gpurequestadapteroptions-featurelevel" + }, { "type": "field", "name": "powerPreference", diff --git a/ed/ids/css-content-3.json b/ed/ids/css-content-3.json index 3edb0cdfba05..028f80ab91cf 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-content-leader", + "https://drafts.csswg.org/css-content-3/#ref-for-funcdef-leader", "https://drafts.csswg.org/css-content-3/#leader-function", - "https://drafts.csswg.org/css-content-3/#ref-for-funcdef-content-leader%E2%91%A0", + "https://drafts.csswg.org/css-content-3/#ref-for-funcdef-leader%E2%91%A0", "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 e200a879244f..120a8733d044 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-flex-basis-auto%E2%91%A2", + "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-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-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-propdef-align-items%E2%91%A6", + "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%A2", + "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%A3", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A4", "https://drafts.csswg.org/css-flexbox-1/#ref-for-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%A2", "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-align-items-auto%E2%91%A4", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-min-height%E2%91%A6", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-max-height%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A5", @@ -1813,9 +1813,9 @@ "https://drafts.csswg.org/css-flexbox-1/#change-2015-align-self-auto", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A1%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-justify-self", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A6", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A7", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A1%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-items%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-stretch%E2%91%A1", @@ -1941,7 +1941,7 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A4%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#change-201403-min-auto-main-size-basis", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A8", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#change-201403-min-auto-intrinsic-percentages", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A4", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-min-height%E2%91%A0%E2%93%AA", @@ -2031,7 +2031,7 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-main-size%E2%91%A4%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A7%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-size%E2%91%A5%E2%91%A2", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A5", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A4%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-width-fit-content", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A8%E2%93%AA", @@ -2078,7 +2078,7 @@ "https://drafts.csswg.org/css-flexbox-1/#change-2012-flex-basis-zero", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex-basis%E2%91%A1%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A2%E2%91%A7", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A2%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A3%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A3%E2%91%A0", @@ -2096,17 +2096,17 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-right", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-top", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-bottom", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A6", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-left%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-right%E2%91%A0", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A8%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#ref-for-main-start%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-start%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#ref-for-static-position", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-top%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-bottom%E2%91%A0", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A6", "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 bc63347ebbdd..e95ba19ce05c 100644 --- a/ed/ids/css-fonts-4.json +++ b/ed/ids/css-fonts-4.json @@ -99,7 +99,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A8", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-fantasy", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-size-math", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-math", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-monospace", "https://drafts.csswg.org/css-fonts-4/#typedef-generic-incomplete", @@ -776,8 +776,8 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-src%E2%91%A5", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-src%E2%91%A6", "https://drafts.csswg.org/css-fonts-4/#font-display-desc", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A0", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A3%E2%91%A4", "https://drafts.csswg.org/css-fonts-4/#descdef-font-face-font-display", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A3%E2%91%A5", @@ -785,7 +785,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A7%E2%91%A8", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A8%E2%93%AA", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A8%E2%91%A0", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A1", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ref-for-font-block-period%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#valdef-font-face-font-display-auto", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-display-block", @@ -814,14 +814,14 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-face-font-display-fallback%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#font-display-font-feature-values", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A0", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A3%E2%91%A6", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A2", + "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-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-descdef-font-feature-values-font-display%E2%91%A0", "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-feature-values-font-display%E2%91%A2", + "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-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-variant-emoji-normal", + "https://drafts.csswg.org/css-fonts-4/#ref-for-font-variant-caps-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-optical-sizing-none-value", "https://drafts.csswg.org/css-fonts-4/#font-variant-position-prop", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant-position%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#propdef-font-variant-position", @@ -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%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-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-kerning-none-value%E2%91%A0", + "https://drafts.csswg.org/css-fonts-4/#ref-for-font-size-adjust-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", @@ -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%A4", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-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-variant-normal-value%E2%91%A1", + "https://drafts.csswg.org/css-fonts-4/#ref-for-font-variant-position-normal-value", "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%A3", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A5", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-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%A5", + "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/#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 9e0d0b6fe9d8..7d6ceb27682e 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-grid-placement-auto", + "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-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%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto", "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", @@ -948,9 +948,9 @@ "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-valdef-grid-template-columns-auto%E2%91%A5", "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-valdef-grid-template-columns-auto%E2%91%A5", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-implicitly-assigned-line-name%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-named-grid-area%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-repeat%E2%91%A0%E2%93%AA", @@ -1312,7 +1312,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column-end%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#propdef-grid-area", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-grid-row-start-grid-line%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-grid-row-start-grid-line%E2%91%A5", @@ -1335,17 +1335,17 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column-end%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A7", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-start%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A1%E2%93%AA", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A4", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column-start%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-start%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A5", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-margin", "https://drafts.csswg.org/css-grid-1/#auto-placement-algo", "https://drafts.csswg.org/css-grid-1/#grid-item-placement-algorithm", @@ -1479,7 +1479,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-physical", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-direction", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-writing-mode", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A6", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-property%E2%91%A0%E2%91%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", @@ -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%A0", + "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-max-content%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A8", "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,7 +1767,7 @@ "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-grid-placement-auto%E2%91%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#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%A1", @@ -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%A2", + "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-max-content%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-available-grid-space%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%93%AA%E2%91%A0", @@ -1810,7 +1810,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-fixed-sizing-function%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-indefinite%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%93%AA", + "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-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%A3", + "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-max-track-sizing-function%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#algo-baseline-shims", @@ -1850,7 +1850,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-max-content-contribution%E2%91%A3", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A4", + "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-min-track-sizing-function%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%93%AA%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A1", @@ -1928,7 +1928,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-distribute-extra-space%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A1", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-limited-contribution%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-distribute-extra-space%E2%91%A2", @@ -2084,7 +2084,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-justify-content-normal", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-align-content-stretch", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A6", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-definite%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-free-space%E2%91%A0%E2%93%AA", @@ -2110,10 +2110,10 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-layout-algorithm%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-fragmentation-container%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%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-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%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/#acks", "https://drafts.csswg.org/css-grid-1/#changes", "https://drafts.csswg.org/css-grid-1/#changes-202012", @@ -2225,8 +2225,8 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A2%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#change-2017-track-limit-auto-min", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A8", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A5", @@ -2269,7 +2269,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-tracks%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#change-2017-no-maximize-flex", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%93%AA", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A2%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-tracks%E2%91%A0%E2%91%A2", @@ -2293,11 +2293,11 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-scroll-container%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A7", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-content-based-minimum-size%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A8", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-tracks%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-automatic-minimum-size%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#minor-2017", @@ -2422,7 +2422,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-intrinsic-size-contribution%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#change-2017-overgrow", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A2%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A0", @@ -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%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-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%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A3%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-max-content-constraint%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-max-content-contribution%E2%91%A0%E2%91%A1", @@ -2628,7 +2628,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-block-level%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-block-formatting-context%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-block-box%E2%91%A2", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A4", + "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-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%A2", - "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-grid-placement-auto%E2%91%A0%E2%91%A6", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A1%E2%93%AA", "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 b893d4e186f0..b19a7656e59f 100644 --- a/ed/ids/css-grid-2.json +++ b/ed/ids/css-grid-2.json @@ -226,11 +226,11 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-block-level%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-block-formatting-context%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-block-box", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A1", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto", "https://drafts.csswg.org/css-grid-2/#ref-for-inline-size", "https://drafts.csswg.org/css-grid-2/#ref-for-inline-formatting-context", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A1%E2%91%A2", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A2", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-block-size", "https://drafts.csswg.org/css-grid-2/#ref-for-max-content", "https://drafts.csswg.org/css-grid-2/#ref-for-min-content", @@ -358,7 +358,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-scroll-container%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-track%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-min-track-sizing-function", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A3", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-flexible-tracks", "https://drafts.csswg.org/css-grid-2/#ref-for-automatic-minimum-size%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-content-based-minimum-size%E2%91%A0", @@ -674,7 +674,7 @@ "https://drafts.csswg.org/css-grid-2/#funcdef-grid-template-columns-fit-content", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-length-percentage%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A4", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-min-content%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-template-rows-track-sizing-function%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A0", @@ -1055,13 +1055,13 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-template-areas%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-template-rows%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-track-size%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A5", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-template-columns%E2%91%A1%E2%91%A0", "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-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-valdef-grid-template-columns-auto%E2%91%A5", "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", @@ -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-valdef-grid-template-columns-auto%E2%91%A7", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-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-grid-placement-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-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", @@ -2391,10 +2391,10 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-layout-algorithm%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-fragmentation-container%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A8", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-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-grid-placement-auto%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#priv", "https://drafts.csswg.org/css-grid-2/#sec", "https://drafts.csswg.org/css-grid-2/#changes", diff --git a/ed/ids/css-pseudo-4.json b/ed/ids/css-pseudo-4.json index 8b699eeac6d0..88c4d74fdbfe 100644 --- a/ed/ids/css-pseudo-4.json +++ b/ed/ids/css-pseudo-4.json @@ -542,7 +542,7 @@ "https://drafts.csswg.org/css-pseudo-4/#ref-for-originating-element%E2%91%A1%E2%91%A0", "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-element-pseudo%E2%91%A1", "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", @@ -588,7 +588,7 @@ "https://drafts.csswg.org/css-pseudo-4/#ref-for-x22%E2%91%A1", "https://drafts.csswg.org/css-pseudo-4/#ref-for-csspseudoelement%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-parent%E2%91%A2", - "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo-type%E2%91%A0", + "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo", "https://drafts.csswg.org/css-pseudo-4/#ref-for-sub-pseudo-element%E2%91%A5", "https://drafts.csswg.org/css-pseudo-4/#ref-for-selectordef-target-text%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-pseudo-4/#ref-for-selectordef-first-line%E2%91%A1%E2%91%A8", @@ -605,7 +605,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-element-pseudo%E2%91%A2", "https://drafts.csswg.org/css-pseudo-4/#ref-for-valdef-color-currentcolor%E2%91%A3", "https://drafts.csswg.org/css-pseudo-4/#ref-for-highlight-pseudo-element%E2%91%A1%E2%91%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-shapes-1.json b/ed/ids/css-shapes-1.json index 7ade5123afac..ca21b845efc0 100644 --- a/ed/ids/css-shapes-1.json +++ b/ed/ids/css-shapes-1.json @@ -112,13 +112,15 @@ "https://drafts.csswg.org/css-shapes-1/#ref-for-funcdef-basic-shape-polygon", "https://drafts.csswg.org/css-shapes-1/#ref-for-FillRuleProperty", "https://drafts.csswg.org/css-shapes-1/#ref-for-mult-opt%E2%91%A6", + "https://drafts.csswg.org/css-shapes-1/#ref-for-length-value", + "https://drafts.csswg.org/css-shapes-1/#ref-for-mult-opt%E2%91%A7", "https://drafts.csswg.org/css-shapes-1/#ref-for-comb-comma", "https://drafts.csswg.org/css-shapes-1/#ref-for-typedef-length-percentage%E2%91%A3", "https://drafts.csswg.org/css-shapes-1/#ref-for-typedef-length-percentage%E2%91%A4", "https://drafts.csswg.org/css-shapes-1/#ref-for-mult-comma", "https://drafts.csswg.org/css-shapes-1/#ref-for-funcdef-basic-shape-path", "https://drafts.csswg.org/css-shapes-1/#ref-for-FillRuleProperty%E2%91%A0", - "https://drafts.csswg.org/css-shapes-1/#ref-for-mult-opt%E2%91%A7", + "https://drafts.csswg.org/css-shapes-1/#ref-for-mult-opt%E2%91%A8", "https://drafts.csswg.org/css-shapes-1/#ref-for-comb-comma%E2%91%A0", "https://drafts.csswg.org/css-shapes-1/#ref-for-string-value", "https://drafts.csswg.org/css-shapes-1/#funcdef-basic-shape-inset", @@ -153,16 +155,22 @@ "https://drafts.csswg.org/css-shapes-1/#funcdef-basic-shape-circle", "https://drafts.csswg.org/css-shapes-1/#ref-for-typedef-radial-size%E2%91%A1", "https://drafts.csswg.org/css-shapes-1/#ref-for-gradient-box", + "https://drafts.csswg.org/css-shapes-1/#ref-for-basic-shape-reference-box%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-shapes-1/#ref-for-typedef-length-percentage%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-shapes-1/#ref-for-typedef-position%E2%91%A1", "https://drafts.csswg.org/css-shapes-1/#funcdef-basic-shape-ellipse", "https://drafts.csswg.org/css-shapes-1/#ref-for-typedef-radial-size%E2%91%A2", "https://drafts.csswg.org/css-shapes-1/#ref-for-gradient-box%E2%91%A0", + "https://drafts.csswg.org/css-shapes-1/#ref-for-basic-shape-reference-box%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-shapes-1/#ref-for-typedef-position%E2%91%A2", "https://drafts.csswg.org/css-shapes-1/#funcdef-basic-shape-polygon", "https://drafts.csswg.org/css-shapes-1/#ref-for-FillRuleProperty%E2%91%A1", "https://drafts.csswg.org/css-shapes-1/#ref-for-valdef-clip-rule-nonzero", + "https://drafts.csswg.org/css-shapes-1/#ref-for-length-value%E2%91%A0", + "https://drafts.csswg.org/css-shapes-1/#example-1217097f", + "https://drafts.csswg.org/css-shapes-1/#example-f443dfa5", "https://drafts.csswg.org/css-shapes-1/#ref-for-typedef-length-percentage%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-shapes-1/#ref-for-basic-shape-reference-box%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-shapes-1/#funcdef-basic-shape-path", "https://drafts.csswg.org/css-shapes-1/#ref-for-FillRuleProperty%E2%91%A2", "https://drafts.csswg.org/css-shapes-1/#ref-for-valdef-clip-rule-nonzero%E2%91%A0", @@ -196,7 +204,7 @@ "https://drafts.csswg.org/css-shapes-1/#ref-for-computed-value%E2%91%A2", "https://drafts.csswg.org/css-shapes-1/#basic-shape-interpolation", "https://drafts.csswg.org/css-shapes-1/#ref-for-valdef-clip-rule-nonzero%E2%91%A1", - "https://drafts.csswg.org/css-shapes-1/#ref-for-basic-shape-reference-box%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-shapes-1/#ref-for-basic-shape-reference-box%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-shapes-1/#ref-for-funcdef-basic-shape-ellipse%E2%91%A1", "https://drafts.csswg.org/css-shapes-1/#ref-for-funcdef-basic-shape-circle%E2%91%A2", "https://drafts.csswg.org/css-shapes-1/#ref-for-typedef-length-percentage%E2%91%A0%E2%91%A3", @@ -248,6 +256,7 @@ "https://drafts.csswg.org/css-shapes-1/#ref-for-typedef-shape-box%E2%91%A1", "https://drafts.csswg.org/css-shapes-1/#ref-for-comb-one%E2%91%A4", "https://drafts.csswg.org/css-shapes-1/#ref-for-typedef-image%E2%91%A0", + "https://drafts.csswg.org/css-shapes-1/#ref-for-initial-letter", "https://drafts.csswg.org/css-shapes-1/#ref-for-typedef-basic-shape%E2%91%A4", "https://drafts.csswg.org/css-shapes-1/#ref-for-typedef-shape-box%E2%91%A2", "https://drafts.csswg.org/css-shapes-1/#ref-for-typedef-image%E2%91%A1", @@ -262,15 +271,12 @@ "https://drafts.csswg.org/css-shapes-1/#ref-for-propdef-background-clip", "https://drafts.csswg.org/css-shapes-1/#valdef-shape-outside-basic-shape", "https://drafts.csswg.org/css-shapes-1/#ref-for-typedef-basic-shape%E2%91%A6", - "https://drafts.csswg.org/css-shapes-1/#ref-for-funcdef-basic-shape-inset%E2%91%A3", - "https://drafts.csswg.org/css-shapes-1/#ref-for-funcdef-basic-shape-circle%E2%91%A3", - "https://drafts.csswg.org/css-shapes-1/#ref-for-funcdef-basic-shape-ellipse%E2%91%A2", - "https://drafts.csswg.org/css-shapes-1/#ref-for-funcdef-basic-shape-polygon%E2%91%A1", - "https://drafts.csswg.org/css-shapes-1/#ref-for-typedef-shape-box%E2%91%A4", - "https://drafts.csswg.org/css-shapes-1/#ref-for-basic-shape-reference-box%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-shapes-1/#ref-for-typedef-basic-shape%E2%91%A7", + "https://drafts.csswg.org/css-shapes-1/#ref-for-typedef-shape-box%E2%91%A4", + "https://drafts.csswg.org/css-shapes-1/#ref-for-basic-shape-reference-box%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/css-shapes-1/#ref-for-typedef-basic-shape%E2%91%A8", "https://drafts.csswg.org/css-shapes-1/#ref-for-typedef-shape-box%E2%91%A5", - "https://drafts.csswg.org/css-shapes-1/#ref-for-basic-shape-reference-box%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-shapes-1/#ref-for-basic-shape-reference-box%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-shapes-1/#ref-for-valdef-shape-box-margin-box%E2%91%A4", "https://drafts.csswg.org/css-shapes-1/#valdef-shape-outside-image", "https://drafts.csswg.org/css-shapes-1/#ref-for-typedef-image%E2%91%A2", @@ -293,6 +299,7 @@ "https://drafts.csswg.org/css-shapes-1/#ref-for-propdef-shape-margin%E2%91%A5", "https://drafts.csswg.org/css-shapes-1/#propdef-shape-margin", "https://drafts.csswg.org/css-shapes-1/#ref-for-typedef-length-percentage%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-shapes-1/#ref-for-initial-letter%E2%91%A0", "https://drafts.csswg.org/css-shapes-1/#ref-for-inline-size", "https://drafts.csswg.org/css-shapes-1/#ref-for-typedef-length-percentage%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-shapes-1/#valdef-shape-margin-length-percentage-0", @@ -310,6 +317,7 @@ "https://drafts.csswg.org/css-shapes-1/#acknowledgments", "https://drafts.csswg.org/css-shapes-1/#change-log", "https://drafts.csswg.org/css-shapes-1/#20221115", + "https://drafts.csswg.org/css-shapes-1/#ref-for-typedef-basic-shape%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-shapes-1/#20140320", "https://drafts.csswg.org/css-shapes-1/#ref-for-funcdef-basic-shape-path%E2%91%A1", "https://drafts.csswg.org/css-shapes-1/#20140211", @@ -335,6 +343,7 @@ "https://drafts.csswg.org/css-shapes-1/#998b9e6e", "https://drafts.csswg.org/css-shapes-1/#eea3008b", "https://drafts.csswg.org/css-shapes-1/#71632ba3", + "https://drafts.csswg.org/css-shapes-1/#91d652f2", "https://drafts.csswg.org/css-shapes-1/#6b14b18a", "https://drafts.csswg.org/css-shapes-1/#77f17203", "https://drafts.csswg.org/css-shapes-1/#0ef6e4d3", @@ -342,6 +351,7 @@ "https://drafts.csswg.org/css-shapes-1/#68487d22", "https://drafts.csswg.org/css-shapes-1/#9f9120ff", "https://drafts.csswg.org/css-shapes-1/#18222566", + "https://drafts.csswg.org/css-shapes-1/#fb030e6c", "https://drafts.csswg.org/css-shapes-1/#16310992", "https://drafts.csswg.org/css-shapes-1/#2cd27cd8", "https://drafts.csswg.org/css-shapes-1/#977d3003", @@ -364,6 +374,7 @@ "https://drafts.csswg.org/css-shapes-1/#biblio-css-color-4", "https://drafts.csswg.org/css-shapes-1/#biblio-css-images-3", "https://drafts.csswg.org/css-shapes-1/#biblio-css-images-4", + "https://drafts.csswg.org/css-shapes-1/#biblio-css-inline-3", "https://drafts.csswg.org/css-shapes-1/#biblio-css-masking", "https://drafts.csswg.org/css-shapes-1/#biblio-css-syntax-3", "https://drafts.csswg.org/css-shapes-1/#biblio-css-values-3", diff --git a/ed/ids/css-shapes-2.json b/ed/ids/css-shapes-2.json index b3994db0cd68..afa27d31d1ee 100644 --- a/ed/ids/css-shapes-2.json +++ b/ed/ids/css-shapes-2.json @@ -286,10 +286,7 @@ "https://drafts.csswg.org/css-shapes-2/#valdef-shape-inside-outside-shape", "https://drafts.csswg.org/css-shapes-2/#valdef-shape-inside-basic-shape", "https://drafts.csswg.org/css-shapes-2/#ref-for-typedef-basic-shape%E2%91%A2", - "https://drafts.csswg.org/css-shapes-2/#ref-for-funcdef-basic-shape-inset", - "https://drafts.csswg.org/css-shapes-2/#ref-for-funcdef-basic-shape-circle%E2%91%A0", - "https://drafts.csswg.org/css-shapes-2/#ref-for-funcdef-basic-shape-ellipse", - "https://drafts.csswg.org/css-shapes-2/#ref-for-funcdef-basic-shape-polygon", + "https://drafts.csswg.org/css-shapes-2/#ref-for-typedef-basic-shape%E2%91%A3", "https://drafts.csswg.org/css-shapes-2/#valdef-shape-inside-url", "https://drafts.csswg.org/css-shapes-2/#ref-for-url-value%E2%91%A0", "https://drafts.csswg.org/css-shapes-2/#ref-for-valdef-shape-inside-auto", @@ -342,10 +339,7 @@ "https://drafts.csswg.org/css-shapes-2/#998b9e6e", "https://drafts.csswg.org/css-shapes-2/#bce13de7", "https://drafts.csswg.org/css-shapes-2/#37df27a7", - "https://drafts.csswg.org/css-shapes-2/#c1b815c4", - "https://drafts.csswg.org/css-shapes-2/#020bceec", "https://drafts.csswg.org/css-shapes-2/#2e3e6cf6", - "https://drafts.csswg.org/css-shapes-2/#9bae10e5", "https://drafts.csswg.org/css-shapes-2/#175a39e9", "https://drafts.csswg.org/css-shapes-2/#6e57cf97", "https://drafts.csswg.org/css-shapes-2/#4d20fd90", diff --git a/ed/ids/webauthn-3.json b/ed/ids/webauthn-3.json index a5967fd88f6d..47c5731d580d 100644 --- a/ed/ids/webauthn-3.json +++ b/ed/ids/webauthn-3.json @@ -125,7 +125,7 @@ "https://w3c.github.io/webauthn/#ref-for-authorization-gesture%E2%91%A3", "https://w3c.github.io/webauthn/#sctn-sample-scenarios", "https://w3c.github.io/webauthn/#ref-for-public-key-credential%E2%91%A6", - "https://w3c.github.io/webauthn/#ref-for-first-factor-roaming-authenticator", + "https://w3c.github.io/webauthn/#ref-for-passkey-roaming-authenticator", "https://w3c.github.io/webauthn/#ref-for-client-platform", "https://w3c.github.io/webauthn/#ref-for-client-device%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-client-platform%E2%91%A0", @@ -3906,7 +3906,7 @@ "https://w3c.github.io/webauthn/#ref-for-cross-platform-attachment%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-server-side-credential-storage-modality%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-single-factor-capable%E2%91%A0", - "https://w3c.github.io/webauthn/#first-factor-roaming-authenticator", + "https://w3c.github.io/webauthn/#passkey-roaming-authenticator", "https://w3c.github.io/webauthn/#ref-for-cross-platform-attachment%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-client-side-credential-storage-modality%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-multi-factor-capable%E2%91%A0", @@ -3925,8 +3925,8 @@ "https://w3c.github.io/webauthn/#ref-for-second-factor-roaming-authenticator", "https://w3c.github.io/webauthn/#ref-for-client-device%E2%91%A1%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-client-device%E2%91%A1%E2%91%A8", - "https://w3c.github.io/webauthn/#ref-for-user-verifying-platform-authenticator%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-first-factor-roaming-authenticator%E2%91%A0", + "https://w3c.github.io/webauthn/#ref-for-passkey-platform-authenticator%E2%91%A0", + "https://w3c.github.io/webauthn/#ref-for-passkey-roaming-authenticator%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-af%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-credential-private-key%E2%91%A0%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-user-verification%E2%91%A2%E2%91%A5", @@ -3936,6 +3936,11 @@ "https://w3c.github.io/webauthn/#ref-for-af%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-af%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A0%E2%91%A0", + "https://w3c.github.io/webauthn/#ref-for-discoverable-credential%E2%91%A0%E2%91%A3", + "https://w3c.github.io/webauthn/#ref-for-passkey", + "https://w3c.github.io/webauthn/#ref-for-user-verifying-platform-authenticator%E2%91%A5", + "https://w3c.github.io/webauthn/#ref-for-passkey-platform-authenticator%E2%91%A1", + "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredential-isuserverifyingplatformauthenticatoravailable%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-roaming-authenticators%E2%91%A0%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-discoverable-credential-capable%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-multi-factor-capable%E2%91%A2", @@ -4732,7 +4737,7 @@ "https://w3c.github.io/webauthn/#ref-for-credential-id%E2%91%A3%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-credential-public-key%E2%91%A2%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-relying-party%E2%91%A1%E2%91%A5%E2%91%A4", - "https://w3c.github.io/webauthn/#ref-for-discoverable-credential%E2%91%A0%E2%91%A3", + "https://w3c.github.io/webauthn/#ref-for-discoverable-credential%E2%91%A0%E2%91%A4", "https://w3c.github.io/webauthn/#reg-ceremony-store-credential-record", "https://w3c.github.io/webauthn/#ref-for-credential-record%E2%91%A0%E2%91%A0", "https://w3c.github.io/webauthn/#ref-for-user-account%E2%91%A2%E2%91%A1", @@ -5356,14 +5361,14 @@ "https://w3c.github.io/webauthn/#ref-for-registration-ceremony%E2%91%A0%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-client-side-discoverable-credential%E2%91%A0%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-dom-credentialpropertiesoutput-rk%E2%91%A2", - "https://w3c.github.io/webauthn/#ref-for-discoverable-credential%E2%91%A0%E2%91%A4", + "https://w3c.github.io/webauthn/#ref-for-discoverable-credential%E2%91%A0%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-dom-credentialpropertiesoutput-rk%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-server-side-credential%E2%91%A0%E2%91%A1", "https://w3c.github.io/webauthn/#ref-for-dom-credentialpropertiesoutput-rk%E2%91%A4", - "https://w3c.github.io/webauthn/#ref-for-discoverable-credential%E2%91%A0%E2%91%A5", + "https://w3c.github.io/webauthn/#ref-for-discoverable-credential%E2%91%A0%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-server-side-credential%E2%91%A0%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A1%E2%91%A4%E2%91%A5", - "https://w3c.github.io/webauthn/#ref-for-discoverable-credential%E2%91%A0%E2%91%A6", + "https://w3c.github.io/webauthn/#ref-for-discoverable-credential%E2%91%A0%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-client-platform%E2%91%A4%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-client-platform%E2%91%A4%E2%91%A4", "https://w3c.github.io/webauthn/#ref-for-dom-credentialpropertiesoutput-rk%E2%91%A5", @@ -5529,13 +5534,13 @@ "https://w3c.github.io/webauthn/#ref-for-authenticatorLargeBlobs", "https://w3c.github.io/webauthn/#ref-for-roaming-authenticators%E2%91%A1%E2%91%A2", "https://w3c.github.io/webauthn/#ref-for-largeblob", - "https://w3c.github.io/webauthn/#ref-for-discoverable-credential%E2%91%A0%E2%91%A7", + "https://w3c.github.io/webauthn/#ref-for-discoverable-credential%E2%91%A0%E2%91%A8", "https://w3c.github.io/webauthn/#ref-for-dom-publickeycredentialcreationoptions-authenticatorselection%E2%91%A0%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-dom-authenticatorselectioncriteria-residentkey%E2%91%A7", "https://w3c.github.io/webauthn/#ref-for-dom-residentkeyrequirement-preferred%E2%91%A3", "https://w3c.github.io/webauthn/#ref-for-dom-residentkeyrequirement-required%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-authenticator%E2%91%A1%E2%91%A5%E2%91%A3", - "https://w3c.github.io/webauthn/#ref-for-discoverable-credential%E2%91%A0%E2%91%A8", + "https://w3c.github.io/webauthn/#ref-for-discoverable-credential%E2%91%A1%E2%93%AA", "https://w3c.github.io/webauthn/#ref-for-registration-extension%E2%91%A0%E2%91%A6", "https://w3c.github.io/webauthn/#ref-for-authentication-extension%E2%91%A0%E2%91%A5", "https://w3c.github.io/webauthn/#ref-for-dictdef-authenticationextensionsclientinputs%E2%91%A0%E2%93%AA", diff --git a/ed/ids/webgpu.json b/ed/ids/webgpu.json index 913ea1512250..211113333012 100644 --- a/ed/ids/webgpu.json +++ b/ed/ids/webgpu.json @@ -1160,6 +1160,7 @@ "https://gpuweb.github.io/gpuweb/#ref-for-a-new-promise", "https://gpuweb.github.io/gpuweb/#ref-for-device-timeline%E2%91%A1%E2%91%A2", "https://gpuweb.github.io/gpuweb/#ref-for-device-timeline%E2%91%A1%E2%91%A3", + "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpurequestadapteroptions-featurelevel", "https://gpuweb.github.io/gpuweb/#ref-for-adapter%E2%91%A1%E2%91%A7", "https://gpuweb.github.io/gpuweb/#ref-for-supported-limits%E2%91%A5", "https://gpuweb.github.io/gpuweb/#ref-for-fallback-adapter%E2%91%A1", @@ -1243,6 +1244,8 @@ "https://gpuweb.github.io/gpuweb/#adapter-selection", "https://gpuweb.github.io/gpuweb/#dictdef-gpurequestadapteroptions", "https://gpuweb.github.io/gpuweb/#ref-for-dictdef-gpurequestadapteroptions%E2%91%A1", + "https://gpuweb.github.io/gpuweb/#ref-for-idl-any", + "https://gpuweb.github.io/gpuweb/#dom-gpurequestadapteroptions-featurelevel", "https://gpuweb.github.io/gpuweb/#ref-for-enumdef-gpupowerpreference", "https://gpuweb.github.io/gpuweb/#ref-for-dom-gpurequestadapteroptions-powerpreference", "https://gpuweb.github.io/gpuweb/#ref-for-idl-boolean%E2%91%A3", @@ -10595,6 +10598,7 @@ "https://gpuweb.github.io/gpuweb/#13d0450b", "https://gpuweb.github.io/gpuweb/#dacde8b5", "https://gpuweb.github.io/gpuweb/#d0b4a948", + "https://gpuweb.github.io/gpuweb/#6c6b1005", "https://gpuweb.github.io/gpuweb/#5372cca8", "https://gpuweb.github.io/gpuweb/#ae4bc361", "https://gpuweb.github.io/gpuweb/#cadf5fe9", diff --git a/ed/index.json b/ed/index.json index 10bdf9bf2d97..085c86d1fa74 100644 --- a/ed/index.json +++ b/ed/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2024-09-11T18:48:46.110Z", + "date": "2024-09-12T00:58:25.328Z", "options": { "useCrawl": "curated", "output": "curated", @@ -957,11 +957,11 @@ ], "crawled": "https://drafts.csswg.org/css-backgrounds-4/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "18 August 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "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": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "25 December 2023", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "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": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "14 August 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "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": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "25 July 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "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": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "21 February 2023", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "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": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "13 June 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "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": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "30 August 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "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": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "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": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "11 October 2017", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "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": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "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-grid-3/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "11 September 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-grid-3.json", "links": "links/css-grid-3.json", "refs": "refs/css-grid-3.json", @@ -1595,11 +1595,11 @@ ], "crawled": "https://drafts.csswg.org/css-images-5/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/css-images-5.json", "refs": "refs/css-images-5.json", "css": "css/css-images-5.json", @@ -1649,11 +1649,11 @@ ], "crawled": "https://drafts.csswg.org/css-link-params-1/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "7 August 2023", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/css-link-params-1.json", "refs": "refs/css-link-params-1.json", "css": "css/css-link-params.json", @@ -1703,11 +1703,11 @@ ], "crawled": "https://drafts.csswg.org/css-mixins-1/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "19 July 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-mixins-1.json", "links": "links/css-mixins-1.json", "refs": "refs/css-mixins-1.json", @@ -1767,11 +1767,11 @@ ], "crawled": "https://drafts.csswg.org/css-multicol-2/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "5 October 2021", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/css-multicol-2.json", "refs": "refs/css-multicol-2.json", "css": "css/css-multicol-2.json", @@ -1828,11 +1828,11 @@ ], "crawled": "https://drafts.csswg.org/css-overflow-5/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "30 July 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-overflow-5.json", "links": "links/css-overflow-5.json", "refs": "refs/css-overflow-5.json", @@ -1890,11 +1890,11 @@ ], "crawled": "https://drafts.csswg.org/css-page-4/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "12 May 2023", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/css-page-4.json", "refs": "refs/css-page-4.json", "dfns": "dfns/css-page-4.json", @@ -1950,11 +1950,11 @@ ], "crawled": "https://drafts.csswg.org/css-position-4/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "30 August 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-position-4.json", "links": "links/css-position-4.json", "refs": "refs/css-position-4.json", @@ -2012,11 +2012,11 @@ ], "crawled": "https://drafts.csswg.org/css-shapes-2/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", - "date": "1 August 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "date": "11 September 2024", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/css-shapes-2.json", "refs": "refs/css-shapes-2.json", "css": "css/css-shapes-2.json", @@ -2072,11 +2072,11 @@ ], "crawled": "https://drafts.csswg.org/css-size-adjust-1/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/css-size-adjust-1.json", "refs": "refs/css-size-adjust-1.json", "css": "css/css-size-adjust.json", @@ -2133,11 +2133,11 @@ ], "crawled": "https://drafts.csswg.org/css-variables-2/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "27 February 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-variables-2.json", "links": "links/css-variables-2.json", "refs": "refs/css-variables-2.json", @@ -2195,11 +2195,11 @@ ], "crawled": "https://drafts.csswg.org/selectors-5/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "13 August 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/selectors-5.json", "refs": "refs/selectors-5.json", "css": "css/selectors-5.json", @@ -17187,11 +17187,11 @@ ], "crawled": "https://drafts.csswg.org/css-2022/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:34 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/css-2022.json", "refs": "refs/css-2022.json", "dfns": "dfns/css-2022.json", @@ -17247,11 +17247,11 @@ ], "crawled": "https://drafts.csswg.org/css-2023/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "11 December 2023", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/css-2023.json", "refs": "refs/css-2023.json", "dfns": "dfns/css-2023.json", @@ -17313,11 +17313,11 @@ ], "crawled": "https://drafts.csswg.org/css-align-3/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "30 August 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-align-3.json", "links": "links/css-align-3.json", "refs": "refs/css-align-3.json", @@ -17375,11 +17375,11 @@ ], "crawled": "https://drafts.csswg.org/css-anchor-position-1/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "4 September 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-anchor-position-1.json", "links": "links/css-anchor-position-1.json", "refs": "refs/css-anchor-position-1.json", @@ -17511,11 +17511,11 @@ ], "crawled": "https://drafts.csswg.org/css-animations-1/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "8 December 2023", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/css-animations-1.json", "refs": "refs/css-animations-1.json", "events": "events/css-animations-1.json", @@ -17581,11 +17581,11 @@ ], "crawled": "https://drafts.csswg.org/css-animations-2/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "17 May 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-animations-2.json", "links": "links/css-animations-2.json", "refs": "refs/css-animations-2.json", @@ -17652,11 +17652,11 @@ ], "crawled": "https://drafts.csswg.org/css-backgrounds-3/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "13 August 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-backgrounds-3.json", "links": "links/css-backgrounds-3.json", "refs": "refs/css-backgrounds-3.json", @@ -17721,11 +17721,11 @@ ], "crawled": "https://drafts.csswg.org/css-box-3/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "4 April 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/css-box-3.json", "refs": "refs/css-box-3.json", "dfns": "dfns/css-box-3.json", @@ -17787,11 +17787,11 @@ ], "crawled": "https://drafts.csswg.org/css-box-4/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "4 August 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/css-box-4.json", "refs": "refs/css-box-4.json", "css": "css/css-box.json", @@ -17855,11 +17855,11 @@ ], "crawled": "https://drafts.csswg.org/css-break-3/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/css-break-3.json", "refs": "refs/css-break-3.json", "dfns": "dfns/css-break-3.json", @@ -17921,11 +17921,11 @@ ], "crawled": "https://drafts.csswg.org/css-break-4/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "11 March 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/css-break-4.json", "refs": "refs/css-break-4.json", "css": "css/css-break.json", @@ -17988,11 +17988,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-3/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "30 January 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/css-cascade-3.json", "refs": "refs/css-cascade-3.json", "dfns": "dfns/css-cascade-3.json", @@ -18056,11 +18056,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-4/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-cascade-4.json", "links": "links/css-cascade-4.json", "refs": "refs/css-cascade-4.json", @@ -18124,11 +18124,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-5/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/css-cascade-5.json", "refs": "refs/css-cascade-5.json", "idl": "idl/css-cascade.idl", @@ -18193,11 +18193,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-6/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "4 September 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/css-cascade-6.json", "refs": "refs/css-cascade-6.json", "idl": "idl/css-cascade-6.idl", @@ -18262,7 +18262,7 @@ ], "crawled": "https://drafts.csswg.org/css-color-3/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "date": "18 January 2022", "links": "links/css-color-3.json", @@ -18328,11 +18328,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-4/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "4 September 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-color-4.json", "links": "links/css-color-4.json", "refs": "refs/css-color-4.json", @@ -18397,11 +18397,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-5/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "7 July 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-color-5.json", "links": "links/css-color-5.json", "refs": "refs/css-color-5.json", @@ -18467,11 +18467,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-adjust-1/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "26 October 2023", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-color-adjust-1.json", "links": "links/css-color-adjust-1.json", "refs": "refs/css-color-adjust-1.json", @@ -18536,11 +18536,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-3/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "13 August 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-conditional-3.json", "links": "links/css-conditional-3.json", "refs": "refs/css-conditional-3.json", @@ -18607,11 +18607,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-4/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "19 March 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/css-conditional-4.json", "refs": "refs/css-conditional-4.json", "css": "css/css-conditional-4.json", @@ -18674,11 +18674,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-5/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "4 September 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-conditional-5.json", "links": "links/css-conditional-5.json", "refs": "refs/css-conditional-5.json", @@ -18744,11 +18744,11 @@ ], "crawled": "https://drafts.csswg.org/css-contain-1/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "28 June 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-contain-1.json", "links": "links/css-contain-1.json", "refs": "refs/css-contain-1.json", @@ -18813,11 +18813,11 @@ ], "crawled": "https://drafts.csswg.org/css-contain-2/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:34 GMT" }, "generator": "bikeshed", "date": "15 June 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-contain-2.json", "links": "links/css-contain-2.json", "refs": "refs/css-contain-2.json", @@ -18884,11 +18884,11 @@ ], "crawled": "https://drafts.csswg.org/css-contain-3/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "20 June 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/css-contain-3.json", "refs": "refs/css-contain-3.json", "headings": "headings/css-contain-3.json", @@ -18949,11 +18949,11 @@ ], "crawled": "https://drafts.csswg.org/css-content-3/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "17 May 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-content-3.json", "links": "links/css-content-3.json", "refs": "refs/css-content-3.json", @@ -19017,11 +19017,11 @@ ], "crawled": "https://drafts.csswg.org/css-counter-styles-3/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "18 December 2023", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-counter-styles-3.json", "links": "links/css-counter-styles-3.json", "refs": "refs/css-counter-styles-3.json", @@ -19088,11 +19088,11 @@ ], "crawled": "https://drafts.csswg.org/css-display-3/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "22 November 2023", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/css-display-3.json", "refs": "refs/css-display-3.json", "dfns": "dfns/css-display-3.json", @@ -19155,11 +19155,11 @@ ], "crawled": "https://drafts.csswg.org/css-easing-1/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "28 August 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-easing-1.json", "links": "links/css-easing-1.json", "refs": "refs/css-easing-1.json", @@ -19222,11 +19222,11 @@ ], "crawled": "https://drafts.csswg.org/css-easing-2/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "10 September 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-easing-2.json", "links": "links/css-easing-2.json", "refs": "refs/css-easing-2.json", @@ -19290,11 +19290,11 @@ ], "crawled": "https://drafts.csswg.org/css-flexbox-1/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "9 August 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-flexbox-1.json", "links": "links/css-flexbox-1.json", "refs": "refs/css-flexbox-1.json", @@ -19358,11 +19358,11 @@ ], "crawled": "https://drafts.csswg.org/css-font-loading-3/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "11 May 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-font-loading-3.json", "links": "links/css-font-loading-3.json", "refs": "refs/css-font-loading-3.json", @@ -19431,11 +19431,11 @@ ], "crawled": "https://drafts.csswg.org/css-fonts-4/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "8 September 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-fonts-4.json", "links": "links/css-fonts-4.json", "refs": "refs/css-fonts-4.json", @@ -19501,11 +19501,11 @@ ], "crawled": "https://drafts.csswg.org/css-fonts-5/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "11 July 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/css-fonts-5.json", "refs": "refs/css-fonts-5.json", "css": "css/css-fonts-5.json", @@ -19569,11 +19569,11 @@ ], "crawled": "https://drafts.csswg.org/css-gcpm-3/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "4 May 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/css-gcpm-3.json", "refs": "refs/css-gcpm-3.json", "css": "css/css-gcpm.json", @@ -19636,11 +19636,11 @@ ], "crawled": "https://drafts.csswg.org/css-grid-1/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "3 November 2023", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-grid-1.json", "links": "links/css-grid-1.json", "refs": "refs/css-grid-1.json", @@ -19705,11 +19705,11 @@ ], "crawled": "https://drafts.csswg.org/css-grid-2/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:34 GMT" }, "generator": "bikeshed", "date": "13 August 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-grid-2.json", "links": "links/css-grid-2.json", "refs": "refs/css-grid-2.json", @@ -19767,11 +19767,11 @@ ], "crawled": "https://drafts.csswg.org/css-highlight-api-1/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "30 August 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-highlight-api-1.json", "links": "links/css-highlight-api-1.json", "refs": "refs/css-highlight-api-1.json", @@ -19838,11 +19838,11 @@ ], "crawled": "https://drafts.csswg.org/css-images-3/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "19 July 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-images-3.json", "links": "links/css-images-3.json", "refs": "refs/css-images-3.json", @@ -19907,11 +19907,11 @@ ], "crawled": "https://drafts.csswg.org/css-images-4/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "3 September 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-images-4.json", "links": "links/css-images-4.json", "refs": "refs/css-images-4.json", @@ -19977,11 +19977,11 @@ ], "crawled": "https://drafts.csswg.org/css-inline-3/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "14 August 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-inline-3.json", "links": "links/css-inline-3.json", "refs": "refs/css-inline-3.json", @@ -20105,11 +20105,11 @@ ], "crawled": "https://drafts.csswg.org/css-line-grid-1/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "26 July 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/css-line-grid-1.json", "refs": "refs/css-line-grid-1.json", "css": "css/css-line-grid.json", @@ -20172,11 +20172,11 @@ ], "crawled": "https://drafts.csswg.org/css-lists-3/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:34 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-lists-3.json", "links": "links/css-lists-3.json", "refs": "refs/css-lists-3.json", @@ -20240,11 +20240,11 @@ ], "crawled": "https://drafts.csswg.org/css-logical-1/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/css-logical-1.json", "refs": "refs/css-logical-1.json", "css": "css/css-logical.json", @@ -20376,11 +20376,11 @@ ], "crawled": "https://drafts.csswg.org/css-multicol-1/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "6 May 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/css-multicol-1.json", "refs": "refs/css-multicol-1.json", "css": "css/css-multicol.json", @@ -20443,11 +20443,11 @@ ], "crawled": "https://drafts.csswg.org/css-namespaces-3/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/css-namespaces-3.json", "refs": "refs/css-namespaces-3.json", "css": "css/css-namespaces.json", @@ -20504,11 +20504,11 @@ ], "crawled": "https://drafts.csswg.org/css-nav-1/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "29 July 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-nav-1.json", "links": "links/css-nav-1.json", "refs": "refs/css-nav-1.json", @@ -20569,11 +20569,11 @@ ], "crawled": "https://drafts.csswg.org/css-nesting-1/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "19 July 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/css-nesting-1.json", "refs": "refs/css-nesting-1.json", "idl": "idl/css-nesting.idl", @@ -20639,11 +20639,11 @@ ], "crawled": "https://drafts.csswg.org/css-overflow-3/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "21 June 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/css-overflow-3.json", "refs": "refs/css-overflow-3.json", "css": "css/css-overflow.json", @@ -20707,11 +20707,11 @@ ], "crawled": "https://drafts.csswg.org/css-overflow-4/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "10 September 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/css-overflow-4.json", "refs": "refs/css-overflow-4.json", "css": "css/css-overflow-4.json", @@ -20774,11 +20774,11 @@ ], "crawled": "https://drafts.csswg.org/css-overscroll-1/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "3 March 2023", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/css-overscroll-1.json", "refs": "refs/css-overscroll-1.json", "css": "css/css-overscroll.json", @@ -20842,11 +20842,11 @@ ], "crawled": "https://drafts.csswg.org/css-page-3/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "5 December 2023", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-page-3.json", "links": "links/css-page-3.json", "refs": "refs/css-page-3.json", @@ -20904,11 +20904,11 @@ ], "crawled": "https://drafts.csswg.org/css-page-floats-3/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-page-floats-3.json", "links": "links/css-page-floats-3.json", "refs": "refs/css-page-floats-3.json", @@ -21039,11 +21039,11 @@ ], "crawled": "https://drafts.csswg.org/css-position-3/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "12 August 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-position-3.json", "links": "links/css-position-3.json", "refs": "refs/css-position-3.json", @@ -21173,11 +21173,11 @@ ], "crawled": "https://drafts.csswg.org/css-pseudo-4/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "30 August 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-pseudo-4.json", "links": "links/css-pseudo-4.json", "refs": "refs/css-pseudo-4.json", @@ -21237,11 +21237,11 @@ ], "crawled": "https://drafts.csswg.org/css-regions-1/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/css-regions-1.json", "refs": "refs/css-regions-1.json", "idl": "idl/css-regions.idl", @@ -21300,11 +21300,11 @@ ], "crawled": "https://drafts.csswg.org/css-rhythm-1/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:34 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/css-rhythm-1.json", "refs": "refs/css-rhythm-1.json", "css": "css/css-rhythm.json", @@ -21367,11 +21367,11 @@ ], "crawled": "https://drafts.csswg.org/css-round-display-1/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "1 August 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/css-round-display-1.json", "refs": "refs/css-round-display-1.json", "css": "css/css-round-display.json", @@ -21434,11 +21434,11 @@ ], "crawled": "https://drafts.csswg.org/css-ruby-1/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "15 July 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-ruby-1.json", "links": "links/css-ruby-1.json", "refs": "refs/css-ruby-1.json", @@ -21502,11 +21502,11 @@ ], "crawled": "https://drafts.csswg.org/css-scoping-1/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "2 September 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-scoping-1.json", "links": "links/css-scoping-1.json", "refs": "refs/css-scoping-1.json", @@ -21570,11 +21570,11 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-anchoring-1/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "22 December 2020", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-scroll-anchoring-1.json", "links": "links/css-scroll-anchoring-1.json", "refs": "refs/css-scroll-anchoring-1.json", @@ -21639,11 +21639,11 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-snap-1/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "11 April 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-scroll-snap-1.json", "links": "links/css-scroll-snap-1.json", "refs": "refs/css-scroll-snap-1.json", @@ -21707,11 +21707,11 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-snap-2/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "19 July 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-scroll-snap-2.json", "links": "links/css-scroll-snap-2.json", "refs": "refs/css-scroll-snap-2.json", @@ -21777,11 +21777,11 @@ ], "crawled": "https://drafts.csswg.org/css-scrollbars-1/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "4 April 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/css-scrollbars-1.json", "refs": "refs/css-scrollbars-1.json", "css": "css/css-scrollbars.json", @@ -21844,11 +21844,11 @@ ], "crawled": "https://drafts.csswg.org/css-shadow-parts-1/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "20 March 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-shadow-parts-1.json", "links": "links/css-shadow-parts-1.json", "refs": "refs/css-shadow-parts-1.json", @@ -21915,11 +21915,11 @@ ], "crawled": "https://drafts.csswg.org/css-shapes-1/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", - "date": "20 February 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "date": "11 September 2024", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/css-shapes-1.json", "refs": "refs/css-shapes-1.json", "css": "css/css-shapes.json", @@ -21983,11 +21983,11 @@ ], "crawled": "https://drafts.csswg.org/css-sizing-3/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:34 GMT" }, "generator": "bikeshed", "date": "25 July 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-sizing-3.json", "links": "links/css-sizing-3.json", "refs": "refs/css-sizing-3.json", @@ -22051,11 +22051,11 @@ ], "crawled": "https://drafts.csswg.org/css-sizing-4/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "25 July 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/css-sizing-4.json", "refs": "refs/css-sizing-4.json", "css": "css/css-sizing-4.json", @@ -22118,11 +22118,11 @@ ], "crawled": "https://drafts.csswg.org/css-speech-1/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/css-speech-1.json", "refs": "refs/css-speech-1.json", "css": "css/css-speech.json", @@ -22183,7 +22183,7 @@ ], "crawled": "https://drafts.csswg.org/css-style-attr/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "date": "10 April 2015", "links": "links/css-style-attr.json", @@ -22248,11 +22248,11 @@ ], "crawled": "https://drafts.csswg.org/css-syntax-3/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "25 June 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-syntax-3.json", "links": "links/css-syntax-3.json", "refs": "refs/css-syntax-3.json", @@ -22316,11 +22316,11 @@ ], "crawled": "https://drafts.csswg.org/css-tables-3/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:34 GMT" }, "generator": "bikeshed", "date": "1 August 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-tables-3.json", "links": "links/css-tables-3.json", "refs": "refs/css-tables-3.json", @@ -22385,11 +22385,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-3/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "31 July 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-text-3.json", "links": "links/css-text-3.json", "refs": "refs/css-text-3.json", @@ -22453,11 +22453,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-4/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "31 July 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-text-4.json", "links": "links/css-text-4.json", "refs": "refs/css-text-4.json", @@ -22522,11 +22522,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-decor-3/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/css-text-decor-3.json", "refs": "refs/css-text-decor-3.json", "css": "css/css-text-decor.json", @@ -22589,11 +22589,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-decor-4/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "8 March 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/css-text-decor-4.json", "refs": "refs/css-text-decor-4.json", "css": "css/css-text-decor-4.json", @@ -22657,11 +22657,11 @@ ], "crawled": "https://drafts.csswg.org/css-transforms-1/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "7 August 2023", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-transforms-1.json", "links": "links/css-transforms-1.json", "refs": "refs/css-transforms-1.json", @@ -22725,11 +22725,11 @@ ], "crawled": "https://drafts.csswg.org/css-transforms-2/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "3 April 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-transforms-2.json", "links": "links/css-transforms-2.json", "refs": "refs/css-transforms-2.json", @@ -22794,11 +22794,11 @@ ], "crawled": "https://drafts.csswg.org/css-transitions-1/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "10 December 2023", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-transitions-1.json", "links": "links/css-transitions-1.json", "refs": "refs/css-transitions-1.json", @@ -22865,11 +22865,11 @@ ], "crawled": "https://drafts.csswg.org/css-transitions-2/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "5 September 2023", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-transitions-2.json", "links": "links/css-transitions-2.json", "refs": "refs/css-transitions-2.json", @@ -23001,11 +23001,11 @@ ], "crawled": "https://drafts.csswg.org/css-ui-3/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "27 February 2023", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-ui-3.json", "links": "links/css-ui-3.json", "refs": "refs/css-ui-3.json", @@ -23069,11 +23069,11 @@ ], "crawled": "https://drafts.csswg.org/css-ui-4/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "31 July 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/css-ui-4.json", "refs": "refs/css-ui-4.json", "css": "css/css-ui.json", @@ -23138,11 +23138,11 @@ ], "crawled": "https://drafts.csswg.org/css-values-3/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "31 July 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/css-values-3.json", "refs": "refs/css-values-3.json", "dfns": "dfns/css-values-3.json", @@ -23206,11 +23206,11 @@ ], "crawled": "https://drafts.csswg.org/css-values-4/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "17 June 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-values-4.json", "links": "links/css-values-4.json", "refs": "refs/css-values-4.json", @@ -23274,11 +23274,11 @@ ], "crawled": "https://drafts.csswg.org/css-values-5/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "30 August 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-values-5.json", "links": "links/css-values-5.json", "refs": "refs/css-values-5.json", @@ -23343,11 +23343,11 @@ ], "crawled": "https://drafts.csswg.org/css-variables-1/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "30 August 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-variables-1.json", "links": "links/css-variables-1.json", "refs": "refs/css-variables-1.json", @@ -23405,11 +23405,11 @@ ], "crawled": "https://drafts.csswg.org/css-view-transitions-1/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "5 September 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-view-transitions-1.json", "links": "links/css-view-transitions-1.json", "refs": "refs/css-view-transitions-1.json", @@ -23469,11 +23469,11 @@ ], "crawled": "https://drafts.csswg.org/css-view-transitions-2/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "10 September 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-view-transitions-2.json", "links": "links/css-view-transitions-2.json", "refs": "refs/css-view-transitions-2.json", @@ -23541,11 +23541,11 @@ ], "crawled": "https://drafts.csswg.org/css-viewport/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "12 July 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-viewport-1.json", "links": "links/css-viewport-1.json", "refs": "refs/css-viewport-1.json", @@ -23611,11 +23611,11 @@ ], "crawled": "https://drafts.csswg.org/css-will-change-1/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "29 April 2022", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/css-will-change-1.json", "refs": "refs/css-will-change-1.json", "css": "css/css-will-change.json", @@ -23679,11 +23679,11 @@ ], "crawled": "https://drafts.csswg.org/css-writing-modes-3/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/css-writing-modes-3.json", "refs": "refs/css-writing-modes-3.json", "dfns": "dfns/css-writing-modes-3.json", @@ -23746,11 +23746,11 @@ ], "crawled": "https://drafts.csswg.org/css-writing-modes-4/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css-writing-modes-4.json", "links": "links/css-writing-modes-4.json", "refs": "refs/css-writing-modes-4.json", @@ -23952,11 +23952,11 @@ ], "crawled": "https://drafts.csswg.org/css2/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:34 GMT" }, "generator": "bikeshed", "date": "18 December 2023", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/CSS22.json", "links": "links/CSS22.json", "refs": "refs/CSS22.json", @@ -24020,11 +24020,11 @@ ], "crawled": "https://drafts.csswg.org/css-exclusions-1/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "24 July 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/css3-exclusions.json", "links": "links/css3-exclusions.json", "refs": "refs/css3-exclusions.json", @@ -24088,11 +24088,11 @@ ], "crawled": "https://drafts.csswg.org/cssom-1/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "2 July 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/cssom-1.json", "links": "links/cssom-1.json", "refs": "refs/cssom-1.json", @@ -24158,11 +24158,11 @@ ], "crawled": "https://drafts.csswg.org/cssom-view-1/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "21 June 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/cssom-view-1.json", "links": "links/cssom-view-1.json", "refs": "refs/cssom-view-1.json", @@ -27890,7 +27890,7 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-3/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "date": "14 May 2024", "links": "links/mediaqueries-3.json", @@ -27955,11 +27955,11 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-4/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:34 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/mediaqueries-4.json", "refs": "refs/mediaqueries-4.json", "css": "css/mediaqueries.json", @@ -28022,11 +28022,11 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-5/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "19 July 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/mediaqueries-5.json", "refs": "refs/mediaqueries-5.json", "css": "css/mediaqueries-5.json", @@ -30981,11 +30981,11 @@ ], "crawled": "https://drafts.csswg.org/resize-observer-1/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "27 January 2023", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/resize-observer-1.json", "links": "links/resize-observer-1.json", "refs": "refs/resize-observer-1.json", @@ -31313,11 +31313,11 @@ ], "crawled": "https://drafts.csswg.org/scroll-animations-1/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "31 January 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/scroll-animations-1.json", "links": "links/scroll-animations-1.json", "refs": "refs/scroll-animations-1.json", @@ -31576,7 +31576,7 @@ ], "crawled": "https://drafts.csswg.org/selectors-3/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "date": "30 January 2018", "links": "links/selectors-3.json", @@ -31642,11 +31642,11 @@ ], "crawled": "https://drafts.csswg.org/selectors-4/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "22 August 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/selectors-4.json", "links": "links/selectors-4.json", "refs": "refs/selectors-4.json", @@ -34001,11 +34001,11 @@ ], "crawled": "https://drafts.csswg.org/web-animations-1/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "17 May 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/web-animations-1.json", "links": "links/web-animations-1.json", "refs": "refs/web-animations-1.json", @@ -34071,11 +34071,11 @@ ], "crawled": "https://drafts.csswg.org/web-animations-2/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "15 May 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "algorithms": "algorithms/web-animations-2.json", "links": "links/web-animations-2.json", "refs": "refs/web-animations-2.json", @@ -34332,11 +34332,11 @@ ], "crawled": "https://w3c.github.io/webauthn/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 18:22:50 GMT" + "lastModified": "Wed, 11 Sep 2024 23:57:18 GMT" }, "generator": "bikeshed", "date": "11 September 2024", - "revision": "54e634695e7dfdc41270eb129117bea70b9c1cf3", + "revision": "fb6351bd6cccce319531dc3638f3008738a16ac1", "algorithms": "algorithms/webauthn-3.json", "links": "links/webauthn-3.json", "refs": "refs/webauthn-3.json", @@ -35443,7 +35443,7 @@ ], "crawled": "https://gpuweb.github.io/gpuweb/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:42:57 GMT" + "lastModified": "Wed, 11 Sep 2024 22:14:37 GMT" }, "generator": "bikeshed", "date": "11 September 2024", @@ -36738,7 +36738,7 @@ ], "crawled": "https://gpuweb.github.io/gpuweb/wgsl/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:42:57 GMT" + "lastModified": "Wed, 11 Sep 2024 22:14:37 GMT" }, "generator": "bikeshed", "date": "11 September 2024", @@ -37100,11 +37100,11 @@ ], "crawled": "https://drafts.csswg.org/selectors-nonelement-1/", "crawlCacheInfo": { - "lastModified": "Wed, 11 Sep 2024 16:16:34 GMT" + "lastModified": "Wed, 11 Sep 2024 23:04:33 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "5571070efb296b4ef7929d8dee70e586f465abda", + "revision": "25dc09f832e06c894ad6b9aeccbc140cee383030", "links": "links/selectors-nonelement-1.json", "refs": "refs/selectors-nonelement-1.json", "dfns": "dfns/selectors-nonelement-1.json", diff --git a/ed/links/css-shapes-1.json b/ed/links/css-shapes-1.json index 70a61eab75a4..2181c64f599b 100644 --- a/ed/links/css-shapes-1.json +++ b/ed/links/css-shapes-1.json @@ -50,6 +50,7 @@ "https://drafts.csswg.org/css-exclusions/": {}, "https://drafts.csswg.org/css-images-3/": {}, "https://drafts.csswg.org/css-images-4/": {}, + "https://drafts.csswg.org/css-inline-3/": {}, "https://drafts.csswg.org/css-syntax/": {}, "https://drafts.csswg.org/css-values-3/": {}, "https://drafts.csswg.org/css-values-4/": { @@ -73,6 +74,8 @@ "https://github.com/w3c/csswg-drafts/issues/4102": {}, "https://github.com/w3c/csswg-drafts/issues/675": {}, "https://github.com/w3c/csswg-drafts/issues/850": {}, + "https://github.com/w3c/csswg-drafts/issues/9728": {}, + "https://github.com/w3c/csswg-drafts/issues/9843": {}, "https://github.com/w3c/fxtf-drafts/issues/392": {}, "https://lists.w3.org/Archives/Public/public-css-archive/": {}, "https://lists.w3.org/Archives/Public/www-style/": {}, @@ -176,6 +179,11 @@ "gradient-box" ] }, + "https://drafts.csswg.org/css-inline-3/": { + "anchors": [ + "initial-letter" + ] + }, "https://drafts.csswg.org/css-syntax-3/": { "anchors": [ "css-invalid" @@ -190,6 +198,7 @@ "mult-num", "comb-one", "typedef-position", + "length-value", "comb-comma", "mult-comma", "string-value", diff --git a/ed/links/css-shapes-2.json b/ed/links/css-shapes-2.json index 74bad2d40287..9063d690c4d8 100644 --- a/ed/links/css-shapes-2.json +++ b/ed/links/css-shapes-2.json @@ -145,10 +145,7 @@ "basic-shape-reference-box", "funcdef-basic-shape-circle", "propdef-shape-margin", - "typedef-basic-shape", - "funcdef-basic-shape-inset", - "funcdef-basic-shape-ellipse", - "funcdef-basic-shape-polygon" + "typedef-basic-shape" ] }, "https://drafts.csswg.org/css-transforms-1/": { diff --git a/ed/links/webgpu.json b/ed/links/webgpu.json index 9e21a551f73a..91b3e549c049 100644 --- a/ed/links/webgpu.json +++ b/ed/links/webgpu.json @@ -326,6 +326,7 @@ "SameObject", "idl-promise", "a-new-promise", + "idl-any", "reject", "operationerror", "idl-sequence", diff --git a/ed/refs/css-shapes-1.json b/ed/refs/css-shapes-1.json index 77861ee6f4b7..957381922560 100644 --- a/ed/refs/css-shapes-1.json +++ b/ed/refs/css-shapes-1.json @@ -25,6 +25,10 @@ "name": "CSS-IMAGES-4", "url": "https://drafts.csswg.org/css-images-4/" }, + { + "name": "CSS-INLINE-3", + "url": "https://drafts.csswg.org/css-inline-3/" + }, { "name": "CSS-MASKING", "url": "https://drafts.fxtf.org/css-masking-1/"