diff --git a/ed/algorithms/css-flexbox-1.json b/ed/algorithms/css-flexbox-1.json
index ec058767ca1e..21ca07fff5be 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 c8ce508d2688..07e3484964ed 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 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 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 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 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 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 \n - have a content min track sizing function. \n
- are in a grid that does not have an explicit height and the grid row is flexible. \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 74f4717ccd85..38438d89b741 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 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 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 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 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 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 \n - have a content min track sizing function. \n
- are in a grid that does not have an explicit height and the grid row is flexible. \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/mediastream-recording.json b/ed/algorithms/mediastream-recording.json
index 6b3a080cda4c..8b4c3b783268 100644
--- a/ed/algorithms/mediastream-recording.json
+++ b/ed/algorithms/mediastream-recording.json
@@ -23,16 +23,16 @@
"html": "Let recorder be a newly constructed MediaRecorder
object."
},
{
- "html": "Let recorder have a [[ConstrainedMimeType]] internal slot,\n initialized to the value of options’ mimeType
member."
+ "html": "Let recorder have a [[ConstrainedMimeType]] internal slot,\n initialized to the value of options’ mimeType
member."
},
{
- "html": "Let recorder have a [[ConstrainedBitsPerSecond]] internal\n slot, initialized to the value of options’ bitsPerSecond
member if it is present, otherwise null
."
+ "html": "Let recorder have a [[ConstrainedBitsPerSecond]] internal\n slot, initialized to the value of options’ bitsPerSecond
member if it is present, otherwise null
."
},
{
- "html": "Let recorder have a [[VideoKeyFrameIntervalDuration]] internal\n slot, initialized to the value of options’ videoKeyFrameIntervalDuration
member if it is present, otherwise null
."
+ "html": "Let recorder have a [[VideoKeyFrameIntervalDuration]] internal\n slot, initialized to the value of options’ videoKeyFrameIntervalDuration
member if it is present, otherwise null
."
},
{
- "html": "Let recorder have a [[VideoKeyFrameIntervalCount]] internal\n slot, initialized to the value of options’ videoKeyFrameIntervalCount
member if it is present, otherwise null
."
+ "html": "Let recorder have a [[VideoKeyFrameIntervalCount]] internal\n slot, initialized to the value of options’ videoKeyFrameIntervalCount
member if it is present, otherwise null
."
},
{
"html": "Initialize recorder’s stream
attribute to stream."
@@ -212,7 +212,7 @@
{
"name": "Inactivate the recorder",
"href": "https://w3c.github.io/mediacapture-record/#abstract-opdef-inactivate-the-recorder",
- "html": "The Inactivate the recorder algorithm given a recorder, is as follows:",
+ "html": "The Inactivate the recorder algorithm given a recorder, is as follows:",
"rationale": "set",
"steps": [
{
@@ -345,7 +345,7 @@
{
"name": "is type supported",
"href": "https://w3c.github.io/mediacapture-record/#abstract-opdef-is-type-supported",
- "html": "The is type supported algorithm consists of the following steps.",
+ "html": "The is type supported algorithm consists of the following steps.",
"rationale": ".algorithm",
"steps": [
{
diff --git a/ed/algorithms/web-animations-2.json b/ed/algorithms/web-animations-2.json
index e0236d794a4a..5fe13b87594c 100644
--- a/ed/algorithms/web-animations-2.json
+++ b/ed/algorithms/web-animations-2.json
@@ -1306,11 +1306,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/dfns/mediastream-recording.json b/ed/dfns/mediastream-recording.json
index 0a8b14b49bd5..a89b95a39bec 100644
--- a/ed/dfns/mediastream-recording.json
+++ b/ed/dfns/mediastream-recording.json
@@ -40,9 +40,10 @@
"access": "public",
"informative": false,
"heading": {
- "id": "title",
- "href": "https://w3c.github.io/mediacapture-record/#title",
- "title": "MediaStream Recording"
+ "id": "mediarecorder-api",
+ "href": "https://w3c.github.io/mediacapture-record/#mediarecorder-api",
+ "title": "Media Recorder API",
+ "number": "2"
},
"definedIn": "pre"
},
@@ -63,9 +64,10 @@
"access": "public",
"informative": false,
"heading": {
- "id": "title",
- "href": "https://w3c.github.io/mediacapture-record/#title",
- "title": "MediaStream Recording"
+ "id": "mediarecorder-api",
+ "href": "https://w3c.github.io/mediacapture-record/#mediarecorder-api",
+ "title": "Media Recorder API",
+ "number": "2"
},
"definedIn": "pre"
},
@@ -84,9 +86,10 @@
"access": "public",
"informative": false,
"heading": {
- "id": "title",
- "href": "https://w3c.github.io/mediacapture-record/#title",
- "title": "MediaStream Recording"
+ "id": "mediarecorder-api",
+ "href": "https://w3c.github.io/mediacapture-record/#mediarecorder-api",
+ "title": "Media Recorder API",
+ "number": "2"
},
"definedIn": "pre"
},
@@ -104,9 +107,10 @@
"access": "public",
"informative": false,
"heading": {
- "id": "title",
- "href": "https://w3c.github.io/mediacapture-record/#title",
- "title": "MediaStream Recording"
+ "id": "mediarecorder-api",
+ "href": "https://w3c.github.io/mediacapture-record/#mediarecorder-api",
+ "title": "Media Recorder API",
+ "number": "2"
},
"definedIn": "pre"
},
@@ -146,9 +150,10 @@
"access": "private",
"informative": false,
"heading": {
- "id": "title",
- "href": "https://w3c.github.io/mediacapture-record/#title",
- "title": "MediaStream Recording"
+ "id": "mediarecorder-constructor",
+ "href": "https://w3c.github.io/mediacapture-record/#mediarecorder-constructor",
+ "title": "Constructors",
+ "number": "2.1"
},
"definedIn": "prose"
},
@@ -164,9 +169,10 @@
"access": "private",
"informative": false,
"heading": {
- "id": "title",
- "href": "https://w3c.github.io/mediacapture-record/#title",
- "title": "MediaStream Recording"
+ "id": "mediarecorder-constructor",
+ "href": "https://w3c.github.io/mediacapture-record/#mediarecorder-constructor",
+ "title": "Constructors",
+ "number": "2.1"
},
"definedIn": "prose"
},
@@ -182,9 +188,10 @@
"access": "private",
"informative": false,
"heading": {
- "id": "title",
- "href": "https://w3c.github.io/mediacapture-record/#title",
- "title": "MediaStream Recording"
+ "id": "mediarecorder-constructor",
+ "href": "https://w3c.github.io/mediacapture-record/#mediarecorder-constructor",
+ "title": "Constructors",
+ "number": "2.1"
},
"definedIn": "prose"
},
@@ -200,9 +207,10 @@
"access": "private",
"informative": false,
"heading": {
- "id": "title",
- "href": "https://w3c.github.io/mediacapture-record/#title",
- "title": "MediaStream Recording"
+ "id": "mediarecorder-constructor",
+ "href": "https://w3c.github.io/mediacapture-record/#mediarecorder-constructor",
+ "title": "Constructors",
+ "number": "2.1"
},
"definedIn": "prose"
},
@@ -241,9 +249,10 @@
"access": "public",
"informative": false,
"heading": {
- "id": "title",
- "href": "https://w3c.github.io/mediacapture-record/#title",
- "title": "MediaStream Recording"
+ "id": "mediarecorder-attributes",
+ "href": "https://w3c.github.io/mediacapture-record/#mediarecorder-attributes",
+ "title": "Attributes",
+ "number": "2.2"
},
"definedIn": "dt"
},
@@ -261,9 +270,10 @@
"access": "public",
"informative": false,
"heading": {
- "id": "title",
- "href": "https://w3c.github.io/mediacapture-record/#title",
- "title": "MediaStream Recording"
+ "id": "mediarecorder-attributes",
+ "href": "https://w3c.github.io/mediacapture-record/#mediarecorder-attributes",
+ "title": "Attributes",
+ "number": "2.2"
},
"definedIn": "dt"
},
@@ -281,9 +291,10 @@
"access": "public",
"informative": false,
"heading": {
- "id": "title",
- "href": "https://w3c.github.io/mediacapture-record/#title",
- "title": "MediaStream Recording"
+ "id": "mediarecorder-attributes",
+ "href": "https://w3c.github.io/mediacapture-record/#mediarecorder-attributes",
+ "title": "Attributes",
+ "number": "2.2"
},
"definedIn": "dt"
},
@@ -301,9 +312,10 @@
"access": "public",
"informative": false,
"heading": {
- "id": "title",
- "href": "https://w3c.github.io/mediacapture-record/#title",
- "title": "MediaStream Recording"
+ "id": "mediarecorder-attributes",
+ "href": "https://w3c.github.io/mediacapture-record/#mediarecorder-attributes",
+ "title": "Attributes",
+ "number": "2.2"
},
"definedIn": "dt"
},
@@ -321,9 +333,10 @@
"access": "public",
"informative": false,
"heading": {
- "id": "title",
- "href": "https://w3c.github.io/mediacapture-record/#title",
- "title": "MediaStream Recording"
+ "id": "mediarecorder-attributes",
+ "href": "https://w3c.github.io/mediacapture-record/#mediarecorder-attributes",
+ "title": "Attributes",
+ "number": "2.2"
},
"definedIn": "dt"
},
@@ -341,9 +354,10 @@
"access": "public",
"informative": false,
"heading": {
- "id": "title",
- "href": "https://w3c.github.io/mediacapture-record/#title",
- "title": "MediaStream Recording"
+ "id": "mediarecorder-attributes",
+ "href": "https://w3c.github.io/mediacapture-record/#mediarecorder-attributes",
+ "title": "Attributes",
+ "number": "2.2"
},
"definedIn": "dt"
},
@@ -361,9 +375,10 @@
"access": "public",
"informative": false,
"heading": {
- "id": "title",
- "href": "https://w3c.github.io/mediacapture-record/#title",
- "title": "MediaStream Recording"
+ "id": "mediarecorder-attributes",
+ "href": "https://w3c.github.io/mediacapture-record/#mediarecorder-attributes",
+ "title": "Attributes",
+ "number": "2.2"
},
"definedIn": "dt"
},
@@ -381,9 +396,10 @@
"access": "public",
"informative": false,
"heading": {
- "id": "title",
- "href": "https://w3c.github.io/mediacapture-record/#title",
- "title": "MediaStream Recording"
+ "id": "mediarecorder-attributes",
+ "href": "https://w3c.github.io/mediacapture-record/#mediarecorder-attributes",
+ "title": "Attributes",
+ "number": "2.2"
},
"definedIn": "dt"
},
@@ -401,9 +417,10 @@
"access": "public",
"informative": false,
"heading": {
- "id": "title",
- "href": "https://w3c.github.io/mediacapture-record/#title",
- "title": "MediaStream Recording"
+ "id": "mediarecorder-attributes",
+ "href": "https://w3c.github.io/mediacapture-record/#mediarecorder-attributes",
+ "title": "Attributes",
+ "number": "2.2"
},
"definedIn": "dt"
},
@@ -421,9 +438,10 @@
"access": "public",
"informative": false,
"heading": {
- "id": "title",
- "href": "https://w3c.github.io/mediacapture-record/#title",
- "title": "MediaStream Recording"
+ "id": "mediarecorder-attributes",
+ "href": "https://w3c.github.io/mediacapture-record/#mediarecorder-attributes",
+ "title": "Attributes",
+ "number": "2.2"
},
"definedIn": "dt"
},
@@ -441,9 +459,10 @@
"access": "public",
"informative": false,
"heading": {
- "id": "title",
- "href": "https://w3c.github.io/mediacapture-record/#title",
- "title": "MediaStream Recording"
+ "id": "mediarecorder-attributes",
+ "href": "https://w3c.github.io/mediacapture-record/#mediarecorder-attributes",
+ "title": "Attributes",
+ "number": "2.2"
},
"definedIn": "dt"
},
@@ -481,9 +500,10 @@
"access": "public",
"informative": false,
"heading": {
- "id": "title",
- "href": "https://w3c.github.io/mediacapture-record/#title",
- "title": "MediaStream Recording"
+ "id": "mediarecorder-methods",
+ "href": "https://w3c.github.io/mediacapture-record/#mediarecorder-methods",
+ "title": "Methods",
+ "number": "2.3"
},
"definedIn": "prose"
},
@@ -501,9 +521,10 @@
"access": "public",
"informative": false,
"heading": {
- "id": "title",
- "href": "https://w3c.github.io/mediacapture-record/#title",
- "title": "MediaStream Recording"
+ "id": "mediarecorder-methods",
+ "href": "https://w3c.github.io/mediacapture-record/#mediarecorder-methods",
+ "title": "Methods",
+ "number": "2.3"
},
"definedIn": "dt"
},
@@ -521,9 +542,10 @@
"access": "public",
"informative": false,
"heading": {
- "id": "title",
- "href": "https://w3c.github.io/mediacapture-record/#title",
- "title": "MediaStream Recording"
+ "id": "mediarecorder-methods",
+ "href": "https://w3c.github.io/mediacapture-record/#mediarecorder-methods",
+ "title": "Methods",
+ "number": "2.3"
},
"definedIn": "dt"
},
@@ -541,9 +563,10 @@
"access": "public",
"informative": false,
"heading": {
- "id": "title",
- "href": "https://w3c.github.io/mediacapture-record/#title",
- "title": "MediaStream Recording"
+ "id": "mediarecorder-methods",
+ "href": "https://w3c.github.io/mediacapture-record/#mediarecorder-methods",
+ "title": "Methods",
+ "number": "2.3"
},
"definedIn": "dt"
},
@@ -561,9 +584,10 @@
"access": "public",
"informative": false,
"heading": {
- "id": "title",
- "href": "https://w3c.github.io/mediacapture-record/#title",
- "title": "MediaStream Recording"
+ "id": "mediarecorder-methods",
+ "href": "https://w3c.github.io/mediacapture-record/#mediarecorder-methods",
+ "title": "Methods",
+ "number": "2.3"
},
"definedIn": "dt"
},
@@ -581,9 +605,10 @@
"access": "public",
"informative": false,
"heading": {
- "id": "title",
- "href": "https://w3c.github.io/mediacapture-record/#title",
- "title": "MediaStream Recording"
+ "id": "mediarecorder-methods",
+ "href": "https://w3c.github.io/mediacapture-record/#mediarecorder-methods",
+ "title": "Methods",
+ "number": "2.3"
},
"definedIn": "dt"
},
@@ -599,9 +624,10 @@
"access": "public",
"informative": false,
"heading": {
- "id": "title",
- "href": "https://w3c.github.io/mediacapture-record/#title",
- "title": "MediaStream Recording"
+ "id": "mediarecorder-methods",
+ "href": "https://w3c.github.io/mediacapture-record/#mediarecorder-methods",
+ "title": "Methods",
+ "number": "2.3"
},
"definedIn": "prose"
},
@@ -678,9 +704,10 @@
"access": "public",
"informative": false,
"heading": {
- "id": "title",
- "href": "https://w3c.github.io/mediacapture-record/#title",
- "title": "MediaStream Recording"
+ "id": "mediarecorderoptions-members",
+ "href": "https://w3c.github.io/mediacapture-record/#mediarecorderoptions-members",
+ "title": "Members",
+ "number": "2.5.1"
},
"definedIn": "dt"
},
@@ -698,9 +725,10 @@
"access": "public",
"informative": false,
"heading": {
- "id": "title",
- "href": "https://w3c.github.io/mediacapture-record/#title",
- "title": "MediaStream Recording"
+ "id": "mediarecorderoptions-members",
+ "href": "https://w3c.github.io/mediacapture-record/#mediarecorderoptions-members",
+ "title": "Members",
+ "number": "2.5.1"
},
"definedIn": "dt"
},
@@ -718,9 +746,10 @@
"access": "public",
"informative": false,
"heading": {
- "id": "title",
- "href": "https://w3c.github.io/mediacapture-record/#title",
- "title": "MediaStream Recording"
+ "id": "mediarecorderoptions-members",
+ "href": "https://w3c.github.io/mediacapture-record/#mediarecorderoptions-members",
+ "title": "Members",
+ "number": "2.5.1"
},
"definedIn": "dt"
},
@@ -738,9 +767,10 @@
"access": "public",
"informative": false,
"heading": {
- "id": "title",
- "href": "https://w3c.github.io/mediacapture-record/#title",
- "title": "MediaStream Recording"
+ "id": "mediarecorderoptions-members",
+ "href": "https://w3c.github.io/mediacapture-record/#mediarecorderoptions-members",
+ "title": "Members",
+ "number": "2.5.1"
},
"definedIn": "dt"
},
@@ -758,9 +788,10 @@
"access": "public",
"informative": false,
"heading": {
- "id": "title",
- "href": "https://w3c.github.io/mediacapture-record/#title",
- "title": "MediaStream Recording"
+ "id": "mediarecorderoptions-members",
+ "href": "https://w3c.github.io/mediacapture-record/#mediarecorderoptions-members",
+ "title": "Members",
+ "number": "2.5.1"
},
"definedIn": "dt"
},
@@ -778,9 +809,10 @@
"access": "public",
"informative": false,
"heading": {
- "id": "title",
- "href": "https://w3c.github.io/mediacapture-record/#title",
- "title": "MediaStream Recording"
+ "id": "mediarecorderoptions-members",
+ "href": "https://w3c.github.io/mediacapture-record/#mediarecorderoptions-members",
+ "title": "Members",
+ "number": "2.5.1"
},
"definedIn": "dt"
},
@@ -840,9 +872,10 @@
"access": "public",
"informative": false,
"heading": {
- "id": "title",
- "href": "https://w3c.github.io/mediacapture-record/#title",
- "title": "MediaStream Recording"
+ "id": "bitratemode-values",
+ "href": "https://w3c.github.io/mediacapture-record/#bitratemode-values",
+ "title": "Values",
+ "number": "2.6.1"
},
"definedIn": "dt"
},
@@ -902,9 +935,10 @@
"access": "public",
"informative": false,
"heading": {
- "id": "title",
- "href": "https://w3c.github.io/mediacapture-record/#title",
- "title": "MediaStream Recording"
+ "id": "recordingstate-values",
+ "href": "https://w3c.github.io/mediacapture-record/#recordingstate-values",
+ "title": "Values",
+ "number": "2.7.1"
},
"definedIn": "dt"
},
@@ -923,9 +957,10 @@
"access": "public",
"informative": false,
"heading": {
- "id": "title",
- "href": "https://w3c.github.io/mediacapture-record/#title",
- "title": "MediaStream Recording"
+ "id": "recordingstate-values",
+ "href": "https://w3c.github.io/mediacapture-record/#recordingstate-values",
+ "title": "Values",
+ "number": "2.7.1"
},
"definedIn": "dt"
},
@@ -963,9 +998,10 @@
"access": "public",
"informative": false,
"heading": {
- "id": "title",
- "href": "https://w3c.github.io/mediacapture-record/#title",
- "title": "MediaStream Recording"
+ "id": "blobevent-section",
+ "href": "https://w3c.github.io/mediacapture-record/#blobevent-section",
+ "title": "Blob Event",
+ "number": "3"
},
"definedIn": "pre"
},
@@ -984,9 +1020,10 @@
"access": "public",
"informative": false,
"heading": {
- "id": "title",
- "href": "https://w3c.github.io/mediacapture-record/#title",
- "title": "MediaStream Recording"
+ "id": "blobevent-section",
+ "href": "https://w3c.github.io/mediacapture-record/#blobevent-section",
+ "title": "Blob Event",
+ "number": "3"
},
"definedIn": "pre"
},
@@ -1047,9 +1084,10 @@
"access": "public",
"informative": false,
"heading": {
- "id": "title",
- "href": "https://w3c.github.io/mediacapture-record/#title",
- "title": "MediaStream Recording"
+ "id": "blobevent-attributes",
+ "href": "https://w3c.github.io/mediacapture-record/#blobevent-attributes",
+ "title": "Attributes",
+ "number": "3.2"
},
"definedIn": "dt"
},
@@ -1107,9 +1145,10 @@
"access": "public",
"informative": false,
"heading": {
- "id": "title",
- "href": "https://w3c.github.io/mediacapture-record/#title",
- "title": "MediaStream Recording"
+ "id": "blobeventinit-members",
+ "href": "https://w3c.github.io/mediacapture-record/#blobeventinit-members",
+ "title": "Members",
+ "number": "3.3.1"
},
"definedIn": "dt"
},
diff --git a/ed/dfns/vc-data-integrity.json b/ed/dfns/vc-data-integrity.json
index bc8578defbe5..41825f071413 100644
--- a/ed/dfns/vc-data-integrity.json
+++ b/ed/dfns/vc-data-integrity.json
@@ -214,10 +214,10 @@
"definedIn": "prose"
},
{
- "id": "dfn-controller-document",
- "href": "https://w3c.github.io/vc-data-integrity/#dfn-controller-document",
+ "id": "dfn-controlled-identifier-document",
+ "href": "https://w3c.github.io/vc-data-integrity/#dfn-controlled-identifier-document",
"linkingText": [
- "controller document"
+ "controlled identifier document"
],
"localLinkingText": [],
"type": "dfn",
diff --git a/ed/headings/css-color-hdr-1.json b/ed/headings/css-color-hdr-1.json
index 0b3ffe6ef3e3..9ae3bc4f27af 100644
--- a/ed/headings/css-color-hdr-1.json
+++ b/ed/headings/css-color-hdr-1.json
@@ -189,12 +189,33 @@
"title": "Sample code for Color Conversions",
"number": "8"
},
+ {
+ "id": "rec2100-linear_code",
+ "href": "https://drafts.csswg.org/css-color-hdr-1/#rec2100-linear_code",
+ "level": 3,
+ "title": "Sample code for rec2100-linear",
+ "number": "8.1"
+ },
+ {
+ "id": "rec2100-pq_code",
+ "href": "https://drafts.csswg.org/css-color-hdr-1/#rec2100-pq_code",
+ "level": 3,
+ "title": "Sample code for rec2100-pq",
+ "number": "8.2"
+ },
+ {
+ "id": "rec2100-hlg_code",
+ "href": "https://drafts.csswg.org/css-color-hdr-1/#rec2100-hlg_code",
+ "level": 3,
+ "title": "Sample code for rec2100-hlg",
+ "number": "8.3"
+ },
{
"id": "ictcp_code",
"href": "https://drafts.csswg.org/css-color-hdr-1/#ictcp_code",
"level": 3,
"title": "Sample code for ICtCp",
- "number": "8.1"
+ "number": "8.4"
},
{
"id": "deltaE",
diff --git a/ed/headings/vc-data-model-2.0.json b/ed/headings/vc-data-model-2.0.json
index e6fe519b47dd..2a07de11fdf9 100644
--- a/ed/headings/vc-data-model-2.0.json
+++ b/ed/headings/vc-data-model-2.0.json
@@ -115,26 +115,26 @@
"number": "4.4"
},
{
- "id": "sd-jwt-claim-LnpaPMu4ZOXIu4dPQ5JQF7ajg5KYGnd1M6nbmCBsgM0",
- "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-LnpaPMu4ZOXIu4dPQ5JQF7ajg5KYGnd1M6nbmCBsgM0",
+ "id": "sd-jwt-claim-WHApIFmIehmKdMmwxedFc_L_WT4UMrdOXJ2qyTZiLGk",
+ "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-WHApIFmIehmKdMmwxedFc_L_WT4UMrdOXJ2qyTZiLGk",
"level": 3,
"title": "Claim: id"
},
{
- "id": "sd-jwt-claim-cfTaQ60qVe2sRJZ5SR3k2QFZlOyFTgBkJekROXmvGmc",
- "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-cfTaQ60qVe2sRJZ5SR3k2QFZlOyFTgBkJekROXmvGmc",
+ "id": "sd-jwt-claim-Yb_1kgQzMO0-3x0weoU9WlyJluw0y89F02GEoTZDPzw",
+ "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-Yb_1kgQzMO0-3x0weoU9WlyJluw0y89F02GEoTZDPzw",
"level": 3,
"title": "Claim: type"
},
{
- "id": "sd-jwt-claim-0wNZm_llONsQjRPJMafVCgjo91HTlcdTyvJdvbCUPmo",
- "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-0wNZm_llONsQjRPJMafVCgjo91HTlcdTyvJdvbCUPmo",
+ "id": "sd-jwt-claim-J9q-Je3MHwsGc0S2ySNBiMZPzOZe9Nm4yBhtmfthGqU",
+ "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-J9q-Je3MHwsGc0S2ySNBiMZPzOZe9Nm4yBhtmfthGqU",
"level": 3,
"title": "Claim: id"
},
{
- "id": "sd-jwt-claim-xkHSXdXq5GXd46OB9QyJ7GLpN9WWwq-wh_7gwQEZQhI",
- "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-xkHSXdXq5GXd46OB9QyJ7GLpN9WWwq-wh_7gwQEZQhI",
+ "id": "sd-jwt-claim-fB15fC8k7OsvjUnnKoXp9CYhYMdp4FEjBHaYZ_6kPpU",
+ "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-fB15fC8k7OsvjUnnKoXp9CYhYMdp4FEjBHaYZ_6kPpU",
"level": 3,
"title": "Claim: type"
},
@@ -146,26 +146,26 @@
"number": "4.5"
},
{
- "id": "sd-jwt-claim-xA0IB4H0KfrUkd8kIKbxww9tDNSxriLRqk9TS-gX0cE",
- "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-xA0IB4H0KfrUkd8kIKbxww9tDNSxriLRqk9TS-gX0cE",
+ "id": "sd-jwt-claim-qyC_OpamAtLvCk1Xio14eoBRxiUflxj9qlz9ncxBxa4",
+ "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-qyC_OpamAtLvCk1Xio14eoBRxiUflxj9qlz9ncxBxa4",
"level": 3,
"title": "Claim: id"
},
{
- "id": "sd-jwt-claim-xi_3yrv29_izg1Unk7YAvXjGWuf1tUaJG41JTidhTPk",
- "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-xi_3yrv29_izg1Unk7YAvXjGWuf1tUaJG41JTidhTPk",
+ "id": "sd-jwt-claim-dEiamPsxX0rV31KwEwg_8Qn5OjRxd3ENeuBvhxGw_N0",
+ "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-dEiamPsxX0rV31KwEwg_8Qn5OjRxd3ENeuBvhxGw_N0",
"level": 3,
"title": "Claim: type"
},
{
- "id": "sd-jwt-claim-zz9b-CncffiBhpFWR82eDhNHDjsHxp-LEBIMqCTt1Ac",
- "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-zz9b-CncffiBhpFWR82eDhNHDjsHxp-LEBIMqCTt1Ac",
+ "id": "sd-jwt-claim-rzBdFMHdptwRSWpa0gdMlhQ5YP6lzFvvg_J4TiWLrXk",
+ "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-rzBdFMHdptwRSWpa0gdMlhQ5YP6lzFvvg_J4TiWLrXk",
"level": 3,
"title": "Claim: id"
},
{
- "id": "sd-jwt-claim-NrxKRGdhadSPVf9BmPcINmLK6bZotcp25gNJmJPOWEk",
- "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-NrxKRGdhadSPVf9BmPcINmLK6bZotcp25gNJmJPOWEk",
+ "id": "sd-jwt-claim-4rDQsO4X2G4Hrh_Gi1Z0kvJ_a21xB9xIej-IP3twaYI",
+ "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-4rDQsO4X2G4Hrh_Gi1Z0kvJ_a21xB9xIej-IP3twaYI",
"level": 3,
"title": "Claim: type"
},
@@ -177,32 +177,32 @@
"number": "4.6"
},
{
- "id": "sd-jwt-claim--bC6-4Pyt0gR9q9fIuAXZkMZYl2P7M0re8Gtcd0059g",
- "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim--bC6-4Pyt0gR9q9fIuAXZkMZYl2P7M0re8Gtcd0059g",
+ "id": "sd-jwt-claim-Y2KWr0Ry4npxwzQ6PEt_QcHlbL6M5yXc2V77HIdk-AE",
+ "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-Y2KWr0Ry4npxwzQ6PEt_QcHlbL6M5yXc2V77HIdk-AE",
"level": 3,
"title": "Claim: id"
},
{
- "id": "sd-jwt-claim-x2AlwYL29bwtGb0tQOzFqNm_7_Q3pkaLTFPLVbK7QTA",
- "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-x2AlwYL29bwtGb0tQOzFqNm_7_Q3pkaLTFPLVbK7QTA",
+ "id": "sd-jwt-claim-VxG33LcvTJ84b2a1K_efc62LwKd91FQsaxYi3sTolSw",
+ "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-VxG33LcvTJ84b2a1K_efc62LwKd91FQsaxYi3sTolSw",
"level": 3,
"title": "Claim: type"
},
{
- "id": "sd-jwt-claim-rmw8nse6OrtXd_zyfYWTSPyKvQZkgiR6wt-AYHaeDJg",
- "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-rmw8nse6OrtXd_zyfYWTSPyKvQZkgiR6wt-AYHaeDJg",
+ "id": "sd-jwt-claim-nPlzj-BAaq8eqm7fpK_Hc0LC76vqIYfo0nyccOijjAs",
+ "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-nPlzj-BAaq8eqm7fpK_Hc0LC76vqIYfo0nyccOijjAs",
"level": 3,
"title": "Claim: id"
},
{
- "id": "sd-jwt-claim-DQn1EUbnGUzyCSlnGfOvj77o1gLbTBMP8nODlcbzT0I",
- "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-DQn1EUbnGUzyCSlnGfOvj77o1gLbTBMP8nODlcbzT0I",
+ "id": "sd-jwt-claim-dXt88J7Yf-CB63KLntXnr7V5v_B6xPGpcC1zPiHv7t0",
+ "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-dXt88J7Yf-CB63KLntXnr7V5v_B6xPGpcC1zPiHv7t0",
"level": 3,
"title": "Claim: id"
},
{
- "id": "sd-jwt-claim-QsXUPmI_B5FGIrhAkLWFTaMAgFLylf9Scnaj5PS7jRA",
- "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-QsXUPmI_B5FGIrhAkLWFTaMAgFLylf9Scnaj5PS7jRA",
+ "id": "sd-jwt-claim-XWmm-2WIN55pKxAhwKIvOyIyEkfM8L6HZBgGhVnThsg",
+ "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-XWmm-2WIN55pKxAhwKIvOyIyEkfM8L6HZBgGhVnThsg",
"level": 3,
"title": "Claim: type"
},
@@ -214,56 +214,56 @@
"number": "4.7"
},
{
- "id": "sd-jwt-claim-tcoEHYB8jNDLyUcpLNPPH0VNroLFPA7PyRC8p9ZYyvE",
- "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-tcoEHYB8jNDLyUcpLNPPH0VNroLFPA7PyRC8p9ZYyvE",
+ "id": "sd-jwt-claim-6ZolEhl_DNAfh8uQlvdlEWXIAPvOPvbErOG11RBbj54",
+ "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-6ZolEhl_DNAfh8uQlvdlEWXIAPvOPvbErOG11RBbj54",
"level": 3,
"title": "Claim: id"
},
{
- "id": "sd-jwt-claim-Pe2V29k6ihrsxs2tKgwJjK93nlW-C64VE3EKT1IOc6s",
- "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-Pe2V29k6ihrsxs2tKgwJjK93nlW-C64VE3EKT1IOc6s",
+ "id": "sd-jwt-claim-XQvGUz17gXNISYDj8T08iq3OyrTATI1X5nT_ysc0cnI",
+ "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-XQvGUz17gXNISYDj8T08iq3OyrTATI1X5nT_ysc0cnI",
"level": 3,
"title": "Claim: type"
},
{
- "id": "sd-jwt-claim-e0A99RJ-ObdhnDe5dssQinHTT9NZdX1JoCXC0XIKlkA",
- "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-e0A99RJ-ObdhnDe5dssQinHTT9NZdX1JoCXC0XIKlkA",
+ "id": "sd-jwt-claim-Gu1u97bo2JFGkvkYrqMl5qoEipHS5oBMMVL1Wnm4_Ak",
+ "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-Gu1u97bo2JFGkvkYrqMl5qoEipHS5oBMMVL1Wnm4_Ak",
"level": 3,
"title": "Claim: id"
},
{
- "id": "sd-jwt-claim-IP_9gMyhvE__tAgl9E53udECaOiKmD099QHv0wlgHIo",
- "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-IP_9gMyhvE__tAgl9E53udECaOiKmD099QHv0wlgHIo",
+ "id": "sd-jwt-claim-R_CIQ7yNkvKjttMbCzAdHkecUpB3eVDdqI3CREEWgug",
+ "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-R_CIQ7yNkvKjttMbCzAdHkecUpB3eVDdqI3CREEWgug",
"level": 3,
"title": "Claim: type"
},
{
- "id": "sd-jwt-claim-HHCapY_lHfw7hxgoWpvGp8Sq85xlSQ4sFMk36aH9nxs",
- "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-HHCapY_lHfw7hxgoWpvGp8Sq85xlSQ4sFMk36aH9nxs",
+ "id": "sd-jwt-claim-MjH7jgGaaLlXp3W_kJHqE2I9YEDqpi9OL0zZKno-5oI",
+ "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-MjH7jgGaaLlXp3W_kJHqE2I9YEDqpi9OL0zZKno-5oI",
"level": 3,
"title": "Claim: id"
},
{
- "id": "sd-jwt-claim-P6lqExMfrJXnO1kLZzYWAscEWd90XVD_im5dlbW5CJk",
- "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-P6lqExMfrJXnO1kLZzYWAscEWd90XVD_im5dlbW5CJk",
+ "id": "sd-jwt-claim-o-Wc-LgYLTg5RkRF2vOLaPH8xanvpIljzAb1qZ7v2c8",
+ "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-o-Wc-LgYLTg5RkRF2vOLaPH8xanvpIljzAb1qZ7v2c8",
"level": 3,
"title": "Claim: type"
},
{
- "id": "sd-jwt-claim-UBSDXSSwyzTBHo0f6ayhL-O5ICRjG_rIw2PPvMEiUbg",
- "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-UBSDXSSwyzTBHo0f6ayhL-O5ICRjG_rIw2PPvMEiUbg",
+ "id": "sd-jwt-claim-WBP9lZnbmaEZbH0SLxYCXRKn_KIIz03VwK7quCWTRcs",
+ "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-WBP9lZnbmaEZbH0SLxYCXRKn_KIIz03VwK7quCWTRcs",
"level": 3,
"title": "Claim: id"
},
{
- "id": "sd-jwt-claim-M7GZk4qiXkE2iQjsKJwOojDCa_GXlvNfP0JgpcuQxxk",
- "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-M7GZk4qiXkE2iQjsKJwOojDCa_GXlvNfP0JgpcuQxxk",
+ "id": "sd-jwt-claim-lnTKFdi7g9h20-kS2YDTOI75pqgQVHXPB3ZUNOngGUc",
+ "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-lnTKFdi7g9h20-kS2YDTOI75pqgQVHXPB3ZUNOngGUc",
"level": 3,
"title": "Claim: id"
},
{
- "id": "sd-jwt-claim-dgJF5zc-gfuqMVGz10CQLNv_gsZIWvWXneVYUxUt-Ck",
- "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-dgJF5zc-gfuqMVGz10CQLNv_gsZIWvWXneVYUxUt-Ck",
+ "id": "sd-jwt-claim-EMxSqVu2fohmPXY_4g2X5xpiCXEFwS1gPiOiIVCBadM",
+ "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-EMxSqVu2fohmPXY_4g2X5xpiCXEFwS1gPiOiIVCBadM",
"level": 3,
"title": "Claim: type"
},
@@ -275,26 +275,26 @@
"number": "4.8"
},
{
- "id": "sd-jwt-claim-1Tb6Yzo4DZaYhrsr6n9LLVy-bfkNX1NJG49AopQ59gU",
- "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-1Tb6Yzo4DZaYhrsr6n9LLVy-bfkNX1NJG49AopQ59gU",
+ "id": "sd-jwt-claim-Blo9oRa6bzEmkQP1BBeWBQVesfn5qTXCQlV1JALqG84",
+ "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-Blo9oRa6bzEmkQP1BBeWBQVesfn5qTXCQlV1JALqG84",
"level": 3,
"title": "Claim: id"
},
{
- "id": "sd-jwt-claim-BX00BECZw5Lnxe9F9rmxzGQLSm9Zjv1kD_EiQ9eM8mE",
- "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-BX00BECZw5Lnxe9F9rmxzGQLSm9Zjv1kD_EiQ9eM8mE",
+ "id": "sd-jwt-claim-CyMD9AWoH_fMz5x14u0ye0J7r9CpIXkgseqW9V7E9TE",
+ "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-CyMD9AWoH_fMz5x14u0ye0J7r9CpIXkgseqW9V7E9TE",
"level": 3,
"title": "Claim: type"
},
{
- "id": "sd-jwt-claim-vdBAN6cILSBZiN7jnChVy613dPYY5C9eSrVPu_lrMZ0",
- "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-vdBAN6cILSBZiN7jnChVy613dPYY5C9eSrVPu_lrMZ0",
+ "id": "sd-jwt-claim-McA6dwwjwJ5oJSeq2yVIYB_4akNtu5MBGHsMEYfgJtA",
+ "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-McA6dwwjwJ5oJSeq2yVIYB_4akNtu5MBGHsMEYfgJtA",
"level": 3,
"title": "Claim: id"
},
{
- "id": "sd-jwt-claim-YYEaMGwX-zZQckAQKOYiLtxlDsU5ztHfHjXdj40AKtU",
- "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-YYEaMGwX-zZQckAQKOYiLtxlDsU5ztHfHjXdj40AKtU",
+ "id": "sd-jwt-claim-9Z5ZzR5kC79gxBm57CeYZaLJYbZAhqhpfiFd-rDH30A",
+ "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-9Z5ZzR5kC79gxBm57CeYZaLJYbZAhqhpfiFd-rDH30A",
"level": 3,
"title": "Claim: type"
},
@@ -306,26 +306,26 @@
"number": "4.9"
},
{
- "id": "sd-jwt-claim-5m375mD-vtni8vTTaXxJ0zX162LMCfq5r_TmxahtT5M",
- "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-5m375mD-vtni8vTTaXxJ0zX162LMCfq5r_TmxahtT5M",
+ "id": "sd-jwt-claim-XZ4DPwVVesU8aZeOkoZyX1ayd_dInaWIvAHXdbeZ5jA",
+ "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-XZ4DPwVVesU8aZeOkoZyX1ayd_dInaWIvAHXdbeZ5jA",
"level": 3,
"title": "Claim: id"
},
{
- "id": "sd-jwt-claim-l9R9BCzyI9rOcnyG_5GNHcVs_9lYyraNS-h4LlAeZGA",
- "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-l9R9BCzyI9rOcnyG_5GNHcVs_9lYyraNS-h4LlAeZGA",
+ "id": "sd-jwt-claim-YSqdECL0J_Qm0rInBrKlZe5sgoa1QScEhgWOchL-GEw",
+ "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-YSqdECL0J_Qm0rInBrKlZe5sgoa1QScEhgWOchL-GEw",
"level": 3,
"title": "Claim: type"
},
{
- "id": "sd-jwt-claim-7Z18iA7eEOaG2dV5nSatXmWTc3X3uhqX7NFHw255ZzM",
- "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-7Z18iA7eEOaG2dV5nSatXmWTc3X3uhqX7NFHw255ZzM",
+ "id": "sd-jwt-claim-F9o25XFlCZAd_PUW4pNc7nriPoA5gPdt8fKFs46GM1o",
+ "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-F9o25XFlCZAd_PUW4pNc7nriPoA5gPdt8fKFs46GM1o",
"level": 3,
"title": "Claim: id"
},
{
- "id": "sd-jwt-claim-WAHsfCFqBudsmzrfiSJeLuOz3kiuLFmH6tEUAhQRlLY",
- "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-WAHsfCFqBudsmzrfiSJeLuOz3kiuLFmH6tEUAhQRlLY",
+ "id": "sd-jwt-claim-hI3_mJepIUs6yIGDZ4J3OaAp_rSgJ_SIhceGHIxfAgE",
+ "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-hI3_mJepIUs6yIGDZ4J3OaAp_rSgJ_SIhceGHIxfAgE",
"level": 3,
"title": "Claim: type"
},
@@ -403,20 +403,20 @@
"number": "5.2"
},
{
- "id": "sd-jwt-claim-Loe5wS0oJ38_mIT8gKAMzi2-7wIQvt0zDx_tbjSgKVU",
- "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-Loe5wS0oJ38_mIT8gKAMzi2-7wIQvt0zDx_tbjSgKVU",
+ "id": "sd-jwt-claim-W_lXeNS4StnArKCuKOcU2xZOo1Z2rov78r1zBTBjoIo",
+ "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-W_lXeNS4StnArKCuKOcU2xZOo1Z2rov78r1zBTBjoIo",
"level": 3,
"title": "Claim: id"
},
{
- "id": "sd-jwt-claim-HBj9NeVnl4w7DtTgHpKAP9gpoSw34ACunZ39WTRwcq4",
- "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-HBj9NeVnl4w7DtTgHpKAP9gpoSw34ACunZ39WTRwcq4",
+ "id": "sd-jwt-claim-J-hYpU8h_FRWsIE7fJp2o96C_Oen-k6jhPQ5tGA4TKs",
+ "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-J-hYpU8h_FRWsIE7fJp2o96C_Oen-k6jhPQ5tGA4TKs",
"level": 3,
"title": "Claim: type"
},
{
- "id": "sd-jwt-claim-hkb-fdwILG48P009nFlme-G5wl0iftMqnvsSZlhUm3Y",
- "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-hkb-fdwILG48P009nFlme-G5wl0iftMqnvsSZlhUm3Y",
+ "id": "sd-jwt-claim-SLgTo1cno4pgt7QYykPf3mVxbG3_WtxKAnjoTM-0EAE",
+ "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-SLgTo1cno4pgt7QYykPf3mVxbG3_WtxKAnjoTM-0EAE",
"level": 3,
"title": "Claim: id"
},
@@ -654,20 +654,20 @@
"number": "8.10"
},
{
- "id": "sd-jwt-claim-AKAPjqZRK78an2QmVODtE6JYKXh1umFk2PUnYPgp2Cs",
- "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-AKAPjqZRK78an2QmVODtE6JYKXh1umFk2PUnYPgp2Cs",
+ "id": "sd-jwt-claim-i-SDJvET_4Ev0LRsKuM2F-zlGxZpZUxzPmssy_NA360",
+ "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-i-SDJvET_4Ev0LRsKuM2F-zlGxZpZUxzPmssy_NA360",
"level": 3,
"title": "Claim: id"
},
{
- "id": "sd-jwt-claim-T3Hk7V8NdvadqWpRSH9Jc8tol_FMosirPISXnOjwTew",
- "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-T3Hk7V8NdvadqWpRSH9Jc8tol_FMosirPISXnOjwTew",
+ "id": "sd-jwt-claim-4fZkzlikLcuqMnSPtSwTJc-VoxzoG9nGV29l6w9z9Js",
+ "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-4fZkzlikLcuqMnSPtSwTJc-VoxzoG9nGV29l6w9z9Js",
"level": 3,
"title": "Claim: type"
},
{
- "id": "sd-jwt-claim-nh2yItA7fir4ieAvAivuw87Nx0M1Z2_4XjiYYNeAXbY",
- "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-nh2yItA7fir4ieAvAivuw87Nx0M1Z2_4XjiYYNeAXbY",
+ "id": "sd-jwt-claim-tF6wF4kNl9buLP5iZ2FOuiV9JAkIGPBKXdqOW9eOeHA",
+ "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-tF6wF4kNl9buLP5iZ2FOuiV9JAkIGPBKXdqOW9eOeHA",
"level": 3,
"title": "Claim: type"
},
diff --git a/ed/idl/ppa.idl b/ed/idl/ppa.idl
index 27c329101963..360001863a0c 100644
--- a/ed/idl/ppa.idl
+++ b/ed/idl/ppa.idl
@@ -33,7 +33,7 @@ dictionary PrivateAttributionImpressionOptions {
[SecureContext, Exposed=Window]
partial interface PrivateAttribution {
- [Throws] undefined saveImpression(PrivateAttributionImpressionOptions options);
+ undefined saveImpression(PrivateAttributionImpressionOptions options);
};
dictionary PrivateAttributionConversionOptions {
@@ -54,7 +54,7 @@ dictionary PrivateAttributionConversionOptions {
[SecureContext, Exposed=Window]
partial interface PrivateAttribution {
- [Throws] Promise measureConversion(PrivateAttributionConversionOptions options);
+ Promise measureConversion(PrivateAttributionConversionOptions options);
};
enum PrivateAttributionLogic {
diff --git a/ed/ids/css-animations-2.json b/ed/ids/css-animations-2.json
index 7efd9e715f17..51d3fd0d6da3 100644
--- a/ed/ids/css-animations-2.json
+++ b/ed/ids/css-animations-2.json
@@ -446,7 +446,7 @@
"https://drafts.csswg.org/css-animations-2/#ref-for-animation-trigger%E2%91%A5",
"https://drafts.csswg.org/css-animations-2/#ref-for-exit-range",
"https://drafts.csswg.org/css-animations-2/#ref-for-propdef-animation-range%E2%91%A1",
- "https://drafts.csswg.org/css-animations-2/#ref-for-valdef-animation-trigger-exit-range-end-auto",
+ "https://drafts.csswg.org/css-animations-2/#ref-for-valdef-animation-duration-auto%E2%91%A2",
"https://drafts.csswg.org/css-animations-2/#ref-for-exit-range%E2%91%A0",
"https://drafts.csswg.org/css-animations-2/#ref-for-default-range%E2%91%A2",
"https://drafts.csswg.org/css-animations-2/#ref-for-animation-trigger%E2%91%A6",
@@ -675,7 +675,7 @@
"https://drafts.csswg.org/css-animations-2/#sec",
"https://drafts.csswg.org/css-animations-2/#changes",
"https://drafts.csswg.org/css-animations-2/#changes-recent",
- "https://drafts.csswg.org/css-animations-2/#ref-for-valdef-animation-duration-auto%E2%91%A2",
+ "https://drafts.csswg.org/css-animations-2/#ref-for-valdef-animation-duration-auto%E2%91%A3",
"https://drafts.csswg.org/css-animations-2/#ref-for-initial-value",
"https://drafts.csswg.org/css-animations-2/#ref-for-propdef-animation-duration%E2%91%A6",
"https://drafts.csswg.org/css-animations-2/#ref-for-cascade%E2%91%A1",
diff --git a/ed/ids/css-color-hdr-1.json b/ed/ids/css-color-hdr-1.json
index ddab84bdb020..964cacc574e9 100644
--- a/ed/ids/css-color-hdr-1.json
+++ b/ed/ids/css-color-hdr-1.json
@@ -211,6 +211,9 @@
"https://drafts.csswg.org/css-color-hdr-1/#ref-for-number-value%E2%91%A4",
"https://drafts.csswg.org/css-color-hdr-1/#predefined-precision-table",
"https://drafts.csswg.org/css-color-hdr-1/#color-conversion-code",
+ "https://drafts.csswg.org/css-color-hdr-1/#rec2100-linear_code",
+ "https://drafts.csswg.org/css-color-hdr-1/#rec2100-pq_code",
+ "https://drafts.csswg.org/css-color-hdr-1/#rec2100-hlg_code",
"https://drafts.csswg.org/css-color-hdr-1/#ictcp_code",
"https://drafts.csswg.org/css-color-hdr-1/#deltaE",
"https://drafts.csswg.org/css-color-hdr-1/#privacy",
diff --git a/ed/ids/css-conditional-5.json b/ed/ids/css-conditional-5.json
index c2dbc81c9a59..9a67fc406085 100644
--- a/ed/ids/css-conditional-5.json
+++ b/ed/ids/css-conditional-5.json
@@ -606,7 +606,7 @@
"https://drafts.csswg.org/css-conditional-5/#valdef-container-snapped-x",
"https://drafts.csswg.org/css-conditional-5/#ref-for-descdef-container-snapped%E2%91%A1",
"https://drafts.csswg.org/css-conditional-5/#ref-for-container-feature%E2%91%A0%E2%91%A5",
- "https://drafts.csswg.org/css-conditional-5/#ref-for-valdef-container-scrollable-x",
+ "https://drafts.csswg.org/css-conditional-5/#ref-for-valdef-container-snapped-x",
"https://drafts.csswg.org/css-conditional-5/#ref-for-query-container%E2%91%A4%E2%91%A3",
"https://drafts.csswg.org/css-conditional-5/#ref-for-snap-target%E2%91%A2",
"https://drafts.csswg.org/css-conditional-5/#ref-for-scroll-container%E2%91%A0",
@@ -627,7 +627,7 @@
"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-scrollable-inline",
+ "https://drafts.csswg.org/css-conditional-5/#ref-for-valdef-container-snapped-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..4f79448c0340 100644
--- a/ed/ids/css-content-3.json
+++ b/ed/ids/css-content-3.json
@@ -110,7 +110,7 @@
"https://drafts.csswg.org/css-content-3/#ref-for-comb-one%E2%91%A7",
"https://drafts.csswg.org/css-content-3/#ref-for-typedef-quote",
"https://drafts.csswg.org/css-content-3/#ref-for-comb-one%E2%91%A8",
- "https://drafts.csswg.org/css-content-3/#ref-for-funcdef-leader",
+ "https://drafts.csswg.org/css-content-3/#ref-for-funcdef-content-leader",
"https://drafts.csswg.org/css-content-3/#ref-for-comb-one%E2%91%A0%E2%93%AA",
"https://drafts.csswg.org/css-content-3/#ref-for-typedef-target",
"https://drafts.csswg.org/css-content-3/#ref-for-comb-one%E2%91%A0%E2%91%A0",
@@ -219,7 +219,7 @@
"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",
"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/#funcdef-content-leader",
diff --git a/ed/ids/css-flexbox-1.json b/ed/ids/css-flexbox-1.json
index ee7a8a1586c1..8452be7900ba 100644
--- a/ed/ids/css-flexbox-1.json
+++ b/ed/ids/css-flexbox-1.json
@@ -534,7 +534,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",
@@ -623,7 +623,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",
@@ -923,7 +923,7 @@
"https://drafts.csswg.org/css-flexbox-1/#ref-for-main-size%E2%91%A0%E2%91%A3",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-preferred-aspect-ratio%E2%91%A3",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A8%E2%91%A3",
- "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A3",
+ "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A2",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-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",
@@ -1547,12 +1547,12 @@
"https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A2%E2%91%A4",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A2%E2%91%A5",
"https://drafts.csswg.org/css-flexbox-1/#change-2016-align-self-as-specified",
- "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto",
- "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A1%E2%91%A2",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0",
- "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-items%E2%91%A6",
+ "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A1%E2%91%A2",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A1",
+ "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-items%E2%91%A6",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A2",
+ "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A3",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A1%E2%91%A3",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-items%E2%91%A7",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-stretch%E2%91%A0",
@@ -1658,7 +1658,7 @@
"https://drafts.csswg.org/css-flexbox-1/#change-2016-auto-content-wording",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-flex-basis%E2%91%A0%E2%91%A2",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-content%E2%91%A0%E2%93%AA",
- "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A4",
+ "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A3",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-content%E2%91%A0%E2%91%A0",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex-basis%E2%91%A0%E2%91%A6",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-width%E2%91%A1%E2%91%A1",
@@ -1737,7 +1737,7 @@
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-display%E2%91%A1%E2%91%A1",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A5%E2%91%A2",
"https://drafts.csswg.org/css-flexbox-1/#change-2015-min-auto-intrinsic-percentages",
- "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A5",
+ "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A4",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-min-height%E2%91%A6",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-max-height%E2%91%A2",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A5",
@@ -1827,9 +1827,9 @@
"https://drafts.csswg.org/css-flexbox-1/#change-2015-align-self-auto",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A1%E2%91%A7",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-justify-self",
- "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A3",
- "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A4",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A5",
+ "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A6",
+ "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A7",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A1%E2%91%A8",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-items%E2%91%A8",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-stretch%E2%91%A1",
@@ -1955,9 +1955,9 @@
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A7",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A4%E2%91%A2",
"https://drafts.csswg.org/css-flexbox-1/#change-201403-min-auto-main-size-basis",
- "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A6",
+ "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A8",
"https://drafts.csswg.org/css-flexbox-1/#change-201403-min-auto-intrinsic-percentages",
- "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A6",
+ "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%93%AA",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-min-height%E2%91%A0%E2%93%AA",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-max-height%E2%91%A3",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A8",
@@ -2045,7 +2045,7 @@
"https://drafts.csswg.org/css-flexbox-1/#ref-for-main-size%E2%91%A4%E2%91%A3",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A8%E2%93%AA",
"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%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-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%91%A0",
@@ -2092,7 +2092,7 @@
"https://drafts.csswg.org/css-flexbox-1/#change-2012-flex-basis-zero",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex-basis%E2%91%A1%E2%91%A5",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A2%E2%91%A7",
- "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A8",
+ "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A4",
"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",
@@ -2110,17 +2110,17 @@
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-right",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-top",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-bottom",
- "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%93%AA",
+ "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A5",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-left%E2%91%A0",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-right%E2%91%A0",
- "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A7",
+ "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A6",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A8%E2%91%A3",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-main-start%E2%91%A0%E2%91%A0",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-start%E2%91%A0%E2%91%A5",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-static-position",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-top%E2%91%A0",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-bottom%E2%91%A0",
- "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A8",
+ "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A7",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A8%E2%91%A4",
"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 de4f66add075..4b3df80883dd 100644
--- a/ed/ids/css-fonts-4.json
+++ b/ed/ids/css-fonts-4.json
@@ -782,8 +782,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",
@@ -791,7 +791,7 @@
"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-comb-one%E2%91%A8%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-descdef-font-face-font-display%E2%91%A1",
"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",
@@ -820,14 +820,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",
+ "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%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%A3",
+ "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-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%A0",
- "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values%E2%91%A1",
"https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A1",
+ "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values%E2%91%A1",
+ "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A3",
"https://drafts.csswg.org/css-fonts-4/#ref-for-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",
@@ -865,7 +865,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-position-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/#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",
@@ -1021,7 +1021,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-position-none",
+ "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-synthesis-small-caps-none",
"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",
@@ -1292,7 +1292,7 @@
"https://drafts.csswg.org/css-fonts-4/#font-variant-normal-value",
"https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant%E2%91%A0%E2%93%AA",
"https://drafts.csswg.org/css-fonts-4/#font-variant-none-value",
- "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-synthesis-weight-none",
+ "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-synthesis-style-none",
"https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant-ligatures%E2%91%A2",
"https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant%E2%91%A0%E2%91%A0",
"https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant%E2%91%A0%E2%91%A1",
@@ -1869,7 +1869,7 @@
"https://drafts.csswg.org/css-fonts-4/#sp217",
"https://drafts.csswg.org/css-fonts-4/#a11y",
"https://drafts.csswg.org/css-fonts-4/#acknowledgments",
- "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A4",
+ "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A3",
"https://drafts.csswg.org/css-fonts-4/#changes",
"https://drafts.csswg.org/css-fonts-4/#changes-20240201",
"https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font%E2%91%A0%E2%91%A1",
@@ -1882,7 +1882,7 @@
"https://drafts.csswg.org/css-fonts-4/#changes-2019-11-13",
"https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-size-adjust%E2%91%A0%E2%91%A6",
"https://drafts.csswg.org/css-fonts-4/#changes-2018-09-20",
- "https://drafts.csswg.org/css-fonts-4/#ref-for-font-variant-normal-value%E2%91%A1",
+ "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-style-normal%E2%91%A2",
"https://drafts.csswg.org/css-fonts-4/#ref-for-ch",
"https://drafts.csswg.org/css-fonts-4/#changes-2018-04-10",
"https://drafts.csswg.org/css-fonts-4/#changes-fonts-3",
@@ -2056,7 +2056,7 @@
"https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A7%E2%91%A3",
"https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-ascent-override%E2%91%A1",
"https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-descent-override%E2%91%A1",
- "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A5",
+ "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A4",
"https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-family%E2%91%A0",
"https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-feature-settings%E2%91%A1",
"https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-language-override%E2%91%A1",
@@ -2070,7 +2070,7 @@
"https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-unicode-range%E2%91%A8",
"https://drafts.csswg.org/css-fonts-4/#font-feature-values-descriptor-table",
"https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values%E2%91%A1%E2%91%A0",
- "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A3",
+ "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A4",
"https://drafts.csswg.org/css-fonts-4/#font-palette-values-descriptor-table",
"https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-palette-values%E2%91%A2%E2%91%A0",
"https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-palette-values-base-palette%E2%91%A1",
diff --git a/ed/ids/css-grid-1.json b/ed/ids/css-grid-1.json
index 2e68d7e02920..e81290d6403c 100644
--- a/ed/ids/css-grid-1.json
+++ b/ed/ids/css-grid-1.json
@@ -949,9 +949,9 @@
"https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-template-columns%E2%91%A0%E2%91%A7",
"https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-rows-none%E2%91%A1",
"https://drafts.csswg.org/css-grid-1/#example-4fe2f42d",
- "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%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-grid-placement-auto%E2%91%A1",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A2",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A4",
"https://drafts.csswg.org/css-grid-1/#ref-for-implicitly-assigned-line-name%E2%91%A4",
"https://drafts.csswg.org/css-grid-1/#ref-for-named-grid-area%E2%91%A0%E2%91%A1",
"https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-repeat%E2%91%A0%E2%93%AA",
@@ -1312,7 +1312,7 @@
"https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A6",
"https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column-end%E2%91%A7",
"https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A5",
- "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A2",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A3",
"https://drafts.csswg.org/css-grid-1/#propdef-grid-area",
"https://drafts.csswg.org/css-grid-1/#ref-for-typedef-grid-row-start-grid-line%E2%91%A4",
"https://drafts.csswg.org/css-grid-1/#ref-for-typedef-grid-row-start-grid-line%E2%91%A5",
@@ -1335,17 +1335,17 @@
"https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A6",
"https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column-end%E2%91%A0%E2%91%A1",
"https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A7",
- "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A3",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A4",
"https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A0%E2%93%AA",
"https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-start%E2%91%A0%E2%93%AA",
"https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A8",
"https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A0%E2%91%A0",
"https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A1%E2%93%AA",
- "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A4",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A5",
"https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column-start%E2%91%A0%E2%91%A1",
"https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-start%E2%91%A0%E2%91%A0",
"https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A1%E2%91%A0",
- "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A5",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A6",
"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",
@@ -1478,7 +1478,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%A6",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A7",
"https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-property%E2%91%A0%E2%91%A6",
"https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement%E2%91%A0%E2%91%A1",
"https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A6%E2%93%AA",
@@ -1491,7 +1491,7 @@
"https://drafts.csswg.org/css-grid-1/#ref-for-in-flow%E2%91%A2",
"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%A7",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A5",
"https://drafts.csswg.org/css-grid-1/#ref-for-implicit-grid-lines%E2%91%A1",
"https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement%E2%91%A0%E2%91%A2",
"https://drafts.csswg.org/css-grid-1/#ref-for-grid-span%E2%91%A6",
@@ -1714,7 +1714,7 @@
"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-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-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0",
"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-track-sizing-algorithm%E2%91%A1",
"https://drafts.csswg.org/css-grid-1/#ref-for-grid-row%E2%91%A2",
@@ -1767,7 +1767,7 @@
"https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-minmax%E2%91%A3",
"https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%91%A4",
"https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A4",
- "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A8",
"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%93%AA",
@@ -1810,7 +1810,7 @@
"https://drafts.csswg.org/css-grid-1/#ref-for-fixed-sizing-function%E2%91%A2",
"https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A1",
"https://drafts.csswg.org/css-grid-1/#ref-for-indefinite%E2%91%A4",
- "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A1",
"https://drafts.csswg.org/css-grid-1/#ref-for-intrinsic-sizing-function%E2%91%A1",
"https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A2",
"https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A8",
@@ -1830,7 +1830,7 @@
"https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A5",
"https://drafts.csswg.org/css-grid-1/#ref-for-growth-limit%E2%91%A3",
"https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A7",
- "https://drafts.csswg.org/css-grid-1/#ref-for-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-max-track-sizing-function%E2%91%A0%E2%93%AA",
"https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A8",
"https://drafts.csswg.org/css-grid-1/#algo-baseline-shims",
@@ -1850,7 +1850,7 @@
"https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A7",
"https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A7",
"https://drafts.csswg.org/css-grid-1/#ref-for-max-content-contribution%E2%91%A3",
- "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A2",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A3",
"https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A8",
"https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%93%AA%E2%91%A2",
"https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A1",
@@ -1928,7 +1928,7 @@
"https://drafts.csswg.org/css-grid-1/#ref-for-distribute-extra-space%E2%91%A1",
"https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A0%E2%91%A4",
"https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A1",
- "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A3",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1",
"https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-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",
@@ -2078,7 +2078,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%A4",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A2",
"https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%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",
@@ -2103,10 +2103,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%A2",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A4",
"https://drafts.csswg.org/css-grid-1/#ref-for-valdef-flex-fr%E2%91%A8",
"https://drafts.csswg.org/css-grid-1/#ref-for-grid-area%E2%91%A2%E2%91%A4",
- "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A5",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A3",
"https://drafts.csswg.org/css-grid-1/#acks",
"https://drafts.csswg.org/css-grid-1/#changes",
"https://drafts.csswg.org/css-grid-1/#changes-202012",
@@ -2218,8 +2218,8 @@
"https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A2%E2%91%A2",
"https://drafts.csswg.org/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A0%E2%91%A2",
"https://drafts.csswg.org/css-grid-1/#change-2017-track-limit-auto-min",
- "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A6",
- "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A7",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A4",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A5",
"https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A4",
"https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A7",
"https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A5",
@@ -2262,7 +2262,7 @@
"https://drafts.csswg.org/css-grid-1/#ref-for-flexible-tracks%E2%91%A0%E2%91%A1",
"https://drafts.csswg.org/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A0%E2%91%A5",
"https://drafts.csswg.org/css-grid-1/#change-2017-no-maximize-flex",
- "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A8",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A6",
"https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A5",
"https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A2%E2%93%AA",
"https://drafts.csswg.org/css-grid-1/#ref-for-flexible-tracks%E2%91%A0%E2%91%A2",
@@ -2286,11 +2286,11 @@
"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%A2%E2%91%A4",
"https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A7",
- "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%93%AA",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A7",
"https://drafts.csswg.org/css-grid-1/#ref-for-content-based-minimum-size%E2%91%A7",
"https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%91%A5",
"https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A8",
- "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A0",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A8",
"https://drafts.csswg.org/css-grid-1/#ref-for-flexible-tracks%E2%91%A0%E2%91%A4",
"https://drafts.csswg.org/css-grid-1/#ref-for-automatic-minimum-size%E2%91%A4",
"https://drafts.csswg.org/css-grid-1/#minor-2017",
@@ -2424,7 +2424,7 @@
"https://drafts.csswg.org/css-grid-1/#ref-for-intrinsic-size-contribution%E2%91%A3",
"https://drafts.csswg.org/css-grid-1/#change-2017-overgrow",
"https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A0%E2%93%AA",
- "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%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-max-track-sizing-function%E2%91%A2%E2%91%A5",
"https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%93%AA",
"https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A0",
@@ -2500,11 +2500,11 @@
"https://drafts.csswg.org/css-grid-1/#change-2016-auto-percent-track",
"https://drafts.csswg.org/css-grid-1/#ref-for-percentage-value%E2%91%A5",
"https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A1%E2%91%A8",
- "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A1",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%93%AA",
"https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%93%AA",
- "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A2",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A0",
"https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%91%A0",
- "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A3",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A1",
"https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%91%A1",
"https://drafts.csswg.org/css-grid-1/#ref-for-percentage-value%E2%91%A6",
"https://drafts.csswg.org/css-grid-1/#ref-for-fit-content-size",
@@ -2530,9 +2530,9 @@
"https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%91%A7",
"https://drafts.csswg.org/css-grid-1/#ref-for-propdef-align-content%E2%91%A0%E2%91%A0",
"https://drafts.csswg.org/css-grid-1/#ref-for-propdef-justify-content%E2%91%A0%E2%91%A0",
- "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A4",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A2",
"https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A2%E2%91%A8",
- "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A5",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A3",
"https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A3%E2%93%AA",
"https://drafts.csswg.org/css-grid-1/#ref-for-definite%E2%91%A2%E2%91%A2",
"https://drafts.csswg.org/css-grid-1/#ref-for-free-space%E2%91%A0%E2%91%A3",
@@ -2549,7 +2549,7 @@
"https://drafts.csswg.org/css-grid-1/#ref-for-baseline-sharing-group%E2%91%A0",
"https://drafts.csswg.org/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A2%E2%91%A5",
"https://drafts.csswg.org/css-grid-1/#change-2016-auto-min-fixed-tracks",
- "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A6",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A4",
"https://drafts.csswg.org/css-grid-1/#ref-for-valdef-width-auto%E2%91%A4",
"https://drafts.csswg.org/css-grid-1/#ref-for-automatic-minimum-size%E2%91%A7",
"https://drafts.csswg.org/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A2%E2%91%A6",
@@ -2557,7 +2557,7 @@
"https://drafts.csswg.org/css-grid-1/#ref-for-valdef-overflow-visible",
"https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%91%A6",
"https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A1%E2%91%A0",
- "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A7",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A5",
"https://drafts.csswg.org/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A2%E2%91%A7",
"https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%91%A7",
"https://drafts.csswg.org/css-grid-1/#ref-for-fixed-sizing-function%E2%91%A0%E2%91%A2",
@@ -2576,10 +2576,10 @@
"https://drafts.csswg.org/css-grid-1/#ref-for-fixed-sizing-function%E2%91%A0%E2%91%A3",
"https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A3%E2%91%A1",
"https://drafts.csswg.org/css-grid-1/#change-2016-auto-max-constraint",
- "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A8",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A6",
"https://drafts.csswg.org/css-grid-1/#ref-for-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%A2%E2%93%AA",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A7",
"https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-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",
@@ -2589,7 +2589,7 @@
"https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A0%E2%91%A1",
"https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A2",
"https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A1%E2%91%A3",
- "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A0",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A8",
"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",
@@ -2597,7 +2597,7 @@
"https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A1%E2%91%A4",
"https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A3",
"https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A3%E2%91%A2",
- "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A4",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%93%AA",
"https://drafts.csswg.org/css-grid-1/#ref-for-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",
@@ -2625,7 +2625,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%A1",
+ "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-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",
@@ -2640,9 +2640,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-grid-placement-auto%E2%91%A0%E2%91%A5",
- "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A2",
"https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A6",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A1",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A2",
"https://drafts.csswg.org/css-grid-1/#change-2016-auto-min-editorial",
"https://drafts.csswg.org/css-grid-1/#ref-for-minimum-contribution%E2%91%A0%E2%91%A3",
"https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A3%E2%91%A3",
diff --git a/ed/ids/css-grid-2.json b/ed/ids/css-grid-2.json
index 80cc1ded9534..1287277d6782 100644
--- a/ed/ids/css-grid-2.json
+++ b/ed/ids/css-grid-2.json
@@ -230,7 +230,7 @@
"https://drafts.csswg.org/css-grid-2/#ref-for-inline-size",
"https://drafts.csswg.org/css-grid-2/#ref-for-inline-formatting-context",
"https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A1%E2%91%A2",
- "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A1",
+ "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0",
"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",
@@ -360,7 +360,7 @@
"https://drafts.csswg.org/css-grid-2/#ref-for-scrollable-overflow-value",
"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%A2",
+ "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A1",
"https://drafts.csswg.org/css-grid-2/#ref-for-flexible-tracks",
"https://drafts.csswg.org/css-grid-2/#ref-for-automatic-minimum-size%E2%91%A0",
"https://drafts.csswg.org/css-grid-2/#ref-for-content-based-minimum-size%E2%91%A0",
@@ -674,7 +674,7 @@
"https://drafts.csswg.org/css-grid-2/#funcdef-grid-template-columns-fit-content",
"https://drafts.csswg.org/css-grid-2/#ref-for-typedef-length-percentage%E2%91%A4",
"https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A0",
- "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A3",
+ "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A2",
"https://drafts.csswg.org/css-grid-2/#ref-for-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",
@@ -1056,13 +1056,13 @@
"https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-template-areas%E2%91%A0%E2%91%A5",
"https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-template-rows%E2%91%A1%E2%93%AA",
"https://drafts.csswg.org/css-grid-2/#ref-for-typedef-track-size%E2%91%A5",
- "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A4",
+ "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A3",
"https://drafts.csswg.org/css-grid-2/#ref-for-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-valdef-grid-template-columns-auto%E2%91%A4",
"https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A5",
- "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A6",
- "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A7",
+ "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A1",
"https://drafts.csswg.org/css-grid-2/#ref-for-implicitly-assigned-line-name%E2%91%A4",
"https://drafts.csswg.org/css-grid-2/#ref-for-named-grid-area%E2%91%A0%E2%91%A1",
"https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-repeat%E2%91%A0%E2%91%A0",
@@ -1435,7 +1435,7 @@
"https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row-end%E2%91%A6",
"https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-column-end%E2%91%A7",
"https://drafts.csswg.org/css-grid-2/#ref-for-identifier-value%E2%91%A0%E2%91%A5",
- "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0",
+ "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A2",
"https://drafts.csswg.org/css-grid-2/#propdef-grid-area",
"https://drafts.csswg.org/css-grid-2/#ref-for-typedef-grid-row-start-grid-line%E2%91%A4",
"https://drafts.csswg.org/css-grid-2/#ref-for-typedef-grid-row-start-grid-line%E2%91%A5",
@@ -1458,17 +1458,17 @@
"https://drafts.csswg.org/css-grid-2/#ref-for-identifier-value%E2%91%A0%E2%91%A6",
"https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-column-end%E2%91%A0%E2%91%A1",
"https://drafts.csswg.org/css-grid-2/#ref-for-identifier-value%E2%91%A0%E2%91%A7",
- "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A1",
+ "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A3",
"https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row-end%E2%91%A0%E2%93%AA",
"https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row-start%E2%91%A0%E2%93%AA",
"https://drafts.csswg.org/css-grid-2/#ref-for-identifier-value%E2%91%A0%E2%91%A8",
"https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row-end%E2%91%A0%E2%91%A0",
"https://drafts.csswg.org/css-grid-2/#ref-for-identifier-value%E2%91%A1%E2%93%AA",
- "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A2",
+ "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A4",
"https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-column-start%E2%91%A0%E2%91%A1",
"https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row-start%E2%91%A0%E2%91%A0",
"https://drafts.csswg.org/css-grid-2/#ref-for-identifier-value%E2%91%A1%E2%91%A0",
- "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A3",
+ "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A5",
"https://drafts.csswg.org/css-grid-2/#auto-placement-algo",
"https://drafts.csswg.org/css-grid-2/#grid-item-placement-algorithm",
"https://drafts.csswg.org/css-grid-2/#ref-for-automatic-grid-position",
@@ -1753,7 +1753,7 @@
"https://drafts.csswg.org/css-grid-2/#ref-for-physical",
"https://drafts.csswg.org/css-grid-2/#ref-for-propdef-direction",
"https://drafts.csswg.org/css-grid-2/#ref-for-propdef-writing-mode",
- "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A4",
+ "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A6",
"https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-property%E2%91%A0%E2%91%A8",
"https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement%E2%91%A0%E2%91%A1",
"https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A6%E2%91%A5",
@@ -1766,11 +1766,11 @@
"https://drafts.csswg.org/css-grid-2/#ref-for-in-flow%E2%91%A2",
"https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-property%E2%91%A1%E2%93%AA",
"https://drafts.csswg.org/css-grid-2/#ref-for-implicit-grid%E2%91%A1%E2%91%A0",
- "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A5",
+ "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A6",
"https://drafts.csswg.org/css-grid-2/#ref-for-implicit-grid-lines%E2%91%A2",
"https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement%E2%91%A0%E2%91%A2",
"https://drafts.csswg.org/css-grid-2/#ref-for-grid-span%E2%91%A0%E2%91%A5",
- "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A6",
+ "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A7",
"https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-property%E2%91%A1%E2%91%A0",
"https://drafts.csswg.org/css-grid-2/#static-position",
"https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A6%E2%91%A8",
@@ -2058,7 +2058,7 @@
"https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A7",
"https://drafts.csswg.org/css-grid-2/#max-track-sizing-function",
"https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-minmax%E2%91%A4",
- "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A8",
+ "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0",
"https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A3",
"https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A4",
"https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A4",
@@ -2069,7 +2069,7 @@
"https://drafts.csswg.org/css-grid-2/#ref-for-min-content-constraint%E2%91%A0",
"https://drafts.csswg.org/css-grid-2/#ref-for-max-content-constraint%E2%91%A0",
"https://drafts.csswg.org/css-grid-2/#ref-for-available-grid-space%E2%91%A0",
- "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%93%AA",
+ "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1",
"https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A5",
"https://drafts.csswg.org/css-grid-2/#ref-for-available-grid-space%E2%91%A1",
"https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A2",
@@ -2098,7 +2098,7 @@
"https://drafts.csswg.org/css-grid-2/#ref-for-fixed-sizing-function%E2%91%A2",
"https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A1",
"https://drafts.csswg.org/css-grid-2/#ref-for-indefinite%E2%91%A4",
- "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0",
+ "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A2",
"https://drafts.csswg.org/css-grid-2/#ref-for-intrinsic-sizing-function%E2%91%A1",
"https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A2",
"https://drafts.csswg.org/css-grid-2/#ref-for-max-track-sizing-function%E2%91%A8",
@@ -2118,7 +2118,7 @@
"https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A5",
"https://drafts.csswg.org/css-grid-2/#ref-for-growth-limit%E2%91%A3",
"https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A5",
- "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1",
+ "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A8",
"https://drafts.csswg.org/css-grid-2/#ref-for-max-track-sizing-function%E2%91%A0%E2%93%AA",
"https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A6",
"https://drafts.csswg.org/css-grid-2/#algo-baseline-shims",
@@ -2138,7 +2138,7 @@
"https://drafts.csswg.org/css-grid-2/#ref-for-min-track-sizing-function%E2%91%A6",
"https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A7",
"https://drafts.csswg.org/css-grid-2/#ref-for-max-content-contribution%E2%91%A3",
- "https://drafts.csswg.org/css-grid-2/#ref-for-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%A3",
"https://drafts.csswg.org/css-grid-2/#ref-for-min-track-sizing-function%E2%91%A7",
"https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A4",
"https://drafts.csswg.org/css-grid-2/#ref-for-min-content-constraint%E2%91%A1",
@@ -2216,7 +2216,7 @@
"https://drafts.csswg.org/css-grid-2/#ref-for-distribute-extra-space%E2%91%A1",
"https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A0%E2%91%A4",
"https://drafts.csswg.org/css-grid-2/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A0",
- "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A2",
+ "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A4",
"https://drafts.csswg.org/css-grid-2/#ref-for-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",
@@ -2359,7 +2359,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%A3",
+ "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A5",
"https://drafts.csswg.org/css-grid-2/#ref-for-max-track-sizing-function%E2%91%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",
@@ -2384,10 +2384,10 @@
"https://drafts.csswg.org/css-grid-2/#ref-for-layout-algorithm%E2%91%A1",
"https://drafts.csswg.org/css-grid-2/#ref-for-fragmentation-container%E2%91%A1",
"https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row%E2%91%A5",
- "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A4",
+ "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%93%AA",
"https://drafts.csswg.org/css-grid-2/#ref-for-valdef-flex-fr%E2%91%A8",
"https://drafts.csswg.org/css-grid-2/#ref-for-grid-area%E2%91%A2%E2%91%A5",
- "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A5",
+ "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A6",
"https://drafts.csswg.org/css-grid-2/#priv",
"https://drafts.csswg.org/css-grid-2/#sec",
"https://drafts.csswg.org/css-grid-2/#changes",
diff --git a/ed/ids/css-pseudo-4.json b/ed/ids/css-pseudo-4.json
index 2060ab06cfd1..5907e81fb519 100644
--- a/ed/ids/css-pseudo-4.json
+++ b/ed/ids/css-pseudo-4.json
@@ -565,12 +565,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-csspseudoelement-pseudo",
+ "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-element-pseudo%E2%91%A0",
"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%A0",
+ "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-element-pseudo%E2%91%A1",
"https://drafts.csswg.org/css-pseudo-4/#ref-for-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",
@@ -586,7 +586,7 @@
"https://drafts.csswg.org/css-pseudo-4/#ref-for-originating-element%E2%91%A1%E2%91%A2",
"https://drafts.csswg.org/css-pseudo-4/#ref-for-csspseudoelement%E2%91%A8",
"https://drafts.csswg.org/css-pseudo-4/#issue-302461e7",
- "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo%E2%91%A0",
+ "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo-type",
"https://drafts.csswg.org/css-pseudo-4/#getComputedStyle",
"https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-window-getcomputedstyle",
"https://drafts.csswg.org/css-pseudo-4/#ref-for-highlight-pseudo-element%E2%91%A1%E2%93%AA",
@@ -641,7 +641,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%E2%91%A1",
+ "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo-type%E2%91%A0",
"https://drafts.csswg.org/css-pseudo-4/#ref-for-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",
@@ -658,7 +658,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-element-pseudo%E2%91%A2",
"https://drafts.csswg.org/css-pseudo-4/#ref-for-valdef-color-currentcolor%E2%91%A3",
"https://drafts.csswg.org/css-pseudo-4/#ref-for-highlight-pseudo-element%E2%91%A1%E2%91%A8",
"https://drafts.csswg.org/css-pseudo-4/#ref-for-selectordef-first-line%E2%91%A2%E2%91%A0",
diff --git a/ed/ids/mediastream-recording.json b/ed/ids/mediastream-recording.json
index 59278f2c5ea3..2a8a7c680773 100644
--- a/ed/ids/mediastream-recording.json
+++ b/ed/ids/mediastream-recording.json
@@ -7,6 +7,7 @@
"https://w3c.github.io/mediacapture-record/#toc-nav",
"https://w3c.github.io/mediacapture-record/#toc-jump",
"https://w3c.github.io/mediacapture-record/#toc-toggle",
+ "https://w3c.github.io/mediacapture-record/#toc-theme-toggle",
"https://w3c.github.io/mediacapture-record/#title",
"https://w3c.github.io/mediacapture-record/#w3c-state",
"https://w3c.github.io/mediacapture-record/#abstract",
@@ -25,10 +26,6 @@
"https://w3c.github.io/mediacapture-record/#mediarecorder-api",
"https://w3c.github.io/mediacapture-record/#ref-for-Exposed",
"https://w3c.github.io/mediacapture-record/#mediarecorder",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-mediarecorder",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-mediarecorder",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-mediarecorder",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-mediarecorder",
"https://w3c.github.io/mediacapture-record/#ref-for-eventtarget",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-mediarecorder-mediarecorder",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-mediastream%E2%91%A0",
@@ -63,10 +60,6 @@
"https://w3c.github.io/mediacapture-record/#ref-for-dom-mediarecorder-start%E2%91%A0",
"https://w3c.github.io/mediacapture-record/#ref-for-idl-unsigned-long%E2%91%A1",
"https://w3c.github.io/mediacapture-record/#dom-mediarecorder-start-timeslice-timeslice",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorder-start-timeslice-timeslice",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorder-start-timeslice-timeslice",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorder-start-timeslice-timeslice",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorder-start-timeslice-timeslice",
"https://w3c.github.io/mediacapture-record/#ref-for-idl-undefined%E2%91%A0",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-mediarecorder-stop%E2%91%A0",
"https://w3c.github.io/mediacapture-record/#ref-for-idl-undefined%E2%91%A1",
@@ -81,10 +74,6 @@
"https://w3c.github.io/mediacapture-record/#dom-mediarecorder-istypesupported-type-type",
"https://w3c.github.io/mediacapture-record/#mediarecorder-constructor",
"https://w3c.github.io/mediacapture-record/#dom-mediarecorder-mediarecorder",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorder-mediarecorder",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorder-mediarecorder",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorder-mediarecorder",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorder-mediarecorder",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-mediarecorder-mediarecorder%E2%91%A0",
"https://w3c.github.io/mediacapture-record/#ref-for-abstract-opdef-is-type-supported",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-mediarecorderoptions-mimetype",
@@ -92,28 +81,12 @@
"https://w3c.github.io/mediacapture-record/#ref-for-idl-DOMException",
"https://w3c.github.io/mediacapture-record/#ref-for-mediarecorder%E2%91%A0",
"https://w3c.github.io/mediacapture-record/#constrainedmimetype",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-constrainedmimetype",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-constrainedmimetype",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-constrainedmimetype",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-constrainedmimetype",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-mediarecorderoptions-mimetype%E2%91%A0",
"https://w3c.github.io/mediacapture-record/#constrainedbitspersecond",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-constrainedbitspersecond",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-constrainedbitspersecond",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-constrainedbitspersecond",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-constrainedbitspersecond",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-mediarecorderoptions-bitspersecond",
"https://w3c.github.io/mediacapture-record/#videokeyframeintervalduration",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-videokeyframeintervalduration",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-videokeyframeintervalduration",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-videokeyframeintervalduration",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-videokeyframeintervalduration",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-mediarecorderoptions-videokeyframeintervalduration",
"https://w3c.github.io/mediacapture-record/#videokeyframeintervalcount",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-videokeyframeintervalcount",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-videokeyframeintervalcount",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-videokeyframeintervalcount",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-videokeyframeintervalcount",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-mediarecorderoptions-videokeyframeintervalcount",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-mediarecorder-stream%E2%91%A0",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-mediarecorder-mimetype%E2%91%A0",
@@ -137,97 +110,45 @@
"https://w3c.github.io/mediacapture-record/#ref-for-dom-mediarecorder-audiobitratemode%E2%91%A1",
"https://w3c.github.io/mediacapture-record/#mediarecorder-attributes",
"https://w3c.github.io/mediacapture-record/#dom-mediarecorder-stream",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorder-stream",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorder-stream",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorder-stream",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorder-stream",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-mediastream%E2%91%A2",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-mediastream%E2%91%A3",
"https://w3c.github.io/mediacapture-record/#dom-mediarecorder-mimetype",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorder-mimetype",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorder-mimetype",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorder-mimetype",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorder-mimetype",
"https://w3c.github.io/mediacapture-record/#ref-for-idl-DOMString%E2%91%A1",
"https://w3c.github.io/mediacapture-record/#ref-for-mediarecorder%E2%91%A1",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-mediarecorder-mimetype%E2%91%A1",
"https://w3c.github.io/mediacapture-record/#dom-mediarecorder-state",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorder-state",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorder-state",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorder-state",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorder-state",
"https://w3c.github.io/mediacapture-record/#ref-for-enumdef-recordingstate%E2%91%A0",
"https://w3c.github.io/mediacapture-record/#ref-for-mediarecorder%E2%91%A2",
"https://w3c.github.io/mediacapture-record/#dom-mediarecorder-onstart",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorder-onstart",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorder-onstart",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorder-onstart",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorder-onstart",
"https://w3c.github.io/mediacapture-record/#ref-for-eventhandler%E2%91%A5",
"https://w3c.github.io/mediacapture-record/#ref-for-eventdef-mediarecorder-start",
"https://w3c.github.io/mediacapture-record/#dom-mediarecorder-onstop",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorder-onstop",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorder-onstop",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorder-onstop",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorder-onstop",
"https://w3c.github.io/mediacapture-record/#ref-for-eventhandler%E2%91%A6",
"https://w3c.github.io/mediacapture-record/#ref-for-eventdef-mediarecorder-stop",
"https://w3c.github.io/mediacapture-record/#dom-mediarecorder-ondataavailable",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorder-ondataavailable",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorder-ondataavailable",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorder-ondataavailable",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorder-ondataavailable",
"https://w3c.github.io/mediacapture-record/#ref-for-eventhandler%E2%91%A7",
"https://w3c.github.io/mediacapture-record/#ref-for-eventdef-mediarecorder-dataavailable",
"https://w3c.github.io/mediacapture-record/#ref-for-dfn-Blob%E2%91%A0",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-blobevent-data",
"https://w3c.github.io/mediacapture-record/#dom-mediarecorder-onpause",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorder-onpause",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorder-onpause",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorder-onpause",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorder-onpause",
"https://w3c.github.io/mediacapture-record/#ref-for-eventhandler%E2%91%A8",
"https://w3c.github.io/mediacapture-record/#ref-for-eventdef-mediarecorder-pause",
"https://w3c.github.io/mediacapture-record/#dom-mediarecorder-onresume",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorder-onresume",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorder-onresume",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorder-onresume",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorder-onresume",
"https://w3c.github.io/mediacapture-record/#ref-for-eventhandler%E2%91%A0%E2%93%AA",
"https://w3c.github.io/mediacapture-record/#ref-for-eventdef-mediarecorder-resume",
"https://w3c.github.io/mediacapture-record/#dom-mediarecorder-onerror",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorder-onerror",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorder-onerror",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorder-onerror",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorder-onerror",
"https://w3c.github.io/mediacapture-record/#ref-for-eventhandler%E2%91%A0%E2%91%A0",
"https://w3c.github.io/mediacapture-record/#ref-for-errorevent",
"https://w3c.github.io/mediacapture-record/#dom-mediarecorder-videobitspersecond",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorder-videobitspersecond",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorder-videobitspersecond",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorder-videobitspersecond",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorder-videobitspersecond",
"https://w3c.github.io/mediacapture-record/#ref-for-idl-unsigned-long%E2%91%A2",
"https://w3c.github.io/mediacapture-record/#dom-mediarecorder-audiobitspersecond",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorder-audiobitspersecond",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorder-audiobitspersecond",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorder-audiobitspersecond",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorder-audiobitspersecond",
"https://w3c.github.io/mediacapture-record/#ref-for-idl-unsigned-long%E2%91%A3",
"https://w3c.github.io/mediacapture-record/#dom-mediarecorder-audiobitratemode",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorder-audiobitratemode",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorder-audiobitratemode",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorder-audiobitratemode",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorder-audiobitratemode",
"https://w3c.github.io/mediacapture-record/#ref-for-enumdef-bitratemode%E2%91%A1",
"https://w3c.github.io/mediacapture-record/#ref-for-enumdef-bitratemode%E2%91%A2",
"https://w3c.github.io/mediacapture-record/#mediarecorder-methods",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-mediarecorder-state%E2%91%A1",
"https://w3c.github.io/mediacapture-record/#dom-mediarecorder-start",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorder-start",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorder-start",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorder-start",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorder-start",
"https://w3c.github.io/mediacapture-record/#ref-for-mediarecorder%E2%91%A3",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-mediarecorder-start%E2%91%A1",
"https://w3c.github.io/mediacapture-record/#ref-for-mediarecorder%E2%91%A4",
@@ -316,10 +237,6 @@
"https://w3c.github.io/mediacapture-record/#ref-for-dom-mediastreamtrack-muted",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-mediastreamtrack-enabled",
"https://w3c.github.io/mediacapture-record/#abstract-opdef-inactivate-the-recorder",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-abstract-opdef-inactivate-the-recorder",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-abstract-opdef-inactivate-the-recorder",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-abstract-opdef-inactivate-the-recorder",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-abstract-opdef-inactivate-the-recorder",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-mediarecorder-mimetype%E2%91%A3",
"https://w3c.github.io/mediacapture-record/#ref-for-constrainedmimetype%E2%91%A3",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-mediarecorder-state%E2%91%A4",
@@ -331,10 +248,6 @@
"https://w3c.github.io/mediacapture-record/#ref-for-dom-mediarecorder-audiobitspersecond%E2%91%A7",
"https://w3c.github.io/mediacapture-record/#ref-for-constrainedbitspersecond%E2%91%A4",
"https://w3c.github.io/mediacapture-record/#dom-mediarecorder-stop",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorder-stop",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorder-stop",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorder-stop",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorder-stop",
"https://w3c.github.io/mediacapture-record/#ref-for-mediarecorder%E2%91%A6",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-mediarecorder-stop%E2%91%A2",
"https://w3c.github.io/mediacapture-record/#ref-for-mediarecorder%E2%91%A7",
@@ -346,10 +259,6 @@
"https://w3c.github.io/mediacapture-record/#ref-for-concept-event-fire%E2%91%A4",
"https://w3c.github.io/mediacapture-record/#ref-for-eventdef-mediarecorder-stop%E2%91%A4",
"https://w3c.github.io/mediacapture-record/#dom-mediarecorder-pause",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorder-pause",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorder-pause",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorder-pause",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorder-pause",
"https://w3c.github.io/mediacapture-record/#ref-for-mediarecorder%E2%91%A8",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-mediarecorder-pause%E2%91%A1",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-mediarecorder-state%E2%91%A6",
@@ -363,10 +272,6 @@
"https://w3c.github.io/mediacapture-record/#ref-for-concept-event-fire%E2%91%A5",
"https://w3c.github.io/mediacapture-record/#ref-for-eventdef-mediarecorder-pause%E2%91%A0",
"https://w3c.github.io/mediacapture-record/#dom-mediarecorder-resume",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorder-resume",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorder-resume",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorder-resume",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorder-resume",
"https://w3c.github.io/mediacapture-record/#ref-for-mediarecorder%E2%91%A0%E2%93%AA",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-mediarecorder-resume%E2%91%A0",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-mediarecorder-state%E2%91%A0%E2%93%AA",
@@ -380,10 +285,6 @@
"https://w3c.github.io/mediacapture-record/#ref-for-concept-event-fire%E2%91%A6",
"https://w3c.github.io/mediacapture-record/#ref-for-resume",
"https://w3c.github.io/mediacapture-record/#dom-mediarecorder-requestdata",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorder-requestdata",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorder-requestdata",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorder-requestdata",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorder-requestdata",
"https://w3c.github.io/mediacapture-record/#ref-for-mediarecorder%E2%91%A0%E2%91%A0",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-mediarecorder-requestdata%E2%91%A2",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-mediarecorder-state%E2%91%A0%E2%91%A2",
@@ -395,25 +296,13 @@
"https://w3c.github.io/mediacapture-record/#ref-for-fire-a-blob-event%E2%91%A5",
"https://w3c.github.io/mediacapture-record/#ref-for-eventdef-mediarecorder-dataavailable%E2%91%A6",
"https://w3c.github.io/mediacapture-record/#dom-mediarecorder-istypesupported",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorder-istypesupported",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorder-istypesupported",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorder-istypesupported",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorder-istypesupported",
"https://w3c.github.io/mediacapture-record/#ref-for-mediarecorder%E2%91%A0%E2%91%A2",
"https://w3c.github.io/mediacapture-record/#ref-for-mediarecorder%E2%91%A0%E2%91%A3",
"https://w3c.github.io/mediacapture-record/#ref-for-dfn-Blob%E2%91%A5",
"https://w3c.github.io/mediacapture-record/#ref-for-abstract-opdef-is-type-supported%E2%91%A0",
"https://w3c.github.io/mediacapture-record/#abstract-opdef-is-type-supported",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-abstract-opdef-is-type-supported",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-abstract-opdef-is-type-supported",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-abstract-opdef-is-type-supported",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-abstract-opdef-is-type-supported",
"https://w3c.github.io/mediacapture-record/#data-handling",
"https://w3c.github.io/mediacapture-record/#fire-a-blob-event",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-fire-a-blob-event",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-fire-a-blob-event",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-fire-a-blob-event",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-fire-a-blob-event",
"https://w3c.github.io/mediacapture-record/#ref-for-dfn-Blob%E2%91%A6",
"https://w3c.github.io/mediacapture-record/#ref-for-concept-event-fire%E2%91%A7",
"https://w3c.github.io/mediacapture-record/#ref-for-blobevent",
@@ -422,10 +311,6 @@
"https://w3c.github.io/mediacapture-record/#ref-for-dom-mediarecorder-state%E2%91%A0%E2%91%A3",
"https://w3c.github.io/mediacapture-record/#mediarecorderoptions-section",
"https://w3c.github.io/mediacapture-record/#dictdef-mediarecorderoptions",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dictdef-mediarecorderoptions",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dictdef-mediarecorderoptions",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dictdef-mediarecorderoptions",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dictdef-mediarecorderoptions",
"https://w3c.github.io/mediacapture-record/#ref-for-idl-DOMString%E2%91%A2",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-mediarecorderoptions-mimetype%E2%91%A1",
"https://w3c.github.io/mediacapture-record/#ref-for-idl-unsigned-long%E2%91%A4",
@@ -442,104 +327,44 @@
"https://w3c.github.io/mediacapture-record/#ref-for-dom-mediarecorderoptions-videokeyframeintervalcount%E2%91%A0",
"https://w3c.github.io/mediacapture-record/#mediarecorderoptions-members",
"https://w3c.github.io/mediacapture-record/#dom-mediarecorderoptions-mimetype",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorderoptions-mimetype",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorderoptions-mimetype",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorderoptions-mimetype",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorderoptions-mimetype",
"https://w3c.github.io/mediacapture-record/#ref-for-idl-DOMString%E2%91%A3",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-mediarecorderoptions-mimetype%E2%91%A2",
"https://w3c.github.io/mediacapture-record/#dom-mediarecorderoptions-audiobitspersecond",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorderoptions-audiobitspersecond",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorderoptions-audiobitspersecond",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorderoptions-audiobitspersecond",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorderoptions-audiobitspersecond",
"https://w3c.github.io/mediacapture-record/#ref-for-idl-unsigned-long%E2%91%A8",
"https://w3c.github.io/mediacapture-record/#dom-mediarecorderoptions-videobitspersecond",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorderoptions-videobitspersecond",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorderoptions-videobitspersecond",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorderoptions-videobitspersecond",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorderoptions-videobitspersecond",
"https://w3c.github.io/mediacapture-record/#ref-for-idl-unsigned-long%E2%91%A0%E2%93%AA",
"https://w3c.github.io/mediacapture-record/#dom-mediarecorderoptions-bitspersecond",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorderoptions-bitspersecond",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorderoptions-bitspersecond",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorderoptions-bitspersecond",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorderoptions-bitspersecond",
"https://w3c.github.io/mediacapture-record/#ref-for-idl-unsigned-long%E2%91%A0%E2%91%A0",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-mediarecorderoptions-audiobitspersecond%E2%91%A1",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-mediarecorderoptions-videobitspersecond%E2%91%A1",
"https://w3c.github.io/mediacapture-record/#dom-mediarecorderoptions-audiobitratemode",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorderoptions-audiobitratemode",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorderoptions-audiobitratemode",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorderoptions-audiobitratemode",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorderoptions-audiobitratemode",
"https://w3c.github.io/mediacapture-record/#ref-for-enumdef-bitratemode%E2%91%A5",
"https://w3c.github.io/mediacapture-record/#ref-for-enumdef-bitratemode%E2%91%A6",
"https://w3c.github.io/mediacapture-record/#dom-mediarecorderoptions-videokeyframeintervalduration",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorderoptions-videokeyframeintervalduration",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorderoptions-videokeyframeintervalduration",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorderoptions-videokeyframeintervalduration",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorderoptions-videokeyframeintervalduration",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-domhighrestimestamp%E2%91%A0",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-mediarecorderoptions-videokeyframeintervalcount%E2%91%A1",
"https://w3c.github.io/mediacapture-record/#dom-mediarecorderoptions-videokeyframeintervalcount",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorderoptions-videokeyframeintervalcount",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorderoptions-videokeyframeintervalcount",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-mediarecorderoptions-videokeyframeintervalcount",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-mediarecorderoptions-videokeyframeintervalcount",
"https://w3c.github.io/mediacapture-record/#ref-for-idl-unsigned-long%E2%91%A0%E2%91%A1",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-mediarecorderoptions-videokeyframeintervalduration%E2%91%A1",
"https://w3c.github.io/mediacapture-record/#bitratemode",
"https://w3c.github.io/mediacapture-record/#enumdef-bitratemode",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-enumdef-bitratemode",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-enumdef-bitratemode",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-enumdef-bitratemode",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-enumdef-bitratemode",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-bitratemode-constant",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-bitratemode-variable",
"https://w3c.github.io/mediacapture-record/#bitratemode-values",
"https://w3c.github.io/mediacapture-record/#dom-bitratemode-constant",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-bitratemode-constant",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-bitratemode-constant",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-bitratemode-constant",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-bitratemode-constant",
"https://w3c.github.io/mediacapture-record/#dom-bitratemode-variable",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-bitratemode-variable",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-bitratemode-variable",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-bitratemode-variable",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-bitratemode-variable",
"https://w3c.github.io/mediacapture-record/#recordingstate",
"https://w3c.github.io/mediacapture-record/#enumdef-recordingstate",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-enumdef-recordingstate",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-enumdef-recordingstate",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-enumdef-recordingstate",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-enumdef-recordingstate",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-recordingstate-inactive%E2%91%A6",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-recordingstate-recording%E2%91%A3",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-recordingstate-paused%E2%91%A1",
"https://w3c.github.io/mediacapture-record/#recordingstate-values",
"https://w3c.github.io/mediacapture-record/#dom-recordingstate-inactive",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-recordingstate-inactive",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-recordingstate-inactive",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-recordingstate-inactive",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-recordingstate-inactive",
"https://w3c.github.io/mediacapture-record/#dom-recordingstate-recording",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-recordingstate-recording",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-recordingstate-recording",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-recordingstate-recording",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-recordingstate-recording",
"https://w3c.github.io/mediacapture-record/#dom-recordingstate-paused",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-recordingstate-paused",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-recordingstate-paused",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-recordingstate-paused",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-recordingstate-paused",
"https://w3c.github.io/mediacapture-record/#blobevent-section",
"https://w3c.github.io/mediacapture-record/#ref-for-Exposed%E2%91%A0",
"https://w3c.github.io/mediacapture-record/#blobevent",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-blobevent",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-blobevent",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-blobevent",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-blobevent",
"https://w3c.github.io/mediacapture-record/#ref-for-event",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-blobevent-blobevent",
"https://w3c.github.io/mediacapture-record/#ref-for-idl-DOMString%E2%91%A4",
@@ -553,24 +378,12 @@
"https://w3c.github.io/mediacapture-record/#ref-for-dom-blobevent-timecode",
"https://w3c.github.io/mediacapture-record/#blobevent-constructor",
"https://w3c.github.io/mediacapture-record/#dom-blobevent-blobevent",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-blobevent-blobevent",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-blobevent-blobevent",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-blobevent-blobevent",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-blobevent-blobevent",
"https://w3c.github.io/mediacapture-record/#blobevent-attributes",
"https://w3c.github.io/mediacapture-record/#dom-blobevent-data",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-blobevent-data",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-blobevent-data",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-blobevent-data",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-blobevent-data",
"https://w3c.github.io/mediacapture-record/#ref-for-dfn-Blob%E2%91%A8",
"https://w3c.github.io/mediacapture-record/#ref-for-dfn-Blob%E2%91%A0%E2%93%AA",
"https://w3c.github.io/mediacapture-record/#ref-for-dfn-type",
"https://w3c.github.io/mediacapture-record/#dom-blobevent-timecode",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-blobevent-timecode",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-blobevent-timecode",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-blobevent-timecode",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-blobevent-timecode",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-domhighrestimestamp%E2%91%A2",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-blobevent-timecode%E2%91%A0",
"https://w3c.github.io/mediacapture-record/#ref-for-blobevent%E2%91%A0",
@@ -581,28 +394,16 @@
"https://w3c.github.io/mediacapture-record/#ref-for-dom-domhighrestimestamp%E2%91%A3",
"https://w3c.github.io/mediacapture-record/#blobeventinit",
"https://w3c.github.io/mediacapture-record/#dictdef-blobeventinit",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dictdef-blobeventinit",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dictdef-blobeventinit",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dictdef-blobeventinit",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dictdef-blobeventinit",
"https://w3c.github.io/mediacapture-record/#ref-for-dfn-Blob%E2%91%A0%E2%91%A0",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-blobeventinit-data",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-domhighrestimestamp%E2%91%A4",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-blobeventinit-timecode",
"https://w3c.github.io/mediacapture-record/#blobeventinit-members",
"https://w3c.github.io/mediacapture-record/#dom-blobeventinit-data",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-blobeventinit-data",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-blobeventinit-data",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-blobeventinit-data",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-blobeventinit-data",
"https://w3c.github.io/mediacapture-record/#ref-for-dfn-Blob%E2%91%A0%E2%91%A1",
"https://w3c.github.io/mediacapture-record/#ref-for-dfn-Blob%E2%91%A0%E2%91%A2",
"https://w3c.github.io/mediacapture-record/#ref-for-blobevent%E2%91%A4",
"https://w3c.github.io/mediacapture-record/#dom-blobeventinit-timecode",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-blobeventinit-timecode",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-blobeventinit-timecode",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dom-blobeventinit-timecode",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dom-blobeventinit-timecode",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-domhighrestimestamp%E2%91%A5",
"https://w3c.github.io/mediacapture-record/#ref-for-blobevent%E2%91%A5",
"https://w3c.github.io/mediacapture-record/#error-handling",
@@ -617,10 +418,7 @@
"https://w3c.github.io/mediacapture-record/#ref-for-dom-mediastreamtrack%E2%91%A0",
"https://w3c.github.io/mediacapture-record/#errorevent-section",
"https://w3c.github.io/mediacapture-record/#fire-an-error-event",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-fire-an-error-event",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-fire-an-error-event",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-fire-an-error-event",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-fire-an-error-event",
+ "https://w3c.github.io/mediacapture-record/#ref-for-concept-event-fire%E2%91%A0%E2%93%AA",
"https://w3c.github.io/mediacapture-record/#ref-for-errorevent%E2%91%A0",
"https://w3c.github.io/mediacapture-record/#exception-summary",
"https://w3c.github.io/mediacapture-record/#ref-for-idl-DOMException%E2%91%A0%E2%93%AA",
@@ -636,36 +434,16 @@
"https://w3c.github.io/mediacapture-record/#ref-for-mediarecorder%E2%91%A0%E2%91%A4",
"https://w3c.github.io/mediacapture-record/#f95f167f0",
"https://w3c.github.io/mediacapture-record/#eventdef-mediarecorder-start",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-eventdef-mediarecorder-start",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-eventdef-mediarecorder-start",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-eventdef-mediarecorder-start",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-eventdef-mediarecorder-start",
"https://w3c.github.io/mediacapture-record/#ref-for-event%E2%91%A0",
"https://w3c.github.io/mediacapture-record/#eventdef-mediarecorder-stop",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-eventdef-mediarecorder-stop",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-eventdef-mediarecorder-stop",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-eventdef-mediarecorder-stop",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-eventdef-mediarecorder-stop",
"https://w3c.github.io/mediacapture-record/#ref-for-event%E2%91%A1",
"https://w3c.github.io/mediacapture-record/#eventdef-mediarecorder-dataavailable",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-eventdef-mediarecorder-dataavailable",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-eventdef-mediarecorder-dataavailable",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-eventdef-mediarecorder-dataavailable",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-eventdef-mediarecorder-dataavailable",
"https://w3c.github.io/mediacapture-record/#ref-for-blobevent%E2%91%A6",
"https://w3c.github.io/mediacapture-record/#ref-for-dom-blobevent-data%E2%91%A2",
"https://w3c.github.io/mediacapture-record/#ref-for-dfn-Blob%E2%91%A0%E2%91%A5",
"https://w3c.github.io/mediacapture-record/#eventdef-mediarecorder-pause",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-eventdef-mediarecorder-pause",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-eventdef-mediarecorder-pause",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-eventdef-mediarecorder-pause",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-eventdef-mediarecorder-pause",
"https://w3c.github.io/mediacapture-record/#ref-for-event%E2%91%A2",
"https://w3c.github.io/mediacapture-record/#eventdef-mediarecorder-resume",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-eventdef-mediarecorder-resume",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-eventdef-mediarecorder-resume",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-eventdef-mediarecorder-resume",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-eventdef-mediarecorder-resume",
"https://w3c.github.io/mediacapture-record/#ref-for-event%E2%91%A3",
"https://w3c.github.io/mediacapture-record/#eventdef-mediarecorder-error",
"https://w3c.github.io/mediacapture-record/#ref-for-errorevent%E2%91%A1",
@@ -706,180 +484,40 @@
"https://w3c.github.io/mediacapture-record/#index-defined-here",
"https://w3c.github.io/mediacapture-record/#index-defined-elsewhere",
"https://w3c.github.io/mediacapture-record/#6777aaf6",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-6777aaf6",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-6777aaf6",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-6777aaf6",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-6777aaf6",
"https://w3c.github.io/mediacapture-record/#95042a38",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-95042a38",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-95042a38",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-95042a38",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-95042a38",
"https://w3c.github.io/mediacapture-record/#d211886f",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-d211886f",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-d211886f",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-d211886f",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-d211886f",
"https://w3c.github.io/mediacapture-record/#129bdae8",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-129bdae8",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-129bdae8",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-129bdae8",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-129bdae8",
"https://w3c.github.io/mediacapture-record/#2bc0cdf4",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-2bc0cdf4",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-2bc0cdf4",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-2bc0cdf4",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-2bc0cdf4",
"https://w3c.github.io/mediacapture-record/#5fd23811",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-5fd23811",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-5fd23811",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-5fd23811",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-5fd23811",
"https://w3c.github.io/mediacapture-record/#b7d73f5b",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-b7d73f5b",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-b7d73f5b",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-b7d73f5b",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-b7d73f5b",
"https://w3c.github.io/mediacapture-record/#e303c02d",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-e303c02d",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-e303c02d",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-e303c02d",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-e303c02d",
"https://w3c.github.io/mediacapture-record/#836b9827",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-836b9827",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-836b9827",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-836b9827",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-836b9827",
"https://w3c.github.io/mediacapture-record/#d9520ae8",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-d9520ae8",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-d9520ae8",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-d9520ae8",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-d9520ae8",
"https://w3c.github.io/mediacapture-record/#bc1e4fa1",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-bc1e4fa1",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-bc1e4fa1",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-bc1e4fa1",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-bc1e4fa1",
"https://w3c.github.io/mediacapture-record/#15bac70a",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-15bac70a",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-15bac70a",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-15bac70a",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-15bac70a",
"https://w3c.github.io/mediacapture-record/#14b3fcce",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-14b3fcce",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-14b3fcce",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-14b3fcce",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-14b3fcce",
"https://w3c.github.io/mediacapture-record/#eca80770",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-eca80770",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-eca80770",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-eca80770",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-eca80770",
"https://w3c.github.io/mediacapture-record/#84017020",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-84017020",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-84017020",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-84017020",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-84017020",
"https://w3c.github.io/mediacapture-record/#2cf6d842",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-2cf6d842",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-2cf6d842",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-2cf6d842",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-2cf6d842",
"https://w3c.github.io/mediacapture-record/#a8fc6d46",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-a8fc6d46",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-a8fc6d46",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-a8fc6d46",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-a8fc6d46",
"https://w3c.github.io/mediacapture-record/#0e9f636b",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-0e9f636b",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-0e9f636b",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-0e9f636b",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-0e9f636b",
"https://w3c.github.io/mediacapture-record/#ccfe986b",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-ccfe986b",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-ccfe986b",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-ccfe986b",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-ccfe986b",
"https://w3c.github.io/mediacapture-record/#f0951476",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-f0951476",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-f0951476",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-f0951476",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-f0951476",
"https://w3c.github.io/mediacapture-record/#a72449dd",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-a72449dd",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-a72449dd",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-a72449dd",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-a72449dd",
"https://w3c.github.io/mediacapture-record/#65181da8",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-65181da8",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-65181da8",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-65181da8",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-65181da8",
"https://w3c.github.io/mediacapture-record/#696104f4",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-696104f4",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-696104f4",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-696104f4",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-696104f4",
"https://w3c.github.io/mediacapture-record/#dca2de17",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dca2de17",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dca2de17",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-dca2de17",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-dca2de17",
"https://w3c.github.io/mediacapture-record/#8855a9aa",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-8855a9aa",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-8855a9aa",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-8855a9aa",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-8855a9aa",
"https://w3c.github.io/mediacapture-record/#889e932f",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-889e932f",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-889e932f",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-889e932f",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-889e932f",
"https://w3c.github.io/mediacapture-record/#cae6bf57",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-cae6bf57",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-cae6bf57",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-cae6bf57",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-cae6bf57",
"https://w3c.github.io/mediacapture-record/#797018a7",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-797018a7",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-797018a7",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-797018a7",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-797018a7",
"https://w3c.github.io/mediacapture-record/#3182eb71",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-3182eb71",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-3182eb71",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-3182eb71",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-3182eb71",
"https://w3c.github.io/mediacapture-record/#a5c91173",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-a5c91173",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-a5c91173",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-a5c91173",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-a5c91173",
"https://w3c.github.io/mediacapture-record/#c3e881ef",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-c3e881ef",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-c3e881ef",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-c3e881ef",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-c3e881ef",
"https://w3c.github.io/mediacapture-record/#81dd847b",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-81dd847b",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-81dd847b",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-81dd847b",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-81dd847b",
"https://w3c.github.io/mediacapture-record/#5372cca8",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-5372cca8",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-5372cca8",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-5372cca8",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-5372cca8",
"https://w3c.github.io/mediacapture-record/#5f90bbfb",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-5f90bbfb",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-5f90bbfb",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-5f90bbfb",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-5f90bbfb",
"https://w3c.github.io/mediacapture-record/#e97a9688",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-e97a9688",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-e97a9688",
- "https://w3c.github.io/mediacapture-record/#infopanel-for-e97a9688",
- "https://w3c.github.io/mediacapture-record/#infopaneltitle-for-e97a9688",
"https://w3c.github.io/mediacapture-record/#references",
"https://w3c.github.io/mediacapture-record/#normative",
"https://w3c.github.io/mediacapture-record/#biblio-dom",
diff --git a/ed/ids/vc-data-integrity.json b/ed/ids/vc-data-integrity.json
index cc3df8c79265..5327dc5fb1b5 100644
--- a/ed/ids/vc-data-integrity.json
+++ b/ed/ids/vc-data-integrity.json
@@ -46,7 +46,7 @@
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-conforming-secured-document-1",
"https://w3c.github.io/vc-data-integrity/#terminology",
"https://w3c.github.io/vc-data-integrity/#x1-4-terminology",
- "https://w3c.github.io/vc-data-integrity/#dfn-controller-document",
+ "https://w3c.github.io/vc-data-integrity/#dfn-controlled-identifier-document",
"https://w3c.github.io/vc-data-integrity/#dfn-cryptosuite",
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-verification-method-1",
"https://w3c.github.io/vc-data-integrity/#dfn-data-integrity-proof",
@@ -72,7 +72,7 @@
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-data-integrity-proof-5",
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-public-key-2",
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-public-key-3",
- "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-controller-document-1",
+ "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-controlled-identifier-document-1",
"https://w3c.github.io/vc-data-integrity/#dfn-created",
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-conforming-processor-1",
"https://w3c.github.io/vc-data-integrity/#defn-proof-expires",
@@ -324,13 +324,13 @@
"https://w3c.github.io/vc-data-integrity/#x5-9-verification-method-binding",
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-verification-method-8",
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-verification-method-9",
- "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-controller-document-2",
- "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-controller-document-3",
+ "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-controlled-identifier-document-2",
+ "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-controlled-identifier-document-3",
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-verification-method-10",
"https://w3c.github.io/vc-data-integrity/#verification-relationship-validation",
"https://w3c.github.io/vc-data-integrity/#x5-10-verification-relationship-validation",
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-verification-method-11",
- "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-controller-document-4",
+ "https://w3c.github.io/vc-data-integrity/#ref-for-dfn-controlled-identifier-document-4",
"https://w3c.github.io/vc-data-integrity/#proof-purpose-validation",
"https://w3c.github.io/vc-data-integrity/#x5-11-proof-purpose-validation",
"https://w3c.github.io/vc-data-integrity/#ref-for-dfn-proof-purpose-6",
@@ -419,7 +419,7 @@
"https://w3c.github.io/vc-data-integrity/#normative-references",
"https://w3c.github.io/vc-data-integrity/#d-1-normative-references",
"https://w3c.github.io/vc-data-integrity/#bib-ascii",
- "https://w3c.github.io/vc-data-integrity/#bib-controller-document",
+ "https://w3c.github.io/vc-data-integrity/#bib-cid-1.0",
"https://w3c.github.io/vc-data-integrity/#bib-infra",
"https://w3c.github.io/vc-data-integrity/#bib-json-ld11",
"https://w3c.github.io/vc-data-integrity/#bib-json-ld11-api",
@@ -435,6 +435,7 @@
"https://w3c.github.io/vc-data-integrity/#bib-xmlschema11-2",
"https://w3c.github.io/vc-data-integrity/#informative-references",
"https://w3c.github.io/vc-data-integrity/#d-2-informative-references",
+ "https://w3c.github.io/vc-data-integrity/#bib-cid",
"https://w3c.github.io/vc-data-integrity/#bib-di-ecdsa",
"https://w3c.github.io/vc-data-integrity/#bib-di-eddsa",
"https://w3c.github.io/vc-data-integrity/#bib-did-core",
diff --git a/ed/ids/vc-data-model-2.0.json b/ed/ids/vc-data-model-2.0.json
index bed8f4266c62..accb3051909f 100644
--- a/ed/ids/vc-data-model-2.0.json
+++ b/ed/ids/vc-data-model-2.0.json
@@ -470,16 +470,16 @@
"https://w3c.github.io/vc-data-model/#vc-tab1jose",
"https://w3c.github.io/vc-data-model/#vc-tab1cose",
"https://w3c.github.io/vc-data-model/#vc-tab1sd-jwt",
- "https://w3c.github.io/vc-data-model/#sd-jwt-1-vexxg1n-encoded",
- "https://w3c.github.io/vc-data-model/#sd-jwt-1-vexxg1n-decoded",
- "https://w3c.github.io/vc-data-model/#sd-jwt-1-vexxg1n-disclosures",
- "https://w3c.github.io/vc-data-model/#sd-jwt-1-vexxg1n-content-encoded",
- "https://w3c.github.io/vc-data-model/#sd-jwt-1-vexxg1n-content-decoded",
- "https://w3c.github.io/vc-data-model/#sd-jwt-1-vexxg1n-content-disclosures",
- "https://w3c.github.io/vc-data-model/#sd-jwt-claim-LnpaPMu4ZOXIu4dPQ5JQF7ajg5KYGnd1M6nbmCBsgM0",
- "https://w3c.github.io/vc-data-model/#sd-jwt-claim-cfTaQ60qVe2sRJZ5SR3k2QFZlOyFTgBkJekROXmvGmc",
- "https://w3c.github.io/vc-data-model/#sd-jwt-claim-0wNZm_llONsQjRPJMafVCgjo91HTlcdTyvJdvbCUPmo",
- "https://w3c.github.io/vc-data-model/#sd-jwt-claim-xkHSXdXq5GXd46OB9QyJ7GLpN9WWwq-wh_7gwQEZQhI",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-1-7m0ux0h-encoded",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-1-7m0ux0h-decoded",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-1-7m0ux0h-disclosures",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-1-7m0ux0h-content-encoded",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-1-7m0ux0h-content-decoded",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-1-7m0ux0h-content-disclosures",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-claim-WHApIFmIehmKdMmwxedFc_L_WT4UMrdOXJ2qyTZiLGk",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-claim-Yb_1kgQzMO0-3x0weoU9WlyJluw0y89F02GEoTZDPzw",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-claim-J9q-Je3MHwsGc0S2ySNBiMZPzOZe9Nm4yBhtmfthGqU",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-claim-fB15fC8k7OsvjUnnKoXp9CYhYMdp4FEjBHaYZ_6kPpU",
"https://w3c.github.io/vc-data-model/#ref-for-dfn-verifiable-credential-74",
"https://w3c.github.io/vc-data-model/#ref-for-dfn-subjects-24",
"https://w3c.github.io/vc-data-model/#ref-for-dfn-verifiable-credential-75",
@@ -522,16 +522,16 @@
"https://w3c.github.io/vc-data-model/#vc-tab2jose",
"https://w3c.github.io/vc-data-model/#vc-tab2cose",
"https://w3c.github.io/vc-data-model/#vc-tab2sd-jwt",
- "https://w3c.github.io/vc-data-model/#sd-jwt-2-71pg3g9-encoded",
- "https://w3c.github.io/vc-data-model/#sd-jwt-2-71pg3g9-decoded",
- "https://w3c.github.io/vc-data-model/#sd-jwt-2-71pg3g9-disclosures",
- "https://w3c.github.io/vc-data-model/#sd-jwt-2-71pg3g9-content-encoded",
- "https://w3c.github.io/vc-data-model/#sd-jwt-2-71pg3g9-content-decoded",
- "https://w3c.github.io/vc-data-model/#sd-jwt-2-71pg3g9-content-disclosures",
- "https://w3c.github.io/vc-data-model/#sd-jwt-claim-xA0IB4H0KfrUkd8kIKbxww9tDNSxriLRqk9TS-gX0cE",
- "https://w3c.github.io/vc-data-model/#sd-jwt-claim-xi_3yrv29_izg1Unk7YAvXjGWuf1tUaJG41JTidhTPk",
- "https://w3c.github.io/vc-data-model/#sd-jwt-claim-zz9b-CncffiBhpFWR82eDhNHDjsHxp-LEBIMqCTt1Ac",
- "https://w3c.github.io/vc-data-model/#sd-jwt-claim-NrxKRGdhadSPVf9BmPcINmLK6bZotcp25gNJmJPOWEk",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-2-kxaddpt-encoded",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-2-kxaddpt-decoded",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-2-kxaddpt-disclosures",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-2-kxaddpt-content-encoded",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-2-kxaddpt-content-decoded",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-2-kxaddpt-content-disclosures",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-claim-qyC_OpamAtLvCk1Xio14eoBRxiUflxj9qlz9ncxBxa4",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-claim-dEiamPsxX0rV31KwEwg_8Qn5OjRxd3ENeuBvhxGw_N0",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-claim-rzBdFMHdptwRSWpa0gdMlhQ5YP6lzFvvg_J4TiWLrXk",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-claim-4rDQsO4X2G4Hrh_Gi1Z0kvJ_a21xB9xIej-IP3twaYI",
"https://w3c.github.io/vc-data-model/#ref-for-dfn-type-1",
"https://w3c.github.io/vc-data-model/#ref-for-dfn-verifiable-credential-83",
"https://w3c.github.io/vc-data-model/#ref-for-dfn-verifiable-credential-84",
@@ -591,17 +591,17 @@
"https://w3c.github.io/vc-data-model/#vc-tab3jose",
"https://w3c.github.io/vc-data-model/#vc-tab3cose",
"https://w3c.github.io/vc-data-model/#vc-tab3sd-jwt",
- "https://w3c.github.io/vc-data-model/#sd-jwt-3-2lth4y8-encoded",
- "https://w3c.github.io/vc-data-model/#sd-jwt-3-2lth4y8-decoded",
- "https://w3c.github.io/vc-data-model/#sd-jwt-3-2lth4y8-disclosures",
- "https://w3c.github.io/vc-data-model/#sd-jwt-3-2lth4y8-content-encoded",
- "https://w3c.github.io/vc-data-model/#sd-jwt-3-2lth4y8-content-decoded",
- "https://w3c.github.io/vc-data-model/#sd-jwt-3-2lth4y8-content-disclosures",
- "https://w3c.github.io/vc-data-model/#sd-jwt-claim--bC6-4Pyt0gR9q9fIuAXZkMZYl2P7M0re8Gtcd0059g",
- "https://w3c.github.io/vc-data-model/#sd-jwt-claim-x2AlwYL29bwtGb0tQOzFqNm_7_Q3pkaLTFPLVbK7QTA",
- "https://w3c.github.io/vc-data-model/#sd-jwt-claim-rmw8nse6OrtXd_zyfYWTSPyKvQZkgiR6wt-AYHaeDJg",
- "https://w3c.github.io/vc-data-model/#sd-jwt-claim-DQn1EUbnGUzyCSlnGfOvj77o1gLbTBMP8nODlcbzT0I",
- "https://w3c.github.io/vc-data-model/#sd-jwt-claim-QsXUPmI_B5FGIrhAkLWFTaMAgFLylf9Scnaj5PS7jRA",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-3-91j9tkf-encoded",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-3-91j9tkf-decoded",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-3-91j9tkf-disclosures",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-3-91j9tkf-content-encoded",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-3-91j9tkf-content-decoded",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-3-91j9tkf-content-disclosures",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-claim-Y2KWr0Ry4npxwzQ6PEt_QcHlbL6M5yXc2V77HIdk-AE",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-claim-VxG33LcvTJ84b2a1K_efc62LwKd91FQsaxYi3sTolSw",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-claim-nPlzj-BAaq8eqm7fpK_Hc0LC76vqIYfo0nyccOijjAs",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-claim-dXt88J7Yf-CB63KLntXnr7V5v_B6xPGpcC1zPiHv7t0",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-claim-XWmm-2WIN55pKxAhwKIvOyIyEkfM8L6HZBgGhVnThsg",
"https://w3c.github.io/vc-data-model/#issue-container-generatedID-10",
"https://w3c.github.io/vc-data-model/#h-note-10",
"https://w3c.github.io/vc-data-model/#example-use-of-the-name-and-description-properties-0",
@@ -630,16 +630,16 @@
"https://w3c.github.io/vc-data-model/#vc-tab4jose",
"https://w3c.github.io/vc-data-model/#vc-tab4cose",
"https://w3c.github.io/vc-data-model/#vc-tab4sd-jwt",
- "https://w3c.github.io/vc-data-model/#sd-jwt-4-l7r4qqo-encoded",
- "https://w3c.github.io/vc-data-model/#sd-jwt-4-l7r4qqo-decoded",
- "https://w3c.github.io/vc-data-model/#sd-jwt-4-l7r4qqo-disclosures",
- "https://w3c.github.io/vc-data-model/#sd-jwt-4-l7r4qqo-content-encoded",
- "https://w3c.github.io/vc-data-model/#sd-jwt-4-l7r4qqo-content-decoded",
- "https://w3c.github.io/vc-data-model/#sd-jwt-4-l7r4qqo-content-disclosures",
- "https://w3c.github.io/vc-data-model/#sd-jwt-claim-tcoEHYB8jNDLyUcpLNPPH0VNroLFPA7PyRC8p9ZYyvE",
- "https://w3c.github.io/vc-data-model/#sd-jwt-claim-Pe2V29k6ihrsxs2tKgwJjK93nlW-C64VE3EKT1IOc6s",
- "https://w3c.github.io/vc-data-model/#sd-jwt-claim-e0A99RJ-ObdhnDe5dssQinHTT9NZdX1JoCXC0XIKlkA",
- "https://w3c.github.io/vc-data-model/#sd-jwt-claim-IP_9gMyhvE__tAgl9E53udECaOiKmD099QHv0wlgHIo",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-4-n7n4rrh-encoded",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-4-n7n4rrh-decoded",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-4-n7n4rrh-disclosures",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-4-n7n4rrh-content-encoded",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-4-n7n4rrh-content-decoded",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-4-n7n4rrh-content-disclosures",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-claim-6ZolEhl_DNAfh8uQlvdlEWXIAPvOPvbErOG11RBbj54",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-claim-XQvGUz17gXNISYDj8T08iq3OyrTATI1X5nT_ysc0cnI",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-claim-Gu1u97bo2JFGkvkYrqMl5qoEipHS5oBMMVL1Wnm4_Ak",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-claim-R_CIQ7yNkvKjttMbCzAdHkecUpB3eVDdqI3CREEWgug",
"https://w3c.github.io/vc-data-model/#example-expanded-use-of-the-issuer-property",
"https://w3c.github.io/vc-data-model/#vc-tab5unsigned",
"https://w3c.github.io/vc-data-model/#vc-tab5ecdsa-rdfc-2019",
@@ -649,17 +649,17 @@
"https://w3c.github.io/vc-data-model/#vc-tab5jose",
"https://w3c.github.io/vc-data-model/#vc-tab5cose",
"https://w3c.github.io/vc-data-model/#vc-tab5sd-jwt",
- "https://w3c.github.io/vc-data-model/#sd-jwt-5-oojcmuo-encoded",
- "https://w3c.github.io/vc-data-model/#sd-jwt-5-oojcmuo-decoded",
- "https://w3c.github.io/vc-data-model/#sd-jwt-5-oojcmuo-disclosures",
- "https://w3c.github.io/vc-data-model/#sd-jwt-5-oojcmuo-content-encoded",
- "https://w3c.github.io/vc-data-model/#sd-jwt-5-oojcmuo-content-decoded",
- "https://w3c.github.io/vc-data-model/#sd-jwt-5-oojcmuo-content-disclosures",
- "https://w3c.github.io/vc-data-model/#sd-jwt-claim-HHCapY_lHfw7hxgoWpvGp8Sq85xlSQ4sFMk36aH9nxs",
- "https://w3c.github.io/vc-data-model/#sd-jwt-claim-P6lqExMfrJXnO1kLZzYWAscEWd90XVD_im5dlbW5CJk",
- "https://w3c.github.io/vc-data-model/#sd-jwt-claim-UBSDXSSwyzTBHo0f6ayhL-O5ICRjG_rIw2PPvMEiUbg",
- "https://w3c.github.io/vc-data-model/#sd-jwt-claim-M7GZk4qiXkE2iQjsKJwOojDCa_GXlvNfP0JgpcuQxxk",
- "https://w3c.github.io/vc-data-model/#sd-jwt-claim-dgJF5zc-gfuqMVGz10CQLNv_gsZIWvWXneVYUxUt-Ck",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-5-6kfpyrc-encoded",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-5-6kfpyrc-decoded",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-5-6kfpyrc-disclosures",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-5-6kfpyrc-content-encoded",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-5-6kfpyrc-content-decoded",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-5-6kfpyrc-content-disclosures",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-claim-MjH7jgGaaLlXp3W_kJHqE2I9YEDqpi9OL0zZKno-5oI",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-claim-o-Wc-LgYLTg5RkRF2vOLaPH8xanvpIljzAb1qZ7v2c8",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-claim-WBP9lZnbmaEZbH0SLxYCXRKn_KIIz03VwK7quCWTRcs",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-claim-lnTKFdi7g9h20-kS2YDTOI75pqgQVHXPB3ZUNOngGUc",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-claim-EMxSqVu2fohmPXY_4g2X5xpiCXEFwS1gPiOiIVCBadM",
"https://w3c.github.io/vc-data-model/#issue-container-generatedID-11",
"https://w3c.github.io/vc-data-model/#h-note-11",
"https://w3c.github.io/vc-data-model/#ref-for-dfn-property-21",
@@ -690,16 +690,16 @@
"https://w3c.github.io/vc-data-model/#vc-tab6jose",
"https://w3c.github.io/vc-data-model/#vc-tab6cose",
"https://w3c.github.io/vc-data-model/#vc-tab6sd-jwt",
- "https://w3c.github.io/vc-data-model/#sd-jwt-6-jdd53gr-encoded",
- "https://w3c.github.io/vc-data-model/#sd-jwt-6-jdd53gr-decoded",
- "https://w3c.github.io/vc-data-model/#sd-jwt-6-jdd53gr-disclosures",
- "https://w3c.github.io/vc-data-model/#sd-jwt-6-jdd53gr-content-encoded",
- "https://w3c.github.io/vc-data-model/#sd-jwt-6-jdd53gr-content-decoded",
- "https://w3c.github.io/vc-data-model/#sd-jwt-6-jdd53gr-content-disclosures",
- "https://w3c.github.io/vc-data-model/#sd-jwt-claim-1Tb6Yzo4DZaYhrsr6n9LLVy-bfkNX1NJG49AopQ59gU",
- "https://w3c.github.io/vc-data-model/#sd-jwt-claim-BX00BECZw5Lnxe9F9rmxzGQLSm9Zjv1kD_EiQ9eM8mE",
- "https://w3c.github.io/vc-data-model/#sd-jwt-claim-vdBAN6cILSBZiN7jnChVy613dPYY5C9eSrVPu_lrMZ0",
- "https://w3c.github.io/vc-data-model/#sd-jwt-claim-YYEaMGwX-zZQckAQKOYiLtxlDsU5ztHfHjXdj40AKtU",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-6-0pldbls-encoded",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-6-0pldbls-decoded",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-6-0pldbls-disclosures",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-6-0pldbls-content-encoded",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-6-0pldbls-content-decoded",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-6-0pldbls-content-disclosures",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-claim-Blo9oRa6bzEmkQP1BBeWBQVesfn5qTXCQlV1JALqG84",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-claim-CyMD9AWoH_fMz5x14u0ye0J7r9CpIXkgseqW9V7E9TE",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-claim-McA6dwwjwJ5oJSeq2yVIYB_4akNtu5MBGHsMEYfgJtA",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-claim-9Z5ZzR5kC79gxBm57CeYZaLJYbZAhqhpfiFd-rDH30A",
"https://w3c.github.io/vc-data-model/#ref-for-dfn-subjects-31",
"https://w3c.github.io/vc-data-model/#ref-for-dfn-verifiable-credential-90",
"https://w3c.github.io/vc-data-model/#ref-for-dfn-subjects-32",
@@ -728,16 +728,16 @@
"https://w3c.github.io/vc-data-model/#vc-tab7jose",
"https://w3c.github.io/vc-data-model/#vc-tab7cose",
"https://w3c.github.io/vc-data-model/#vc-tab7sd-jwt",
- "https://w3c.github.io/vc-data-model/#sd-jwt-7-20se10y-encoded",
- "https://w3c.github.io/vc-data-model/#sd-jwt-7-20se10y-decoded",
- "https://w3c.github.io/vc-data-model/#sd-jwt-7-20se10y-disclosures",
- "https://w3c.github.io/vc-data-model/#sd-jwt-7-20se10y-content-encoded",
- "https://w3c.github.io/vc-data-model/#sd-jwt-7-20se10y-content-decoded",
- "https://w3c.github.io/vc-data-model/#sd-jwt-7-20se10y-content-disclosures",
- "https://w3c.github.io/vc-data-model/#sd-jwt-claim-5m375mD-vtni8vTTaXxJ0zX162LMCfq5r_TmxahtT5M",
- "https://w3c.github.io/vc-data-model/#sd-jwt-claim-l9R9BCzyI9rOcnyG_5GNHcVs_9lYyraNS-h4LlAeZGA",
- "https://w3c.github.io/vc-data-model/#sd-jwt-claim-7Z18iA7eEOaG2dV5nSatXmWTc3X3uhqX7NFHw255ZzM",
- "https://w3c.github.io/vc-data-model/#sd-jwt-claim-WAHsfCFqBudsmzrfiSJeLuOz3kiuLFmH6tEUAhQRlLY",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-7-wryc4gr-encoded",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-7-wryc4gr-decoded",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-7-wryc4gr-disclosures",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-7-wryc4gr-content-encoded",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-7-wryc4gr-content-decoded",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-7-wryc4gr-content-disclosures",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-claim-XZ4DPwVVesU8aZeOkoZyX1ayd_dInaWIvAHXdbeZ5jA",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-claim-YSqdECL0J_Qm0rInBrKlZe5sgoa1QScEhgWOchL-GEw",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-claim-F9o25XFlCZAd_PUW4pNc7nriPoA5gPdt8fKFs46GM1o",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-claim-hI3_mJepIUs6yIGDZ4J3OaAp_rSgJ_SIhceGHIxfAgE",
"https://w3c.github.io/vc-data-model/#issue-container-generatedID-12",
"https://w3c.github.io/vc-data-model/#h-note-12",
"https://w3c.github.io/vc-data-model/#ref-for-dfn-verifiable-credential-91",
@@ -1011,15 +1011,15 @@
"https://w3c.github.io/vc-data-model/#vc-tab8jose",
"https://w3c.github.io/vc-data-model/#vc-tab8cose",
"https://w3c.github.io/vc-data-model/#vc-tab8sd-jwt",
- "https://w3c.github.io/vc-data-model/#sd-jwt-8-qsot5p1-encoded",
- "https://w3c.github.io/vc-data-model/#sd-jwt-8-qsot5p1-decoded",
- "https://w3c.github.io/vc-data-model/#sd-jwt-8-qsot5p1-disclosures",
- "https://w3c.github.io/vc-data-model/#sd-jwt-8-qsot5p1-content-encoded",
- "https://w3c.github.io/vc-data-model/#sd-jwt-8-qsot5p1-content-decoded",
- "https://w3c.github.io/vc-data-model/#sd-jwt-8-qsot5p1-content-disclosures",
- "https://w3c.github.io/vc-data-model/#sd-jwt-claim-Loe5wS0oJ38_mIT8gKAMzi2-7wIQvt0zDx_tbjSgKVU",
- "https://w3c.github.io/vc-data-model/#sd-jwt-claim-HBj9NeVnl4w7DtTgHpKAP9gpoSw34ACunZ39WTRwcq4",
- "https://w3c.github.io/vc-data-model/#sd-jwt-claim-hkb-fdwILG48P009nFlme-G5wl0iftMqnvsSZlhUm3Y",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-8-0g4cr1p-encoded",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-8-0g4cr1p-decoded",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-8-0g4cr1p-disclosures",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-8-0g4cr1p-content-encoded",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-8-0g4cr1p-content-decoded",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-8-0g4cr1p-content-disclosures",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-claim-W_lXeNS4StnArKCuKOcU2xZOo1Z2rov78r1zBTBjoIo",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-claim-J-hYpU8h_FRWsIE7fJp2o96C_Oen-k6jhPQ5tGA4TKs",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-claim-SLgTo1cno4pgt7QYykPf3mVxbG3_WtxKAnjoTM-0EAE",
"https://w3c.github.io/vc-data-model/#ref-for-dfn-verifiable-credential-134",
"https://w3c.github.io/vc-data-model/#ref-for-dfn-entities-14",
"https://w3c.github.io/vc-data-model/#ref-for-dfn-verifiable-credential-135",
@@ -1585,15 +1585,15 @@
"https://w3c.github.io/vc-data-model/#vc-tab9jose",
"https://w3c.github.io/vc-data-model/#vc-tab9cose",
"https://w3c.github.io/vc-data-model/#vc-tab9sd-jwt",
- "https://w3c.github.io/vc-data-model/#sd-jwt-9-agdlk31-encoded",
- "https://w3c.github.io/vc-data-model/#sd-jwt-9-agdlk31-decoded",
- "https://w3c.github.io/vc-data-model/#sd-jwt-9-agdlk31-disclosures",
- "https://w3c.github.io/vc-data-model/#sd-jwt-9-agdlk31-content-encoded",
- "https://w3c.github.io/vc-data-model/#sd-jwt-9-agdlk31-content-decoded",
- "https://w3c.github.io/vc-data-model/#sd-jwt-9-agdlk31-content-disclosures",
- "https://w3c.github.io/vc-data-model/#sd-jwt-claim-AKAPjqZRK78an2QmVODtE6JYKXh1umFk2PUnYPgp2Cs",
- "https://w3c.github.io/vc-data-model/#sd-jwt-claim-T3Hk7V8NdvadqWpRSH9Jc8tol_FMosirPISXnOjwTew",
- "https://w3c.github.io/vc-data-model/#sd-jwt-claim-nh2yItA7fir4ieAvAivuw87Nx0M1Z2_4XjiYYNeAXbY",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-9-2nt0fpt-encoded",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-9-2nt0fpt-decoded",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-9-2nt0fpt-disclosures",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-9-2nt0fpt-content-encoded",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-9-2nt0fpt-content-decoded",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-9-2nt0fpt-content-disclosures",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-claim-i-SDJvET_4Ev0LRsKuM2F-zlGxZpZUxzPmssy_NA360",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-claim-4fZkzlikLcuqMnSPtSwTJc-VoxzoG9nGV29l6w9z9Js",
+ "https://w3c.github.io/vc-data-model/#sd-jwt-claim-tF6wF4kNl9buLP5iZ2FOuiV9JAkIGPBKXdqOW9eOeHA",
"https://w3c.github.io/vc-data-model/#ref-for-dfn-bearer-credentials-4",
"https://w3c.github.io/vc-data-model/#ref-for-dfn-issuers-88",
"https://w3c.github.io/vc-data-model/#ref-for-dfn-holders-87",
@@ -2274,6 +2274,7 @@
"https://w3c.github.io/vc-data-model/#ref-for-dfn-enveloping-proof-12",
"https://w3c.github.io/vc-data-model/#revision-history",
"https://w3c.github.io/vc-data-model/#e-revision-history",
+ "https://w3c.github.io/vc-data-model/#ref-for-dfn-verifiable-credential-395",
"https://w3c.github.io/vc-data-model/#ref-for-dfn-url-20",
"https://w3c.github.io/vc-data-model/#acknowledgements",
"https://w3c.github.io/vc-data-model/#f-acknowledgements",
@@ -2281,12 +2282,10 @@
"https://w3c.github.io/vc-data-model/#g-references",
"https://w3c.github.io/vc-data-model/#normative-references",
"https://w3c.github.io/vc-data-model/#g-1-normative-references",
- "https://w3c.github.io/vc-data-model/#bib-controller-document",
"https://w3c.github.io/vc-data-model/#bib-i18n-glossary",
"https://w3c.github.io/vc-data-model/#bib-infra",
"https://w3c.github.io/vc-data-model/#bib-json-ld11",
"https://w3c.github.io/vc-data-model/#bib-json-ld11-api",
- "https://w3c.github.io/vc-data-model/#bib-linked-data",
"https://w3c.github.io/vc-data-model/#bib-rfc2119",
"https://w3c.github.io/vc-data-model/#bib-rfc2397",
"https://w3c.github.io/vc-data-model/#bib-rfc6838",
@@ -2300,12 +2299,14 @@
"https://w3c.github.io/vc-data-model/#informative-references",
"https://w3c.github.io/vc-data-model/#g-2-informative-references",
"https://w3c.github.io/vc-data-model/#bib-bcp47",
+ "https://w3c.github.io/vc-data-model/#bib-cid",
"https://w3c.github.io/vc-data-model/#bib-demographics",
- "https://w3c.github.io/vc-data-model/#bib-did-core",
+ "https://w3c.github.io/vc-data-model/#bib-did",
"https://w3c.github.io/vc-data-model/#bib-etsi-trust-lists",
"https://w3c.github.io/vc-data-model/#bib-fips-186-5",
"https://w3c.github.io/vc-data-model/#bib-json",
"https://w3c.github.io/vc-data-model/#bib-ld-bp",
+ "https://w3c.github.io/vc-data-model/#bib-linked-data",
"https://w3c.github.io/vc-data-model/#bib-nist-sp-800-57-part-1",
"https://w3c.github.io/vc-data-model/#bib-rdf-schema",
"https://w3c.github.io/vc-data-model/#bib-rdf11-concepts",
diff --git a/ed/ids/web-animations-2.json b/ed/ids/web-animations-2.json
index bcb39d200f34..1fc2f989886e 100644
--- a/ed/ids/web-animations-2.json
+++ b/ed/ids/web-animations-2.json
@@ -1555,19 +1555,19 @@
"https://drafts.csswg.org/web-animations-2/#ref-for-groupeffect%E2%91%A0%E2%91%A1",
"https://drafts.csswg.org/web-animations-2/#ref-for-sequenceeffect%E2%91%A2",
"https://drafts.csswg.org/web-animations-2/#the-keyframeeffect-interface",
- "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect-source",
+ "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect%E2%91%A0",
"https://drafts.csswg.org/web-animations-2/#ref-for-keyframeeffect",
"https://drafts.csswg.org/web-animations-2/#ref-for-enumdef-iterationcompositeoperation",
"https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-iterationcomposite",
"https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-keyframeeffect",
- "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect%E2%91%A0",
+ "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect-source",
"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%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-dfn-throw%E2%91%A0%E2%91%A0",
"https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-keyframeeffect-source",
- "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect-source%E2%91%A1",
+ "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect%E2%91%A2",
"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",
@@ -1625,7 +1625,7 @@
"https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A3%E2%93%AA",
"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-source%E2%91%A2",
+ "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect%E2%91%A3",
"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/index.json b/ed/index.json
index f8bf014320c9..9c43cc1eddc6 100644
--- a/ed/index.json
+++ b/ed/index.json
@@ -1,7 +1,7 @@
{
"type": "crawl",
"title": "Reffy crawl",
- "date": "2025-02-17T18:41:09.148Z",
+ "date": "2025-02-18T00:57:05.966Z",
"options": {
"fallback": "ed/index.json",
"output": "report",
@@ -1630,11 +1630,11 @@
],
"crawled": "https://drafts.csswg.org/css-backgrounds-4/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "16 September 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-backgrounds-4.json",
"refs": "refs/css-backgrounds-4.json",
"css": "css/css-backgrounds-4.json",
@@ -1691,11 +1691,11 @@
],
"crawled": "https://drafts.csswg.org/css-borders-4/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "11 February 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-borders-4.json",
"links": "links/css-borders-4.json",
"refs": "refs/css-borders-4.json",
@@ -1754,11 +1754,11 @@
],
"crawled": "https://drafts.csswg.org/css-color-6/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "15 September 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-color-6.json",
"refs": "refs/css-color-6.json",
"css": "css/css-color-6.json",
@@ -1809,11 +1809,11 @@
],
"crawled": "https://drafts.csswg.org/css-conditional-values-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "21 February 2023",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-conditional-values-1.json",
"refs": "refs/css-conditional-values-1.json",
"css": "css/css-conditional-values.json",
@@ -1870,11 +1870,11 @@
],
"crawled": "https://drafts.csswg.org/css-env-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "30 January 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-env-1.json",
"links": "links/css-env-1.json",
"refs": "refs/css-env-1.json",
@@ -1926,11 +1926,11 @@
],
"crawled": "https://drafts.csswg.org/css-extensions-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "24 January 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-extensions-1.json",
"refs": "refs/css-extensions-1.json",
"css": "css/css-extensions.json",
@@ -1981,11 +1981,11 @@
],
"crawled": "https://drafts.csswg.org/css-forms-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "5 December 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-forms-1.json",
"refs": "refs/css-forms-1.json",
"css": "css/css-forms.json",
@@ -2036,11 +2036,11 @@
],
"crawled": "https://drafts.csswg.org/css-gaps-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "6 February 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-gaps-1.json",
"links": "links/css-gaps-1.json",
"refs": "refs/css-gaps-1.json",
@@ -2099,11 +2099,11 @@
],
"crawled": "https://drafts.csswg.org/css-gcpm-4/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "24 January 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-gcpm-4.json",
"refs": "refs/css-gcpm-4.json",
"css": "css/css-gcpm-4.json",
@@ -2161,11 +2161,11 @@
],
"crawled": "https://drafts.csswg.org/css-images-5/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "28 August 2023",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-images-5.json",
"refs": "refs/css-images-5.json",
"css": "css/css-images-5.json",
@@ -2216,11 +2216,11 @@
],
"crawled": "https://drafts.csswg.org/css-link-params-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "7 August 2023",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-link-params-1.json",
"refs": "refs/css-link-params-1.json",
"css": "css/css-link-params.json",
@@ -2271,11 +2271,11 @@
],
"crawled": "https://drafts.csswg.org/css-mixins-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "11 February 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-mixins-1.json",
"links": "links/css-mixins-1.json",
"refs": "refs/css-mixins-1.json",
@@ -2335,11 +2335,11 @@
],
"crawled": "https://drafts.csswg.org/css-page-4/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "12 May 2023",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-page-4.json",
"refs": "refs/css-page-4.json",
"dfns": "dfns/css-page-4.json",
@@ -2396,11 +2396,11 @@
],
"crawled": "https://drafts.csswg.org/css-position-4/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "19 November 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-position-4.json",
"links": "links/css-position-4.json",
"refs": "refs/css-position-4.json",
@@ -2459,11 +2459,11 @@
],
"crawled": "https://drafts.csswg.org/css-shapes-2/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "12 February 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-shapes-2.json",
"refs": "refs/css-shapes-2.json",
"css": "css/css-shapes-2.json",
@@ -2520,11 +2520,11 @@
],
"crawled": "https://drafts.csswg.org/css-size-adjust-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "24 January 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-size-adjust-1.json",
"refs": "refs/css-size-adjust-1.json",
"css": "css/css-size-adjust.json",
@@ -2582,11 +2582,11 @@
],
"crawled": "https://drafts.csswg.org/css-variables-2/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "10 February 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-variables-2.json",
"links": "links/css-variables-2.json",
"refs": "refs/css-variables-2.json",
@@ -2645,11 +2645,11 @@
],
"crawled": "https://drafts.csswg.org/selectors-5/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "24 September 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/selectors-5.json",
"refs": "refs/selectors-5.json",
"css": "css/selectors-5.json",
@@ -8948,11 +8948,11 @@
],
"crawled": "https://w3c.github.io/ppa/",
"crawlCacheInfo": {
- "lastModified": "Tue, 11 Feb 2025 00:19:38 GMT"
+ "lastModified": "Mon, 17 Feb 2025 21:24:25 GMT"
},
"generator": "bikeshed",
- "date": "11 February 2025",
- "revision": "764f599aa64d6b751358e94c4db73c31cfdcb5c7",
+ "date": "17 February 2025",
+ "revision": "283e639f327f437c34ada89dab4587267f0a8af9",
"algorithms": "algorithms/ppa.json",
"links": "links/ppa.json",
"refs": "refs/ppa.json",
@@ -18289,11 +18289,11 @@
],
"crawled": "https://drafts.csswg.org/css-2022/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "29 January 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-2022.json",
"refs": "refs/css-2022.json",
"dfns": "dfns/css-2022.json",
@@ -18350,11 +18350,11 @@
],
"crawled": "https://drafts.csswg.org/css-2023/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "29 January 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-2023.json",
"refs": "refs/css-2023.json",
"dfns": "dfns/css-2023.json",
@@ -18417,11 +18417,11 @@
],
"crawled": "https://drafts.csswg.org/css-align-3/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "4 February 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-align-3.json",
"links": "links/css-align-3.json",
"refs": "refs/css-align-3.json",
@@ -18480,11 +18480,11 @@
],
"crawled": "https://drafts.csswg.org/css-anchor-position-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "12 October 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-anchor-position-1.json",
"links": "links/css-anchor-position-1.json",
"refs": "refs/css-anchor-position-1.json",
@@ -18616,11 +18616,11 @@
],
"crawled": "https://drafts.csswg.org/css-animations-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "31 January 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-animations-1.json",
"refs": "refs/css-animations-1.json",
"events": "events/css-animations-1.json",
@@ -18686,11 +18686,11 @@
],
"crawled": "https://drafts.csswg.org/css-animations-2/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "14 February 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-animations-2.json",
"links": "links/css-animations-2.json",
"refs": "refs/css-animations-2.json",
@@ -18757,11 +18757,11 @@
],
"crawled": "https://drafts.csswg.org/css-backgrounds-3/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "29 October 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-backgrounds-3.json",
"links": "links/css-backgrounds-3.json",
"refs": "refs/css-backgrounds-3.json",
@@ -18827,11 +18827,11 @@
],
"crawled": "https://drafts.csswg.org/css-box-3/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "4 April 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-box-3.json",
"refs": "refs/css-box-3.json",
"dfns": "dfns/css-box-3.json",
@@ -18894,11 +18894,11 @@
],
"crawled": "https://drafts.csswg.org/css-box-4/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "18 January 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-box-4.json",
"refs": "refs/css-box-4.json",
"css": "css/css-box.json",
@@ -18963,11 +18963,11 @@
],
"crawled": "https://drafts.csswg.org/css-break-3/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "28 August 2023",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-break-3.json",
"refs": "refs/css-break-3.json",
"dfns": "dfns/css-break-3.json",
@@ -19030,11 +19030,11 @@
],
"crawled": "https://drafts.csswg.org/css-break-4/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "11 March 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-break-4.json",
"refs": "refs/css-break-4.json",
"css": "css/css-break.json",
@@ -19098,11 +19098,11 @@
],
"crawled": "https://drafts.csswg.org/css-cascade-3/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "30 January 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-cascade-3.json",
"refs": "refs/css-cascade-3.json",
"dfns": "dfns/css-cascade-3.json",
@@ -19167,11 +19167,11 @@
],
"crawled": "https://drafts.csswg.org/css-cascade-4/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "28 August 2023",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-cascade-4.json",
"links": "links/css-cascade-4.json",
"refs": "refs/css-cascade-4.json",
@@ -19236,11 +19236,11 @@
],
"crawled": "https://drafts.csswg.org/css-cascade-5/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "28 August 2023",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-cascade-5.json",
"refs": "refs/css-cascade-5.json",
"idl": "idl/css-cascade.idl",
@@ -19305,11 +19305,11 @@
],
"crawled": "https://drafts.csswg.org/css-cascade-6/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "8 November 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-cascade-6.json",
"refs": "refs/css-cascade-6.json",
"idl": "idl/css-cascade-6.idl",
@@ -19374,7 +19374,7 @@
],
"crawled": "https://drafts.csswg.org/css-color-3/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"date": "18 January 2022",
"links": "links/css-color-3.json",
@@ -19441,11 +19441,11 @@
],
"crawled": "https://drafts.csswg.org/css-color-4/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "14 February 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-color-4.json",
"links": "links/css-color-4.json",
"refs": "refs/css-color-4.json",
@@ -19511,11 +19511,11 @@
],
"crawled": "https://drafts.csswg.org/css-color-5/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "11 February 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-color-5.json",
"links": "links/css-color-5.json",
"refs": "refs/css-color-5.json",
@@ -19581,11 +19581,11 @@
],
"crawled": "https://drafts.csswg.org/css-color-adjust-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "27 November 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-color-adjust-1.json",
"links": "links/css-color-adjust-1.json",
"refs": "refs/css-color-adjust-1.json",
@@ -19647,11 +19647,11 @@
],
"crawled": "https://drafts.csswg.org/css-color-hdr-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
- "date": "15 February 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "date": "17 February 2025",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-color-hdr-1.json",
"links": "links/css-color-hdr-1.json",
"refs": "refs/css-color-hdr-1.json",
@@ -19717,11 +19717,11 @@
],
"crawled": "https://drafts.csswg.org/css-conditional-3/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "29 January 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-conditional-3.json",
"links": "links/css-conditional-3.json",
"refs": "refs/css-conditional-3.json",
@@ -19788,11 +19788,11 @@
],
"crawled": "https://drafts.csswg.org/css-conditional-4/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "19 March 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-conditional-4.json",
"refs": "refs/css-conditional-4.json",
"css": "css/css-conditional-4.json",
@@ -19856,11 +19856,11 @@
],
"crawled": "https://drafts.csswg.org/css-conditional-5/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "19 December 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-conditional-5.json",
"links": "links/css-conditional-5.json",
"refs": "refs/css-conditional-5.json",
@@ -19926,11 +19926,11 @@
],
"crawled": "https://drafts.csswg.org/css-contain-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "28 June 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-contain-1.json",
"links": "links/css-contain-1.json",
"refs": "refs/css-contain-1.json",
@@ -19996,11 +19996,11 @@
],
"crawled": "https://drafts.csswg.org/css-contain-2/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "18 January 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-contain-2.json",
"links": "links/css-contain-2.json",
"refs": "refs/css-contain-2.json",
@@ -20067,11 +20067,11 @@
],
"crawled": "https://drafts.csswg.org/css-contain-3/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "20 June 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-contain-3.json",
"refs": "refs/css-contain-3.json",
"headings": "headings/css-contain-3.json",
@@ -20133,11 +20133,11 @@
],
"crawled": "https://drafts.csswg.org/css-content-3/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "17 May 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-content-3.json",
"links": "links/css-content-3.json",
"refs": "refs/css-content-3.json",
@@ -20202,11 +20202,11 @@
],
"crawled": "https://drafts.csswg.org/css-counter-styles-3/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "18 December 2023",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-counter-styles-3.json",
"links": "links/css-counter-styles-3.json",
"refs": "refs/css-counter-styles-3.json",
@@ -20273,11 +20273,11 @@
],
"crawled": "https://drafts.csswg.org/css-display-3/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "22 November 2023",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-display-3.json",
"refs": "refs/css-display-3.json",
"dfns": "dfns/css-display-3.json",
@@ -20340,11 +20340,11 @@
],
"crawled": "https://drafts.csswg.org/css-display-4/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "5 February 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-display-4.json",
"refs": "refs/css-display-4.json",
"css": "css/css-display.json",
@@ -20409,11 +20409,11 @@
],
"crawled": "https://drafts.csswg.org/css-easing-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "28 August 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-easing-1.json",
"links": "links/css-easing-1.json",
"refs": "refs/css-easing-1.json",
@@ -20477,11 +20477,11 @@
],
"crawled": "https://drafts.csswg.org/css-easing-2/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "6 February 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-easing-2.json",
"links": "links/css-easing-2.json",
"refs": "refs/css-easing-2.json",
@@ -20546,11 +20546,11 @@
],
"crawled": "https://drafts.csswg.org/css-flexbox-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "10 February 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-flexbox-1.json",
"links": "links/css-flexbox-1.json",
"refs": "refs/css-flexbox-1.json",
@@ -20615,11 +20615,11 @@
],
"crawled": "https://drafts.csswg.org/css-font-loading-3/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "11 May 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-font-loading-3.json",
"links": "links/css-font-loading-3.json",
"refs": "refs/css-font-loading-3.json",
@@ -20688,11 +20688,11 @@
],
"crawled": "https://drafts.csswg.org/css-fonts-4/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "7 February 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-fonts-4.json",
"links": "links/css-fonts-4.json",
"refs": "refs/css-fonts-4.json",
@@ -20758,11 +20758,11 @@
],
"crawled": "https://drafts.csswg.org/css-fonts-5/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "13 January 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-fonts-5.json",
"refs": "refs/css-fonts-5.json",
"idl": "idl/css-fonts-5.idl",
@@ -20828,11 +20828,11 @@
],
"crawled": "https://drafts.csswg.org/css-gcpm-3/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "4 May 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-gcpm-3.json",
"refs": "refs/css-gcpm-3.json",
"css": "css/css-gcpm.json",
@@ -20896,11 +20896,11 @@
],
"crawled": "https://drafts.csswg.org/css-grid-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "17 January 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-grid-1.json",
"links": "links/css-grid-1.json",
"refs": "refs/css-grid-1.json",
@@ -20966,11 +20966,11 @@
],
"crawled": "https://drafts.csswg.org/css-grid-2/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "13 January 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-grid-2.json",
"links": "links/css-grid-2.json",
"refs": "refs/css-grid-2.json",
@@ -21035,11 +21035,11 @@
],
"crawled": "https://drafts.csswg.org/css-grid-3/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "8 February 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-grid-3.json",
"links": "links/css-grid-3.json",
"refs": "refs/css-grid-3.json",
@@ -21098,11 +21098,11 @@
],
"crawled": "https://drafts.csswg.org/css-highlight-api-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "30 January 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-highlight-api-1.json",
"links": "links/css-highlight-api-1.json",
"refs": "refs/css-highlight-api-1.json",
@@ -21168,11 +21168,11 @@
],
"crawled": "https://drafts.csswg.org/css-images-3/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "11 January 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-images-3.json",
"links": "links/css-images-3.json",
"refs": "refs/css-images-3.json",
@@ -21238,11 +21238,11 @@
],
"crawled": "https://drafts.csswg.org/css-images-4/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "23 January 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-images-4.json",
"links": "links/css-images-4.json",
"refs": "refs/css-images-4.json",
@@ -21308,11 +21308,11 @@
],
"crawled": "https://drafts.csswg.org/css-inline-3/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "10 January 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-inline-3.json",
"links": "links/css-inline-3.json",
"refs": "refs/css-inline-3.json",
@@ -21437,11 +21437,11 @@
],
"crawled": "https://drafts.csswg.org/css-line-grid-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "26 July 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-line-grid-1.json",
"refs": "refs/css-line-grid-1.json",
"css": "css/css-line-grid.json",
@@ -21505,11 +21505,11 @@
],
"crawled": "https://drafts.csswg.org/css-lists-3/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "24 January 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-lists-3.json",
"links": "links/css-lists-3.json",
"refs": "refs/css-lists-3.json",
@@ -21574,11 +21574,11 @@
],
"crawled": "https://drafts.csswg.org/css-logical-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "24 January 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-logical-1.json",
"refs": "refs/css-logical-1.json",
"css": "css/css-logical.json",
@@ -21711,11 +21711,11 @@
],
"crawled": "https://drafts.csswg.org/css-multicol-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "22 November 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-multicol-1.json",
"refs": "refs/css-multicol-1.json",
"dfns": "dfns/css-multicol-1.json",
@@ -21778,11 +21778,11 @@
],
"crawled": "https://drafts.csswg.org/css-multicol-2/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "17 December 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-multicol-2.json",
"refs": "refs/css-multicol-2.json",
"css": "css/css-multicol.json",
@@ -21846,11 +21846,11 @@
],
"crawled": "https://drafts.csswg.org/css-namespaces-3/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "25 October 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-namespaces-3.json",
"refs": "refs/css-namespaces-3.json",
"css": "css/css-namespaces.json",
@@ -21908,11 +21908,11 @@
],
"crawled": "https://drafts.csswg.org/css-nav-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "29 July 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-nav-1.json",
"links": "links/css-nav-1.json",
"refs": "refs/css-nav-1.json",
@@ -21973,11 +21973,11 @@
],
"crawled": "https://drafts.csswg.org/css-nesting-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "4 December 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-nesting-1.json",
"refs": "refs/css-nesting-1.json",
"idl": "idl/css-nesting.idl",
@@ -22043,11 +22043,11 @@
],
"crawled": "https://drafts.csswg.org/css-overflow-3/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "29 January 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-overflow-3.json",
"refs": "refs/css-overflow-3.json",
"css": "css/css-overflow.json",
@@ -22112,11 +22112,11 @@
],
"crawled": "https://drafts.csswg.org/css-overflow-4/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "29 January 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-overflow-4.json",
"refs": "refs/css-overflow-4.json",
"css": "css/css-overflow-4.json",
@@ -22180,11 +22180,11 @@
],
"crawled": "https://drafts.csswg.org/css-overflow-5/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "7 February 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-overflow-5.json",
"links": "links/css-overflow-5.json",
"refs": "refs/css-overflow-5.json",
@@ -22249,11 +22249,11 @@
],
"crawled": "https://drafts.csswg.org/css-overscroll-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "3 March 2023",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-overscroll-1.json",
"refs": "refs/css-overscroll-1.json",
"css": "css/css-overscroll.json",
@@ -22318,11 +22318,11 @@
],
"crawled": "https://drafts.csswg.org/css-page-3/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "5 December 2023",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-page-3.json",
"links": "links/css-page-3.json",
"refs": "refs/css-page-3.json",
@@ -22381,11 +22381,11 @@
],
"crawled": "https://drafts.csswg.org/css-page-floats-3/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "4 November 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-page-floats-3.json",
"links": "links/css-page-floats-3.json",
"refs": "refs/css-page-floats-3.json",
@@ -22517,11 +22517,11 @@
],
"crawled": "https://drafts.csswg.org/css-position-3/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "19 November 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-position-3.json",
"links": "links/css-position-3.json",
"refs": "refs/css-position-3.json",
@@ -22652,11 +22652,11 @@
],
"crawled": "https://drafts.csswg.org/css-pseudo-4/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "6 February 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-pseudo-4.json",
"links": "links/css-pseudo-4.json",
"refs": "refs/css-pseudo-4.json",
@@ -22716,11 +22716,11 @@
],
"crawled": "https://drafts.csswg.org/css-regions-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "24 January 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-regions-1.json",
"refs": "refs/css-regions-1.json",
"idl": "idl/css-regions.idl",
@@ -22779,11 +22779,11 @@
],
"crawled": "https://drafts.csswg.org/css-rhythm-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "13 December 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-rhythm-1.json",
"refs": "refs/css-rhythm-1.json",
"css": "css/css-rhythm.json",
@@ -22847,11 +22847,11 @@
],
"crawled": "https://drafts.csswg.org/css-round-display-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "1 August 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-round-display-1.json",
"refs": "refs/css-round-display-1.json",
"css": "css/css-round-display.json",
@@ -22915,11 +22915,11 @@
],
"crawled": "https://drafts.csswg.org/css-ruby-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "15 July 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-ruby-1.json",
"links": "links/css-ruby-1.json",
"refs": "refs/css-ruby-1.json",
@@ -22984,11 +22984,11 @@
],
"crawled": "https://drafts.csswg.org/css-scoping-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "22 January 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-scoping-1.json",
"links": "links/css-scoping-1.json",
"refs": "refs/css-scoping-1.json",
@@ -23053,11 +23053,11 @@
],
"crawled": "https://drafts.csswg.org/css-scroll-anchoring-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "3 December 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-scroll-anchoring-1.json",
"links": "links/css-scroll-anchoring-1.json",
"refs": "refs/css-scroll-anchoring-1.json",
@@ -23123,11 +23123,11 @@
],
"crawled": "https://drafts.csswg.org/css-scroll-snap-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "22 January 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-scroll-snap-1.json",
"links": "links/css-scroll-snap-1.json",
"refs": "refs/css-scroll-snap-1.json",
@@ -23192,11 +23192,11 @@
],
"crawled": "https://drafts.csswg.org/css-scroll-snap-2/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "16 December 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-scroll-snap-2.json",
"links": "links/css-scroll-snap-2.json",
"refs": "refs/css-scroll-snap-2.json",
@@ -23263,11 +23263,11 @@
],
"crawled": "https://drafts.csswg.org/css-scrollbars-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "13 September 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-scrollbars-1.json",
"refs": "refs/css-scrollbars-1.json",
"css": "css/css-scrollbars.json",
@@ -23331,11 +23331,11 @@
],
"crawled": "https://drafts.csswg.org/css-shadow-parts-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "5 September 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-shadow-parts-1.json",
"links": "links/css-shadow-parts-1.json",
"refs": "refs/css-shadow-parts-1.json",
@@ -23402,11 +23402,11 @@
],
"crawled": "https://drafts.csswg.org/css-shapes-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "4 February 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-shapes-1.json",
"refs": "refs/css-shapes-1.json",
"css": "css/css-shapes.json",
@@ -23471,11 +23471,11 @@
],
"crawled": "https://drafts.csswg.org/css-sizing-3/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "25 July 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-sizing-3.json",
"links": "links/css-sizing-3.json",
"refs": "refs/css-sizing-3.json",
@@ -23540,11 +23540,11 @@
],
"crawled": "https://drafts.csswg.org/css-sizing-4/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "15 October 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-sizing-4.json",
"refs": "refs/css-sizing-4.json",
"css": "css/css-sizing-4.json",
@@ -23608,11 +23608,11 @@
],
"crawled": "https://drafts.csswg.org/css-speech-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "29 October 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-speech-1.json",
"refs": "refs/css-speech-1.json",
"css": "css/css-speech.json",
@@ -23674,7 +23674,7 @@
],
"crawled": "https://drafts.csswg.org/css-style-attr/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"date": "10 April 2015",
"links": "links/css-style-attr.json",
@@ -23740,11 +23740,11 @@
],
"crawled": "https://drafts.csswg.org/css-syntax-3/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "20 November 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-syntax-3.json",
"links": "links/css-syntax-3.json",
"refs": "refs/css-syntax-3.json",
@@ -23809,11 +23809,11 @@
],
"crawled": "https://drafts.csswg.org/css-tables-3/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "1 August 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-tables-3.json",
"links": "links/css-tables-3.json",
"refs": "refs/css-tables-3.json",
@@ -23879,11 +23879,11 @@
],
"crawled": "https://drafts.csswg.org/css-text-3/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "3 October 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-text-3.json",
"links": "links/css-text-3.json",
"refs": "refs/css-text-3.json",
@@ -23948,11 +23948,11 @@
],
"crawled": "https://drafts.csswg.org/css-text-4/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "27 November 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-text-4.json",
"links": "links/css-text-4.json",
"refs": "refs/css-text-4.json",
@@ -24018,11 +24018,11 @@
],
"crawled": "https://drafts.csswg.org/css-text-decor-3/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "24 January 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-text-decor-3.json",
"refs": "refs/css-text-decor-3.json",
"css": "css/css-text-decor.json",
@@ -24086,11 +24086,11 @@
],
"crawled": "https://drafts.csswg.org/css-text-decor-4/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "18 January 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-text-decor-4.json",
"refs": "refs/css-text-decor-4.json",
"css": "css/css-text-decor-4.json",
@@ -24155,11 +24155,11 @@
],
"crawled": "https://drafts.csswg.org/css-transforms-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "29 January 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-transforms-1.json",
"links": "links/css-transforms-1.json",
"refs": "refs/css-transforms-1.json",
@@ -24224,11 +24224,11 @@
],
"crawled": "https://drafts.csswg.org/css-transforms-2/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "3 April 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-transforms-2.json",
"links": "links/css-transforms-2.json",
"refs": "refs/css-transforms-2.json",
@@ -24294,11 +24294,11 @@
],
"crawled": "https://drafts.csswg.org/css-transitions-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "29 January 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-transitions-1.json",
"links": "links/css-transitions-1.json",
"refs": "refs/css-transitions-1.json",
@@ -24365,11 +24365,11 @@
],
"crawled": "https://drafts.csswg.org/css-transitions-2/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "29 January 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-transitions-2.json",
"links": "links/css-transitions-2.json",
"refs": "refs/css-transitions-2.json",
@@ -24501,11 +24501,11 @@
],
"crawled": "https://drafts.csswg.org/css-ui-3/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "27 February 2023",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-ui-3.json",
"links": "links/css-ui-3.json",
"refs": "refs/css-ui-3.json",
@@ -24570,11 +24570,11 @@
],
"crawled": "https://drafts.csswg.org/css-ui-4/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "24 January 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-ui-4.json",
"links": "links/css-ui-4.json",
"refs": "refs/css-ui-4.json",
@@ -24641,11 +24641,11 @@
],
"crawled": "https://drafts.csswg.org/css-values-3/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "31 July 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-values-3.json",
"refs": "refs/css-values-3.json",
"dfns": "dfns/css-values-3.json",
@@ -24710,11 +24710,11 @@
],
"crawled": "https://drafts.csswg.org/css-values-4/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "28 October 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-values-4.json",
"links": "links/css-values-4.json",
"refs": "refs/css-values-4.json",
@@ -24779,11 +24779,11 @@
],
"crawled": "https://drafts.csswg.org/css-values-5/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "14 February 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-values-5.json",
"links": "links/css-values-5.json",
"refs": "refs/css-values-5.json",
@@ -24849,11 +24849,11 @@
],
"crawled": "https://drafts.csswg.org/css-variables-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "25 October 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-variables-1.json",
"links": "links/css-variables-1.json",
"refs": "refs/css-variables-1.json",
@@ -24912,11 +24912,11 @@
],
"crawled": "https://drafts.csswg.org/css-view-transitions-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "22 October 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-view-transitions-1.json",
"links": "links/css-view-transitions-1.json",
"refs": "refs/css-view-transitions-1.json",
@@ -24976,11 +24976,11 @@
],
"crawled": "https://drafts.csswg.org/css-view-transitions-2/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "5 February 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-view-transitions-2.json",
"links": "links/css-view-transitions-2.json",
"refs": "refs/css-view-transitions-2.json",
@@ -25048,11 +25048,11 @@
],
"crawled": "https://drafts.csswg.org/css-viewport/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "12 July 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-viewport-1.json",
"links": "links/css-viewport-1.json",
"refs": "refs/css-viewport-1.json",
@@ -25118,11 +25118,11 @@
],
"crawled": "https://drafts.csswg.org/css-will-change-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "29 April 2022",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-will-change-1.json",
"refs": "refs/css-will-change-1.json",
"css": "css/css-will-change.json",
@@ -25187,11 +25187,11 @@
],
"crawled": "https://drafts.csswg.org/css-writing-modes-3/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "28 August 2023",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/css-writing-modes-3.json",
"refs": "refs/css-writing-modes-3.json",
"dfns": "dfns/css-writing-modes-3.json",
@@ -25255,11 +25255,11 @@
],
"crawled": "https://drafts.csswg.org/css-writing-modes-4/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "28 August 2023",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css-writing-modes-4.json",
"links": "links/css-writing-modes-4.json",
"refs": "refs/css-writing-modes-4.json",
@@ -25466,11 +25466,11 @@
],
"crawled": "https://drafts.csswg.org/css2/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "13 February 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/CSS22.json",
"links": "links/CSS22.json",
"refs": "refs/CSS22.json",
@@ -25535,11 +25535,11 @@
],
"crawled": "https://drafts.csswg.org/css-exclusions-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "24 July 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/css3-exclusions.json",
"links": "links/css3-exclusions.json",
"refs": "refs/css3-exclusions.json",
@@ -25604,11 +25604,11 @@
],
"crawled": "https://drafts.csswg.org/cssom-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "1 October 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/cssom-1.json",
"links": "links/cssom-1.json",
"refs": "refs/cssom-1.json",
@@ -25674,11 +25674,11 @@
],
"crawled": "https://drafts.csswg.org/cssom-view-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "7 February 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/cssom-view-1.json",
"links": "links/cssom-view-1.json",
"refs": "refs/cssom-view-1.json",
@@ -29490,7 +29490,7 @@
],
"crawled": "https://drafts.csswg.org/mediaqueries-3/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"date": "14 May 2024",
"links": "links/mediaqueries-3.json",
@@ -29556,11 +29556,11 @@
],
"crawled": "https://drafts.csswg.org/mediaqueries-4/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "24 January 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/mediaqueries-4.json",
"refs": "refs/mediaqueries-4.json",
"css": "css/mediaqueries.json",
@@ -29624,11 +29624,11 @@
],
"crawled": "https://drafts.csswg.org/mediaqueries-5/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "15 November 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/mediaqueries-5.json",
"links": "links/mediaqueries-5.json",
"refs": "refs/mediaqueries-5.json",
@@ -29756,11 +29756,11 @@
],
"crawled": "https://w3c.github.io/mediacapture-record/",
"crawlCacheInfo": {
- "lastModified": "Thu, 31 Oct 2024 15:24:11 GMT"
+ "lastModified": "Mon, 17 Feb 2025 19:04:10 GMT"
},
"generator": "bikeshed",
- "date": "31 October 2024",
- "revision": "dbe375f40dc22a446e3eae65163e39e466e686bd",
+ "date": "17 February 2025",
+ "revision": "ab247052add15671ddcf4c55ec1baffafab5d819",
"algorithms": "algorithms/mediastream-recording.json",
"links": "links/mediastream-recording.json",
"refs": "refs/mediastream-recording.json",
@@ -32758,11 +32758,11 @@
],
"crawled": "https://drafts.csswg.org/resize-observer-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "27 January 2023",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/resize-observer-1.json",
"links": "links/resize-observer-1.json",
"refs": "refs/resize-observer-1.json",
@@ -33091,11 +33091,11 @@
],
"crawled": "https://drafts.csswg.org/scroll-animations-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "30 January 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/scroll-animations-1.json",
"links": "links/scroll-animations-1.json",
"refs": "refs/scroll-animations-1.json",
@@ -33355,7 +33355,7 @@
],
"crawled": "https://drafts.csswg.org/selectors-3/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"date": "30 January 2018",
"links": "links/selectors-3.json",
@@ -33422,11 +33422,11 @@
],
"crawled": "https://drafts.csswg.org/selectors-4/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "11 February 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/selectors-4.json",
"links": "links/selectors-4.json",
"refs": "refs/selectors-4.json",
@@ -35212,10 +35212,10 @@
],
"crawled": "https://w3c.github.io/vc-data-integrity/",
"crawlCacheInfo": {
- "lastModified": "Fri, 14 Feb 2025 17:07:38 GMT"
+ "lastModified": "Mon, 17 Feb 2025 19:57:17 GMT"
},
"generator": "respec",
- "date": "06 March 2024",
+ "date": "20 March 2025",
"algorithms": "algorithms/vc-data-integrity.json",
"links": "links/vc-data-integrity.json",
"refs": "refs/vc-data-integrity.json",
@@ -35268,10 +35268,10 @@
],
"crawled": "https://w3c.github.io/vc-data-model/",
"crawlCacheInfo": {
- "lastModified": "Mon, 27 Jan 2025 22:21:27 GMT"
+ "lastModified": "Mon, 17 Feb 2025 19:36:52 GMT"
},
"generator": "respec",
- "date": "06 March 2024",
+ "date": "20 March 2025",
"algorithms": "algorithms/vc-data-model-2.0.json",
"links": "links/vc-data-model-2.0.json",
"refs": "refs/vc-data-model-2.0.json",
@@ -35806,11 +35806,11 @@
],
"crawled": "https://drafts.csswg.org/web-animations-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "31 January 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/web-animations-1.json",
"links": "links/web-animations-1.json",
"refs": "refs/web-animations-1.json",
@@ -35876,11 +35876,11 @@
],
"crawled": "https://drafts.csswg.org/web-animations-2/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "11 February 2025",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"algorithms": "algorithms/web-animations-2.json",
"links": "links/web-animations-2.json",
"refs": "refs/web-animations-2.json",
@@ -39062,11 +39062,11 @@
],
"crawled": "https://drafts.csswg.org/selectors-nonelement-1/",
"crawlCacheInfo": {
- "lastModified": "Sat, 15 Feb 2025 22:02:12 GMT"
+ "lastModified": "Mon, 17 Feb 2025 20:19:40 GMT"
},
"generator": "bikeshed",
"date": "24 January 2024",
- "revision": "92032ab38b3b9daa3dd047b670cbfc1e5a3389f0",
+ "revision": "efb1d2159fec364f7d50f2a157a7ee3fdd0ae907",
"links": "links/selectors-nonelement-1.json",
"refs": "refs/selectors-nonelement-1.json",
"css": "css/selectors-nonelement.json",
diff --git a/ed/links/vc-data-integrity.json b/ed/links/vc-data-integrity.json
index b11b141cd0b6..e4af023bfed2 100644
--- a/ed/links/vc-data-integrity.json
+++ b/ed/links/vc-data-integrity.json
@@ -21,6 +21,10 @@
"https://en.wikipedia.org/wiki/Group_signature": {},
"https://en.wikipedia.org/wiki/Proof_of_knowledge": {},
"https://en.wikipedia.org/wiki/Proof_of_stake": {},
+ "https://github.com/Anthony": {},
+ "https://github.com/Bob420": {},
+ "https://github.com/nightpool": {},
+ "https://github.com/silverpill": {},
"https://infra.spec.whatwg.org/": {
"anchors": [
"parse-json-bytes-to-a-javascript-value",
@@ -60,6 +64,7 @@
"https://www.w3.org/TR/": {},
"https://www.w3.org/TR/2022/WD-vc-data-integrity-20221110/": {},
"https://www.w3.org/TR/2023/CR-vc-data-integrity-20231121/": {},
+ "https://www.w3.org/TR/2024/CR-vc-data-integrity-20241219/": {},
"https://www.w3.org/TR/VC-DATA-MODEL-2.0": {
"anchors": [
"PARSING_ERROR"
diff --git a/ed/links/vc-data-model-2.0.json b/ed/links/vc-data-model-2.0.json
index a743d4afaf91..dc246f762bbc 100644
--- a/ed/links/vc-data-model-2.0.json
+++ b/ed/links/vc-data-model-2.0.json
@@ -111,6 +111,7 @@
]
},
"https://www.w3.org/TR/2024/CR-vc-data-model-2.0-20240201/": {},
+ "https://www.w3.org/TR/2024/CR-vc-data-model-2.0-20241219/": {},
"https://www.w3.org/TR/SRI/": {
"anchors": [
"the-integrity-attribute",
diff --git a/ed/refs/vc-data-integrity.json b/ed/refs/vc-data-integrity.json
index 6da3be125f49..d77b4e6f532d 100644
--- a/ed/refs/vc-data-integrity.json
+++ b/ed/refs/vc-data-integrity.json
@@ -10,7 +10,7 @@
"url": "https://www.ecma-international.org/publications-and-standards/standards/ecma-6/"
},
{
- "name": "CONTROLLER-DOCUMENT",
+ "name": "CID-1.0",
"url": "https://www.w3.org/TR/cid-1.0/"
},
{
@@ -67,6 +67,10 @@
}
],
"informative": [
+ {
+ "name": "CID",
+ "url": "https://www.w3.org/TR/cid-1.0/"
+ },
{
"name": "DI-ECDSA",
"url": "https://www.w3.org/TR/vc-di-ecdsa/"
diff --git a/ed/refs/vc-data-model-2.0.json b/ed/refs/vc-data-model-2.0.json
index 087031f41b03..452d7a4b1ef0 100644
--- a/ed/refs/vc-data-model-2.0.json
+++ b/ed/refs/vc-data-model-2.0.json
@@ -5,10 +5,6 @@
},
"refs": {
"normative": [
- {
- "name": "CONTROLLER-DOCUMENT",
- "url": "https://www.w3.org/TR/cid-1.0/"
- },
{
"name": "i18n-glossary",
"url": "https://www.w3.org/TR/i18n-glossary/"
@@ -25,10 +21,6 @@
"name": "JSON-LD11-API",
"url": "https://www.w3.org/TR/json-ld11-api/"
},
- {
- "name": "LINKED-DATA",
- "url": "https://www.w3.org/DesignIssues/LinkedData.html"
- },
{
"name": "RFC2119",
"url": "https://www.rfc-editor.org/rfc/rfc2119"
@@ -75,12 +67,16 @@
"name": "BCP47",
"url": "https://www.rfc-editor.org/rfc/rfc5646"
},
+ {
+ "name": "CID",
+ "url": "https://www.w3.org/TR/cid-1.0/"
+ },
{
"name": "DEMOGRAPHICS",
"url": "https://dataprivacylab.org/projects/identifiability/paper1.pdf"
},
{
- "name": "DID-CORE",
+ "name": "DID",
"url": "https://www.w3.org/TR/did-core/"
},
{
@@ -99,6 +95,10 @@
"name": "LD-BP",
"url": "https://www.w3.org/TR/ld-bp/"
},
+ {
+ "name": "LINKED-DATA",
+ "url": "https://www.w3.org/DesignIssues/LinkedData.html"
+ },
{
"name": "NIST-SP-800-57-Part-1",
"url": "https://doi.org/10.6028/NIST.SP.800-57pt1r5"