From 6ad92d6e0c916194a1c771a64778eb382040de6d Mon Sep 17 00:00:00 2001 From: reffy-bot <> Date: Tue, 7 Jan 2025 18:46:44 +0000 Subject: [PATCH] Update of ED report from new reffy run Using reffy commit 18.1.2. --- ed/algorithms/WebCryptoAPI.json | 8 +- ed/algorithms/css-flexbox-1.json | 2 +- ed/algorithms/css-grid-1.json | 14 +- ed/algorithms/css-grid-2.json | 8 +- ed/algorithms/fedcm-1.json | 22 +- ed/algorithms/html.json | 2 +- ed/algorithms/web-animations-2.json | 4 +- ed/algorithms/webaudio-1.0.json | 6 +- ed/algorithms/webaudio-1.1.json | 6 +- ed/algorithms/webmidi.json | 4 +- ed/headings/css-mixins-1.json | 14 + ed/ids/css-conditional-5.json | 6 +- ed/ids/css-content-3.json | 4 +- ed/ids/css-flexbox-1.json | 18 +- ed/ids/css-fonts-4.json | 26 +- ed/ids/css-grid-1.json | 70 +-- ed/ids/css-grid-2.json | 26 +- ed/ids/css-mixins-1.json | 2 + ed/ids/css-pseudo-4.json | 10 +- ed/ids/fedcm-1.json | 46 +- ed/ids/web-animations-2.json | 8 +- ed/ids/webaudio-1.0.json | 21 +- ed/ids/webaudio-1.1.json | 21 +- ed/ids/webmidi.json | 13 +- ed/index.json | 584 +++++++++++++------------- ed/links/fedcm-1.json | 1 + ed/links/fingerprinting-guidance.json | 6 +- ed/links/webmidi.json | 3 + ed/refs/fedcm-1.json | 4 + 29 files changed, 489 insertions(+), 470 deletions(-) diff --git a/ed/algorithms/WebCryptoAPI.json b/ed/algorithms/WebCryptoAPI.json index b2b75c55cd65..bb70e6a3b53f 100644 --- a/ed/algorithms/WebCryptoAPI.json +++ b/ed/algorithms/WebCryptoAPI.json @@ -66,22 +66,22 @@ "rationale": "if", "steps": [ { - "html": "
\n
\n If the [[|slot|_cached]] internal slot of object is undefined:\n
\n
\n Set the [[|slot|_cached]] internal slot of object to the result\n of performing type conversion to an ECMAScript object as defined in\n [WebIDL] to the contents of the [[slot]]\n internal slot of object.\n
\n
", + "html": "
\n
\n If the [[slot_cached]] internal slot of object is undefined:\n
\n
\n Set the [[slot_cached]] internal slot of object to the result\n of performing type conversion to an ECMAScript object as defined in\n [WebIDL] to the contents of the [[slot]]\n internal slot of object.\n
\n
", "rationale": ".switch", "steps": [ { "operation": "switch", "steps": [ { - "case": "If the [[|slot|_cached]] internal slot of object is undefined:", - "html": "Set the [[|slot|_cached]] internal slot of object to the result\n of performing type conversion to an ECMAScript object as defined in\n [WebIDL] to the contents of the [[slot]]\n internal slot of object." + "case": "If the [[slot_cached]] internal slot of object is undefined:", + "html": "Set the [[slot_cached]] internal slot of object to the result\n of performing type conversion to an ECMAScript object as defined in\n [WebIDL] to the contents of the [[slot]]\n internal slot of object." } ] } ] }, { - "html": "Return the contents of the [[|slot|_cached]] internal slot of object." + "html": "Return the contents of the [[slot_cached]] internal slot of object." } ] }, diff --git a/ed/algorithms/css-flexbox-1.json b/ed/algorithms/css-flexbox-1.json index 07e46d546622..35b3e40c5a11 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 a6a9325c058e..4dddbd3ad711 100644 --- a/ed/algorithms/css-grid-1.json +++ b/ed/algorithms/css-grid-1.json @@ -233,7 +233,7 @@ }, { "case": "For auto minimums:", - "html": "If the track has an auto min track sizing function and the grid container is being sized\n\t\t\t\t\tunder a min-/max-content constraint,\n\t\t\t\t\tset the track’s base size to the maximum of its items’ limited min-content contributions,\n\t\t\t\t\tfloored at zero.\n\t\t\t\t\tThe limited min-/max-content contribution of an item\n\t\t\t\t\tis (for this purpose) its min-/max-content contribution (accordingly),\n\t\t\t\t\tlimited by the max track sizing function (which could be the argument to a fit-content() track sizing function)\n\t\t\t\t\tif that is fixed and ultimately floored by its minimum contribution (defined below). \n

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

" }, { "html": "If at this point any track’s growth limit is now less than its base size,\n\t\t\t\t\tincrease its growth limit to match its base size." @@ -342,7 +342,7 @@ "rationale": "resolve", "steps": [ { - "html": "Layout the grid following the § 12 Grid Layout Algorithm by using the fragmentation container’s inline size and assume unlimited block size.\n\t\t\tDuring this step all grid-row auto and fr values must be resolved." + "html": "Layout the grid following the § 12 Grid Layout Algorithm by using the fragmentation container’s inline size and assume unlimited block size.\n\t\t\tDuring this step all grid-row auto and fr values must be resolved." }, { "html": "Layout the grid container using the values resolved in the previous step." @@ -351,7 +351,7 @@ "html": "If a grid area’s size changes due to fragmentation (do not include items that\n\t\t\tspan rows in this decision), increase the grid row size as necessary for rows that either: \n " }, { - "html": "If the grid height is auto, the height of the grid should be the sum of the final\n\t\t\trow sizes." + "html": "If the grid height is auto, the height of the grid should be the sum of the final\n\t\t\trow sizes." }, { "html": "If a grid area overflows the grid container due to margins being collapsed during\n\t\t\tfragmentation, extend the grid container to contain this grid area (this step is\n\t\t\tnecessary in order to avoid circular layout dependencies due to fragmentation)." diff --git a/ed/algorithms/fedcm-1.json b/ed/algorithms/fedcm-1.json index 3d1b250ea4de..d9fe6e3ab48e 100644 --- a/ed/algorithms/fedcm-1.json +++ b/ed/algorithms/fedcm-1.json @@ -449,6 +449,15 @@ { "html": "

Set the login status for the origin of the configURL to logged-in.

" }, + { + "html": "For each acc in accountsList:", + "rationale": "if", + "steps": [ + { + "html": "

If acc[\"picture\"] is present, fetch the account picture with acc and globalObject. If the user agent displays this picture to\nthe user at any point, it MUST reuse the result of this fetch instead of redownloading\nthe picture.

" + } + ] + }, { "html": "If provider’s loginHint is not empty:", "rationale": "for", @@ -488,15 +497,6 @@ } ] }, - { - "html": "For each acc in accountsList:", - "rationale": "if", - "steps": [ - { - "html": "

If acc[\"picture\"] is present, fetch the account picture with acc and globalObject.

" - } - ] - }, { "html": "

Let registeredAccount, numRegisteredAccounts be null and 0, respectively.

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

Wait until the user agent's dialogs requesting for user choice or permission to be\nclosed, if any are created in the previous steps.

" + "html": "

Wait until the user agent's dialogs requesting for user choice or permission to be\nclosed, if any are created in the previous steps.

" }, { "html": "

Assert: account is not null.

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

Wait until loginUrl is not null.

" }, { - "html": "

Assert: loginUrl is not failure (the user agent has previously checked that config.login_url is a valid URL).

" + "html": "

Assert: loginUrl is not failure (the user agent has previously checked that config.login_url is a valid URL).

" }, { "html": "

Let queryList be a new list.

" diff --git a/ed/algorithms/html.json b/ed/algorithms/html.json index 5a1118b38705..dde3ee11581c 100644 --- a/ed/algorithms/html.json +++ b/ed/algorithms/html.json @@ -28358,7 +28358,7 @@ "html": "

Assert: navigationType is not null.

" }, { - "html": "

Deactivate\n displayedDocument, given userNavigationInvolvement,\n targetEntry, navigationType, and\n afterPotentialUnloads.

" + "html": "

Deactivate\n displayedDocument, given userInvolvement, targetEntry,\n navigationType, and afterPotentialUnloads.

" } ] }, diff --git a/ed/algorithms/web-animations-2.json b/ed/algorithms/web-animations-2.json index d695c503c5cc..edffa9156384 100644 --- a/ed/algorithms/web-animations-2.json +++ b/ed/algorithms/web-animations-2.json @@ -1142,11 +1142,11 @@ { "name": "KeyframeEffect/KeyframeEffect(target, keyframes, options)", "href": "https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-keyframeeffect", - "html": "Amend step 5 of the procedure to create a new KeyframeEffect object as\nfollows:", + "html": "Amend step 5 of the procedure to create a new KeyframeEffect object as\nfollows:", "rationale": "if", "steps": [ { - "html": "

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

\n

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

" + "html": "

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

\n

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

" } ] } diff --git a/ed/algorithms/webaudio-1.0.json b/ed/algorithms/webaudio-1.0.json index 507ac2572924..6abbc364fe93 100644 --- a/ed/algorithms/webaudio-1.0.json +++ b/ed/algorithms/webaudio-1.0.json @@ -1535,7 +1535,7 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Let constructionData be the processor construction data transferred from the control thread.

" + "html": "

Let constructionData be the processor construction data transferred from the control thread.

" }, { "html": "

Let processorName, nodeReference and serializedPort be constructionData’s name, node, and port respectively.

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

Store nodeReference and deserializedPort to node reference and transferred port of this AudioWorkletGlobalScope's pending processor construction data respectively.

" }, { - "html": "

Construct a callback function from processorCtor with\nthe argument of deserializedOptions. If any exceptions are thrown in the callback, queue a task to the control thread to fire an event named processorerror at nodeReference using ErrorEvent.

" + "html": "

Construct a callback function from processorCtor with\nthe argument of deserializedOptions. If any exceptions are thrown in the callback, queue a task to the control thread to fire an event named processorerror at nodeReference using ErrorEvent.

" }, { "html": "

Empty the pending processor construction data slot.

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

Make a silent output buffer available for reading.

" }, { - "html": "

Queue a task to the control thread to fire an event named processorerror at the associated AudioWorkletNode using ErrorEvent.

" + "html": "

Queue a task to the control thread to fire an event named processorerror at the associated AudioWorkletNode using ErrorEvent.

" } ] } diff --git a/ed/algorithms/webaudio-1.1.json b/ed/algorithms/webaudio-1.1.json index 507ac2572924..6abbc364fe93 100644 --- a/ed/algorithms/webaudio-1.1.json +++ b/ed/algorithms/webaudio-1.1.json @@ -1535,7 +1535,7 @@ "rationale": ".algorithm", "steps": [ { - "html": "

Let constructionData be the processor construction data transferred from the control thread.

" + "html": "

Let constructionData be the processor construction data transferred from the control thread.

" }, { "html": "

Let processorName, nodeReference and serializedPort be constructionData’s name, node, and port respectively.

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

Store nodeReference and deserializedPort to node reference and transferred port of this AudioWorkletGlobalScope's pending processor construction data respectively.

" }, { - "html": "

Construct a callback function from processorCtor with\nthe argument of deserializedOptions. If any exceptions are thrown in the callback, queue a task to the control thread to fire an event named processorerror at nodeReference using ErrorEvent.

" + "html": "

Construct a callback function from processorCtor with\nthe argument of deserializedOptions. If any exceptions are thrown in the callback, queue a task to the control thread to fire an event named processorerror at nodeReference using ErrorEvent.

" }, { "html": "

Empty the pending processor construction data slot.

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

Make a silent output buffer available for reading.

" }, { - "html": "

Queue a task to the control thread to fire an event named processorerror at the associated AudioWorkletNode using ErrorEvent.

" + "html": "

Queue a task to the control thread to fire an event named processorerror at the associated AudioWorkletNode using ErrorEvent.

" } ] } diff --git a/ed/algorithms/webmidi.json b/ed/algorithms/webmidi.json index 78540980d575..22e23ceca165 100644 --- a/ed/algorithms/webmidi.json +++ b/ed/algorithms/webmidi.json @@ -157,11 +157,11 @@ ] }, { - "html": "Whenever the MIDI port corresponding to the MIDIInput finishes\n receiving one or more MIDI messages, the user agent MUST run the\n following steps:", + "html": "Whenever the MIDI port corresponding to the MIDIInput finishes\n receiving one or more MIDI messages, the user agent MUST run the\n following steps:", "rationale": "let", "steps": [ { - "html": "

\n Let port be the MIDIInput.\n

" + "html": "

\n Let port be the MIDIInput.\n

" }, { "html": "

\n If the MIDIAccess did not enable System Exclusive\n access, and the message is a System Exclusive message, abort\n this process.\n

" diff --git a/ed/headings/css-mixins-1.json b/ed/headings/css-mixins-1.json index 100d5310adc3..2ce1f6246b09 100644 --- a/ed/headings/css-mixins-1.json +++ b/ed/headings/css-mixins-1.json @@ -105,6 +105,20 @@ "title": "CSSOM", "number": "5" }, + { + "id": "privacy", + "href": "https://drafts.csswg.org/css-mixins-1/#privacy", + "level": 2, + "title": "Privacy Considerations", + "number": "6" + }, + { + "id": "security", + "href": "https://drafts.csswg.org/css-mixins-1/#security", + "level": 2, + "title": "Security Considerations", + "number": "7" + }, { "id": "w3c-conformance", "href": "https://drafts.csswg.org/css-mixins-1/#w3c-conformance", diff --git a/ed/ids/css-conditional-5.json b/ed/ids/css-conditional-5.json index 89bb96998767..b75425e99100 100644 --- a/ed/ids/css-conditional-5.json +++ b/ed/ids/css-conditional-5.json @@ -613,21 +613,21 @@ "https://drafts.csswg.org/css-conditional-5/#valdef-container-snapped-y", "https://drafts.csswg.org/css-conditional-5/#ref-for-descdef-container-snapped%E2%91%A2", "https://drafts.csswg.org/css-conditional-5/#ref-for-container-feature%E2%91%A0%E2%91%A6", - "https://drafts.csswg.org/css-conditional-5/#ref-for-valdef-container-snapped-y", + "https://drafts.csswg.org/css-conditional-5/#ref-for-valdef-container-scrollable-y", "https://drafts.csswg.org/css-conditional-5/#ref-for-query-container%E2%91%A4%E2%91%A4", "https://drafts.csswg.org/css-conditional-5/#ref-for-snap-target%E2%91%A3", "https://drafts.csswg.org/css-conditional-5/#ref-for-scroll-container%E2%91%A1", "https://drafts.csswg.org/css-conditional-5/#valdef-container-snapped-block", "https://drafts.csswg.org/css-conditional-5/#ref-for-descdef-container-snapped%E2%91%A3", "https://drafts.csswg.org/css-conditional-5/#ref-for-container-feature%E2%91%A0%E2%91%A7", - "https://drafts.csswg.org/css-conditional-5/#ref-for-valdef-container-snapped-block", + "https://drafts.csswg.org/css-conditional-5/#ref-for-valdef-container-scrollable-block", "https://drafts.csswg.org/css-conditional-5/#ref-for-query-container%E2%91%A4%E2%91%A5", "https://drafts.csswg.org/css-conditional-5/#ref-for-snap-target%E2%91%A4", "https://drafts.csswg.org/css-conditional-5/#ref-for-scroll-container%E2%91%A2", "https://drafts.csswg.org/css-conditional-5/#valdef-container-snapped-inline", "https://drafts.csswg.org/css-conditional-5/#ref-for-descdef-container-snapped%E2%91%A4", "https://drafts.csswg.org/css-conditional-5/#ref-for-container-feature%E2%91%A0%E2%91%A8", - "https://drafts.csswg.org/css-conditional-5/#ref-for-valdef-container-snapped-inline", + "https://drafts.csswg.org/css-conditional-5/#ref-for-valdef-container-scrollable-inline", "https://drafts.csswg.org/css-conditional-5/#ref-for-query-container%E2%91%A4%E2%91%A6", "https://drafts.csswg.org/css-conditional-5/#ref-for-snap-target%E2%91%A5", "https://drafts.csswg.org/css-conditional-5/#ref-for-scroll-container%E2%91%A3", diff --git a/ed/ids/css-content-3.json b/ed/ids/css-content-3.json index ddbdbcd43d9f..bd7f309b383e 100644 --- a/ed/ids/css-content-3.json +++ b/ed/ids/css-content-3.json @@ -219,9 +219,9 @@ "https://drafts.csswg.org/css-content-3/#ref-for-propdef-quotes%E2%91%A2", "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%E2%91%A0", "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-content-leader", "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 045168c1773d..7120876c4bb0 100644 --- a/ed/ids/css-flexbox-1.json +++ b/ed/ids/css-flexbox-1.json @@ -522,7 +522,7 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-main-size-property%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex-basis%E2%91%A3", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A1", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-content%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#valdef-flex-basis-content", "https://drafts.csswg.org/css-flexbox-1/#ref-for-automatic-size%E2%91%A0", @@ -609,7 +609,7 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-width%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-content%E2%91%A1", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A2", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-content%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex-basis%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-width%E2%91%A0%E2%91%A2", @@ -904,7 +904,7 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-main-size%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-preferred-aspect-ratio%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A8%E2%91%A3", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A2", "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", @@ -1916,7 +1916,7 @@ "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%A7", "https://drafts.csswg.org/css-flexbox-1/#change-201403-min-auto-intrinsic-percentages", - "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%A5", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#change-201403-flex-basis-auto", @@ -1999,7 +1999,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-align-items-auto%E2%91%A0%E2%93%AA", + "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-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", @@ -2046,7 +2046,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%91%A0", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A2%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A3%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A3%E2%91%A0", @@ -2064,17 +2064,17 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-right", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-top", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-bottom", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-left%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-right%E2%91%A0", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A8%E2%91%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%A3", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A8%E2%91%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 b54e13f5caae..f8fcd9c5b90b 100644 --- a/ed/ids/css-fonts-4.json +++ b/ed/ids/css-fonts-4.json @@ -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-face-font-display%E2%91%A3", + "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-font-variant-ligatures-normal-value", + "https://drafts.csswg.org/css-fonts-4/#ref-for-font-variant-normal-value%E2%91%A1", "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", @@ -1003,7 +1003,7 @@ "https://drafts.csswg.org/css-fonts-4/#contextual-alt-values", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A0%E2%93%AA%E2%91%A6", "https://drafts.csswg.org/css-fonts-4/#font-variant-ligatures-normal-value", - "https://drafts.csswg.org/css-fonts-4/#ref-for-font-variant-ligatures-normal-value%E2%91%A0", + "https://drafts.csswg.org/css-fonts-4/#ref-for-font-variant-ligatures-normal-value", "https://drafts.csswg.org/css-fonts-4/#font-variant-ligatures-none-value", "https://drafts.csswg.org/css-fonts-4/#ref-for-font-variant-ligatures-none-value", "https://drafts.csswg.org/css-fonts-4/#valdef-font-variant-ligatures-common-ligatures", @@ -1015,7 +1015,7 @@ "https://drafts.csswg.org/css-fonts-4/#valdef-font-variant-ligatures-contextual", "https://drafts.csswg.org/css-fonts-4/#valdef-font-variant-ligatures-no-contextual", "https://drafts.csswg.org/css-fonts-4/#rlig-unaffected", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-synthesis-small-caps-none", + "https://drafts.csswg.org/css-fonts-4/#ref-for-font-variant-ligatures-none-value%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#font-variant-position-prop", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant-position%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#propdef-font-variant-position", @@ -1864,7 +1864,7 @@ "https://drafts.csswg.org/css-fonts-4/#sp217", "https://drafts.csswg.org/css-fonts-4/#a11y", "https://drafts.csswg.org/css-fonts-4/#acknowledgments", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A3", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-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-numeric-normal-value", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-weight-normal%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-ch", "https://drafts.csswg.org/css-fonts-4/#changes-2018-04-10", "https://drafts.csswg.org/css-fonts-4/#changes-fonts-3", @@ -2049,7 +2049,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A7%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-ascent-override%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-descent-override%E2%91%A1", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A4", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%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%A4", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#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 f5bedc9f1a93..2fb8b44274f6 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-valdef-grid-template-columns-auto%E2%91%A2", "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", @@ -331,7 +331,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-scroll-container%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-tracks", "https://drafts.csswg.org/css-grid-1/#ref-for-automatic-minimum-size%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-content-based-minimum-size%E2%91%A0", @@ -607,7 +607,7 @@ "https://drafts.csswg.org/css-grid-1/#funcdef-grid-template-columns-fit-content", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-length-percentage%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-template-rows-track-sizing-function%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A0", @@ -939,13 +939,13 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-template-areas%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-template-rows%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-track-size%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A4", + "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-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-valdef-grid-template-columns-auto%E2%91%A6", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto", "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", @@ -1307,7 +1307,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column-end%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0", "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", @@ -1330,17 +1330,17 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column-end%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A7", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-start%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A1%E2%93%AA", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column-start%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-start%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A4", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#auto-placement-algo", "https://drafts.csswg.org/css-grid-1/#grid-item-placement-algorithm", "https://drafts.csswg.org/css-grid-1/#ref-for-automatic-grid-position", @@ -1473,7 +1473,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-physical", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-direction", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-writing-mode", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A5", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-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", @@ -1485,11 +1485,11 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-grid%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-property%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-implicit-grid%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A6", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-implicit-grid-lines%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-span%E2%91%A6", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-property%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#static-position", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A6%E2%91%A2", @@ -1657,7 +1657,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-grid%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A8%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-percentage-value%E2%91%A2", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A8%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-algo-grid-sizing%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid%E2%91%A1%E2%91%A3", @@ -1680,7 +1680,7 @@ "https://drafts.csswg.org/css-grid-1/#intrinsic-sizing-function", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A3", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#flexible-sizing-function", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%91%A1", @@ -1704,10 +1704,10 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-automatic-minimum-size%E2%91%A1", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A7", "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", @@ -1760,10 +1760,10 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-minmax%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#max-track-sizing-function", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-minmax%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A6", @@ -1774,7 +1774,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%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-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", @@ -1803,7 +1803,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-fixed-sizing-function%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-indefinite%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-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", @@ -1823,7 +1823,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%A2", + "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-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", @@ -1843,7 +1843,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%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#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", @@ -1921,7 +1921,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%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-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", @@ -2071,7 +2071,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%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-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", @@ -2096,10 +2096,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%A1", + "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-flex-fr%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-area%E2%91%A2%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A2", + "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/#acks", "https://drafts.csswg.org/css-grid-1/#changes", "https://drafts.csswg.org/css-grid-1/#changes-202012", @@ -2563,7 +2563,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A1%E2%91%A1", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A7", @@ -2573,7 +2573,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-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-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", @@ -2581,7 +2581,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%93%AA", + "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-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", @@ -2609,7 +2609,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-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A8", "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", @@ -2624,9 +2624,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%A1", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A6", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%93%AA", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-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 8ac90b9e4088..6841adf3e5e1 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-grid-placement-auto", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-inline-size", "https://drafts.csswg.org/css-grid-2/#ref-for-inline-formatting-context", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A1%E2%91%A2", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto", "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", @@ -356,7 +356,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%A1", + "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", @@ -669,7 +669,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%A2", + "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", @@ -1050,12 +1050,12 @@ "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%A3", + "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%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%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A2", "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", @@ -2091,7 +2091,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-fixed-sizing-function%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-indefinite%E2%91%A4", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-intrinsic-sizing-function%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-max-track-sizing-function%E2%91%A8", @@ -2111,7 +2111,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-growth-limit%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-max-track-sizing-function%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#algo-baseline-shims", @@ -2131,7 +2131,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-min-track-sizing-function%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-max-content-contribution%E2%91%A3", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-min-track-sizing-function%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-min-content-constraint%E2%91%A1", @@ -2209,7 +2209,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-distribute-extra-space%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-limited-contribution%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-distribute-extra-space%E2%91%A2", @@ -2352,7 +2352,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A0%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-justify-content-normal", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-align-content-stretch", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-max-track-sizing-function%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-definite%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-free-space%E2%91%A0%E2%93%AA", @@ -2377,10 +2377,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%A0%E2%91%A2", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A1", "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%91%A3", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#priv", "https://drafts.csswg.org/css-grid-2/#sec", "https://drafts.csswg.org/css-grid-2/#changes", diff --git a/ed/ids/css-mixins-1.json b/ed/ids/css-mixins-1.json index ecf5b529b0db..769ac4e16f0f 100644 --- a/ed/ids/css-mixins-1.json +++ b/ed/ids/css-mixins-1.json @@ -299,6 +299,8 @@ "https://drafts.csswg.org/css-mixins-1/#ref-for-cssnesteddeclarations%E2%91%A1", "https://drafts.csswg.org/css-mixins-1/#ref-for-cssstyledeclaration", "https://drafts.csswg.org/css-mixins-1/#ref-for-descdef-function-result%E2%91%A8", + "https://drafts.csswg.org/css-mixins-1/#privacy", + "https://drafts.csswg.org/css-mixins-1/#security", "https://drafts.csswg.org/css-mixins-1/#w3c-conformance", "https://drafts.csswg.org/css-mixins-1/#w3c-conventions", "https://drafts.csswg.org/css-mixins-1/#w3c-example", diff --git a/ed/ids/css-pseudo-4.json b/ed/ids/css-pseudo-4.json index 1be74275d4f9..b881781f009a 100644 --- a/ed/ids/css-pseudo-4.json +++ b/ed/ids/css-pseudo-4.json @@ -564,12 +564,12 @@ "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-element-pseudo", "https://drafts.csswg.org/css-pseudo-4/#ref-for-cssstyledeclaration", "https://drafts.csswg.org/css-pseudo-4/#window-interface", - "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-element-pseudo%E2%91%A0", + "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo", "https://drafts.csswg.org/css-pseudo-4/#ref-for-element%E2%91%A3", "https://drafts.csswg.org/css-pseudo-4/#ref-for-element%E2%91%A4", "https://drafts.csswg.org/css-pseudo-4/#ref-for-element%E2%91%A5", "https://drafts.csswg.org/css-pseudo-4/#ref-for-csspseudoelement%E2%91%A5", - "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%A0", "https://drafts.csswg.org/css-pseudo-4/#ref-for-cssomstring%E2%91%A1", "https://drafts.csswg.org/css-pseudo-4/#dom-element-pseudo-type-type", "https://drafts.csswg.org/css-pseudo-4/#dom-element-pseudo", @@ -585,7 +585,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-element-pseudo%E2%91%A2", + "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo%E2%91%A0", "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%A1%E2%93%AA", @@ -640,7 +640,7 @@ "https://drafts.csswg.org/css-pseudo-4/#ref-for-x22%E2%91%A2", "https://drafts.csswg.org/css-pseudo-4/#ref-for-csspseudoelement%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-parent%E2%91%A2", - "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo", + "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo-type", "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", @@ -657,7 +657,7 @@ "https://drafts.csswg.org/css-pseudo-4/#ref-for-propdef-direction%E2%91%A0", "https://drafts.csswg.org/css-pseudo-4/#ref-for-selectordef-marker%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-pseudo-4/#ref-for-csspseudoelement%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo-type", + "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo-type%E2%91%A0", "https://drafts.csswg.org/css-pseudo-4/#ref-for-valdef-color-currentcolor%E2%91%A3", "https://drafts.csswg.org/css-pseudo-4/#ref-for-highlight-pseudo-element%E2%91%A1%E2%91%A8", "https://drafts.csswg.org/css-pseudo-4/#ref-for-selectordef-first-line%E2%91%A2%E2%91%A0", diff --git a/ed/ids/fedcm-1.json b/ed/ids/fedcm-1.json index 80735dd0e04b..adadb6bd6236 100644 --- a/ed/ids/fedcm-1.json +++ b/ed/ids/fedcm-1.json @@ -404,6 +404,9 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-concept-origin%E2%91%A5", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identityproviderconfig-configurl%E2%91%A6", "https://w3c-fedid.github.io/FedCM/#ref-for-logged-in%E2%91%A0", + "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identityprovideraccount-picture", + "https://w3c-fedid.github.io/FedCM/#ref-for-fetch-the-account-picture", + "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A2", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identityproviderrequestoptions-loginhint%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identityprovideraccount-login_hints", "https://w3c-fedid.github.io/FedCM/#ref-for-list-contain%E2%91%A5", @@ -416,10 +419,6 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-list-contain%E2%91%A6", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identityproviderrequestoptions-domainhint%E2%91%A2", "https://w3c-fedid.github.io/FedCM/#ref-for-mismatch-dialog-step%E2%91%A0", - "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identityprovideraccount-picture", - "https://w3c-fedid.github.io/FedCM/#ref-for-fetch-the-account-picture", - "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A2", - "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A3", "https://w3c-fedid.github.io/FedCM/#ref-for-eligible-for-auto-reauthentication", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-credentialmediationrequirement-required", "https://w3c-fedid.github.io/FedCM/#auto-reauthenticated", @@ -433,7 +432,7 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-compute-the-connection-status%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#ref-for-compute-the-connection-status-connected%E2%91%A2", "https://w3c-fedid.github.io/FedCM/#ref-for-request-permission-to-sign-up%E2%91%A0", - "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A4", + "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A3", "https://w3c-fedid.github.io/FedCM/#ref-for-fetch-an-identity-assertion", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identityprovideraccount-id%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#fetch-config-file", @@ -825,7 +824,7 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-dom-manipulation-task-source%E2%91%A2", "https://w3c-fedid.github.io/FedCM/#ref-for-concept-url-parser%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identityproviderapiconfig-login_url%E2%91%A0", - "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A5", + "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A4", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identityproviderapiconfig-login_url%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#ref-for-list%E2%91%A6", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identityproviderrequestoptions-loginhint%E2%91%A2", @@ -1020,8 +1019,8 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityproviderbranding%E2%91%A2", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityproviderbranding%E2%91%A3", "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A0", + "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A5", "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A6", - "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A7", "https://w3c-fedid.github.io/FedCM/#dom-identityproviderbranding-background_color", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A3%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#ref-for-color", @@ -1036,14 +1035,14 @@ "https://w3c-fedid.github.io/FedCM/#dom-identityproviderbranding-name", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A3%E2%91%A2", "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A2%E2%91%A3", - "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A8", + "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A7", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityprovidericon%E2%91%A2", "https://w3c-fedid.github.io/FedCM/#dom-identityprovidericon-url", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-USVString%E2%91%A3%E2%91%A3", "https://w3c-fedid.github.io/FedCM/#dom-identityprovidericon-size", "https://w3c-fedid.github.io/FedCM/#ref-for-idl-unsigned-long%E2%91%A0", + "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A8", "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%93%AA", - "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#color", "https://w3c-fedid.github.io/FedCM/#ref-for-typedef-color", "https://w3c-fedid.github.io/FedCM/#ref-for-typedef-hex-color", @@ -1137,7 +1136,7 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identityproviderconfig-clientid%E2%91%A8", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identityproviderconfig-clientid%E2%91%A0%E2%93%AA", "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A3", - "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A1", + "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#ref-for-dfn-convert-ecmascript-to-idl-value%E2%91%A8", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityassertionresponse%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#ref-for-dictdef-identityassertionresponse%E2%91%A1", @@ -1159,7 +1158,7 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A3%E2%91%A8", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identityprovideraccount-id%E2%91%A3", - "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A2", + "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#ref-for-connected-accounts-set%E2%91%A0%E2%91%A3", "https://w3c-fedid.github.io/FedCM/#ref-for-disconnect-endpoint", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-identitycredential-disconnect%E2%91%A2", @@ -1184,10 +1183,10 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%91%A3", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-disconnectedaccount-account_id%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#ref-for-dom-disconnect_endpoint_request-account_hint", - "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A3", + "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A2", "https://w3c-fedid.github.io/FedCM/#ref-for-connected-accounts-set%E2%91%A0%E2%91%A4", "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%91%A4", - "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A4", + "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A3", "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%91%A5", "https://w3c-fedid.github.io/FedCM/#ref-for-rp%E2%91%A3%E2%91%A4", "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A4%E2%91%A6", @@ -1353,10 +1352,10 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%91%A6", "https://w3c-fedid.github.io/FedCM/#privacy", "https://w3c-fedid.github.io/FedCM/#privacy-principals", - "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A5", + "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A4", "https://w3c-fedid.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A2", "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%91%A7", - "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A6", + "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A5", "https://w3c-fedid.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A3", "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A5%E2%91%A8", "https://w3c-fedid.github.io/FedCM/#ref-for-rp%E2%91%A4%E2%91%A4", @@ -1377,7 +1376,7 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%93%AA", "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A5", "https://w3c-fedid.github.io/FedCM/#ref-for-tracker%E2%91%A2", - "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A7", + "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A6", "https://w3c-fedid.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A6", "https://w3c-fedid.github.io/FedCM/#ref-for-tracker%E2%91%A3", @@ -1385,10 +1384,10 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A7", "https://w3c-fedid.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A2", "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A6%E2%91%A8", - "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A8", + "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A7", "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A7%E2%93%AA", "https://w3c-fedid.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A3", - "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A1%E2%93%AA", + "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A0%E2%91%A8", "https://w3c-fedid.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A4", "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A7%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#ref-for-rp%E2%91%A5%E2%91%A5", @@ -1419,7 +1418,7 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-disconnect-endpoint%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A3", "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A8%E2%91%A0", - "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A1%E2%91%A0", + "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A1%E2%93%AA", "https://w3c-fedid.github.io/FedCM/#ref-for-connected-accounts-set%E2%91%A0%E2%91%A6", "https://w3c-fedid.github.io/FedCM/#ref-for-rp%E2%91%A6%E2%91%A4", "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A8%E2%91%A1", @@ -1448,8 +1447,8 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%91%A3", "https://w3c-fedid.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%91%A1", "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%91%A4", + "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A1%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A1%E2%91%A1", - "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A1%E2%91%A2", "https://w3c-fedid.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%91%A2", "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%91%A5", "https://w3c-fedid.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%91%A3", @@ -1458,21 +1457,21 @@ "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%91%A7", "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%93%AA%E2%91%A8", "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%93%AA", + "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A1%E2%91%A2", "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A1%E2%91%A3", - "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A1%E2%91%A4", "https://w3c-fedid.github.io/FedCM/#idp-intrusion", "https://w3c-fedid.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%91%A5", "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%91%A0", "https://w3c-fedid.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%91%A6", "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%91%A1", + "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A1%E2%91%A4", "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A1%E2%91%A5", "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A1%E2%91%A6", - "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A1%E2%91%A7", "https://w3c-fedid.github.io/FedCM/#_clip1", "https://w3c-fedid.github.io/FedCM/#_Image452", "https://w3c-fedid.github.io/FedCM/#attack-scenarios-by-rp-cross-site-correlation", "https://w3c-fedid.github.io/FedCM/#ref-for-rp%E2%91%A7%E2%91%A7", - "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A1%E2%91%A8", + "https://w3c-fedid.github.io/FedCM/#ref-for-user-agent%E2%91%A1%E2%91%A7", "https://w3c-fedid.github.io/FedCM/#ref-for-idp%E2%91%A0%E2%91%A0%E2%91%A2", "https://w3c-fedid.github.io/FedCM/#_Image31", "https://w3c-fedid.github.io/FedCM/#example-b045b782", @@ -1688,6 +1687,7 @@ "https://w3c-fedid.github.io/FedCM/#biblio-fetch-metadata", "https://w3c-fedid.github.io/FedCM/#biblio-html", "https://w3c-fedid.github.io/FedCM/#biblio-infra", + "https://w3c-fedid.github.io/FedCM/#biblio-login-status", "https://w3c-fedid.github.io/FedCM/#biblio-mimesniff", "https://w3c-fedid.github.io/FedCM/#biblio-oidc-connect-core", "https://w3c-fedid.github.io/FedCM/#biblio-permissions-policy-1", diff --git a/ed/ids/web-animations-2.json b/ed/ids/web-animations-2.json index 76c70278c74d..682e785c27ac 100644 --- a/ed/ids/web-animations-2.json +++ b/ed/ids/web-animations-2.json @@ -1454,14 +1454,14 @@ "https://drafts.csswg.org/web-animations-2/#ref-for-enumdef-iterationcompositeoperation", "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-iterationcomposite", "https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-keyframeeffect", - "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect", + "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect-source%E2%91%A1", "https://drafts.csswg.org/web-animations-2/#ref-for-dictdef-keyframeeffectoptions", "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-iterationcomposite%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-composite", - "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect-source%E2%91%A1", + "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect-source%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#ref-for-dfn-throw%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-keyframeeffect-source", - "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect%E2%91%A0", + "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect-source%E2%91%A3", "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect-source-source", "https://drafts.csswg.org/web-animations-2/#ref-for-iteration-composite-operation%E2%91%A2", "https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-iterationcomposite", @@ -1519,7 +1519,7 @@ "https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A2%E2%91%A5", "https://drafts.csswg.org/web-animations-2/#dom-effectcallback-animation", "https://drafts.csswg.org/web-animations-2/#ref-for-callbackdef-effectcallback%E2%91%A0", - "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect%E2%91%A1", + "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect-source%E2%91%A4", "https://drafts.csswg.org/web-animations-2/#ref-for-iteration-progress%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/web-animations-2/#ref-for-effect-target-target-element%E2%91%A4", "https://drafts.csswg.org/web-animations-2/#ref-for-effect-target-target-element%E2%91%A5", diff --git a/ed/ids/webaudio-1.0.json b/ed/ids/webaudio-1.0.json index a8777b9dcc46..cd4ffb86a0dc 100644 --- a/ed/ids/webaudio-1.0.json +++ b/ed/ids/webaudio-1.0.json @@ -10115,7 +10115,6 @@ "https://webaudio.github.io/web-audio-api/#ref-for-idl-double%E2%91%A0%E2%91%A0%E2%91%A5", "https://webaudio.github.io/web-audio-api/#ref-for-BaseAudioContext%E2%91%A0%E2%93%AA%E2%91%A5", "https://webaudio.github.io/web-audio-api/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A3%E2%91%A4", - "https://webaudio.github.io/web-audio-api/#ref-for-control-thread%E2%91%A1", "https://webaudio.github.io/web-audio-api/#dom-audioworkletglobalscope-samplerate", "https://webaudio.github.io/web-audio-api/#ref-for-idl-float%E2%91%A0%E2%91%A1%E2%91%A3", "https://webaudio.github.io/web-audio-api/#ref-for-BaseAudioContext%E2%91%A0%E2%93%AA%E2%91%A6", @@ -10186,7 +10185,7 @@ "https://webaudio.github.io/web-audio-api/#ref-for-rendering-thread%E2%91%A0%E2%93%AA", "https://webaudio.github.io/web-audio-api/#invoking-processor-constructor", "https://webaudio.github.io/web-audio-api/#ref-for-processor-construction-data", - "https://webaudio.github.io/web-audio-api/#ref-for-control-thread%E2%91%A2", + "https://webaudio.github.io/web-audio-api/#ref-for-control-thread%E2%91%A1", "https://webaudio.github.io/web-audio-api/#ref-for-processor-construction-data-name", "https://webaudio.github.io/web-audio-api/#ref-for-processor-construction-data-node", "https://webaudio.github.io/web-audio-api/#ref-for-processor-construction-data-port", @@ -10201,7 +10200,7 @@ "https://webaudio.github.io/web-audio-api/#ref-for-pending-processor-construction-data%E2%91%A0", "https://webaudio.github.io/web-audio-api/#ref-for-construct-a-callback-function", "https://webaudio.github.io/web-audio-api/#ref-for-queue-a-task", - "https://webaudio.github.io/web-audio-api/#ref-for-control-thread%E2%91%A3", + "https://webaudio.github.io/web-audio-api/#ref-for-control-thread%E2%91%A2", "https://webaudio.github.io/web-audio-api/#ref-for-concept-event-fire%E2%91%A0%E2%91%A0", "https://webaudio.github.io/web-audio-api/#ref-for-eventdef-audioworkletnode-processorerror", "https://webaudio.github.io/web-audio-api/#ref-for-errorevent", @@ -10210,7 +10209,7 @@ "https://webaudio.github.io/web-audio-api/#ref-for-AudioWorkletNode%E2%91%A1%E2%91%A4", "https://webaudio.github.io/web-audio-api/#ref-for-AudioWorkletNode%E2%91%A4%E2%91%A7", "https://webaudio.github.io/web-audio-api/#ref-for-AudioNode%E2%91%A0%E2%91%A6%E2%91%A4", - "https://webaudio.github.io/web-audio-api/#ref-for-control-thread%E2%91%A4", + "https://webaudio.github.io/web-audio-api/#ref-for-control-thread%E2%91%A3", "https://webaudio.github.io/web-audio-api/#ref-for-AudioWorkletNode%E2%91%A1%E2%91%A5", "https://webaudio.github.io/web-audio-api/#ref-for-BaseAudioContext%E2%91%A0%E2%91%A0%E2%93%AA", "https://webaudio.github.io/web-audio-api/#ref-for-AudioNode%E2%91%A0%E2%91%A6%E2%91%A5", @@ -10592,18 +10591,18 @@ "https://webaudio.github.io/web-audio-api/#processing-model-background", "https://webaudio.github.io/web-audio-api/#ref-for-AudioNode%E2%91%A0%E2%91%A7%E2%91%A1", "https://webaudio.github.io/web-audio-api/#control-thread-and-rendering-thread", - "https://webaudio.github.io/web-audio-api/#ref-for-control-thread%E2%91%A5", + "https://webaudio.github.io/web-audio-api/#ref-for-control-thread%E2%91%A4", "https://webaudio.github.io/web-audio-api/#ref-for-rendering-thread%E2%91%A0%E2%91%A2", "https://webaudio.github.io/web-audio-api/#control-thread", "https://webaudio.github.io/web-audio-api/#ref-for-AudioContext%E2%91%A0%E2%91%A3%E2%91%A3", "https://webaudio.github.io/web-audio-api/#ref-for-BaseAudioContext%E2%91%A0%E2%91%A0%E2%91%A6", "https://webaudio.github.io/web-audio-api/#rendering-thread", - "https://webaudio.github.io/web-audio-api/#ref-for-control-thread%E2%91%A6", + "https://webaudio.github.io/web-audio-api/#ref-for-control-thread%E2%91%A5", "https://webaudio.github.io/web-audio-api/#ref-for-AudioContext%E2%91%A0%E2%91%A3%E2%91%A4", "https://webaudio.github.io/web-audio-api/#ref-for-OfflineAudioContext%E2%91%A2%E2%91%A8", - "https://webaudio.github.io/web-audio-api/#ref-for-control-thread%E2%91%A7", + "https://webaudio.github.io/web-audio-api/#ref-for-control-thread%E2%91%A6", "https://webaudio.github.io/web-audio-api/#ref-for-rendering-thread%E2%91%A0%E2%91%A3", - "https://webaudio.github.io/web-audio-api/#ref-for-control-thread%E2%91%A8", + "https://webaudio.github.io/web-audio-api/#ref-for-control-thread%E2%91%A7", "https://webaudio.github.io/web-audio-api/#ref-for-rendering-thread%E2%91%A0%E2%91%A4", "https://webaudio.github.io/web-audio-api/#ref-for-control-message%E2%91%A0%E2%91%A3", "https://webaudio.github.io/web-audio-api/#ref-for-AudioContext%E2%91%A0%E2%91%A3%E2%91%A5", @@ -10630,12 +10629,12 @@ "https://webaudio.github.io/web-audio-api/#ref-for-control-message%E2%91%A0%E2%91%A8", "https://webaudio.github.io/web-audio-api/#asynchronous-operations", "https://webaudio.github.io/web-audio-api/#ref-for-AudioNode%E2%91%A0%E2%91%A7%E2%91%A2", - "https://webaudio.github.io/web-audio-api/#ref-for-control-thread%E2%91%A0%E2%93%AA", + "https://webaudio.github.io/web-audio-api/#ref-for-control-thread%E2%91%A8", "https://webaudio.github.io/web-audio-api/#ref-for-rendering-thread%E2%91%A0%E2%91%A6", "https://webaudio.github.io/web-audio-api/#ref-for-AudioParam%E2%91%A0%E2%91%A5%E2%91%A5", "https://webaudio.github.io/web-audio-api/#ref-for-AudioNode%E2%91%A0%E2%91%A7%E2%91%A3", "https://webaudio.github.io/web-audio-api/#ref-for-BaseAudioContext%E2%91%A0%E2%91%A1%E2%93%AA", - "https://webaudio.github.io/web-audio-api/#ref-for-control-thread%E2%91%A0%E2%91%A0", + "https://webaudio.github.io/web-audio-api/#ref-for-control-thread%E2%91%A0%E2%93%AA", "https://webaudio.github.io/web-audio-api/#ref-for-control-message%E2%91%A1%E2%93%AA", "https://webaudio.github.io/web-audio-api/#ref-for-rendering-thread%E2%91%A0%E2%91%A7", "https://webaudio.github.io/web-audio-api/#ref-for-control-message-queue%E2%91%A5", @@ -10772,7 +10771,7 @@ "https://webaudio.github.io/web-audio-api/#ref-for-active-source%E2%91%A1", "https://webaudio.github.io/web-audio-api/#ref-for-available-for-reading%E2%91%A3", "https://webaudio.github.io/web-audio-api/#ref-for-queue-a-task%E2%91%A0", - "https://webaudio.github.io/web-audio-api/#ref-for-control-thread%E2%91%A0%E2%91%A1", + "https://webaudio.github.io/web-audio-api/#ref-for-control-thread%E2%91%A0%E2%91%A0", "https://webaudio.github.io/web-audio-api/#ref-for-concept-event-fire%E2%91%A0%E2%91%A2", "https://webaudio.github.io/web-audio-api/#ref-for-eventdef-audioworkletnode-processorerror%E2%91%A0", "https://webaudio.github.io/web-audio-api/#ref-for-AudioWorkletNode%E2%91%A4%E2%91%A5", diff --git a/ed/ids/webaudio-1.1.json b/ed/ids/webaudio-1.1.json index a8777b9dcc46..cd4ffb86a0dc 100644 --- a/ed/ids/webaudio-1.1.json +++ b/ed/ids/webaudio-1.1.json @@ -10115,7 +10115,6 @@ "https://webaudio.github.io/web-audio-api/#ref-for-idl-double%E2%91%A0%E2%91%A0%E2%91%A5", "https://webaudio.github.io/web-audio-api/#ref-for-BaseAudioContext%E2%91%A0%E2%93%AA%E2%91%A5", "https://webaudio.github.io/web-audio-api/#ref-for-dom-baseaudiocontext-currenttime%E2%91%A3%E2%91%A4", - "https://webaudio.github.io/web-audio-api/#ref-for-control-thread%E2%91%A1", "https://webaudio.github.io/web-audio-api/#dom-audioworkletglobalscope-samplerate", "https://webaudio.github.io/web-audio-api/#ref-for-idl-float%E2%91%A0%E2%91%A1%E2%91%A3", "https://webaudio.github.io/web-audio-api/#ref-for-BaseAudioContext%E2%91%A0%E2%93%AA%E2%91%A6", @@ -10186,7 +10185,7 @@ "https://webaudio.github.io/web-audio-api/#ref-for-rendering-thread%E2%91%A0%E2%93%AA", "https://webaudio.github.io/web-audio-api/#invoking-processor-constructor", "https://webaudio.github.io/web-audio-api/#ref-for-processor-construction-data", - "https://webaudio.github.io/web-audio-api/#ref-for-control-thread%E2%91%A2", + "https://webaudio.github.io/web-audio-api/#ref-for-control-thread%E2%91%A1", "https://webaudio.github.io/web-audio-api/#ref-for-processor-construction-data-name", "https://webaudio.github.io/web-audio-api/#ref-for-processor-construction-data-node", "https://webaudio.github.io/web-audio-api/#ref-for-processor-construction-data-port", @@ -10201,7 +10200,7 @@ "https://webaudio.github.io/web-audio-api/#ref-for-pending-processor-construction-data%E2%91%A0", "https://webaudio.github.io/web-audio-api/#ref-for-construct-a-callback-function", "https://webaudio.github.io/web-audio-api/#ref-for-queue-a-task", - "https://webaudio.github.io/web-audio-api/#ref-for-control-thread%E2%91%A3", + "https://webaudio.github.io/web-audio-api/#ref-for-control-thread%E2%91%A2", "https://webaudio.github.io/web-audio-api/#ref-for-concept-event-fire%E2%91%A0%E2%91%A0", "https://webaudio.github.io/web-audio-api/#ref-for-eventdef-audioworkletnode-processorerror", "https://webaudio.github.io/web-audio-api/#ref-for-errorevent", @@ -10210,7 +10209,7 @@ "https://webaudio.github.io/web-audio-api/#ref-for-AudioWorkletNode%E2%91%A1%E2%91%A4", "https://webaudio.github.io/web-audio-api/#ref-for-AudioWorkletNode%E2%91%A4%E2%91%A7", "https://webaudio.github.io/web-audio-api/#ref-for-AudioNode%E2%91%A0%E2%91%A6%E2%91%A4", - "https://webaudio.github.io/web-audio-api/#ref-for-control-thread%E2%91%A4", + "https://webaudio.github.io/web-audio-api/#ref-for-control-thread%E2%91%A3", "https://webaudio.github.io/web-audio-api/#ref-for-AudioWorkletNode%E2%91%A1%E2%91%A5", "https://webaudio.github.io/web-audio-api/#ref-for-BaseAudioContext%E2%91%A0%E2%91%A0%E2%93%AA", "https://webaudio.github.io/web-audio-api/#ref-for-AudioNode%E2%91%A0%E2%91%A6%E2%91%A5", @@ -10592,18 +10591,18 @@ "https://webaudio.github.io/web-audio-api/#processing-model-background", "https://webaudio.github.io/web-audio-api/#ref-for-AudioNode%E2%91%A0%E2%91%A7%E2%91%A1", "https://webaudio.github.io/web-audio-api/#control-thread-and-rendering-thread", - "https://webaudio.github.io/web-audio-api/#ref-for-control-thread%E2%91%A5", + "https://webaudio.github.io/web-audio-api/#ref-for-control-thread%E2%91%A4", "https://webaudio.github.io/web-audio-api/#ref-for-rendering-thread%E2%91%A0%E2%91%A2", "https://webaudio.github.io/web-audio-api/#control-thread", "https://webaudio.github.io/web-audio-api/#ref-for-AudioContext%E2%91%A0%E2%91%A3%E2%91%A3", "https://webaudio.github.io/web-audio-api/#ref-for-BaseAudioContext%E2%91%A0%E2%91%A0%E2%91%A6", "https://webaudio.github.io/web-audio-api/#rendering-thread", - "https://webaudio.github.io/web-audio-api/#ref-for-control-thread%E2%91%A6", + "https://webaudio.github.io/web-audio-api/#ref-for-control-thread%E2%91%A5", "https://webaudio.github.io/web-audio-api/#ref-for-AudioContext%E2%91%A0%E2%91%A3%E2%91%A4", "https://webaudio.github.io/web-audio-api/#ref-for-OfflineAudioContext%E2%91%A2%E2%91%A8", - "https://webaudio.github.io/web-audio-api/#ref-for-control-thread%E2%91%A7", + "https://webaudio.github.io/web-audio-api/#ref-for-control-thread%E2%91%A6", "https://webaudio.github.io/web-audio-api/#ref-for-rendering-thread%E2%91%A0%E2%91%A3", - "https://webaudio.github.io/web-audio-api/#ref-for-control-thread%E2%91%A8", + "https://webaudio.github.io/web-audio-api/#ref-for-control-thread%E2%91%A7", "https://webaudio.github.io/web-audio-api/#ref-for-rendering-thread%E2%91%A0%E2%91%A4", "https://webaudio.github.io/web-audio-api/#ref-for-control-message%E2%91%A0%E2%91%A3", "https://webaudio.github.io/web-audio-api/#ref-for-AudioContext%E2%91%A0%E2%91%A3%E2%91%A5", @@ -10630,12 +10629,12 @@ "https://webaudio.github.io/web-audio-api/#ref-for-control-message%E2%91%A0%E2%91%A8", "https://webaudio.github.io/web-audio-api/#asynchronous-operations", "https://webaudio.github.io/web-audio-api/#ref-for-AudioNode%E2%91%A0%E2%91%A7%E2%91%A2", - "https://webaudio.github.io/web-audio-api/#ref-for-control-thread%E2%91%A0%E2%93%AA", + "https://webaudio.github.io/web-audio-api/#ref-for-control-thread%E2%91%A8", "https://webaudio.github.io/web-audio-api/#ref-for-rendering-thread%E2%91%A0%E2%91%A6", "https://webaudio.github.io/web-audio-api/#ref-for-AudioParam%E2%91%A0%E2%91%A5%E2%91%A5", "https://webaudio.github.io/web-audio-api/#ref-for-AudioNode%E2%91%A0%E2%91%A7%E2%91%A3", "https://webaudio.github.io/web-audio-api/#ref-for-BaseAudioContext%E2%91%A0%E2%91%A1%E2%93%AA", - "https://webaudio.github.io/web-audio-api/#ref-for-control-thread%E2%91%A0%E2%91%A0", + "https://webaudio.github.io/web-audio-api/#ref-for-control-thread%E2%91%A0%E2%93%AA", "https://webaudio.github.io/web-audio-api/#ref-for-control-message%E2%91%A1%E2%93%AA", "https://webaudio.github.io/web-audio-api/#ref-for-rendering-thread%E2%91%A0%E2%91%A7", "https://webaudio.github.io/web-audio-api/#ref-for-control-message-queue%E2%91%A5", @@ -10772,7 +10771,7 @@ "https://webaudio.github.io/web-audio-api/#ref-for-active-source%E2%91%A1", "https://webaudio.github.io/web-audio-api/#ref-for-available-for-reading%E2%91%A3", "https://webaudio.github.io/web-audio-api/#ref-for-queue-a-task%E2%91%A0", - "https://webaudio.github.io/web-audio-api/#ref-for-control-thread%E2%91%A0%E2%91%A1", + "https://webaudio.github.io/web-audio-api/#ref-for-control-thread%E2%91%A0%E2%91%A0", "https://webaudio.github.io/web-audio-api/#ref-for-concept-event-fire%E2%91%A0%E2%91%A2", "https://webaudio.github.io/web-audio-api/#ref-for-eventdef-audioworkletnode-processorerror%E2%91%A0", "https://webaudio.github.io/web-audio-api/#ref-for-AudioWorkletNode%E2%91%A4%E2%91%A5", diff --git a/ed/ids/webmidi.json b/ed/ids/webmidi.json index 907efffdda05..c817de7209f2 100644 --- a/ed/ids/webmidi.json +++ b/ed/ids/webmidi.json @@ -211,6 +211,7 @@ "https://webaudio.github.io/web-midi-api/#ref-for-dom-midiport-8", "https://webaudio.github.io/web-midi-api/#ref-for-dom-midioutput-4", "https://webaudio.github.io/web-midi-api/#ref-for-dom-midiinput-4", + "https://webaudio.github.io/web-midi-api/#ref-for-dom-midiinput-5", "https://webaudio.github.io/web-midi-api/#ref-for-dfn-midi-device-7", "https://webaudio.github.io/web-midi-api/#ref-for-dom-midiportdevicestate-connected-1", "https://webaudio.github.io/web-midi-api/#ref-for-dom-midiportdevicestate-disconnected-1", @@ -241,7 +242,7 @@ "https://webaudio.github.io/web-midi-api/#ref-for-dfn-midi-device-9", "https://webaudio.github.io/web-midi-api/#ref-for-dom-midiport-14", "https://webaudio.github.io/web-midi-api/#ref-for-dfn-midi-message-5", - "https://webaudio.github.io/web-midi-api/#ref-for-dom-midiinput-5", + "https://webaudio.github.io/web-midi-api/#ref-for-dom-midiinput-6", "https://webaudio.github.io/web-midi-api/#ref-for-dfn-midi-device-10", "https://webaudio.github.io/web-midi-api/#ref-for-dom-midiport-15", "https://webaudio.github.io/web-midi-api/#ref-for-dom-midiport-connection-4", @@ -269,18 +270,18 @@ "https://webaudio.github.io/web-midi-api/#dom-midiinput", "https://webaudio.github.io/web-midi-api/#webidl-373232923", "https://webaudio.github.io/web-midi-api/#idl-def-midiinput", - "https://webaudio.github.io/web-midi-api/#ref-for-dom-midiinput-6", + "https://webaudio.github.io/web-midi-api/#ref-for-dom-midiinput-7", "https://webaudio.github.io/web-midi-api/#ref-for-dom-midiport-21", "https://webaudio.github.io/web-midi-api/#idl-def-midiinput-onmidimessage", "https://webaudio.github.io/web-midi-api/#ref-for-dom-midiinput-onmidimessage-1", "https://webaudio.github.io/web-midi-api/#dom-midiinput-onmidimessage", - "https://webaudio.github.io/web-midi-api/#ref-for-dom-midiinput-7", + "https://webaudio.github.io/web-midi-api/#ref-for-dom-midiinput-8", "https://webaudio.github.io/web-midi-api/#ref-for-dom-midiconnectionevent-7", "https://webaudio.github.io/web-midi-api/#ref-for-dom-midiaccess-15", "https://webaudio.github.io/web-midi-api/#event-midiinput-message", - "https://webaudio.github.io/web-midi-api/#ref-for-dom-midiinput-8", - "https://webaudio.github.io/web-midi-api/#ref-for-dfn-midi-message-6", "https://webaudio.github.io/web-midi-api/#ref-for-dom-midiinput-9", + "https://webaudio.github.io/web-midi-api/#ref-for-dfn-midi-message-6", + "https://webaudio.github.io/web-midi-api/#ref-for-dom-midiinput-10", "https://webaudio.github.io/web-midi-api/#ref-for-dom-midiaccess-16", "https://webaudio.github.io/web-midi-api/#ref-for-dfn-system-exclusive-12", "https://webaudio.github.io/web-midi-api/#ref-for-dfn-system-exclusive-13", @@ -364,7 +365,7 @@ "https://webaudio.github.io/web-midi-api/#midimessageevent-interface", "https://webaudio.github.io/web-midi-api/#MIDIMessageEvent", "https://webaudio.github.io/web-midi-api/#dom-midimessageevent", - "https://webaudio.github.io/web-midi-api/#ref-for-dom-midiinput-10", + "https://webaudio.github.io/web-midi-api/#ref-for-dom-midiinput-11", "https://webaudio.github.io/web-midi-api/#ref-for-dfn-midi-message-8", "https://webaudio.github.io/web-midi-api/#webidl-1283774063", "https://webaudio.github.io/web-midi-api/#idl-def-midimessageevent", diff --git a/ed/index.json b/ed/index.json index b3033f17000e..53d8b720f868 100644 --- a/ed/index.json +++ b/ed/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2025-01-07T12:48:43.447Z", + "date": "2025-01-07T18:46:32.758Z", "options": { "fallback": "ed/index.json", "output": "report", @@ -1625,11 +1625,11 @@ ], "crawled": "https://drafts.csswg.org/css-backgrounds-4/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:57 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "16 September 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-backgrounds-4.json", "refs": "refs/css-backgrounds-4.json", "css": "css/css-backgrounds-4.json", @@ -1686,11 +1686,11 @@ ], "crawled": "https://drafts.csswg.org/css-borders-4/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "2 October 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-borders-4.json", "refs": "refs/css-borders-4.json", "css": "css/css-borders.json", @@ -1748,11 +1748,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-6/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "15 September 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-color-6.json", "refs": "refs/css-color-6.json", "css": "css/css-color-6.json", @@ -1803,11 +1803,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-values-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "21 February 2023", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-conditional-values-1.json", "refs": "refs/css-conditional-values-1.json", "css": "css/css-conditional-values.json", @@ -1865,11 +1865,11 @@ ], "crawled": "https://drafts.csswg.org/css-display-4/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "27 December 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-display-4.json", "refs": "refs/css-display-4.json", "css": "css/css-display.json", @@ -1926,11 +1926,11 @@ ], "crawled": "https://drafts.csswg.org/css-env-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "30 August 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-env-1.json", "links": "links/css-env-1.json", "refs": "refs/css-env-1.json", @@ -1982,11 +1982,11 @@ ], "crawled": "https://drafts.csswg.org/css-extensions-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-extensions-1.json", "refs": "refs/css-extensions-1.json", "css": "css/css-extensions.json", @@ -2037,11 +2037,11 @@ ], "crawled": "https://drafts.csswg.org/css-forms-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "5 December 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-forms-1.json", "refs": "refs/css-forms-1.json", "css": "css/css-forms.json", @@ -2092,11 +2092,11 @@ ], "crawled": "https://drafts.csswg.org/css-gaps-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "13 December 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-gaps-1.json", "links": "links/css-gaps-1.json", "refs": "refs/css-gaps-1.json", @@ -2155,11 +2155,11 @@ ], "crawled": "https://drafts.csswg.org/css-gcpm-4/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-gcpm-4.json", "refs": "refs/css-gcpm-4.json", "css": "css/css-gcpm-4.json", @@ -2217,11 +2217,11 @@ ], "crawled": "https://drafts.csswg.org/css-images-5/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:57 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-images-5.json", "refs": "refs/css-images-5.json", "css": "css/css-images-5.json", @@ -2272,11 +2272,11 @@ ], "crawled": "https://drafts.csswg.org/css-link-params-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "7 August 2023", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-link-params-1.json", "refs": "refs/css-link-params-1.json", "css": "css/css-link-params.json", @@ -2327,11 +2327,11 @@ ], "crawled": "https://drafts.csswg.org/css-mixins-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", - "date": "15 October 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "date": "6 January 2025", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-mixins-1.json", "links": "links/css-mixins-1.json", "refs": "refs/css-mixins-1.json", @@ -2391,11 +2391,11 @@ ], "crawled": "https://drafts.csswg.org/css-multicol-2/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "17 December 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-multicol-2.json", "refs": "refs/css-multicol-2.json", "css": "css/css-multicol-2.json", @@ -2453,11 +2453,11 @@ ], "crawled": "https://drafts.csswg.org/css-page-4/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "12 May 2023", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-page-4.json", "refs": "refs/css-page-4.json", "dfns": "dfns/css-page-4.json", @@ -2514,11 +2514,11 @@ ], "crawled": "https://drafts.csswg.org/css-position-4/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "19 November 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-position-4.json", "links": "links/css-position-4.json", "refs": "refs/css-position-4.json", @@ -2577,11 +2577,11 @@ ], "crawled": "https://drafts.csswg.org/css-shapes-2/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "13 December 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-shapes-2.json", "refs": "refs/css-shapes-2.json", "css": "css/css-shapes-2.json", @@ -2638,11 +2638,11 @@ ], "crawled": "https://drafts.csswg.org/css-size-adjust-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-size-adjust-1.json", "refs": "refs/css-size-adjust-1.json", "css": "css/css-size-adjust.json", @@ -2700,11 +2700,11 @@ ], "crawled": "https://drafts.csswg.org/css-variables-2/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "27 February 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-variables-2.json", "links": "links/css-variables-2.json", "refs": "refs/css-variables-2.json", @@ -2763,11 +2763,11 @@ ], "crawled": "https://drafts.csswg.org/selectors-5/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "24 September 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/selectors-5.json", "refs": "refs/selectors-5.json", "css": "css/selectors-5.json", @@ -3319,9 +3319,9 @@ ], "crawled": "https://html.spec.whatwg.org/multipage/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 16:24:43 GMT" + "lastModified": "Tue, 07 Jan 2025 15:40:34 GMT" }, - "date": "6 January 2025", + "date": "7 January 2025", "algorithms": "algorithms/html.json", "links": "links/html.json", "refs": "refs/html.json", @@ -15046,9 +15046,9 @@ ], "crawled": "https://www.rfc-editor.org/rfc/rfc4120", "crawlCacheInfo": { - "lastModified": "Tue, 31 Dec 2024 14:32:44 GMT" + "lastModified": "Tue, 07 Jan 2025 16:34:19 GMT" }, - "date": "31 December 2024", + "date": "7 January 2025", "links": "links/rfc4120.json", "ids": "ids/rfc4120.json", "cddl": [] @@ -18171,11 +18171,11 @@ ], "crawled": "https://drafts.csswg.org/css-2022/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-2022.json", "refs": "refs/css-2022.json", "dfns": "dfns/css-2022.json", @@ -18232,11 +18232,11 @@ ], "crawled": "https://drafts.csswg.org/css-2023/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "11 December 2023", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-2023.json", "refs": "refs/css-2023.json", "dfns": "dfns/css-2023.json", @@ -18299,11 +18299,11 @@ ], "crawled": "https://drafts.csswg.org/css-align-3/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "19 December 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-align-3.json", "links": "links/css-align-3.json", "refs": "refs/css-align-3.json", @@ -18362,11 +18362,11 @@ ], "crawled": "https://drafts.csswg.org/css-anchor-position-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "18 November 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-anchor-position-1.json", "links": "links/css-anchor-position-1.json", "refs": "refs/css-anchor-position-1.json", @@ -18498,11 +18498,11 @@ ], "crawled": "https://drafts.csswg.org/css-animations-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "8 December 2023", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-animations-1.json", "refs": "refs/css-animations-1.json", "events": "events/css-animations-1.json", @@ -18568,11 +18568,11 @@ ], "crawled": "https://drafts.csswg.org/css-animations-2/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:57 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "11 November 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-animations-2.json", "links": "links/css-animations-2.json", "refs": "refs/css-animations-2.json", @@ -18639,11 +18639,11 @@ ], "crawled": "https://drafts.csswg.org/css-backgrounds-3/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "29 October 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-backgrounds-3.json", "links": "links/css-backgrounds-3.json", "refs": "refs/css-backgrounds-3.json", @@ -18709,11 +18709,11 @@ ], "crawled": "https://drafts.csswg.org/css-box-3/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "4 April 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-box-3.json", "refs": "refs/css-box-3.json", "dfns": "dfns/css-box-3.json", @@ -18776,11 +18776,11 @@ ], "crawled": "https://drafts.csswg.org/css-box-4/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "4 August 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-box-4.json", "refs": "refs/css-box-4.json", "css": "css/css-box.json", @@ -18845,11 +18845,11 @@ ], "crawled": "https://drafts.csswg.org/css-break-3/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-break-3.json", "refs": "refs/css-break-3.json", "dfns": "dfns/css-break-3.json", @@ -18912,11 +18912,11 @@ ], "crawled": "https://drafts.csswg.org/css-break-4/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "11 March 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-break-4.json", "refs": "refs/css-break-4.json", "css": "css/css-break.json", @@ -18980,11 +18980,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-3/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "30 January 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-cascade-3.json", "refs": "refs/css-cascade-3.json", "dfns": "dfns/css-cascade-3.json", @@ -19049,11 +19049,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-4/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-cascade-4.json", "links": "links/css-cascade-4.json", "refs": "refs/css-cascade-4.json", @@ -19118,11 +19118,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-5/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-cascade-5.json", "refs": "refs/css-cascade-5.json", "idl": "idl/css-cascade.idl", @@ -19187,11 +19187,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-6/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "8 November 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-cascade-6.json", "refs": "refs/css-cascade-6.json", "idl": "idl/css-cascade-6.idl", @@ -19256,7 +19256,7 @@ ], "crawled": "https://drafts.csswg.org/css-color-3/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "date": "18 January 2022", "links": "links/css-color-3.json", @@ -19323,11 +19323,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-4/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "11 December 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-color-4.json", "links": "links/css-color-4.json", "refs": "refs/css-color-4.json", @@ -19393,11 +19393,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-5/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:57 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "4 December 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-color-5.json", "links": "links/css-color-5.json", "refs": "refs/css-color-5.json", @@ -19463,11 +19463,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-adjust-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "27 November 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-color-adjust-1.json", "links": "links/css-color-adjust-1.json", "refs": "refs/css-color-adjust-1.json", @@ -19529,11 +19529,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-hdr-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "11 December 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-color-hdr-1.json", "links": "links/css-color-hdr-1.json", "refs": "refs/css-color-hdr-1.json", @@ -19599,11 +19599,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-3/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:57 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "15 October 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-conditional-3.json", "links": "links/css-conditional-3.json", "refs": "refs/css-conditional-3.json", @@ -19670,11 +19670,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-4/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:57 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "19 March 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-conditional-4.json", "refs": "refs/css-conditional-4.json", "css": "css/css-conditional-4.json", @@ -19738,11 +19738,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-5/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "19 December 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-conditional-5.json", "links": "links/css-conditional-5.json", "refs": "refs/css-conditional-5.json", @@ -19808,11 +19808,11 @@ ], "crawled": "https://drafts.csswg.org/css-contain-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "28 June 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-contain-1.json", "links": "links/css-contain-1.json", "refs": "refs/css-contain-1.json", @@ -19878,11 +19878,11 @@ ], "crawled": "https://drafts.csswg.org/css-contain-2/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "26 November 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-contain-2.json", "links": "links/css-contain-2.json", "refs": "refs/css-contain-2.json", @@ -19949,11 +19949,11 @@ ], "crawled": "https://drafts.csswg.org/css-contain-3/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "20 June 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-contain-3.json", "refs": "refs/css-contain-3.json", "headings": "headings/css-contain-3.json", @@ -20015,11 +20015,11 @@ ], "crawled": "https://drafts.csswg.org/css-content-3/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "17 May 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-content-3.json", "links": "links/css-content-3.json", "refs": "refs/css-content-3.json", @@ -20084,11 +20084,11 @@ ], "crawled": "https://drafts.csswg.org/css-counter-styles-3/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "18 December 2023", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-counter-styles-3.json", "links": "links/css-counter-styles-3.json", "refs": "refs/css-counter-styles-3.json", @@ -20155,11 +20155,11 @@ ], "crawled": "https://drafts.csswg.org/css-display-3/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "22 November 2023", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-display-3.json", "refs": "refs/css-display-3.json", "dfns": "dfns/css-display-3.json", @@ -20223,11 +20223,11 @@ ], "crawled": "https://drafts.csswg.org/css-easing-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "28 August 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-easing-1.json", "links": "links/css-easing-1.json", "refs": "refs/css-easing-1.json", @@ -20291,11 +20291,11 @@ ], "crawled": "https://drafts.csswg.org/css-easing-2/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "17 September 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-easing-2.json", "links": "links/css-easing-2.json", "refs": "refs/css-easing-2.json", @@ -20360,11 +20360,11 @@ ], "crawled": "https://drafts.csswg.org/css-flexbox-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "9 August 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-flexbox-1.json", "links": "links/css-flexbox-1.json", "refs": "refs/css-flexbox-1.json", @@ -20429,11 +20429,11 @@ ], "crawled": "https://drafts.csswg.org/css-font-loading-3/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "11 May 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-font-loading-3.json", "links": "links/css-font-loading-3.json", "refs": "refs/css-font-loading-3.json", @@ -20502,11 +20502,11 @@ ], "crawled": "https://drafts.csswg.org/css-fonts-4/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "27 December 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-fonts-4.json", "links": "links/css-fonts-4.json", "refs": "refs/css-fonts-4.json", @@ -20572,11 +20572,11 @@ ], "crawled": "https://drafts.csswg.org/css-fonts-5/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "18 December 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-fonts-5.json", "refs": "refs/css-fonts-5.json", "css": "css/css-fonts-5.json", @@ -20641,11 +20641,11 @@ ], "crawled": "https://drafts.csswg.org/css-gcpm-3/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "4 May 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-gcpm-3.json", "refs": "refs/css-gcpm-3.json", "css": "css/css-gcpm.json", @@ -20709,11 +20709,11 @@ ], "crawled": "https://drafts.csswg.org/css-grid-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "3 November 2023", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-grid-1.json", "links": "links/css-grid-1.json", "refs": "refs/css-grid-1.json", @@ -20779,11 +20779,11 @@ ], "crawled": "https://drafts.csswg.org/css-grid-2/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "3 October 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-grid-2.json", "links": "links/css-grid-2.json", "refs": "refs/css-grid-2.json", @@ -20848,11 +20848,11 @@ ], "crawled": "https://drafts.csswg.org/css-grid-3/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:57 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "3 October 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-grid-3.json", "links": "links/css-grid-3.json", "refs": "refs/css-grid-3.json", @@ -20911,11 +20911,11 @@ ], "crawled": "https://drafts.csswg.org/css-highlight-api-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "15 October 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-highlight-api-1.json", "links": "links/css-highlight-api-1.json", "refs": "refs/css-highlight-api-1.json", @@ -20981,11 +20981,11 @@ ], "crawled": "https://drafts.csswg.org/css-images-3/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "8 November 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-images-3.json", "links": "links/css-images-3.json", "refs": "refs/css-images-3.json", @@ -21051,11 +21051,11 @@ ], "crawled": "https://drafts.csswg.org/css-images-4/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "3 September 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-images-4.json", "links": "links/css-images-4.json", "refs": "refs/css-images-4.json", @@ -21121,11 +21121,11 @@ ], "crawled": "https://drafts.csswg.org/css-inline-3/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "13 December 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-inline-3.json", "links": "links/css-inline-3.json", "refs": "refs/css-inline-3.json", @@ -21250,11 +21250,11 @@ ], "crawled": "https://drafts.csswg.org/css-line-grid-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "26 July 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-line-grid-1.json", "refs": "refs/css-line-grid-1.json", "css": "css/css-line-grid.json", @@ -21318,11 +21318,11 @@ ], "crawled": "https://drafts.csswg.org/css-lists-3/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-lists-3.json", "links": "links/css-lists-3.json", "refs": "refs/css-lists-3.json", @@ -21387,11 +21387,11 @@ ], "crawled": "https://drafts.csswg.org/css-logical-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-logical-1.json", "refs": "refs/css-logical-1.json", "css": "css/css-logical.json", @@ -21524,11 +21524,11 @@ ], "crawled": "https://drafts.csswg.org/css-multicol-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "22 November 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-multicol-1.json", "refs": "refs/css-multicol-1.json", "css": "css/css-multicol.json", @@ -21592,11 +21592,11 @@ ], "crawled": "https://drafts.csswg.org/css-namespaces-3/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "25 October 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-namespaces-3.json", "refs": "refs/css-namespaces-3.json", "css": "css/css-namespaces.json", @@ -21654,11 +21654,11 @@ ], "crawled": "https://drafts.csswg.org/css-nav-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "29 July 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-nav-1.json", "links": "links/css-nav-1.json", "refs": "refs/css-nav-1.json", @@ -21719,11 +21719,11 @@ ], "crawled": "https://drafts.csswg.org/css-nesting-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "4 December 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-nesting-1.json", "refs": "refs/css-nesting-1.json", "idl": "idl/css-nesting.idl", @@ -21789,11 +21789,11 @@ ], "crawled": "https://drafts.csswg.org/css-overflow-3/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "19 December 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-overflow-3.json", "refs": "refs/css-overflow-3.json", "css": "css/css-overflow.json", @@ -21858,11 +21858,11 @@ ], "crawled": "https://drafts.csswg.org/css-overflow-4/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "4 November 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-overflow-4.json", "refs": "refs/css-overflow-4.json", "css": "css/css-overflow-4.json", @@ -21926,11 +21926,11 @@ ], "crawled": "https://drafts.csswg.org/css-overflow-5/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "13 December 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-overflow-5.json", "links": "links/css-overflow-5.json", "refs": "refs/css-overflow-5.json", @@ -21995,11 +21995,11 @@ ], "crawled": "https://drafts.csswg.org/css-overscroll-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "3 March 2023", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-overscroll-1.json", "refs": "refs/css-overscroll-1.json", "css": "css/css-overscroll.json", @@ -22064,11 +22064,11 @@ ], "crawled": "https://drafts.csswg.org/css-page-3/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "5 December 2023", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-page-3.json", "links": "links/css-page-3.json", "refs": "refs/css-page-3.json", @@ -22127,11 +22127,11 @@ ], "crawled": "https://drafts.csswg.org/css-page-floats-3/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "4 November 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-page-floats-3.json", "links": "links/css-page-floats-3.json", "refs": "refs/css-page-floats-3.json", @@ -22263,11 +22263,11 @@ ], "crawled": "https://drafts.csswg.org/css-position-3/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "19 November 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-position-3.json", "links": "links/css-position-3.json", "refs": "refs/css-position-3.json", @@ -22398,11 +22398,11 @@ ], "crawled": "https://drafts.csswg.org/css-pseudo-4/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "27 November 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-pseudo-4.json", "links": "links/css-pseudo-4.json", "refs": "refs/css-pseudo-4.json", @@ -22462,11 +22462,11 @@ ], "crawled": "https://drafts.csswg.org/css-regions-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-regions-1.json", "refs": "refs/css-regions-1.json", "idl": "idl/css-regions.idl", @@ -22525,11 +22525,11 @@ ], "crawled": "https://drafts.csswg.org/css-rhythm-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "13 December 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-rhythm-1.json", "refs": "refs/css-rhythm-1.json", "css": "css/css-rhythm.json", @@ -22593,11 +22593,11 @@ ], "crawled": "https://drafts.csswg.org/css-round-display-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "1 August 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-round-display-1.json", "refs": "refs/css-round-display-1.json", "css": "css/css-round-display.json", @@ -22661,11 +22661,11 @@ ], "crawled": "https://drafts.csswg.org/css-ruby-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "15 July 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-ruby-1.json", "links": "links/css-ruby-1.json", "refs": "refs/css-ruby-1.json", @@ -22730,11 +22730,11 @@ ], "crawled": "https://drafts.csswg.org/css-scoping-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "27 September 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-scoping-1.json", "links": "links/css-scoping-1.json", "refs": "refs/css-scoping-1.json", @@ -22799,11 +22799,11 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-anchoring-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "3 December 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-scroll-anchoring-1.json", "links": "links/css-scroll-anchoring-1.json", "refs": "refs/css-scroll-anchoring-1.json", @@ -22869,11 +22869,11 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-snap-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "11 April 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-scroll-snap-1.json", "links": "links/css-scroll-snap-1.json", "refs": "refs/css-scroll-snap-1.json", @@ -22938,11 +22938,11 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-snap-2/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "16 December 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-scroll-snap-2.json", "links": "links/css-scroll-snap-2.json", "refs": "refs/css-scroll-snap-2.json", @@ -23009,11 +23009,11 @@ ], "crawled": "https://drafts.csswg.org/css-scrollbars-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "13 September 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-scrollbars-1.json", "refs": "refs/css-scrollbars-1.json", "css": "css/css-scrollbars.json", @@ -23077,11 +23077,11 @@ ], "crawled": "https://drafts.csswg.org/css-shadow-parts-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "5 September 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-shadow-parts-1.json", "links": "links/css-shadow-parts-1.json", "refs": "refs/css-shadow-parts-1.json", @@ -23148,11 +23148,11 @@ ], "crawled": "https://drafts.csswg.org/css-shapes-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "19 September 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-shapes-1.json", "refs": "refs/css-shapes-1.json", "css": "css/css-shapes.json", @@ -23217,11 +23217,11 @@ ], "crawled": "https://drafts.csswg.org/css-sizing-3/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "25 July 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-sizing-3.json", "links": "links/css-sizing-3.json", "refs": "refs/css-sizing-3.json", @@ -23286,11 +23286,11 @@ ], "crawled": "https://drafts.csswg.org/css-sizing-4/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "15 October 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-sizing-4.json", "refs": "refs/css-sizing-4.json", "css": "css/css-sizing-4.json", @@ -23354,11 +23354,11 @@ ], "crawled": "https://drafts.csswg.org/css-speech-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "29 October 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-speech-1.json", "refs": "refs/css-speech-1.json", "css": "css/css-speech.json", @@ -23420,7 +23420,7 @@ ], "crawled": "https://drafts.csswg.org/css-style-attr/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "date": "10 April 2015", "links": "links/css-style-attr.json", @@ -23486,11 +23486,11 @@ ], "crawled": "https://drafts.csswg.org/css-syntax-3/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "20 November 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-syntax-3.json", "links": "links/css-syntax-3.json", "refs": "refs/css-syntax-3.json", @@ -23555,11 +23555,11 @@ ], "crawled": "https://drafts.csswg.org/css-tables-3/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "1 August 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-tables-3.json", "links": "links/css-tables-3.json", "refs": "refs/css-tables-3.json", @@ -23625,11 +23625,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-3/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "3 October 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-text-3.json", "links": "links/css-text-3.json", "refs": "refs/css-text-3.json", @@ -23694,11 +23694,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-4/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "27 November 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-text-4.json", "links": "links/css-text-4.json", "refs": "refs/css-text-4.json", @@ -23764,11 +23764,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-decor-3/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-text-decor-3.json", "refs": "refs/css-text-decor-3.json", "css": "css/css-text-decor.json", @@ -23832,11 +23832,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-decor-4/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "8 March 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-text-decor-4.json", "refs": "refs/css-text-decor-4.json", "css": "css/css-text-decor-4.json", @@ -23901,11 +23901,11 @@ ], "crawled": "https://drafts.csswg.org/css-transforms-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "7 August 2023", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-transforms-1.json", "links": "links/css-transforms-1.json", "refs": "refs/css-transforms-1.json", @@ -23970,11 +23970,11 @@ ], "crawled": "https://drafts.csswg.org/css-transforms-2/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "3 April 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-transforms-2.json", "links": "links/css-transforms-2.json", "refs": "refs/css-transforms-2.json", @@ -24040,11 +24040,11 @@ ], "crawled": "https://drafts.csswg.org/css-transitions-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "10 December 2023", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-transitions-1.json", "links": "links/css-transitions-1.json", "refs": "refs/css-transitions-1.json", @@ -24111,11 +24111,11 @@ ], "crawled": "https://drafts.csswg.org/css-transitions-2/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "7 November 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-transitions-2.json", "links": "links/css-transitions-2.json", "refs": "refs/css-transitions-2.json", @@ -24247,11 +24247,11 @@ ], "crawled": "https://drafts.csswg.org/css-ui-3/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "27 February 2023", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-ui-3.json", "links": "links/css-ui-3.json", "refs": "refs/css-ui-3.json", @@ -24316,11 +24316,11 @@ ], "crawled": "https://drafts.csswg.org/css-ui-4/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "22 December 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-ui-4.json", "links": "links/css-ui-4.json", "refs": "refs/css-ui-4.json", @@ -24387,11 +24387,11 @@ ], "crawled": "https://drafts.csswg.org/css-values-3/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "31 July 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-values-3.json", "refs": "refs/css-values-3.json", "dfns": "dfns/css-values-3.json", @@ -24456,11 +24456,11 @@ ], "crawled": "https://drafts.csswg.org/css-values-4/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "28 October 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-values-4.json", "links": "links/css-values-4.json", "refs": "refs/css-values-4.json", @@ -24525,11 +24525,11 @@ ], "crawled": "https://drafts.csswg.org/css-values-5/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "18 December 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-values-5.json", "links": "links/css-values-5.json", "refs": "refs/css-values-5.json", @@ -24595,11 +24595,11 @@ ], "crawled": "https://drafts.csswg.org/css-variables-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "25 October 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-variables-1.json", "links": "links/css-variables-1.json", "refs": "refs/css-variables-1.json", @@ -24658,11 +24658,11 @@ ], "crawled": "https://drafts.csswg.org/css-view-transitions-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "22 October 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-view-transitions-1.json", "links": "links/css-view-transitions-1.json", "refs": "refs/css-view-transitions-1.json", @@ -24722,11 +24722,11 @@ ], "crawled": "https://drafts.csswg.org/css-view-transitions-2/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "18 November 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-view-transitions-2.json", "links": "links/css-view-transitions-2.json", "refs": "refs/css-view-transitions-2.json", @@ -24794,11 +24794,11 @@ ], "crawled": "https://drafts.csswg.org/css-viewport/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "12 July 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-viewport-1.json", "links": "links/css-viewport-1.json", "refs": "refs/css-viewport-1.json", @@ -24864,11 +24864,11 @@ ], "crawled": "https://drafts.csswg.org/css-will-change-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "29 April 2022", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-will-change-1.json", "refs": "refs/css-will-change-1.json", "css": "css/css-will-change.json", @@ -24933,11 +24933,11 @@ ], "crawled": "https://drafts.csswg.org/css-writing-modes-3/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/css-writing-modes-3.json", "refs": "refs/css-writing-modes-3.json", "dfns": "dfns/css-writing-modes-3.json", @@ -25001,11 +25001,11 @@ ], "crawled": "https://drafts.csswg.org/css-writing-modes-4/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css-writing-modes-4.json", "links": "links/css-writing-modes-4.json", "refs": "refs/css-writing-modes-4.json", @@ -25212,11 +25212,11 @@ ], "crawled": "https://drafts.csswg.org/css2/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "18 December 2023", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/CSS22.json", "links": "links/CSS22.json", "refs": "refs/CSS22.json", @@ -25281,11 +25281,11 @@ ], "crawled": "https://drafts.csswg.org/css-exclusions-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "24 July 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/css3-exclusions.json", "links": "links/css3-exclusions.json", "refs": "refs/css3-exclusions.json", @@ -25350,11 +25350,11 @@ ], "crawled": "https://drafts.csswg.org/cssom-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "1 October 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/cssom-1.json", "links": "links/cssom-1.json", "refs": "refs/cssom-1.json", @@ -25420,11 +25420,11 @@ ], "crawled": "https://drafts.csswg.org/cssom-view-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "26 November 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/cssom-view-1.json", "links": "links/cssom-view-1.json", "refs": "refs/cssom-view-1.json", @@ -26544,11 +26544,11 @@ ], "crawled": "https://w3c-fedid.github.io/FedCM/", "crawlCacheInfo": { - "lastModified": "Tue, 26 Nov 2024 16:43:57 GMT" + "lastModified": "Tue, 07 Jan 2025 17:36:25 GMT" }, "generator": "bikeshed", - "date": "26 November 2024", - "revision": "8201e01294fddad742f2bffdece0067ba25b46a0", + "date": "7 January 2025", + "revision": "eb5e39232b9c5a8de2661ca5b7618ece35d52794", "algorithms": "algorithms/fedcm-1.json", "links": "links/fedcm-1.json", "refs": "refs/fedcm-1.json", @@ -26870,10 +26870,10 @@ ], "crawled": "https://w3c.github.io/fingerprinting-guidance/", "crawlCacheInfo": { - "lastModified": "Mon, 04 Nov 2024 18:54:31 GMT" + "lastModified": "Tue, 07 Jan 2025 15:09:20 GMT" }, "generator": "respec", - "date": "04 November 2024", + "date": "07 January 2025", "links": "links/fingerprinting-guidance.json", "refs": "refs/fingerprinting-guidance.json", "dfns": "dfns/fingerprinting-guidance.json", @@ -29236,7 +29236,7 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-3/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "date": "14 May 2024", "links": "links/mediaqueries-3.json", @@ -29302,11 +29302,11 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-4/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/mediaqueries-4.json", "refs": "refs/mediaqueries-4.json", "css": "css/mediaqueries.json", @@ -29370,11 +29370,11 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-5/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "15 November 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/mediaqueries-5.json", "links": "links/mediaqueries-5.json", "refs": "refs/mediaqueries-5.json", @@ -32504,11 +32504,11 @@ ], "crawled": "https://drafts.csswg.org/resize-observer-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "27 January 2023", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/resize-observer-1.json", "links": "links/resize-observer-1.json", "refs": "refs/resize-observer-1.json", @@ -32837,11 +32837,11 @@ ], "crawled": "https://drafts.csswg.org/scroll-animations-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "13 December 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/scroll-animations-1.json", "links": "links/scroll-animations-1.json", "refs": "refs/scroll-animations-1.json", @@ -33101,7 +33101,7 @@ ], "crawled": "https://drafts.csswg.org/selectors-3/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "date": "30 January 2018", "links": "links/selectors-3.json", @@ -33168,11 +33168,11 @@ ], "crawled": "https://drafts.csswg.org/selectors-4/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "19 December 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/selectors-4.json", "links": "links/selectors-4.json", "refs": "refs/selectors-4.json", @@ -35552,11 +35552,11 @@ ], "crawled": "https://drafts.csswg.org/web-animations-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "21 October 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/web-animations-1.json", "links": "links/web-animations-1.json", "refs": "refs/web-animations-1.json", @@ -35622,11 +35622,11 @@ ], "crawled": "https://drafts.csswg.org/web-animations-2/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "12 December 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "algorithms": "algorithms/web-animations-2.json", "links": "links/web-animations-2.json", "refs": "refs/web-animations-2.json", @@ -35821,11 +35821,11 @@ ], "crawled": "https://webaudio.github.io/web-audio-api/", "crawlCacheInfo": { - "lastModified": "Wed, 18 Dec 2024 17:17:41 GMT" + "lastModified": "Tue, 07 Jan 2025 16:19:03 GMT" }, "generator": "bikeshed", - "date": "18 December 2024", - "revision": "ce58039dc5e009081d04d74e7f6b7d09cf8476ce", + "date": "7 January 2025", + "revision": "6dc2de3b01ce02ca61fc9d9adc35494453f9e71e", "algorithms": "algorithms/webaudio-1.0.json", "links": "links/webaudio-1.0.json", "refs": "refs/webaudio-1.0.json", @@ -35888,11 +35888,11 @@ ], "crawled": "https://webaudio.github.io/web-audio-api/", "crawlCacheInfo": { - "lastModified": "Wed, 18 Dec 2024 17:17:41 GMT" + "lastModified": "Tue, 07 Jan 2025 16:19:03 GMT" }, "generator": "bikeshed", - "date": "18 December 2024", - "revision": "ce58039dc5e009081d04d74e7f6b7d09cf8476ce", + "date": "7 January 2025", + "revision": "6dc2de3b01ce02ca61fc9d9adc35494453f9e71e", "algorithms": "algorithms/webaudio-1.1.json", "links": "links/webaudio-1.1.json", "refs": "refs/webaudio-1.1.json", @@ -36014,7 +36014,7 @@ ], "crawled": "https://w3c.github.io/webcodecs/aac_codec_registration.html", "crawlCacheInfo": { - "lastModified": "Thu, 12 Dec 2024 22:37:07 GMT" + "lastModified": "Tue, 07 Jan 2025 13:35:13 GMT" }, "generator": "bikeshed", "date": "9 September 2024", @@ -36072,7 +36072,7 @@ ], "crawled": "https://w3c.github.io/webcodecs/alaw_codec_registration.html", "crawlCacheInfo": { - "lastModified": "Thu, 12 Dec 2024 22:37:07 GMT" + "lastModified": "Tue, 07 Jan 2025 13:35:13 GMT" }, "generator": "bikeshed", "date": "9 September 2024", @@ -36128,7 +36128,7 @@ ], "crawled": "https://w3c.github.io/webcodecs/av1_codec_registration.html", "crawlCacheInfo": { - "lastModified": "Thu, 12 Dec 2024 22:37:07 GMT" + "lastModified": "Tue, 07 Jan 2025 13:35:13 GMT" }, "generator": "bikeshed", "date": "9 September 2024", @@ -36186,7 +36186,7 @@ ], "crawled": "https://w3c.github.io/webcodecs/avc_codec_registration.html", "crawlCacheInfo": { - "lastModified": "Thu, 12 Dec 2024 22:37:07 GMT" + "lastModified": "Tue, 07 Jan 2025 13:35:13 GMT" }, "generator": "bikeshed", "date": "9 September 2024", @@ -36244,7 +36244,7 @@ ], "crawled": "https://w3c.github.io/webcodecs/codec_registry.html", "crawlCacheInfo": { - "lastModified": "Thu, 12 Dec 2024 22:37:07 GMT" + "lastModified": "Tue, 07 Jan 2025 13:35:13 GMT" }, "generator": "bikeshed", "date": "9 September 2024", @@ -36301,7 +36301,7 @@ ], "crawled": "https://w3c.github.io/webcodecs/flac_codec_registration.html", "crawlCacheInfo": { - "lastModified": "Thu, 12 Dec 2024 22:37:07 GMT" + "lastModified": "Tue, 07 Jan 2025 13:35:13 GMT" }, "generator": "bikeshed", "date": "9 September 2024", @@ -36360,7 +36360,7 @@ ], "crawled": "https://w3c.github.io/webcodecs/hevc_codec_registration.html", "crawlCacheInfo": { - "lastModified": "Thu, 12 Dec 2024 22:37:07 GMT" + "lastModified": "Tue, 07 Jan 2025 13:35:13 GMT" }, "generator": "bikeshed", "date": "9 September 2024", @@ -36418,7 +36418,7 @@ ], "crawled": "https://w3c.github.io/webcodecs/mp3_codec_registration.html", "crawlCacheInfo": { - "lastModified": "Thu, 12 Dec 2024 22:37:07 GMT" + "lastModified": "Tue, 07 Jan 2025 13:35:13 GMT" }, "generator": "bikeshed", "date": "9 September 2024", @@ -36474,7 +36474,7 @@ ], "crawled": "https://w3c.github.io/webcodecs/opus_codec_registration.html", "crawlCacheInfo": { - "lastModified": "Thu, 12 Dec 2024 22:37:07 GMT" + "lastModified": "Tue, 07 Jan 2025 13:35:13 GMT" }, "generator": "bikeshed", "date": "9 September 2024", @@ -36533,7 +36533,7 @@ ], "crawled": "https://w3c.github.io/webcodecs/pcm_codec_registration.html", "crawlCacheInfo": { - "lastModified": "Thu, 12 Dec 2024 22:37:07 GMT" + "lastModified": "Tue, 07 Jan 2025 13:35:13 GMT" }, "generator": "bikeshed", "date": "9 September 2024", @@ -36589,7 +36589,7 @@ ], "crawled": "https://w3c.github.io/webcodecs/ulaw_codec_registration.html", "crawlCacheInfo": { - "lastModified": "Thu, 12 Dec 2024 22:37:07 GMT" + "lastModified": "Tue, 07 Jan 2025 13:35:13 GMT" }, "generator": "bikeshed", "date": "9 September 2024", @@ -36645,7 +36645,7 @@ ], "crawled": "https://w3c.github.io/webcodecs/video_frame_metadata_registry.html", "crawlCacheInfo": { - "lastModified": "Thu, 12 Dec 2024 22:37:07 GMT" + "lastModified": "Tue, 07 Jan 2025 13:35:13 GMT" }, "generator": "bikeshed", "date": "10 December 2024", @@ -36701,7 +36701,7 @@ ], "crawled": "https://w3c.github.io/webcodecs/vorbis_codec_registration.html", "crawlCacheInfo": { - "lastModified": "Thu, 12 Dec 2024 22:37:07 GMT" + "lastModified": "Tue, 07 Jan 2025 13:35:13 GMT" }, "generator": "bikeshed", "date": "9 September 2024", @@ -36757,7 +36757,7 @@ ], "crawled": "https://w3c.github.io/webcodecs/vp8_codec_registration.html", "crawlCacheInfo": { - "lastModified": "Thu, 12 Dec 2024 22:37:07 GMT" + "lastModified": "Tue, 07 Jan 2025 13:35:13 GMT" }, "generator": "bikeshed", "date": "9 September 2024", @@ -36813,7 +36813,7 @@ ], "crawled": "https://w3c.github.io/webcodecs/vp9_codec_registration.html", "crawlCacheInfo": { - "lastModified": "Thu, 12 Dec 2024 22:37:07 GMT" + "lastModified": "Tue, 07 Jan 2025 13:35:13 GMT" }, "generator": "bikeshed", "date": "9 September 2024", @@ -36877,7 +36877,7 @@ ], "crawled": "https://w3c.github.io/webcodecs/", "crawlCacheInfo": { - "lastModified": "Thu, 12 Dec 2024 22:37:07 GMT" + "lastModified": "Tue, 07 Jan 2025 13:35:13 GMT" }, "generator": "bikeshed", "date": "12 December 2024", @@ -36943,11 +36943,11 @@ ], "crawled": "https://w3c.github.io/webcrypto/", "crawlCacheInfo": { - "lastModified": "Fri, 03 Jan 2025 16:26:17 GMT" + "lastModified": "Tue, 07 Jan 2025 18:25:28 GMT" }, "generator": "respec", - "date": "03 January 2025", - "revision": "6a29f172e9e76ed964876282ea52e4489794c075", + "date": "07 January 2025", + "revision": "1a2a4310090d2ca2bde8e42b857dfa1ee5b6b3ad", "algorithms": "algorithms/WebCryptoAPI.json", "links": "links/WebCryptoAPI.json", "refs": "refs/WebCryptoAPI.json", @@ -37210,10 +37210,10 @@ ], "crawled": "https://webaudio.github.io/web-midi-api/", "crawlCacheInfo": { - "lastModified": "Wed, 27 Nov 2024 23:48:39 GMT" + "lastModified": "Tue, 07 Jan 2025 16:19:12 GMT" }, "generator": "respec", - "date": "27 November 2024", + "date": "07 January 2025", "algorithms": "algorithms/webmidi.json", "links": "links/webmidi.json", "refs": "refs/webmidi.json", @@ -38808,11 +38808,11 @@ ], "crawled": "https://drafts.csswg.org/selectors-nonelement-1/", "crawlCacheInfo": { - "lastModified": "Mon, 06 Jan 2025 15:36:56 GMT" + "lastModified": "Tue, 07 Jan 2025 14:13:13 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "08b4c5de8492360e63d290ca0f771f607dc0ffe8", + "revision": "626dd3ec9bc92d9a92f4914fbcd7ef64321fc578", "links": "links/selectors-nonelement-1.json", "refs": "refs/selectors-nonelement-1.json", "css": "css/selectors-nonelement.json", diff --git a/ed/links/fedcm-1.json b/ed/links/fedcm-1.json index 13695a8d75ec..7c1b7937d6f3 100644 --- a/ed/links/fedcm-1.json +++ b/ed/links/fedcm-1.json @@ -89,6 +89,7 @@ ] }, "https://url.spec.whatwg.org/": {}, + "https://w3c-fedid.github.io/login-status/": {}, "https://w3c.github.io/ServiceWorker/": {}, "https://w3c.github.io/webappsec-credential-management/": { "anchors": [ diff --git a/ed/links/fingerprinting-guidance.json b/ed/links/fingerprinting-guidance.json index 002aaba39733..c149fdc3357f 100644 --- a/ed/links/fingerprinting-guidance.json +++ b/ed/links/fingerprinting-guidance.json @@ -33,11 +33,6 @@ "https://samy.pl/evercookie/": {}, "https://seclab.cs.ucsb.edu/media/uploads/papers/sp2013_cookieless.pdf": {}, "https://securehomes.esat.kuleuven.be/%7Egacar/persistent/": {}, - "https://sites.google.com/a/chromium.org/dev/Home/chromium-security/client-identification-mechanisms": { - "anchors": [ - "TOC-Fingerprinting-prevention-and-detection-challenges" - ] - }, "https://spec.torproject.org/torbrowser-design": { "anchors": [ "fingerprinting-linkability" @@ -62,6 +57,7 @@ "https://w3ctag.github.io/unsanctioned-tracking/": {}, "https://webtransparency.cs.princeton.edu/webcensus/": {}, "https://wiki.mozilla.org/Fingerprinting": {}, + "https://www.chromium.org/Home/chromium-security/client-identification-mechanisms/": {}, "https://www.microsoft.com/en-us/research/publication/host-fingerprinting-and-tracking-on-the-webprivacy-and-security-implications/": {}, "https://www.rfc-editor.org/rfc/rfc6454": {}, "https://www.rfc-editor.org/rfc/rfc6973": { diff --git a/ed/links/webmidi.json b/ed/links/webmidi.json index 1a279208e38e..b7230146c071 100644 --- a/ed/links/webmidi.json +++ b/ed/links/webmidi.json @@ -66,6 +66,7 @@ "https://github.com/WebAudio/web-midi-api/commit/53b752d": {}, "https://github.com/WebAudio/web-midi-api/commit/53e5bec": {}, "https://github.com/WebAudio/web-midi-api/commit/543b0fd": {}, + "https://github.com/WebAudio/web-midi-api/commit/54965d6": {}, "https://github.com/WebAudio/web-midi-api/commit/549d2a3": {}, "https://github.com/WebAudio/web-midi-api/commit/5576837": {}, "https://github.com/WebAudio/web-midi-api/commit/566a36e": {}, @@ -84,6 +85,7 @@ "https://github.com/WebAudio/web-midi-api/commit/689ef96": {}, "https://github.com/WebAudio/web-midi-api/commit/6af910e": {}, "https://github.com/WebAudio/web-midi-api/commit/6d49546": {}, + "https://github.com/WebAudio/web-midi-api/commit/6e85e43": {}, "https://github.com/WebAudio/web-midi-api/commit/71df0a7": {}, "https://github.com/WebAudio/web-midi-api/commit/7510d80": {}, "https://github.com/WebAudio/web-midi-api/commit/75f9aa2": {}, @@ -189,6 +191,7 @@ "concept-document", "eventtarget", "concept-event-fire", + "callbackdef-eventlistener", "dom-event-timestamp", "event", "dictdef-eventinit" diff --git a/ed/refs/fedcm-1.json b/ed/refs/fedcm-1.json index 3da75e724c50..0173644e4c74 100644 --- a/ed/refs/fedcm-1.json +++ b/ed/refs/fedcm-1.json @@ -53,6 +53,10 @@ "name": "INFRA", "url": "https://infra.spec.whatwg.org/" }, + { + "name": "LOGIN-STATUS", + "url": "https://w3c-fedid.github.io/login-status/" + }, { "name": "MIMESNIFF", "url": "https://mimesniff.spec.whatwg.org/"