diff --git a/ed/algorithms/css-flexbox-1.json b/ed/algorithms/css-flexbox-1.json
index cb045802d5a0..5e33dee4c86e 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 ca0347744a99..a3638d4f17d1 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:",
@@ -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 e108d29165af..f32247ccc48b 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/css-highlight-api-1.json b/ed/algorithms/css-highlight-api-1.json
index b75c598f3916..29d4315f605b 100644
--- a/ed/algorithms/css-highlight-api-1.json
+++ b/ed/algorithms/css-highlight-api-1.json
@@ -37,7 +37,7 @@
"html": "If any of the following are true, return the empty sequence:
\n "
},
{
- "html": "Otherwise, return a sequence of custom highlights given by ordering the highlights contained in this HighlightRegistry
in descending order of priority,\nexcluding the highlights without at least one range range that satisfies the following constraints:
",
+ "html": "Otherwise, return a sequence of custom highlights given by ordering the highlights contained in this HighlightRegistry
in descending order of priority,\nexcluding the highlights without at least one range range that satisfies the following constraints:
",
"ignored": [
"The coordinates x,y fall inside at least one of the DOMRects returned by calling getClientRects() on range. The range’s commonAncestorContainer is not in a shadow tree or is in a shadow tree whose shadow root is contained by by options.shadowRoots."
]
diff --git a/ed/algorithms/mediacapture-surface-control.json b/ed/algorithms/mediacapture-surface-control.json
index c79fbafdc408..70428d531213 100644
--- a/ed/algorithms/mediacapture-surface-control.json
+++ b/ed/algorithms/mediacapture-surface-control.json
@@ -67,13 +67,31 @@
},
{
"html": "Run the following steps in parallel:",
- "rationale": "reject",
+ "rationale": "abort these steps",
"steps": [
{
- "html": "Get the current permission state of \"captured-surface-control\"
. If\n the result is NOT \"granted
\", and the relevant global object does NOT have transient activation, return a promise\n rejected with a DOMException
object whose name
\n attribute has the value InvalidStateError
."
+ "html": "Get the current permission state of \"captured-surface-control\"
. If\n the result is NOT \"granted
\", and the relevant global object does NOT have transient activation, then:",
+ "rationale": "queue",
+ "steps": [
+ {
+ "html": "Queue a global task on the user interaction task source given the\n current realm's global object as global to reject P with a\n DOMException
object whose name
attribute has the value\n InvalidStateError
."
+ },
+ {
+ "html": "Abort these steps."
+ }
+ ]
},
{
- "html": "Request permission to use a PermissionDescriptor
with its\n name
member set to\n \"captured-surface-control\"
. If the result of the request is\n \"denied
\", reject P with a new DOMException
object\n whose name
is NotAllowedError
and abort these steps."
+ "html": "Request permission to use a PermissionDescriptor
with its\n name
member set to\n \"captured-surface-control\"
. If the result of the request is\n \"denied
\", then:",
+ "rationale": "queue",
+ "steps": [
+ {
+ "html": "Queue a global task on the user interaction task source given the\n current realm's global object as global to reject P with a new\n DOMException
object whose name
is NotAllowedError
."
+ },
+ {
+ "html": "Abort these steps."
+ }
+ ]
},
{
"html": "If this.[[ForwardWheelElement]]
is not null
,\n remove an event listener with\n this.[[ForwardWheelElement]]
as eventTarget and\n this.[[ForwardWheelEventListener]]
as listener."
@@ -97,7 +115,7 @@
]
},
{
- "html": "Resolve P."
+ "html": "Queue a global task on the user interaction task source given the\n current realm's global object as global to resolve P."
}
]
},
@@ -207,13 +225,22 @@
"rationale": "abort these steps",
"steps": [
{
- "html": "Request permission to use a PermissionDescriptor
with its\n name
member set to\n \"captured-surface-control\"
. If the result of the request is\n \"denied
\", reject P with a new DOMException
object\n whose name
is NotAllowedError
and abort these steps."
+ "html": "Request permission to use a PermissionDescriptor
with its\n name
member set to\n \"captured-surface-control\"
. If the result of the request is\n \"denied
\", then:",
+ "rationale": "queue",
+ "steps": [
+ {
+ "html": "Queue a global task on the user interaction task source given the\n current realm's global object as global to reject P with a new\n DOMException
object whose name
is NotAllowedError
."
+ },
+ {
+ "html": "Abort these steps."
+ }
+ ]
},
{
"html": "Set this.[[Source]]
's zoom level to targetZoomLevel."
},
{
- "html": "Resolve P."
+ "html": "Queue a global task on the user interaction task source given the current\n realm's global object as global to resolve P."
}
]
},
diff --git a/ed/algorithms/pointerevents3.json b/ed/algorithms/pointerevents3.json
index af0927860f03..ee1ccc0ce914 100644
--- a/ed/algorithms/pointerevents3.json
+++ b/ed/algorithms/pointerevents3.json
@@ -104,11 +104,11 @@
]
},
{
- "html": "Right before firing a pointerdown
, pointerup
or pointermove
event, or a pointerleave
event at the window
, the user agent SHOULD run the following steps:",
+ "html": "Right before firing a pointerdown
, pointerup
or pointermove
event, or a pointerleave
event at the window
, the user agent SHOULD run the following steps:",
"rationale": "let",
"steps": [
{
- "html": "Let T be the target of the pointerdown
, pointerup
or pointermove
event being dispatched. For the pointerleave
event, unset T."
+ "html": "Let T be the target of the pointerdown
, pointerup
or pointermove
event being dispatched. For the pointerleave
event, unset T."
},
{
"html": "If T and current effective legacy mouse pointer position are both unset or they are equal, terminate these steps."
@@ -129,7 +129,7 @@
"html": "If the isPrimary
property for the pointer event to be dispatched is false
then dispatch the pointer event and terminate these steps."
},
{
- "html": "If the pointer event to be dispatched is a pointerdown
, pointerup
or pointermove
event, or a pointerleave
event at the window
, dispatch compatibility mouse transition events as described in Tracking the effective position of the legacy mouse pointer."
+ "html": "If the pointer event to be dispatched is a pointerdown
, pointerup
or pointermove
event, or a pointerleave
event at the window
, dispatch compatibility mouse transition events as described in Tracking the effective position of the legacy mouse pointer."
},
{
"html": "Dispatch the pointer event."
@@ -138,7 +138,7 @@
"html": "If the pointer event dispatched was pointerdown
and the event was canceled, then set the PREVENT MOUSE EVENT
flag for this pointerType
."
},
{
- "html": "If the PREVENT MOUSE EVENT
flag is not set for this pointerType
and the pointer event dispatched was:\n "
+ "html": "If the PREVENT MOUSE EVENT
flag is not set for this pointerType
and the pointer event dispatched was:\n "
},
{
"html": "If the pointer event dispatched was pointerup
or pointercancel
, clear the PREVENT MOUSE EVENT
flag for this pointerType
."
@@ -153,10 +153,10 @@
"html": "If the isPrimary
property for the pointer event to be dispatched is false
then dispatch the pointer event and terminate these steps."
},
{
- "html": "If the pointer event to be dispatched is pointerover
and the pointerdown
event has not yet been dispatched for this pointer, then fire a mousemove
event (for compatibility with legacy mouse-specific code)."
+ "html": "If the pointer event to be dispatched is pointerover
and the pointerdown
event has not yet been dispatched for this pointer, then fire a mousemove
event (for compatibility with legacy mouse-specific code)."
},
{
- "html": "If the pointer event to be dispatched is a pointerdown
, pointerup
or pointermove
event, or a pointerleave
event at the window
, dispatch compatibility mouse transition events as described in Tracking the effective position of the legacy mouse pointer."
+ "html": "If the pointer event to be dispatched is a pointerdown
, pointerup
or pointermove
event, or a pointerleave
event at the window
, dispatch compatibility mouse transition events as described in Tracking the effective position of the legacy mouse pointer."
},
{
"html": "Dispatch the pointer event."
@@ -165,7 +165,7 @@
"html": "If the pointer event dispatched was pointerdown
and the event was canceled, then set the PREVENT MOUSE EVENT
flag for this pointerType
."
},
{
- "html": "If the PREVENT MOUSE EVENT
flag is not set for this pointerType
and the pointer event dispatched was:\n "
+ "html": "If the PREVENT MOUSE EVENT
flag is not set for this pointerType
and the pointer event dispatched was:\n "
},
{
"html": "If the pointer event dispatched was pointerup
or pointercancel
, clear the PREVENT MOUSE EVENT
flag for this pointerType
."
diff --git a/ed/algorithms/pointerevents4.json b/ed/algorithms/pointerevents4.json
index af0927860f03..ee1ccc0ce914 100644
--- a/ed/algorithms/pointerevents4.json
+++ b/ed/algorithms/pointerevents4.json
@@ -104,11 +104,11 @@
]
},
{
- "html": "Right before firing a pointerdown
, pointerup
or pointermove
event, or a pointerleave
event at the window
, the user agent SHOULD run the following steps:",
+ "html": "Right before firing a pointerdown
, pointerup
or pointermove
event, or a pointerleave
event at the window
, the user agent SHOULD run the following steps:",
"rationale": "let",
"steps": [
{
- "html": "Let T be the target of the pointerdown
, pointerup
or pointermove
event being dispatched. For the pointerleave
event, unset T."
+ "html": "Let T be the target of the pointerdown
, pointerup
or pointermove
event being dispatched. For the pointerleave
event, unset T."
},
{
"html": "If T and current effective legacy mouse pointer position are both unset or they are equal, terminate these steps."
@@ -129,7 +129,7 @@
"html": "If the isPrimary
property for the pointer event to be dispatched is false
then dispatch the pointer event and terminate these steps."
},
{
- "html": "If the pointer event to be dispatched is a pointerdown
, pointerup
or pointermove
event, or a pointerleave
event at the window
, dispatch compatibility mouse transition events as described in Tracking the effective position of the legacy mouse pointer."
+ "html": "If the pointer event to be dispatched is a pointerdown
, pointerup
or pointermove
event, or a pointerleave
event at the window
, dispatch compatibility mouse transition events as described in Tracking the effective position of the legacy mouse pointer."
},
{
"html": "Dispatch the pointer event."
@@ -138,7 +138,7 @@
"html": "If the pointer event dispatched was pointerdown
and the event was canceled, then set the PREVENT MOUSE EVENT
flag for this pointerType
."
},
{
- "html": "If the PREVENT MOUSE EVENT
flag is not set for this pointerType
and the pointer event dispatched was:\n "
+ "html": "If the PREVENT MOUSE EVENT
flag is not set for this pointerType
and the pointer event dispatched was:\n "
},
{
"html": "If the pointer event dispatched was pointerup
or pointercancel
, clear the PREVENT MOUSE EVENT
flag for this pointerType
."
@@ -153,10 +153,10 @@
"html": "If the isPrimary
property for the pointer event to be dispatched is false
then dispatch the pointer event and terminate these steps."
},
{
- "html": "If the pointer event to be dispatched is pointerover
and the pointerdown
event has not yet been dispatched for this pointer, then fire a mousemove
event (for compatibility with legacy mouse-specific code)."
+ "html": "If the pointer event to be dispatched is pointerover
and the pointerdown
event has not yet been dispatched for this pointer, then fire a mousemove
event (for compatibility with legacy mouse-specific code)."
},
{
- "html": "If the pointer event to be dispatched is a pointerdown
, pointerup
or pointermove
event, or a pointerleave
event at the window
, dispatch compatibility mouse transition events as described in Tracking the effective position of the legacy mouse pointer."
+ "html": "If the pointer event to be dispatched is a pointerdown
, pointerup
or pointermove
event, or a pointerleave
event at the window
, dispatch compatibility mouse transition events as described in Tracking the effective position of the legacy mouse pointer."
},
{
"html": "Dispatch the pointer event."
@@ -165,7 +165,7 @@
"html": "If the pointer event dispatched was pointerdown
and the event was canceled, then set the PREVENT MOUSE EVENT
flag for this pointerType
."
},
{
- "html": "If the PREVENT MOUSE EVENT
flag is not set for this pointerType
and the pointer event dispatched was:\n "
+ "html": "If the PREVENT MOUSE EVENT
flag is not set for this pointerType
and the pointer event dispatched was:\n "
},
{
"html": "If the pointer event dispatched was pointerup
or pointercancel
, clear the PREVENT MOUSE EVENT
flag for this pointerType
."
diff --git a/ed/algorithms/rfc6265bis.json b/ed/algorithms/rfc6265bis.json
index c4e5da19f5e0..de89879a2316 100644
--- a/ed/algorithms/rfc6265bis.json
+++ b/ed/algorithms/rfc6265bis.json
@@ -571,7 +571,7 @@
"rationale": "let",
"steps": [
{
- "html": "Let cookie-list be the set of cookies from the cookie store that meets all\nof the following requirements:¶
\n\n- \n
Either:¶
\n\n\nOr:¶
\n\n\nNOTE: (For user agents configured to reject \"public suffixes\") It's\npossible that the public suffix list was changed since a cookie was\ncreated. If this change results in a cookie's domain becoming a public\nsuffix then that cookie is considered invalid as it would have been\nrejected during creation (See Section 5.7 step 9). User agents\nshould be careful to avoid retrieving these invalid cookies even if they\ndomain-match the host of the retrieval's URI.¶
\n \n - \n
The retrieval's URI's path path-matches the cookie's path.¶
\n \n - \n
If the cookie's secure-only-flag is true, then the retrieval's URI must\ndenote a \"secure\" connection (as defined by the user agent).¶
\n\nNOTE: The notion of a \"secure\" connection is not defined by this document.\nTypically, user agents consider a connection secure if the connection makes\nuse of transport-layer security, such as SSL or TLS, or if the host is\ntrusted. For example, most user agents consider \"https\" to be a scheme that\ndenotes a secure protocol and \"localhost\" to be trusted host.¶
\n \n - \n
If the cookie's http-only-flag is true, then exclude the cookie if the\nretrieval's type is \"non-HTTP\".¶
\n \n - \n
If the cookie's same-site-flag is not \"None\" and the retrieval's same-site\nstatus is \"cross-site\", then exclude the cookie unless all of the\nfollowing conditions are met:¶
\n\n- \n
The retrieval's type is \"HTTP\".¶
\n \n - \n
The same-site-flag is \"Lax\" or \"Default\".¶
\n \n - \n
The HTTP request associated with the retrieval uses a \"safe\" method.¶
\n \n - \n
The target browsing context of the HTTP request associated with the\nretrieval is the active browsing context or a top-level traversable.¶
\n \n
\n \n
"
+ "html": "Let cookie-list be the set of cookies from the cookie store that meets all\nof the following requirements:¶
\n\n- \n
Either:¶
\n\n\nOr:¶
\n\n\nNOTE: (For user agents configured to reject \"public suffixes\") It's\npossible that the public suffix list was changed since a cookie was\ncreated. If this change results in a cookie's domain becoming a public\nsuffix then that cookie is considered invalid as it would have been\nrejected during creation (See Section 5.7 step 9). User agents\nshould be careful to avoid retrieving these invalid cookies even if they\ndomain-match the host of the retrieval's URI.¶
\n \n - \n
The retrieval's URI's path path-matches the cookie's path.¶
\n \n - \n
If the cookie's secure-only-flag is true, then the retrieval's URI must\ndenote a \"secure\" connection (as defined by the user agent).¶
\n\nNOTE: The notion of a \"secure\" connection is not defined by this document.\nTypically, user agents consider a connection secure if the connection makes\nuse of transport-layer security, such as SSL or TLS [TLS13], or if the host is\ntrusted. For example, most user agents consider \"https\" to be a scheme that\ndenotes a secure protocol and \"localhost\" to be trusted host.¶
\n \n - \n
If the cookie's http-only-flag is true, then exclude the cookie if the\nretrieval's type is \"non-HTTP\".¶
\n \n - \n
If the cookie's same-site-flag is not \"None\" and the retrieval's same-site\nstatus is \"cross-site\", then exclude the cookie unless all of the\nfollowing conditions are met:¶
\n\n- \n
The retrieval's type is \"HTTP\".¶
\n \n - \n
The same-site-flag is \"Lax\" or \"Default\".¶
\n \n - \n
The HTTP request associated with the retrieval uses a \"safe\" method.¶
\n \n - \n
The target browsing context of the HTTP request associated with the\nretrieval is the active browsing context or a top-level traversable.¶
\n \n
\n \n
"
},
{
"html": "The user agent SHOULD sort the cookie-list in the following order:¶
\n\n- \n
Cookies with longer paths are listed before cookies with shorter\npaths.¶
\n \n - \n
Among cookies that have equal-length path fields, cookies with earlier\ncreation-times are listed before cookies with later creation-times.¶
\n \n
\n\nNOTE: Not all user agents sort the cookie-list in this order, but this order\nreflects common practice when this document was written, and, historically,\nthere have been servers that (erroneously) depended on this order.¶
"
diff --git a/ed/algorithms/web-animations-2.json b/ed/algorithms/web-animations-2.json
index e2c998a67836..d801a81410c9 100644
--- a/ed/algorithms/web-animations-2.json
+++ b/ed/algorithms/web-animations-2.json
@@ -1142,11 +1142,11 @@
{
"name": "KeyframeEffect/KeyframeEffect(target, keyframes, options)",
"href": "https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-keyframeeffect",
- "html": "Amend step 5 of the procedure to create a new KeyframeEffect
object as\nfollows:",
+ "html": "Amend step 5 of the procedure to create a new KeyframeEffect
object as\nfollows:",
"rationale": "if",
"steps": [
{
- "html": "If options is a KeyframeEffectOptions
object,\nassign the iterationComposite
, and composite
, properties of effect to the\ncorresponding value from options.
\n When assigning these properties, the error-handling defined for the\ncorresponding setters on the KeyframeEffect
interface is applied.\nIf any of those setters require an exception to be thrown\nfor the values specified by options, this procedure must throw the same exception and abort all further steps.
"
+ "html": "If options is a KeyframeEffectOptions
object,\nassign the iterationComposite
, and composite
, properties of effect to the\ncorresponding value from options.
\n When assigning these properties, the error-handling defined for the\ncorresponding setters on the KeyframeEffect
interface is applied.\nIf any of those setters require an exception to be thrown\nfor the values specified by options, this procedure must throw the same exception and abort all further steps.
"
}
]
}
diff --git a/ed/css/selectors.json b/ed/css/selectors.json
index bba13618b281..6e7eb3717bef 100644
--- a/ed/css/selectors.json
+++ b/ed/css/selectors.json
@@ -113,7 +113,7 @@
},
{
"name": ":current()",
- "prose": "Its alternate form :current(), like :is(), takes a list of compound selectors as its argument: it represents the :current element that matches the argument or, if that does not match, the innermost ancestor of the :current element that does. (If neither the :current element nor its ancestors match the argument, then the selector does not represent anything.)",
+ "prose": "Its alternate form :current() takes a list of compound selectors as its argument: it represents the :current element that matches the argument or, if that does not match, the innermost ancestor of the :current element that does. (If neither the :current element nor its ancestors match the argument, then the selector does not represent anything.)",
"href": "https://drafts.csswg.org/selectors-4/#selectordef-current"
},
{
diff --git a/ed/dfns/pointerevents3.json b/ed/dfns/pointerevents3.json
index ee1700bf24d3..70dd8a9ceb4f 100644
--- a/ed/dfns/pointerevents3.json
+++ b/ed/dfns/pointerevents3.json
@@ -791,6 +791,25 @@
},
"definedIn": "prose"
},
+ {
+ "id": "dfn-determine-the-target",
+ "href": "https://w3c.github.io/pointerevents/#dfn-determine-the-target",
+ "linkingText": [
+ "Determine the target"
+ ],
+ "localLinkingText": [],
+ "type": "dfn",
+ "for": [],
+ "access": "private",
+ "informative": false,
+ "heading": {
+ "id": "firing-events-using-the-pointerevent-interface",
+ "href": "https://w3c.github.io/pointerevents/#firing-events-using-the-pointerevent-interface",
+ "title": "Firing events using the PointerEvent interface",
+ "number": "4.1.3"
+ },
+ "definedIn": "prose"
+ },
{
"id": "dfn-attributes-and-default-actions",
"href": "https://w3c.github.io/pointerevents/#dfn-attributes-and-default-actions",
@@ -867,6 +886,26 @@
},
"definedIn": "prose"
},
+ {
+ "id": "dfn-events-from-layout-changes",
+ "href": "https://w3c.github.io/pointerevents/#dfn-events-from-layout-changes",
+ "linkingText": [
+ "events-from-layout-changes",
+ "Boundary events caused by layout changes"
+ ],
+ "localLinkingText": [],
+ "type": "dfn",
+ "for": [],
+ "access": "private",
+ "informative": false,
+ "heading": {
+ "id": "boundary-events-caused-by-layout-changes",
+ "href": "https://w3c.github.io/pointerevents/#boundary-events-caused-by-layout-changes",
+ "title": "Boundary events caused by layout changes",
+ "number": "4.1.4"
+ },
+ "definedIn": "heading"
+ },
{
"id": "dfn-pointer-event-types",
"href": "https://w3c.github.io/pointerevents/#dfn-pointer-event-types",
diff --git a/ed/dfns/pointerevents4.json b/ed/dfns/pointerevents4.json
index ee1700bf24d3..70dd8a9ceb4f 100644
--- a/ed/dfns/pointerevents4.json
+++ b/ed/dfns/pointerevents4.json
@@ -791,6 +791,25 @@
},
"definedIn": "prose"
},
+ {
+ "id": "dfn-determine-the-target",
+ "href": "https://w3c.github.io/pointerevents/#dfn-determine-the-target",
+ "linkingText": [
+ "Determine the target"
+ ],
+ "localLinkingText": [],
+ "type": "dfn",
+ "for": [],
+ "access": "private",
+ "informative": false,
+ "heading": {
+ "id": "firing-events-using-the-pointerevent-interface",
+ "href": "https://w3c.github.io/pointerevents/#firing-events-using-the-pointerevent-interface",
+ "title": "Firing events using the PointerEvent interface",
+ "number": "4.1.3"
+ },
+ "definedIn": "prose"
+ },
{
"id": "dfn-attributes-and-default-actions",
"href": "https://w3c.github.io/pointerevents/#dfn-attributes-and-default-actions",
@@ -867,6 +886,26 @@
},
"definedIn": "prose"
},
+ {
+ "id": "dfn-events-from-layout-changes",
+ "href": "https://w3c.github.io/pointerevents/#dfn-events-from-layout-changes",
+ "linkingText": [
+ "events-from-layout-changes",
+ "Boundary events caused by layout changes"
+ ],
+ "localLinkingText": [],
+ "type": "dfn",
+ "for": [],
+ "access": "private",
+ "informative": false,
+ "heading": {
+ "id": "boundary-events-caused-by-layout-changes",
+ "href": "https://w3c.github.io/pointerevents/#boundary-events-caused-by-layout-changes",
+ "title": "Boundary events caused by layout changes",
+ "number": "4.1.4"
+ },
+ "definedIn": "heading"
+ },
{
"id": "dfn-pointer-event-types",
"href": "https://w3c.github.io/pointerevents/#dfn-pointer-event-types",
diff --git a/ed/headings/pointerevents3.json b/ed/headings/pointerevents3.json
index 07d644e90148..bb19369012aa 100644
--- a/ed/headings/pointerevents3.json
+++ b/ed/headings/pointerevents3.json
@@ -120,12 +120,19 @@
"title": "Suppressing a pointer event stream",
"number": "4.1.3.3"
},
+ {
+ "id": "boundary-events-caused-by-layout-changes",
+ "href": "https://w3c.github.io/pointerevents/#boundary-events-caused-by-layout-changes",
+ "level": 4,
+ "title": "Boundary events caused by layout changes",
+ "number": "4.1.4"
+ },
{
"id": "converting-between-tiltx-tilty-and-altitudeangle-azimuthangle",
"href": "https://w3c.github.io/pointerevents/#converting-between-tiltx-tilty-and-altitudeangle-azimuthangle",
"level": 4,
"title": "Converting between tiltX / tiltY and altitudeAngle / azimuthAngle",
- "number": "4.1.4"
+ "number": "4.1.5"
},
{
"id": "pointer-event-types",
diff --git a/ed/headings/pointerevents4.json b/ed/headings/pointerevents4.json
index 07d644e90148..bb19369012aa 100644
--- a/ed/headings/pointerevents4.json
+++ b/ed/headings/pointerevents4.json
@@ -120,12 +120,19 @@
"title": "Suppressing a pointer event stream",
"number": "4.1.3.3"
},
+ {
+ "id": "boundary-events-caused-by-layout-changes",
+ "href": "https://w3c.github.io/pointerevents/#boundary-events-caused-by-layout-changes",
+ "level": 4,
+ "title": "Boundary events caused by layout changes",
+ "number": "4.1.4"
+ },
{
"id": "converting-between-tiltx-tilty-and-altitudeangle-azimuthangle",
"href": "https://w3c.github.io/pointerevents/#converting-between-tiltx-tilty-and-altitudeangle-azimuthangle",
"level": 4,
"title": "Converting between tiltX / tiltY and altitudeAngle / azimuthAngle",
- "number": "4.1.4"
+ "number": "4.1.5"
},
{
"id": "pointer-event-types",
diff --git a/ed/ids/css-conditional-5.json b/ed/ids/css-conditional-5.json
index 38786ae79aae..d398ec00f401 100644
--- a/ed/ids/css-conditional-5.json
+++ b/ed/ids/css-conditional-5.json
@@ -620,14 +620,14 @@
"https://drafts.csswg.org/css-conditional-5/#valdef-container-snapped-block",
"https://drafts.csswg.org/css-conditional-5/#ref-for-descdef-container-snapped%E2%91%A3",
"https://drafts.csswg.org/css-conditional-5/#ref-for-container-feature%E2%91%A0%E2%91%A7",
- "https://drafts.csswg.org/css-conditional-5/#ref-for-valdef-container-snapped-block",
+ "https://drafts.csswg.org/css-conditional-5/#ref-for-valdef-container-scrollable-block",
"https://drafts.csswg.org/css-conditional-5/#ref-for-query-container%E2%91%A4%E2%91%A5",
"https://drafts.csswg.org/css-conditional-5/#ref-for-snap-target%E2%91%A4",
"https://drafts.csswg.org/css-conditional-5/#ref-for-scroll-container%E2%91%A2",
"https://drafts.csswg.org/css-conditional-5/#valdef-container-snapped-inline",
"https://drafts.csswg.org/css-conditional-5/#ref-for-descdef-container-snapped%E2%91%A4",
"https://drafts.csswg.org/css-conditional-5/#ref-for-container-feature%E2%91%A0%E2%91%A8",
- "https://drafts.csswg.org/css-conditional-5/#ref-for-valdef-container-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 7d844a5ce427..4f79448c0340 100644
--- a/ed/ids/css-content-3.json
+++ b/ed/ids/css-content-3.json
@@ -221,7 +221,7 @@
"https://drafts.csswg.org/css-content-3/#leaders",
"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-leader%E2%91%A0",
+ "https://drafts.csswg.org/css-content-3/#ref-for-funcdef-content-leader%E2%91%A0",
"https://drafts.csswg.org/css-content-3/#funcdef-content-leader",
"https://drafts.csswg.org/css-content-3/#ref-for-typedef-leader-type",
"https://drafts.csswg.org/css-content-3/#funcdef-leader",
diff --git a/ed/ids/css-flexbox-1.json b/ed/ids/css-flexbox-1.json
index c65c094dc396..7f8936aa8203 100644
--- a/ed/ids/css-flexbox-1.json
+++ b/ed/ids/css-flexbox-1.json
@@ -244,6 +244,7 @@
"https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A1%E2%93%AA",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-computed-value%E2%91%A0",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-overflow%E2%91%A0",
+ "https://drafts.csswg.org/css-flexbox-1/#ref-for-non-scrollable-overflow-value",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-content-based-minimum-size",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-scroll-container",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-automatic-minimum-size%E2%91%A1",
@@ -522,7 +523,7 @@
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A0",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-main-size-property%E2%91%A1",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex-basis%E2%91%A3",
- "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A1",
+ "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-content%E2%91%A0",
"https://drafts.csswg.org/css-flexbox-1/#valdef-flex-basis-content",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-automatic-size%E2%91%A0",
@@ -609,7 +610,7 @@
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-width%E2%91%A0%E2%91%A1",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A8",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-content%E2%91%A1",
- "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A2",
+ "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A1",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-content%E2%91%A2",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex-basis%E2%91%A0%E2%93%AA",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-width%E2%91%A0%E2%91%A2",
@@ -904,7 +905,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",
@@ -1522,12 +1523,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",
@@ -1633,7 +1634,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",
@@ -1712,7 +1713,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-flex-basis-auto%E2%91%A4",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A5",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A6",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-width-auto%E2%91%A0%E2%91%A8",
@@ -1797,9 +1798,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-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",
@@ -1925,9 +1926,9 @@
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A7",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A4%E2%91%A2",
"https://drafts.csswg.org/css-flexbox-1/#change-201403-min-auto-main-size-basis",
- "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A6",
+ "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A7",
"https://drafts.csswg.org/css-flexbox-1/#change-201403-min-auto-intrinsic-percentages",
- "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A7",
+ "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A8",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A8",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A1%E2%93%AA",
"https://drafts.csswg.org/css-flexbox-1/#change-201403-flex-basis-auto",
@@ -2010,7 +2011,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%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-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",
@@ -2057,7 +2058,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%A7",
+ "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A5",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A2%E2%91%A8",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A3%E2%93%AA",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A3%E2%91%A0",
@@ -2075,17 +2076,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%A8",
+ "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A0",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-left%E2%91%A0",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-right%E2%91%A0",
- "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A8",
+ "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A1",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A8%E2%91%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-align-items-auto%E2%91%A0%E2%93%AA",
+ "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A6",
"https://drafts.csswg.org/css-flexbox-1/#ref-for-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",
@@ -2218,6 +2219,7 @@
"https://drafts.csswg.org/css-flexbox-1/#4792e5bd",
"https://drafts.csswg.org/css-flexbox-1/#30868380",
"https://drafts.csswg.org/css-flexbox-1/#e0b6ed58",
+ "https://drafts.csswg.org/css-flexbox-1/#224fb41d",
"https://drafts.csswg.org/css-flexbox-1/#86928bde",
"https://drafts.csswg.org/css-flexbox-1/#86923d07",
"https://drafts.csswg.org/css-flexbox-1/#60bbf126",
diff --git a/ed/ids/css-fonts-4.json b/ed/ids/css-fonts-4.json
index 4a66d5027ae3..aefd6dfbc1ec 100644
--- a/ed/ids/css-fonts-4.json
+++ b/ed/ids/css-fonts-4.json
@@ -806,7 +806,7 @@
"https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A3%E2%91%A7",
"https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A1",
"https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values%E2%91%A1",
- "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A2",
+ "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A3",
"https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A3%E2%91%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",
@@ -844,7 +844,7 @@
"https://drafts.csswg.org/css-fonts-4/#ref-for-ascent-metric",
"https://drafts.csswg.org/css-fonts-4/#ref-for-descent-metric",
"https://drafts.csswg.org/css-fonts-4/#ref-for-line-gap-metric",
- "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-variant-emoji-normal",
+ "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-width-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",
@@ -1000,7 +1000,7 @@
"https://drafts.csswg.org/css-fonts-4/#valdef-font-variant-ligatures-contextual",
"https://drafts.csswg.org/css-fonts-4/#valdef-font-variant-ligatures-no-contextual",
"https://drafts.csswg.org/css-fonts-4/#rlig-unaffected",
- "https://drafts.csswg.org/css-fonts-4/#ref-for-font-variant-ligatures-none-value%E2%91%A0",
+ "https://drafts.csswg.org/css-fonts-4/#ref-for-font-kerning-none-value",
"https://drafts.csswg.org/css-fonts-4/#font-variant-position-prop",
"https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant-position%E2%91%A2",
"https://drafts.csswg.org/css-fonts-4/#propdef-font-variant-position",
@@ -1153,7 +1153,7 @@
"https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values%E2%91%A8",
"https://drafts.csswg.org/css-fonts-4/#ref-for-typedef-declaration-rule-list%E2%91%A0",
"https://drafts.csswg.org/css-fonts-4/#ref-for-at-rule",
- "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A3",
+ "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A2",
"https://drafts.csswg.org/css-fonts-4/#ref-for-cssstyledeclaration-declarations",
"https://drafts.csswg.org/css-fonts-4/#font-feature-value-declaration",
"https://drafts.csswg.org/css-fonts-4/#ref-for-css-css-identifier",
@@ -1271,7 +1271,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-small-caps-none",
+ "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-synthesis-position-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",
@@ -1397,7 +1397,6 @@
"https://drafts.csswg.org/css-fonts-4/#font-feature-variation-resolution",
"https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant%E2%91%A0%E2%91%A2",
"https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-feature-settings%E2%91%A0%E2%93%AA",
- "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font%E2%91%A0%E2%91%A1",
"https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variation-settings%E2%91%A2",
"https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A5%E2%91%A2",
"https://drafts.csswg.org/css-fonts-4/#default-features",
@@ -1849,10 +1848,10 @@
"https://drafts.csswg.org/css-fonts-4/#sp217",
"https://drafts.csswg.org/css-fonts-4/#a11y",
"https://drafts.csswg.org/css-fonts-4/#acknowledgments",
- "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A4",
+ "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-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%A2",
+ "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font%E2%91%A0%E2%91%A1",
"https://drafts.csswg.org/css-fonts-4/#changes-2021-12-21",
"https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-palette%E2%91%A4",
"https://drafts.csswg.org/css-fonts-4/#changes-2021-07-29",
@@ -1862,7 +1861,7 @@
"https://drafts.csswg.org/css-fonts-4/#changes-2019-11-13",
"https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-size-adjust%E2%91%A0%E2%91%A6",
"https://drafts.csswg.org/css-fonts-4/#changes-2018-09-20",
- "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-variant-emoji-normal%E2%91%A0",
+ "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",
@@ -2006,7 +2005,7 @@
"https://drafts.csswg.org/css-fonts-4/#biblio-uax29",
"https://drafts.csswg.org/css-fonts-4/#biblio-windows-glyph-proc",
"https://drafts.csswg.org/css-fonts-4/#property-index",
- "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font%E2%91%A0%E2%91%A3",
+ "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font%E2%91%A0%E2%91%A2",
"https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-family%E2%91%A0%E2%91%A7",
"https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-feature-settings%E2%91%A0%E2%91%A6",
"https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-kerning%E2%91%A5",
@@ -2036,7 +2035,7 @@
"https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A7%E2%91%A3",
"https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-ascent-override%E2%91%A1",
"https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-descent-override%E2%91%A1",
- "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A3",
+ "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%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",
@@ -2050,7 +2049,7 @@
"https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-unicode-range%E2%91%A8",
"https://drafts.csswg.org/css-fonts-4/#font-feature-values-descriptor-table",
"https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values%E2%91%A1%E2%91%A0",
- "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A5",
+ "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%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 6afde1053b29..fef74dc65730 100644
--- a/ed/ids/css-grid-1.json
+++ b/ed/ids/css-grid-1.json
@@ -202,11 +202,11 @@
"https://drafts.csswg.org/css-grid-1/#ref-for-block-level%E2%91%A0",
"https://drafts.csswg.org/css-grid-1/#ref-for-block-formatting-context%E2%91%A0",
"https://drafts.csswg.org/css-grid-1/#ref-for-block-box",
- "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1",
"https://drafts.csswg.org/css-grid-1/#ref-for-inline-size",
"https://drafts.csswg.org/css-grid-1/#ref-for-inline-formatting-context",
"https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A1%E2%91%A0",
- "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto",
"https://drafts.csswg.org/css-grid-1/#ref-for-block-size",
"https://drafts.csswg.org/css-grid-1/#ref-for-max-content",
"https://drafts.csswg.org/css-grid-1/#ref-for-min-content",
@@ -951,7 +951,7 @@
"https://drafts.csswg.org/css-grid-1/#example-4fe2f42d",
"https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A5",
"https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A6",
- "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A7",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0",
"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%A0",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A1",
"https://drafts.csswg.org/css-grid-1/#propdef-grid-area",
"https://drafts.csswg.org/css-grid-1/#ref-for-typedef-grid-row-start-grid-line%E2%91%A4",
"https://drafts.csswg.org/css-grid-1/#ref-for-typedef-grid-row-start-grid-line%E2%91%A5",
@@ -1335,17 +1335,17 @@
"https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A6",
"https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column-end%E2%91%A0%E2%91%A1",
"https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A7",
- "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%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-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%A2",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A3",
"https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column-start%E2%91%A0%E2%91%A1",
"https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-start%E2%91%A0%E2%91%A0",
"https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A1%E2%91%A0",
- "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A3",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A4",
"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-valdef-grid-template-columns-auto%E2%91%A8",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A7",
"https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-property%E2%91%A0%E2%91%A6",
"https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement%E2%91%A0%E2%91%A1",
"https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A6%E2%93%AA",
@@ -1491,11 +1491,11 @@
"https://drafts.csswg.org/css-grid-1/#ref-for-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%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-implicit-grid-lines%E2%91%A1",
"https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement%E2%91%A0%E2%91%A2",
"https://drafts.csswg.org/css-grid-1/#ref-for-grid-span%E2%91%A6",
- "https://drafts.csswg.org/css-grid-1/#ref-for-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/#ref-for-grid-placement-property%E2%91%A0%E2%91%A8",
"https://drafts.csswg.org/css-grid-1/#static-position",
"https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A6%E2%91%A2",
@@ -1664,7 +1664,7 @@
"https://drafts.csswg.org/css-grid-1/#ref-for-grid%E2%91%A1%E2%91%A2",
"https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A8%E2%91%A0",
"https://drafts.csswg.org/css-grid-1/#ref-for-percentage-value%E2%91%A2",
- "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%93%AA",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A8",
"https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A8%E2%91%A1",
"https://drafts.csswg.org/css-grid-1/#ref-for-algo-grid-sizing%E2%91%A1",
"https://drafts.csswg.org/css-grid-1/#ref-for-grid%E2%91%A1%E2%91%A3",
@@ -1687,7 +1687,7 @@
"https://drafts.csswg.org/css-grid-1/#intrinsic-sizing-function",
"https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A3",
"https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A3",
- "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0",
+ "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-funcdef-grid-template-columns-fit-content%E2%91%A1",
"https://drafts.csswg.org/css-grid-1/#flexible-sizing-function",
"https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%91%A2",
@@ -1711,10 +1711,10 @@
"https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A5",
"https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A3",
"https://drafts.csswg.org/css-grid-1/#ref-for-automatic-minimum-size%E2%91%A1",
- "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0",
"https://drafts.csswg.org/css-grid-1/#ref-for-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%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-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,10 +1767,10 @@
"https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-minmax%E2%91%A3",
"https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%91%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-grid-placement-auto%E2%91%A7",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1",
"https://drafts.csswg.org/css-grid-1/#max-track-sizing-function",
"https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-minmax%E2%91%A4",
- "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A8",
+ "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-funcdef-grid-template-columns-fit-content%E2%91%A5",
"https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A6",
"https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A6",
@@ -1781,7 +1781,7 @@
"https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A0",
"https://drafts.csswg.org/css-grid-1/#ref-for-max-content-constraint%E2%91%A0",
"https://drafts.csswg.org/css-grid-1/#ref-for-available-grid-space%E2%91%A0",
- "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A2",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A8",
"https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A7",
"https://drafts.csswg.org/css-grid-1/#ref-for-available-grid-space%E2%91%A1",
"https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%93%AA%E2%91%A0",
@@ -1810,7 +1810,7 @@
"https://drafts.csswg.org/css-grid-1/#ref-for-fixed-sizing-function%E2%91%A2",
"https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A1",
"https://drafts.csswg.org/css-grid-1/#ref-for-indefinite%E2%91%A4",
- "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%93%AA",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A3",
"https://drafts.csswg.org/css-grid-1/#ref-for-intrinsic-sizing-function%E2%91%A1",
"https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A2",
"https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A8",
@@ -1830,7 +1830,7 @@
"https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A5",
"https://drafts.csswg.org/css-grid-1/#ref-for-growth-limit%E2%91%A3",
"https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A7",
- "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A0",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%93%AA",
"https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A0%E2%93%AA",
"https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A8",
"https://drafts.csswg.org/css-grid-1/#algo-baseline-shims",
@@ -1850,7 +1850,7 @@
"https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A7",
"https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A7",
"https://drafts.csswg.org/css-grid-1/#ref-for-max-content-contribution%E2%91%A3",
- "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A3",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A0",
"https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A8",
"https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%93%AA%E2%91%A2",
"https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A1",
@@ -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%A1",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A6",
"https://drafts.csswg.org/css-grid-1/#ref-for-valdef-flex-fr%E2%91%A8",
"https://drafts.csswg.org/css-grid-1/#ref-for-grid-area%E2%91%A2%E2%91%A4",
- "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A2",
+ "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/#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-grid-placement-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%A8",
+ "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-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%A7",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A0",
"https://drafts.csswg.org/css-grid-1/#ref-for-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%A0%E2%91%A8",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A1",
"https://drafts.csswg.org/css-grid-1/#ref-for-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%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-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",
@@ -2382,6 +2382,7 @@
"https://drafts.csswg.org/css-grid-1/#ref-for-scroll-container%E2%91%A1",
"https://drafts.csswg.org/css-grid-1/#ref-for-replaced-element%E2%91%A3",
"https://drafts.csswg.org/css-grid-1/#ref-for-scrollable-overflow-value%E2%91%A0",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-non-scrollable-overflow-value",
"https://drafts.csswg.org/css-grid-1/#ref-for-used-value%E2%91%A0",
"https://drafts.csswg.org/css-grid-1/#clarify-2017",
"https://drafts.csswg.org/css-grid-1/#change-2017-implicitly-sized-explicit-tracks",
@@ -2423,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%A4",
+ "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-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",
@@ -2499,11 +2500,11 @@
"https://drafts.csswg.org/css-grid-1/#change-2016-auto-percent-track",
"https://drafts.csswg.org/css-grid-1/#ref-for-percentage-value%E2%91%A5",
"https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A1%E2%91%A8",
- "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A0",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A3",
"https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%93%AA",
- "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A1",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A4",
"https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%91%A0",
- "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A2",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A5",
"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",
@@ -2529,9 +2530,9 @@
"https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%91%A7",
"https://drafts.csswg.org/css-grid-1/#ref-for-propdef-align-content%E2%91%A0%E2%91%A0",
"https://drafts.csswg.org/css-grid-1/#ref-for-propdef-justify-content%E2%91%A0%E2%91%A0",
- "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A3",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A6",
"https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A2%E2%91%A8",
- "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A4",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A7",
"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",
@@ -2548,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%A5",
+ "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-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",
@@ -2556,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%A6",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%93%AA",
"https://drafts.csswg.org/css-grid-1/#ref-for-grid-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",
@@ -2575,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%A7",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A0",
"https://drafts.csswg.org/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A0%E2%91%A8",
"https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A1%E2%91%A1",
- "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A8",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A1",
"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",
@@ -2588,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%93%AA",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A2",
"https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A3%E2%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",
@@ -2596,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-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A0",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A2",
"https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A3%E2%91%A0",
"https://drafts.csswg.org/css-grid-1/#ref-for-max-content-constraint%E2%91%A6",
"https://drafts.csswg.org/css-grid-1/#ref-for-max-content-contribution%E2%91%A0%E2%91%A1",
@@ -2624,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%A3",
"https://drafts.csswg.org/css-grid-1/#ref-for-inline-size%E2%91%A6",
"https://drafts.csswg.org/css-grid-1/#change-2016-tracks-before",
"https://drafts.csswg.org/css-grid-1/#ref-for-implicit-grid-track%E2%91%A5",
@@ -2639,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-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A3",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A4",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A3",
+ "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A4",
"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",
@@ -2759,6 +2760,7 @@
"https://drafts.csswg.org/css-grid-1/#ed3eb665",
"https://drafts.csswg.org/css-grid-1/#e0b6ed58",
"https://drafts.csswg.org/css-grid-1/#396d5070",
+ "https://drafts.csswg.org/css-grid-1/#224fb41d",
"https://drafts.csswg.org/css-grid-1/#86928bde",
"https://drafts.csswg.org/css-grid-1/#86923d07",
"https://drafts.csswg.org/css-grid-1/#23177077",
diff --git a/ed/ids/css-grid-2.json b/ed/ids/css-grid-2.json
index 941018595456..b21e4ddb7b8a 100644
--- a/ed/ids/css-grid-2.json
+++ b/ed/ids/css-grid-2.json
@@ -226,11 +226,11 @@
"https://drafts.csswg.org/css-grid-2/#ref-for-block-level%E2%91%A0",
"https://drafts.csswg.org/css-grid-2/#ref-for-block-formatting-context%E2%91%A0",
"https://drafts.csswg.org/css-grid-2/#ref-for-block-box",
- "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto",
+ "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A1",
"https://drafts.csswg.org/css-grid-2/#ref-for-inline-size",
"https://drafts.csswg.org/css-grid-2/#ref-for-inline-formatting-context",
"https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A1%E2%91%A2",
- "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0",
+ "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A2",
"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%A1",
+ "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-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%A2",
+ "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-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%A3",
+ "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-propdef-grid-template-columns%E2%91%A1%E2%91%A0",
"https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-rows-none%E2%91%A2",
"https://drafts.csswg.org/css-grid-2/#example-4fe2f42d",
- "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A1",
- "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%A3",
+ "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",
"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%A4",
+ "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0",
"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%A5",
+ "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A1",
"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%A6",
+ "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A2",
"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%A7",
+ "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A3",
"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%A8",
+ "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-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%A0%E2%93%AA",
+ "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A5",
"https://drafts.csswg.org/css-grid-2/#ref-for-implicit-grid-lines%E2%91%A2",
"https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement%E2%91%A0%E2%91%A2",
"https://drafts.csswg.org/css-grid-2/#ref-for-grid-span%E2%91%A0%E2%91%A5",
- "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%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%A1%E2%91%A0",
"https://drafts.csswg.org/css-grid-2/#static-position",
"https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A6%E2%91%A8",
@@ -1943,7 +1943,7 @@
"https://drafts.csswg.org/css-grid-2/#ref-for-grid%E2%91%A1%E2%91%A7",
"https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A8%E2%91%A6",
"https://drafts.csswg.org/css-grid-2/#ref-for-percentage-value%E2%91%A2",
- "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A5",
+ "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A8",
"https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A8%E2%91%A7",
"https://drafts.csswg.org/css-grid-2/#ref-for-algo-grid-sizing%E2%91%A1",
"https://drafts.csswg.org/css-grid-2/#ref-for-grid%E2%91%A1%E2%91%A8",
@@ -1966,7 +1966,7 @@
"https://drafts.csswg.org/css-grid-2/#intrinsic-sizing-function",
"https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-min-content%E2%91%A3",
"https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A3",
- "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A6",
+ "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%93%AA",
"https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A1",
"https://drafts.csswg.org/css-grid-2/#flexible-sizing-function",
"https://drafts.csswg.org/css-grid-2/#ref-for-typedef-flex%E2%91%A0%E2%91%A2",
@@ -2055,10 +2055,10 @@
"https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-minmax%E2%91%A3",
"https://drafts.csswg.org/css-grid-2/#ref-for-typedef-flex%E2%91%A0%E2%91%A3",
"https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A2",
- "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A0",
+ "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0",
"https://drafts.csswg.org/css-grid-2/#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%A0%E2%91%A1",
+ "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-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%91%A2",
+ "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A7",
"https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A5",
"https://drafts.csswg.org/css-grid-2/#ref-for-available-grid-space%E2%91%A1",
"https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A2",
@@ -2098,7 +2098,7 @@
"https://drafts.csswg.org/css-grid-2/#ref-for-fixed-sizing-function%E2%91%A2",
"https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A1",
"https://drafts.csswg.org/css-grid-2/#ref-for-indefinite%E2%91%A4",
- "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A3",
+ "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A2",
"https://drafts.csswg.org/css-grid-2/#ref-for-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%A7",
+ "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%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-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%A8",
+ "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A3",
"https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A0%E2%91%A0",
"https://drafts.csswg.org/css-grid-2/#ref-for-limited-contribution%E2%91%A2",
"https://drafts.csswg.org/css-grid-2/#ref-for-distribute-extra-space%E2%91%A2",
@@ -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%93%AA",
+ "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A4",
"https://drafts.csswg.org/css-grid-2/#ref-for-max-track-sizing-function%E2%91%A1%E2%91%A0",
"https://drafts.csswg.org/css-grid-2/#ref-for-definite%E2%91%A1%E2%91%A0",
"https://drafts.csswg.org/css-grid-2/#ref-for-free-space%E2%91%A0%E2%93%AA",
@@ -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-grid-placement-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%A5",
"https://drafts.csswg.org/css-grid-2/#ref-for-valdef-flex-fr%E2%91%A8",
"https://drafts.csswg.org/css-grid-2/#ref-for-grid-area%E2%91%A2%E2%91%A5",
- "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A6",
+ "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%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",
@@ -2457,6 +2457,7 @@
"https://drafts.csswg.org/css-grid-2/#ref-for-scroll-container%E2%91%A0",
"https://drafts.csswg.org/css-grid-2/#ref-for-replaced-element%E2%91%A3",
"https://drafts.csswg.org/css-grid-2/#ref-for-scrollable-overflow-value%E2%91%A0",
+ "https://drafts.csswg.org/css-grid-2/#ref-for-non-scrollable-overflow-value",
"https://drafts.csswg.org/css-grid-2/#ref-for-used-value%E2%91%A2",
"https://drafts.csswg.org/css-grid-2/#changes-202008",
"https://drafts.csswg.org/css-grid-2/#change-2020-align-normal-aspect-ratio",
@@ -2550,6 +2551,7 @@
"https://drafts.csswg.org/css-grid-2/#ed3eb665",
"https://drafts.csswg.org/css-grid-2/#e0b6ed58",
"https://drafts.csswg.org/css-grid-2/#396d5070",
+ "https://drafts.csswg.org/css-grid-2/#224fb41d",
"https://drafts.csswg.org/css-grid-2/#86928bde",
"https://drafts.csswg.org/css-grid-2/#86923d07",
"https://drafts.csswg.org/css-grid-2/#23177077",
diff --git a/ed/ids/css-highlight-api-1.json b/ed/ids/css-highlight-api-1.json
index 1740f133da66..66f91680ea7c 100644
--- a/ed/ids/css-highlight-api-1.json
+++ b/ed/ids/css-highlight-api-1.json
@@ -322,7 +322,7 @@
"https://drafts.csswg.org/css-highlight-api-1/#index-defined-elsewhere",
"https://drafts.csswg.org/css-highlight-api-1/#20fff200",
"https://drafts.csswg.org/css-highlight-api-1/#de6d76c2",
- "https://drafts.csswg.org/css-highlight-api-1/#b755b9b8",
+ "https://drafts.csswg.org/css-highlight-api-1/#c8aacf9d",
"https://drafts.csswg.org/css-highlight-api-1/#2d4ee52e",
"https://drafts.csswg.org/css-highlight-api-1/#8bcc6e67",
"https://drafts.csswg.org/css-highlight-api-1/#e5c4081a",
diff --git a/ed/ids/css-overflow-5.json b/ed/ids/css-overflow-5.json
index 20a94fc3ee7a..6c79d5bccd93 100644
--- a/ed/ids/css-overflow-5.json
+++ b/ed/ids/css-overflow-5.json
@@ -167,8 +167,8 @@
"https://drafts.csswg.org/css-overflow-5/#ref-for-writing-mode",
"https://drafts.csswg.org/css-overflow-5/#ref-for-block-start",
"https://drafts.csswg.org/css-overflow-5/#ref-for-inline-start",
- "https://drafts.csswg.org/css-overflow-5/#ref-for-block-end",
"https://drafts.csswg.org/css-overflow-5/#ref-for-inline-end",
+ "https://drafts.csswg.org/css-overflow-5/#ref-for-block-end",
"https://drafts.csswg.org/css-overflow-5/#ref-for-selectordef-scroll-button---scroll-button-direction%E2%91%A1",
"https://drafts.csswg.org/css-overflow-5/#ref-for-originating-element%E2%91%A7",
"https://drafts.csswg.org/css-overflow-5/#ref-for-scrollport",
diff --git a/ed/ids/css-pseudo-4.json b/ed/ids/css-pseudo-4.json
index 3e0d93227f86..c6f12828b4e1 100644
--- a/ed/ids/css-pseudo-4.json
+++ b/ed/ids/css-pseudo-4.json
@@ -564,7 +564,7 @@
"https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-element-pseudo",
"https://drafts.csswg.org/css-pseudo-4/#ref-for-cssstyledeclaration",
"https://drafts.csswg.org/css-pseudo-4/#window-interface",
- "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo",
+ "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo-type",
"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",
@@ -640,7 +640,7 @@
"https://drafts.csswg.org/css-pseudo-4/#ref-for-x22%E2%91%A2",
"https://drafts.csswg.org/css-pseudo-4/#ref-for-csspseudoelement%E2%91%A0%E2%93%AA",
"https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-parent%E2%91%A2",
- "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo%E2%91%A0",
+ "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo-type%E2%91%A0",
"https://drafts.csswg.org/css-pseudo-4/#ref-for-sub-pseudo-element%E2%91%A5",
"https://drafts.csswg.org/css-pseudo-4/#ref-for-selectordef-target-text%E2%91%A0%E2%93%AA",
"https://drafts.csswg.org/css-pseudo-4/#ref-for-selectordef-first-line%E2%91%A1%E2%91%A8",
@@ -657,7 +657,7 @@
"https://drafts.csswg.org/css-pseudo-4/#ref-for-propdef-direction%E2%91%A0",
"https://drafts.csswg.org/css-pseudo-4/#ref-for-selectordef-marker%E2%91%A0%E2%93%AA",
"https://drafts.csswg.org/css-pseudo-4/#ref-for-csspseudoelement%E2%91%A0%E2%91%A0",
- "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo%E2%91%A1",
+ "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo-type%E2%91%A1",
"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/pointerevents3.json b/ed/ids/pointerevents3.json
index 8ebb899caf0b..ce2b23c88d29 100644
--- a/ed/ids/pointerevents3.json
+++ b/ed/ids/pointerevents3.json
@@ -215,6 +215,7 @@
"https://w3c.github.io/pointerevents/#ref-for-dfn-gotpointercapture-1",
"https://w3c.github.io/pointerevents/#ref-for-dfn-lostpointercapture-1",
"https://w3c.github.io/pointerevents/#ref-for-dfn-process-pending-pointer-capture-1",
+ "https://w3c.github.io/pointerevents/#dfn-determine-the-target",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointer-capture-target-override-1",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointer-capture-target-override-2",
"https://w3c.github.io/pointerevents/#ref-for-dfn-hit-test-1",
@@ -295,8 +296,20 @@
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerout-4",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-4",
"https://w3c.github.io/pointerevents/#ref-for-dfn-implicitly-release-the-pointer-capture-2",
+ "https://w3c.github.io/pointerevents/#boundary-events-caused-by-layout-changes",
+ "https://w3c.github.io/pointerevents/#x4-1-4-boundary-events-caused-by-layout-changes",
+ "https://w3c.github.io/pointerevents/#dfn-events-from-layout-changes",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointer-event-types-2",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-hit-test-2",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerover-5",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerenter-3",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerout-5",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-5",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-16",
+ "https://w3c.github.io/pointerevents/#h-note-18",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-6",
"https://w3c.github.io/pointerevents/#converting-between-tiltx-tilty-and-altitudeangle-azimuthangle",
- "https://w3c.github.io/pointerevents/#x4-1-4-converting-between-tiltx-tilty-and-altitudeangle-azimuthangle",
+ "https://w3c.github.io/pointerevents/#x4-1-5-converting-between-tiltx-tilty-and-altitudeangle-azimuthangle",
"https://w3c.github.io/pointerevents/#example_6",
"https://w3c.github.io/pointerevents/#pointer-event-types",
"https://w3c.github.io/pointerevents/#x4-2-pointer-event-types",
@@ -309,8 +322,9 @@
"https://w3c.github.io/pointerevents/#x4-2-1-the-pointerover-event",
"https://w3c.github.io/pointerevents/#dfn-pointerover",
"https://w3c.github.io/pointerevents/#ref-for-dfn-fire-a-pointer-event-2",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerover-5",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-hit-test-2",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerover-6",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-determine-the-target-1",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-events-from-layout-changes-1",
"https://w3c.github.io/pointerevents/#ref-for-dfn-hit-test-3",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-7",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-8",
@@ -318,15 +332,20 @@
"https://w3c.github.io/pointerevents/#x4-2-2-the-pointerenter-event",
"https://w3c.github.io/pointerevents/#dfn-pointerenter",
"https://w3c.github.io/pointerevents/#ref-for-dfn-fire-a-pointer-event-3",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerenter-3",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerenter-4",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-determine-the-target-2",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-events-from-layout-changes-2",
"https://w3c.github.io/pointerevents/#ref-for-dfn-hit-test-4",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-9",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-10",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-17",
+ "https://w3c.github.io/pointerevents/#h-note-19",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerover-7",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerenter-5",
"https://w3c.github.io/pointerevents/#ref-for-dfn-hit-test-5",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerover-6",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-16",
- "https://w3c.github.io/pointerevents/#h-note-18",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-5",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-18",
+ "https://w3c.github.io/pointerevents/#h-note-20",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-6",
"https://w3c.github.io/pointerevents/#the-pointerdown-event",
"https://w3c.github.io/pointerevents/#x4-2-3-the-pointerdown-event",
"https://w3c.github.io/pointerevents/#dfn-pointerdown",
@@ -334,41 +353,41 @@
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-11",
"https://w3c.github.io/pointerevents/#ref-for-dfn-active-buttons-state-2",
"https://w3c.github.io/pointerevents/#ref-for-dfn-digitizer-1",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-17",
- "https://w3c.github.io/pointerevents/#h-note-19",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-19",
+ "https://w3c.github.io/pointerevents/#h-note-21",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-12",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-6",
"https://w3c.github.io/pointerevents/#ref-for-dfn-chorded-buttons-1",
"https://w3c.github.io/pointerevents/#ref-for-dfn-fire-a-pointer-event-5",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerover-7",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerenter-4",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerover-8",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerenter-6",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-13",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-18",
- "https://w3c.github.io/pointerevents/#h-note-20",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-20",
+ "https://w3c.github.io/pointerevents/#h-note-22",
"https://w3c.github.io/pointerevents/#ref-for-dfn-compatibility-mouse-events-7",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-14",
"https://w3c.github.io/pointerevents/#the-pointermove-event",
"https://w3c.github.io/pointerevents/#x4-2-4-the-pointermove-event",
"https://w3c.github.io/pointerevents/#dfn-pointermove",
"https://w3c.github.io/pointerevents/#ref-for-dfn-fire-a-pointer-event-6",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-6",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-7",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-15",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-7",
"https://w3c.github.io/pointerevents/#ref-for-dfn-chorded-buttons-2",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-7",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-8",
"https://w3c.github.io/pointerevents/#ref-for-dfn-coalesced-events-2",
"https://w3c.github.io/pointerevents/#ref-for-dom-pointerevent-getcoalescedevents-2",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-8",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-9",
"https://w3c.github.io/pointerevents/#the-pointerrawupdate-event",
"https://w3c.github.io/pointerevents/#x4-2-5-the-pointerrawupdate-event",
"https://w3c.github.io/pointerevents/#dfn-pointerrawupdate",
"https://w3c.github.io/pointerevents/#ref-for-dfn-fire-a-pointer-event-7",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-2",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-9",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-10",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-3",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-4",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-10",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-11",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-12",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-5",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-6",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-7",
@@ -376,21 +395,21 @@
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-8",
"https://w3c.github.io/pointerevents/#ref-for-dom-pointerevent-getcoalescedevents-3",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-9",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-12",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-10",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-13",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-11",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-10",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-14",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-12",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-11",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-15",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-12",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-16",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-13",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-17",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-13",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-18",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-14",
"https://w3c.github.io/pointerevents/#ref-for-dfn-compatibility-mouse-events-8",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-15",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-19",
- "https://w3c.github.io/pointerevents/#h-note-21",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-21",
+ "https://w3c.github.io/pointerevents/#h-note-23",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-16",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-17",
"https://w3c.github.io/pointerevents/#the-pointerup-event",
@@ -401,13 +420,13 @@
"https://w3c.github.io/pointerevents/#ref-for-dfn-active-buttons-state-3",
"https://w3c.github.io/pointerevents/#ref-for-dfn-digitizer-2",
"https://w3c.github.io/pointerevents/#ref-for-dfn-fire-a-pointer-event-9",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerout-5",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-6",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerout-6",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-7",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-9",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-10",
"https://w3c.github.io/pointerevents/#ref-for-dfn-implicitly-release-the-pointer-capture-3",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-20",
- "https://w3c.github.io/pointerevents/#h-note-22",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-22",
+ "https://w3c.github.io/pointerevents/#h-note-24",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-16",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-11",
"https://w3c.github.io/pointerevents/#ref-for-dfn-chorded-buttons-3",
@@ -423,9 +442,10 @@
"https://w3c.github.io/pointerevents/#x4-2-8-the-pointerout-event",
"https://w3c.github.io/pointerevents/#dfn-pointerout",
"https://w3c.github.io/pointerevents/#ref-for-dfn-fire-a-pointer-event-11",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerout-6",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerout-7",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-determine-the-target-3",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-events-from-layout-changes-3",
"https://w3c.github.io/pointerevents/#ref-for-dfn-hit-test-6",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-hit-test-7",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-12",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-13",
"https://w3c.github.io/pointerevents/#ref-for-dfn-suppress-a-pointer-event-stream-4",
@@ -433,15 +453,21 @@
"https://w3c.github.io/pointerevents/#x4-2-9-the-pointerleave-event",
"https://w3c.github.io/pointerevents/#dfn-pointerleave",
"https://w3c.github.io/pointerevents/#ref-for-dfn-fire-a-pointer-event-12",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-7",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-hit-test-8",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-hit-test-9",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-8",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-determine-the-target-4",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-events-from-layout-changes-4",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-hit-test-7",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-14",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-15",
"https://w3c.github.io/pointerevents/#ref-for-dfn-suppress-a-pointer-event-stream-5",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerout-7",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-21",
- "https://w3c.github.io/pointerevents/#h-note-23",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-23",
+ "https://w3c.github.io/pointerevents/#h-note-25",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerout-8",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-9",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-hit-test-8",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-24",
+ "https://w3c.github.io/pointerevents/#h-note-26",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerenter-7",
"https://w3c.github.io/pointerevents/#the-gotpointercapture-event",
"https://w3c.github.io/pointerevents/#x4-2-10-the-gotpointercapture-event",
"https://w3c.github.io/pointerevents/#dfn-gotpointercapture",
@@ -470,13 +496,13 @@
"https://w3c.github.io/pointerevents/#ref-for-dom-pointerevent-12",
"https://w3c.github.io/pointerevents/#event-dispatch",
"https://w3c.github.io/pointerevents/#x4-2-12-3-event-dispatch",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-22",
- "https://w3c.github.io/pointerevents/#h-note-24",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-25",
+ "https://w3c.github.io/pointerevents/#h-note-27",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-16",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-17",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-17",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-23",
- "https://w3c.github.io/pointerevents/#h-note-25",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-26",
+ "https://w3c.github.io/pointerevents/#h-note-28",
"https://w3c.github.io/pointerevents/#ref-for-dfn-lostpointercapture-10",
"https://w3c.github.io/pointerevents/#extensions-to-the-element-interface",
"https://w3c.github.io/pointerevents/#x5-extensions-to-the-element-interface",
@@ -498,8 +524,8 @@
"https://w3c.github.io/pointerevents/#dom-element-haspointercapture",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointer-capture-1",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pending-pointer-capture-target-override-5",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-24",
- "https://w3c.github.io/pointerevents/#h-note-26",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-27",
+ "https://w3c.github.io/pointerevents/#h-note-29",
"https://w3c.github.io/pointerevents/#ref-for-dom-element-setpointercapture-2",
"https://w3c.github.io/pointerevents/#ref-for-dfn-gotpointercapture-9",
"https://w3c.github.io/pointerevents/#ref-for-dfn-implicit-pointer-capture-2",
@@ -531,12 +557,12 @@
"https://w3c.github.io/pointerevents/#idl-def-globaleventhandlers-onlostpointercapture",
"https://w3c.github.io/pointerevents/#ref-for-dom-globaleventhandlers-onlostpointercapture-1",
"https://w3c.github.io/pointerevents/#dom-globaleventhandlers-onpointerover",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerover-8",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerover-9",
"https://w3c.github.io/pointerevents/#dom-globaleventhandlers-onpointerenter",
"https://w3c.github.io/pointerevents/#dom-globaleventhandlers-onpointerdown",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-19",
"https://w3c.github.io/pointerevents/#dom-globaleventhandlers-onpointermove",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-18",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-19",
"https://w3c.github.io/pointerevents/#dom-globaleventhandlers-onpointerrawupdate",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-18",
"https://w3c.github.io/pointerevents/#dom-globaleventhandlers-onpointerup",
@@ -544,9 +570,9 @@
"https://w3c.github.io/pointerevents/#dom-globaleventhandlers-onpointercancel",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointercancel-6",
"https://w3c.github.io/pointerevents/#dom-globaleventhandlers-onpointerout",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerout-8",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerout-9",
"https://w3c.github.io/pointerevents/#dom-globaleventhandlers-onpointerleave",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-8",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-10",
"https://w3c.github.io/pointerevents/#dom-globaleventhandlers-ongotpointercapture",
"https://w3c.github.io/pointerevents/#ref-for-dfn-gotpointercapture-10",
"https://w3c.github.io/pointerevents/#dom-globaleventhandlers-onlostpointercapture",
@@ -558,16 +584,16 @@
"https://w3c.github.io/pointerevents/#idl-def-navigator-maxtouchpoints",
"https://w3c.github.io/pointerevents/#ref-for-dom-navigator-maxtouchpoints-1",
"https://w3c.github.io/pointerevents/#dom-navigator-maxtouchpoints",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-25",
- "https://w3c.github.io/pointerevents/#h-note-27",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-26",
- "https://w3c.github.io/pointerevents/#h-note-28",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-28",
+ "https://w3c.github.io/pointerevents/#h-note-30",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-29",
+ "https://w3c.github.io/pointerevents/#h-note-31",
"https://w3c.github.io/pointerevents/#declaring-direct-manipulation-behavior",
"https://w3c.github.io/pointerevents/#x8-declaring-direct-manipulation-behavior",
"https://w3c.github.io/pointerevents/#dfn-direct-manipulation-behavior",
"https://w3c.github.io/pointerevents/#ref-for-dfn-attributes-and-default-actions-2",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-27",
- "https://w3c.github.io/pointerevents/#h-note-29",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-30",
+ "https://w3c.github.io/pointerevents/#h-note-32",
"https://w3c.github.io/pointerevents/#ref-for-dfn-direct-manipulation-3",
"https://w3c.github.io/pointerevents/#the-touch-action-css-property",
"https://w3c.github.io/pointerevents/#x8-1-the-touch-action-css-property",
@@ -579,10 +605,10 @@
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-19",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointercancel-7",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-21",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-28",
- "https://w3c.github.io/pointerevents/#h-note-30",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-29",
- "https://w3c.github.io/pointerevents/#h-note-31",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-31",
+ "https://w3c.github.io/pointerevents/#h-note-33",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-32",
+ "https://w3c.github.io/pointerevents/#h-note-34",
"https://w3c.github.io/pointerevents/#determining-supported-direct-manipulation-behavior",
"https://w3c.github.io/pointerevents/#x8-2-determining-supported-direct-manipulation-behavior",
"https://w3c.github.io/pointerevents/#ref-for-dfn-direct-manipulation-5",
@@ -590,22 +616,22 @@
"https://w3c.github.io/pointerevents/#ref-for-dfn-conforming-touch-behavior-1",
"https://w3c.github.io/pointerevents/#ref-for-dfn-conforming-touch-behavior-2",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-22",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-30",
- "https://w3c.github.io/pointerevents/#h-note-32",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-33",
+ "https://w3c.github.io/pointerevents/#h-note-35",
"https://w3c.github.io/pointerevents/#details-of-touch-action-values",
"https://w3c.github.io/pointerevents/#x8-3-details-of-touch-action-values",
"https://w3c.github.io/pointerevents/#dfn-touch-action-values",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-31",
- "https://w3c.github.io/pointerevents/#h-note-33",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-32",
- "https://w3c.github.io/pointerevents/#h-note-34",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-33",
- "https://w3c.github.io/pointerevents/#h-note-35",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-direct-manipulation-6",
"https://w3c.github.io/pointerevents/#issue-container-generatedID-34",
"https://w3c.github.io/pointerevents/#h-note-36",
"https://w3c.github.io/pointerevents/#issue-container-generatedID-35",
"https://w3c.github.io/pointerevents/#h-note-37",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-36",
+ "https://w3c.github.io/pointerevents/#h-note-38",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-direct-manipulation-6",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-37",
+ "https://w3c.github.io/pointerevents/#h-note-39",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-38",
+ "https://w3c.github.io/pointerevents/#h-note-40",
"https://w3c.github.io/pointerevents/#example_7",
"https://w3c.github.io/pointerevents/#example_8",
"https://w3c.github.io/pointerevents/#example_9",
@@ -617,7 +643,7 @@
"https://w3c.github.io/pointerevents/#introduction",
"https://w3c.github.io/pointerevents/#x9-1-introduction",
"https://w3c.github.io/pointerevents/#ref-for-dfn-compatibility-mouse-events-9",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-hit-test-10",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-hit-test-9",
"https://w3c.github.io/pointerevents/#figure_slider",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-23",
"https://w3c.github.io/pointerevents/#setting-pointer-capture",
@@ -645,10 +671,10 @@
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-25",
"https://w3c.github.io/pointerevents/#ref-for-dom-element-releasepointercapture-2",
"https://w3c.github.io/pointerevents/#ref-for-dfn-gotpointercapture-11",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-36",
- "https://w3c.github.io/pointerevents/#h-note-38",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-37",
- "https://w3c.github.io/pointerevents/#h-note-39",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-39",
+ "https://w3c.github.io/pointerevents/#h-note-41",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-40",
+ "https://w3c.github.io/pointerevents/#h-note-42",
"https://w3c.github.io/pointerevents/#implicit-release-of-pointer-capture",
"https://w3c.github.io/pointerevents/#x9-5-implicit-release-of-pointer-capture",
"https://w3c.github.io/pointerevents/#dfn-implicitly-release-the-pointer-capture",
@@ -664,86 +690,86 @@
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointer-capture-target-override-9",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pending-pointer-capture-target-override-8",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pending-pointer-capture-target-override-9",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-38",
- "https://w3c.github.io/pointerevents/#h-note-40",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-41",
+ "https://w3c.github.io/pointerevents/#h-note-43",
"https://w3c.github.io/pointerevents/#ref-for-dfn-lostpointercapture-13",
"https://w3c.github.io/pointerevents/#ref-for-dfn-process-pending-pointer-capture-7",
"https://w3c.github.io/pointerevents/#ref-for-dom-element-releasepointercapture-3",
"https://w3c.github.io/pointerevents/#coalesced-and-predicted-events",
"https://w3c.github.io/pointerevents/#x10-coalesced-and-predicted-events",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-39",
- "https://w3c.github.io/pointerevents/#h-note-41",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-42",
+ "https://w3c.github.io/pointerevents/#h-note-44",
"https://w3c.github.io/pointerevents/#coalesced-events",
"https://w3c.github.io/pointerevents/#x10-1-coalesced-events",
"https://w3c.github.io/pointerevents/#dfn-coalesced-events",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-19",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-measurable-properties-1",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-20",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-measurable-properties-1",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-21",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-19",
"https://w3c.github.io/pointerevents/#ref-for-dom-pointerevent-getcoalescedevents-4",
"https://w3c.github.io/pointerevents/#figure_coalesced",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-21",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-22",
"https://w3c.github.io/pointerevents/#ref-for-dom-pointerevent-13",
"https://w3c.github.io/pointerevents/#dfn-coalesced-events-list",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-22",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-20",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-23",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-20",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-24",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-21",
"https://w3c.github.io/pointerevents/#ref-for-dfn-coalesced-events-list-2",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-40",
- "https://w3c.github.io/pointerevents/#h-note-42",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-41",
- "https://w3c.github.io/pointerevents/#h-note-43",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-43",
+ "https://w3c.github.io/pointerevents/#h-note-45",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-44",
+ "https://w3c.github.io/pointerevents/#h-note-46",
"https://w3c.github.io/pointerevents/#ref-for-dfn-coalesced-events-list-3",
"https://w3c.github.io/pointerevents/#ref-for-dfn-coalesced-events-list-4",
"https://w3c.github.io/pointerevents/#ref-for-dom-pointerevent-getpredictedevents-2",
"https://w3c.github.io/pointerevents/#ref-for-dfn-coalesced-events-list-5",
"https://w3c.github.io/pointerevents/#ref-for-dfn-predicted-events-list-2",
"https://w3c.github.io/pointerevents/#example_12",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-42",
- "https://w3c.github.io/pointerevents/#h-note-44",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-45",
+ "https://w3c.github.io/pointerevents/#h-note-47",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-26",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-24",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-25",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-26",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-27",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-43",
- "https://w3c.github.io/pointerevents/#h-note-45",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-46",
+ "https://w3c.github.io/pointerevents/#h-note-48",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-22",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-23",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-24",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-25",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-26",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-27",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-26",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-27",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-28",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-28",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-28",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-29",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-28",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-29",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-22",
"https://w3c.github.io/pointerevents/#predicted-events",
"https://w3c.github.io/pointerevents/#x10-2-predicted-events",
"https://w3c.github.io/pointerevents/#dfn-predicted-events",
"https://w3c.github.io/pointerevents/#ref-for-dom-pointerevent-getpredictedevents-3",
"https://w3c.github.io/pointerevents/#figure_predicted",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-29",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-30",
"https://w3c.github.io/pointerevents/#ref-for-dom-pointerevent-14",
"https://w3c.github.io/pointerevents/#dfn-predicted-events-list",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-30",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-31",
"https://w3c.github.io/pointerevents/#ref-for-dfn-predicted-events-list-3",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-44",
- "https://w3c.github.io/pointerevents/#h-note-46",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-47",
+ "https://w3c.github.io/pointerevents/#h-note-49",
"https://w3c.github.io/pointerevents/#ref-for-dfn-coalesced-events-list-6",
"https://w3c.github.io/pointerevents/#ref-for-dfn-predicted-events-list-4",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-45",
- "https://w3c.github.io/pointerevents/#h-note-47",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-48",
+ "https://w3c.github.io/pointerevents/#h-note-50",
"https://w3c.github.io/pointerevents/#ref-for-dfn-predicted-events-list-5",
"https://w3c.github.io/pointerevents/#ref-for-dfn-predicted-events-list-6",
"https://w3c.github.io/pointerevents/#ref-for-dom-pointerevent-getpredictedevents-4",
"https://w3c.github.io/pointerevents/#ref-for-dfn-coalesced-events-list-7",
"https://w3c.github.io/pointerevents/#ref-for-dfn-predicted-events-list-7",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-46",
- "https://w3c.github.io/pointerevents/#h-note-48",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-49",
+ "https://w3c.github.io/pointerevents/#h-note-51",
"https://w3c.github.io/pointerevents/#example_13",
"https://w3c.github.io/pointerevents/#populating-and-maintaining-the-coalesced-and-predicted-events-lists",
"https://w3c.github.io/pointerevents/#x10-3-populating-and-maintaining-the-coalesced-and-predicted-events-lists",
@@ -759,16 +785,16 @@
"https://w3c.github.io/pointerevents/#compatibility-mapping-with-mouse-events",
"https://w3c.github.io/pointerevents/#x11-compatibility-mapping-with-mouse-events",
"https://w3c.github.io/pointerevents/#dfn-compatibility-mouse-events",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-47",
- "https://w3c.github.io/pointerevents/#h-note-49",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-50",
+ "https://w3c.github.io/pointerevents/#h-note-52",
"https://w3c.github.io/pointerevents/#ref-for-dfn-touch-action-2",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-29",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-23",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-24",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-25",
"https://w3c.github.io/pointerevents/#ref-for-dfn-compatibility-mouse-events-10",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-48",
- "https://w3c.github.io/pointerevents/#h-note-50",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-51",
+ "https://w3c.github.io/pointerevents/#h-note-53",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-26",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-27",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointercancel-10",
@@ -780,18 +806,18 @@
"https://w3c.github.io/pointerevents/#dfn-effective-position-of-the-legacy-mouse-pointer",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-31",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-28",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-31",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-9",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-32",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-11",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-32",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-29",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-32",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-10",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-33",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-12",
"https://w3c.github.io/pointerevents/#ref-for-dfn-effective-position-of-the-legacy-mouse-pointer-1",
"https://w3c.github.io/pointerevents/#ref-for-dfn-effective-position-of-the-legacy-mouse-pointer-2",
"https://w3c.github.io/pointerevents/#ref-for-dfn-effective-position-of-the-legacy-mouse-pointer-3",
"https://w3c.github.io/pointerevents/#ref-for-dfn-effective-position-of-the-legacy-mouse-pointer-4",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-49",
- "https://w3c.github.io/pointerevents/#h-note-51",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-52",
+ "https://w3c.github.io/pointerevents/#h-note-54",
"https://w3c.github.io/pointerevents/#ref-for-dfn-effective-position-of-the-legacy-mouse-pointer-5",
"https://w3c.github.io/pointerevents/#legacy-pointer-transition",
"https://w3c.github.io/pointerevents/#ref-for-dfn-effective-position-of-the-legacy-mouse-pointer-6",
@@ -800,52 +826,52 @@
"https://w3c.github.io/pointerevents/#x11-2-mapping-for-devices-that-support-hover",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-33",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-30",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-33",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-11",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-34",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-13",
"https://w3c.github.io/pointerevents/#ref-for-dfn-tracking-the-effective-position-of-the-legacy-mouse-pointer-1",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-34",
"https://w3c.github.io/pointerevents/#ref-for-dfn-canceled-event-1",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-35",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-34",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-35",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-31",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointercancel-11",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-32",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointercancel-12",
"https://w3c.github.io/pointerevents/#mapping-for-devices-that-do-not-support-hover",
"https://w3c.github.io/pointerevents/#x11-3-mapping-for-devices-that-do-not-support-hover",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-50",
- "https://w3c.github.io/pointerevents/#h-note-52",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerover-9",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-53",
+ "https://w3c.github.io/pointerevents/#h-note-55",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerover-10",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-36",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-37",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-33",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-35",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-12",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-36",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-14",
"https://w3c.github.io/pointerevents/#ref-for-dfn-tracking-the-effective-position-of-the-legacy-mouse-pointer-2",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-38",
"https://w3c.github.io/pointerevents/#ref-for-dfn-canceled-event-2",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-39",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-36",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-37",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-34",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointercancel-13",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-35",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointercancel-14",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-51",
- "https://w3c.github.io/pointerevents/#h-note-53",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerover-10",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-54",
+ "https://w3c.github.io/pointerevents/#h-note-56",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerover-11",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-40",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-37",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-38",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-36",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerout-9",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-13",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerout-10",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-15",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-41",
"https://w3c.github.io/pointerevents/#ref-for-dfn-canceled-event-3",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerover-11",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerover-12",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-42",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-38",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-39",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-37",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerout-10",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-14",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerout-11",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-16",
"https://w3c.github.io/pointerevents/#security-and-privacy-considerations",
"https://w3c.github.io/pointerevents/#x12-security-and-privacy-considerations",
"https://w3c.github.io/pointerevents/#glossary",
@@ -854,14 +880,14 @@
"https://w3c.github.io/pointerevents/#dfn-active-document",
"https://w3c.github.io/pointerevents/#ref-for-dfn-active-pointer-8",
"https://w3c.github.io/pointerevents/#dfn-active-pointer",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-52",
- "https://w3c.github.io/pointerevents/#h-note-54",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-55",
+ "https://w3c.github.io/pointerevents/#h-note-57",
"https://w3c.github.io/pointerevents/#dfn-canceled-event",
"https://w3c.github.io/pointerevents/#dfn-contact-geometry",
"https://w3c.github.io/pointerevents/#dfn-digitizer",
"https://w3c.github.io/pointerevents/#dfn-direct-manipulation",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-53",
- "https://w3c.github.io/pointerevents/#h-note-55",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-56",
+ "https://w3c.github.io/pointerevents/#h-note-58",
"https://w3c.github.io/pointerevents/#dfn-hit-test",
"https://w3c.github.io/pointerevents/#dfn-measurable-properties",
"https://w3c.github.io/pointerevents/#dfn-pointer",
diff --git a/ed/ids/pointerevents4.json b/ed/ids/pointerevents4.json
index 8ebb899caf0b..ce2b23c88d29 100644
--- a/ed/ids/pointerevents4.json
+++ b/ed/ids/pointerevents4.json
@@ -215,6 +215,7 @@
"https://w3c.github.io/pointerevents/#ref-for-dfn-gotpointercapture-1",
"https://w3c.github.io/pointerevents/#ref-for-dfn-lostpointercapture-1",
"https://w3c.github.io/pointerevents/#ref-for-dfn-process-pending-pointer-capture-1",
+ "https://w3c.github.io/pointerevents/#dfn-determine-the-target",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointer-capture-target-override-1",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointer-capture-target-override-2",
"https://w3c.github.io/pointerevents/#ref-for-dfn-hit-test-1",
@@ -295,8 +296,20 @@
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerout-4",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-4",
"https://w3c.github.io/pointerevents/#ref-for-dfn-implicitly-release-the-pointer-capture-2",
+ "https://w3c.github.io/pointerevents/#boundary-events-caused-by-layout-changes",
+ "https://w3c.github.io/pointerevents/#x4-1-4-boundary-events-caused-by-layout-changes",
+ "https://w3c.github.io/pointerevents/#dfn-events-from-layout-changes",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointer-event-types-2",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-hit-test-2",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerover-5",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerenter-3",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerout-5",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-5",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-16",
+ "https://w3c.github.io/pointerevents/#h-note-18",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-6",
"https://w3c.github.io/pointerevents/#converting-between-tiltx-tilty-and-altitudeangle-azimuthangle",
- "https://w3c.github.io/pointerevents/#x4-1-4-converting-between-tiltx-tilty-and-altitudeangle-azimuthangle",
+ "https://w3c.github.io/pointerevents/#x4-1-5-converting-between-tiltx-tilty-and-altitudeangle-azimuthangle",
"https://w3c.github.io/pointerevents/#example_6",
"https://w3c.github.io/pointerevents/#pointer-event-types",
"https://w3c.github.io/pointerevents/#x4-2-pointer-event-types",
@@ -309,8 +322,9 @@
"https://w3c.github.io/pointerevents/#x4-2-1-the-pointerover-event",
"https://w3c.github.io/pointerevents/#dfn-pointerover",
"https://w3c.github.io/pointerevents/#ref-for-dfn-fire-a-pointer-event-2",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerover-5",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-hit-test-2",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerover-6",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-determine-the-target-1",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-events-from-layout-changes-1",
"https://w3c.github.io/pointerevents/#ref-for-dfn-hit-test-3",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-7",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-8",
@@ -318,15 +332,20 @@
"https://w3c.github.io/pointerevents/#x4-2-2-the-pointerenter-event",
"https://w3c.github.io/pointerevents/#dfn-pointerenter",
"https://w3c.github.io/pointerevents/#ref-for-dfn-fire-a-pointer-event-3",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerenter-3",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerenter-4",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-determine-the-target-2",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-events-from-layout-changes-2",
"https://w3c.github.io/pointerevents/#ref-for-dfn-hit-test-4",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-9",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-10",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-17",
+ "https://w3c.github.io/pointerevents/#h-note-19",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerover-7",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerenter-5",
"https://w3c.github.io/pointerevents/#ref-for-dfn-hit-test-5",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerover-6",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-16",
- "https://w3c.github.io/pointerevents/#h-note-18",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-5",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-18",
+ "https://w3c.github.io/pointerevents/#h-note-20",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-6",
"https://w3c.github.io/pointerevents/#the-pointerdown-event",
"https://w3c.github.io/pointerevents/#x4-2-3-the-pointerdown-event",
"https://w3c.github.io/pointerevents/#dfn-pointerdown",
@@ -334,41 +353,41 @@
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-11",
"https://w3c.github.io/pointerevents/#ref-for-dfn-active-buttons-state-2",
"https://w3c.github.io/pointerevents/#ref-for-dfn-digitizer-1",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-17",
- "https://w3c.github.io/pointerevents/#h-note-19",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-19",
+ "https://w3c.github.io/pointerevents/#h-note-21",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-12",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-6",
"https://w3c.github.io/pointerevents/#ref-for-dfn-chorded-buttons-1",
"https://w3c.github.io/pointerevents/#ref-for-dfn-fire-a-pointer-event-5",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerover-7",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerenter-4",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerover-8",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerenter-6",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-13",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-18",
- "https://w3c.github.io/pointerevents/#h-note-20",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-20",
+ "https://w3c.github.io/pointerevents/#h-note-22",
"https://w3c.github.io/pointerevents/#ref-for-dfn-compatibility-mouse-events-7",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-14",
"https://w3c.github.io/pointerevents/#the-pointermove-event",
"https://w3c.github.io/pointerevents/#x4-2-4-the-pointermove-event",
"https://w3c.github.io/pointerevents/#dfn-pointermove",
"https://w3c.github.io/pointerevents/#ref-for-dfn-fire-a-pointer-event-6",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-6",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-7",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-15",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-7",
"https://w3c.github.io/pointerevents/#ref-for-dfn-chorded-buttons-2",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-7",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-8",
"https://w3c.github.io/pointerevents/#ref-for-dfn-coalesced-events-2",
"https://w3c.github.io/pointerevents/#ref-for-dom-pointerevent-getcoalescedevents-2",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-8",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-9",
"https://w3c.github.io/pointerevents/#the-pointerrawupdate-event",
"https://w3c.github.io/pointerevents/#x4-2-5-the-pointerrawupdate-event",
"https://w3c.github.io/pointerevents/#dfn-pointerrawupdate",
"https://w3c.github.io/pointerevents/#ref-for-dfn-fire-a-pointer-event-7",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-2",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-9",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-10",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-3",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-4",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-10",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-11",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-12",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-5",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-6",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-7",
@@ -376,21 +395,21 @@
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-8",
"https://w3c.github.io/pointerevents/#ref-for-dom-pointerevent-getcoalescedevents-3",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-9",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-12",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-10",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-13",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-11",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-10",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-14",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-12",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-11",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-15",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-12",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-16",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-13",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-17",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-13",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-18",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-14",
"https://w3c.github.io/pointerevents/#ref-for-dfn-compatibility-mouse-events-8",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-15",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-19",
- "https://w3c.github.io/pointerevents/#h-note-21",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-21",
+ "https://w3c.github.io/pointerevents/#h-note-23",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-16",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-17",
"https://w3c.github.io/pointerevents/#the-pointerup-event",
@@ -401,13 +420,13 @@
"https://w3c.github.io/pointerevents/#ref-for-dfn-active-buttons-state-3",
"https://w3c.github.io/pointerevents/#ref-for-dfn-digitizer-2",
"https://w3c.github.io/pointerevents/#ref-for-dfn-fire-a-pointer-event-9",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerout-5",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-6",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerout-6",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-7",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-9",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-10",
"https://w3c.github.io/pointerevents/#ref-for-dfn-implicitly-release-the-pointer-capture-3",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-20",
- "https://w3c.github.io/pointerevents/#h-note-22",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-22",
+ "https://w3c.github.io/pointerevents/#h-note-24",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-16",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-11",
"https://w3c.github.io/pointerevents/#ref-for-dfn-chorded-buttons-3",
@@ -423,9 +442,10 @@
"https://w3c.github.io/pointerevents/#x4-2-8-the-pointerout-event",
"https://w3c.github.io/pointerevents/#dfn-pointerout",
"https://w3c.github.io/pointerevents/#ref-for-dfn-fire-a-pointer-event-11",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerout-6",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerout-7",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-determine-the-target-3",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-events-from-layout-changes-3",
"https://w3c.github.io/pointerevents/#ref-for-dfn-hit-test-6",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-hit-test-7",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-12",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-13",
"https://w3c.github.io/pointerevents/#ref-for-dfn-suppress-a-pointer-event-stream-4",
@@ -433,15 +453,21 @@
"https://w3c.github.io/pointerevents/#x4-2-9-the-pointerleave-event",
"https://w3c.github.io/pointerevents/#dfn-pointerleave",
"https://w3c.github.io/pointerevents/#ref-for-dfn-fire-a-pointer-event-12",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-7",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-hit-test-8",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-hit-test-9",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-8",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-determine-the-target-4",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-events-from-layout-changes-4",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-hit-test-7",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-14",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-15",
"https://w3c.github.io/pointerevents/#ref-for-dfn-suppress-a-pointer-event-stream-5",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerout-7",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-21",
- "https://w3c.github.io/pointerevents/#h-note-23",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-23",
+ "https://w3c.github.io/pointerevents/#h-note-25",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerout-8",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-9",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-hit-test-8",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-24",
+ "https://w3c.github.io/pointerevents/#h-note-26",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerenter-7",
"https://w3c.github.io/pointerevents/#the-gotpointercapture-event",
"https://w3c.github.io/pointerevents/#x4-2-10-the-gotpointercapture-event",
"https://w3c.github.io/pointerevents/#dfn-gotpointercapture",
@@ -470,13 +496,13 @@
"https://w3c.github.io/pointerevents/#ref-for-dom-pointerevent-12",
"https://w3c.github.io/pointerevents/#event-dispatch",
"https://w3c.github.io/pointerevents/#x4-2-12-3-event-dispatch",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-22",
- "https://w3c.github.io/pointerevents/#h-note-24",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-25",
+ "https://w3c.github.io/pointerevents/#h-note-27",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-16",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-17",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-17",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-23",
- "https://w3c.github.io/pointerevents/#h-note-25",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-26",
+ "https://w3c.github.io/pointerevents/#h-note-28",
"https://w3c.github.io/pointerevents/#ref-for-dfn-lostpointercapture-10",
"https://w3c.github.io/pointerevents/#extensions-to-the-element-interface",
"https://w3c.github.io/pointerevents/#x5-extensions-to-the-element-interface",
@@ -498,8 +524,8 @@
"https://w3c.github.io/pointerevents/#dom-element-haspointercapture",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointer-capture-1",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pending-pointer-capture-target-override-5",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-24",
- "https://w3c.github.io/pointerevents/#h-note-26",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-27",
+ "https://w3c.github.io/pointerevents/#h-note-29",
"https://w3c.github.io/pointerevents/#ref-for-dom-element-setpointercapture-2",
"https://w3c.github.io/pointerevents/#ref-for-dfn-gotpointercapture-9",
"https://w3c.github.io/pointerevents/#ref-for-dfn-implicit-pointer-capture-2",
@@ -531,12 +557,12 @@
"https://w3c.github.io/pointerevents/#idl-def-globaleventhandlers-onlostpointercapture",
"https://w3c.github.io/pointerevents/#ref-for-dom-globaleventhandlers-onlostpointercapture-1",
"https://w3c.github.io/pointerevents/#dom-globaleventhandlers-onpointerover",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerover-8",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerover-9",
"https://w3c.github.io/pointerevents/#dom-globaleventhandlers-onpointerenter",
"https://w3c.github.io/pointerevents/#dom-globaleventhandlers-onpointerdown",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-19",
"https://w3c.github.io/pointerevents/#dom-globaleventhandlers-onpointermove",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-18",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-19",
"https://w3c.github.io/pointerevents/#dom-globaleventhandlers-onpointerrawupdate",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-18",
"https://w3c.github.io/pointerevents/#dom-globaleventhandlers-onpointerup",
@@ -544,9 +570,9 @@
"https://w3c.github.io/pointerevents/#dom-globaleventhandlers-onpointercancel",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointercancel-6",
"https://w3c.github.io/pointerevents/#dom-globaleventhandlers-onpointerout",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerout-8",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerout-9",
"https://w3c.github.io/pointerevents/#dom-globaleventhandlers-onpointerleave",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-8",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-10",
"https://w3c.github.io/pointerevents/#dom-globaleventhandlers-ongotpointercapture",
"https://w3c.github.io/pointerevents/#ref-for-dfn-gotpointercapture-10",
"https://w3c.github.io/pointerevents/#dom-globaleventhandlers-onlostpointercapture",
@@ -558,16 +584,16 @@
"https://w3c.github.io/pointerevents/#idl-def-navigator-maxtouchpoints",
"https://w3c.github.io/pointerevents/#ref-for-dom-navigator-maxtouchpoints-1",
"https://w3c.github.io/pointerevents/#dom-navigator-maxtouchpoints",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-25",
- "https://w3c.github.io/pointerevents/#h-note-27",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-26",
- "https://w3c.github.io/pointerevents/#h-note-28",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-28",
+ "https://w3c.github.io/pointerevents/#h-note-30",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-29",
+ "https://w3c.github.io/pointerevents/#h-note-31",
"https://w3c.github.io/pointerevents/#declaring-direct-manipulation-behavior",
"https://w3c.github.io/pointerevents/#x8-declaring-direct-manipulation-behavior",
"https://w3c.github.io/pointerevents/#dfn-direct-manipulation-behavior",
"https://w3c.github.io/pointerevents/#ref-for-dfn-attributes-and-default-actions-2",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-27",
- "https://w3c.github.io/pointerevents/#h-note-29",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-30",
+ "https://w3c.github.io/pointerevents/#h-note-32",
"https://w3c.github.io/pointerevents/#ref-for-dfn-direct-manipulation-3",
"https://w3c.github.io/pointerevents/#the-touch-action-css-property",
"https://w3c.github.io/pointerevents/#x8-1-the-touch-action-css-property",
@@ -579,10 +605,10 @@
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-19",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointercancel-7",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-21",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-28",
- "https://w3c.github.io/pointerevents/#h-note-30",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-29",
- "https://w3c.github.io/pointerevents/#h-note-31",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-31",
+ "https://w3c.github.io/pointerevents/#h-note-33",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-32",
+ "https://w3c.github.io/pointerevents/#h-note-34",
"https://w3c.github.io/pointerevents/#determining-supported-direct-manipulation-behavior",
"https://w3c.github.io/pointerevents/#x8-2-determining-supported-direct-manipulation-behavior",
"https://w3c.github.io/pointerevents/#ref-for-dfn-direct-manipulation-5",
@@ -590,22 +616,22 @@
"https://w3c.github.io/pointerevents/#ref-for-dfn-conforming-touch-behavior-1",
"https://w3c.github.io/pointerevents/#ref-for-dfn-conforming-touch-behavior-2",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-22",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-30",
- "https://w3c.github.io/pointerevents/#h-note-32",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-33",
+ "https://w3c.github.io/pointerevents/#h-note-35",
"https://w3c.github.io/pointerevents/#details-of-touch-action-values",
"https://w3c.github.io/pointerevents/#x8-3-details-of-touch-action-values",
"https://w3c.github.io/pointerevents/#dfn-touch-action-values",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-31",
- "https://w3c.github.io/pointerevents/#h-note-33",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-32",
- "https://w3c.github.io/pointerevents/#h-note-34",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-33",
- "https://w3c.github.io/pointerevents/#h-note-35",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-direct-manipulation-6",
"https://w3c.github.io/pointerevents/#issue-container-generatedID-34",
"https://w3c.github.io/pointerevents/#h-note-36",
"https://w3c.github.io/pointerevents/#issue-container-generatedID-35",
"https://w3c.github.io/pointerevents/#h-note-37",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-36",
+ "https://w3c.github.io/pointerevents/#h-note-38",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-direct-manipulation-6",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-37",
+ "https://w3c.github.io/pointerevents/#h-note-39",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-38",
+ "https://w3c.github.io/pointerevents/#h-note-40",
"https://w3c.github.io/pointerevents/#example_7",
"https://w3c.github.io/pointerevents/#example_8",
"https://w3c.github.io/pointerevents/#example_9",
@@ -617,7 +643,7 @@
"https://w3c.github.io/pointerevents/#introduction",
"https://w3c.github.io/pointerevents/#x9-1-introduction",
"https://w3c.github.io/pointerevents/#ref-for-dfn-compatibility-mouse-events-9",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-hit-test-10",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-hit-test-9",
"https://w3c.github.io/pointerevents/#figure_slider",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-23",
"https://w3c.github.io/pointerevents/#setting-pointer-capture",
@@ -645,10 +671,10 @@
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-25",
"https://w3c.github.io/pointerevents/#ref-for-dom-element-releasepointercapture-2",
"https://w3c.github.io/pointerevents/#ref-for-dfn-gotpointercapture-11",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-36",
- "https://w3c.github.io/pointerevents/#h-note-38",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-37",
- "https://w3c.github.io/pointerevents/#h-note-39",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-39",
+ "https://w3c.github.io/pointerevents/#h-note-41",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-40",
+ "https://w3c.github.io/pointerevents/#h-note-42",
"https://w3c.github.io/pointerevents/#implicit-release-of-pointer-capture",
"https://w3c.github.io/pointerevents/#x9-5-implicit-release-of-pointer-capture",
"https://w3c.github.io/pointerevents/#dfn-implicitly-release-the-pointer-capture",
@@ -664,86 +690,86 @@
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointer-capture-target-override-9",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pending-pointer-capture-target-override-8",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pending-pointer-capture-target-override-9",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-38",
- "https://w3c.github.io/pointerevents/#h-note-40",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-41",
+ "https://w3c.github.io/pointerevents/#h-note-43",
"https://w3c.github.io/pointerevents/#ref-for-dfn-lostpointercapture-13",
"https://w3c.github.io/pointerevents/#ref-for-dfn-process-pending-pointer-capture-7",
"https://w3c.github.io/pointerevents/#ref-for-dom-element-releasepointercapture-3",
"https://w3c.github.io/pointerevents/#coalesced-and-predicted-events",
"https://w3c.github.io/pointerevents/#x10-coalesced-and-predicted-events",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-39",
- "https://w3c.github.io/pointerevents/#h-note-41",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-42",
+ "https://w3c.github.io/pointerevents/#h-note-44",
"https://w3c.github.io/pointerevents/#coalesced-events",
"https://w3c.github.io/pointerevents/#x10-1-coalesced-events",
"https://w3c.github.io/pointerevents/#dfn-coalesced-events",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-19",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-measurable-properties-1",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-20",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-measurable-properties-1",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-21",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-19",
"https://w3c.github.io/pointerevents/#ref-for-dom-pointerevent-getcoalescedevents-4",
"https://w3c.github.io/pointerevents/#figure_coalesced",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-21",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-22",
"https://w3c.github.io/pointerevents/#ref-for-dom-pointerevent-13",
"https://w3c.github.io/pointerevents/#dfn-coalesced-events-list",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-22",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-20",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-23",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-20",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-24",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-21",
"https://w3c.github.io/pointerevents/#ref-for-dfn-coalesced-events-list-2",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-40",
- "https://w3c.github.io/pointerevents/#h-note-42",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-41",
- "https://w3c.github.io/pointerevents/#h-note-43",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-43",
+ "https://w3c.github.io/pointerevents/#h-note-45",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-44",
+ "https://w3c.github.io/pointerevents/#h-note-46",
"https://w3c.github.io/pointerevents/#ref-for-dfn-coalesced-events-list-3",
"https://w3c.github.io/pointerevents/#ref-for-dfn-coalesced-events-list-4",
"https://w3c.github.io/pointerevents/#ref-for-dom-pointerevent-getpredictedevents-2",
"https://w3c.github.io/pointerevents/#ref-for-dfn-coalesced-events-list-5",
"https://w3c.github.io/pointerevents/#ref-for-dfn-predicted-events-list-2",
"https://w3c.github.io/pointerevents/#example_12",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-42",
- "https://w3c.github.io/pointerevents/#h-note-44",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-45",
+ "https://w3c.github.io/pointerevents/#h-note-47",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-26",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-24",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-25",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-26",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-27",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-43",
- "https://w3c.github.io/pointerevents/#h-note-45",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-46",
+ "https://w3c.github.io/pointerevents/#h-note-48",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-22",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-23",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-24",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-25",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-26",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-27",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-26",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-27",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-28",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-28",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-28",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerrawupdate-29",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-28",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-29",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-22",
"https://w3c.github.io/pointerevents/#predicted-events",
"https://w3c.github.io/pointerevents/#x10-2-predicted-events",
"https://w3c.github.io/pointerevents/#dfn-predicted-events",
"https://w3c.github.io/pointerevents/#ref-for-dom-pointerevent-getpredictedevents-3",
"https://w3c.github.io/pointerevents/#figure_predicted",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-29",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-30",
"https://w3c.github.io/pointerevents/#ref-for-dom-pointerevent-14",
"https://w3c.github.io/pointerevents/#dfn-predicted-events-list",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-30",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-31",
"https://w3c.github.io/pointerevents/#ref-for-dfn-predicted-events-list-3",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-44",
- "https://w3c.github.io/pointerevents/#h-note-46",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-47",
+ "https://w3c.github.io/pointerevents/#h-note-49",
"https://w3c.github.io/pointerevents/#ref-for-dfn-coalesced-events-list-6",
"https://w3c.github.io/pointerevents/#ref-for-dfn-predicted-events-list-4",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-45",
- "https://w3c.github.io/pointerevents/#h-note-47",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-48",
+ "https://w3c.github.io/pointerevents/#h-note-50",
"https://w3c.github.io/pointerevents/#ref-for-dfn-predicted-events-list-5",
"https://w3c.github.io/pointerevents/#ref-for-dfn-predicted-events-list-6",
"https://w3c.github.io/pointerevents/#ref-for-dom-pointerevent-getpredictedevents-4",
"https://w3c.github.io/pointerevents/#ref-for-dfn-coalesced-events-list-7",
"https://w3c.github.io/pointerevents/#ref-for-dfn-predicted-events-list-7",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-46",
- "https://w3c.github.io/pointerevents/#h-note-48",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-49",
+ "https://w3c.github.io/pointerevents/#h-note-51",
"https://w3c.github.io/pointerevents/#example_13",
"https://w3c.github.io/pointerevents/#populating-and-maintaining-the-coalesced-and-predicted-events-lists",
"https://w3c.github.io/pointerevents/#x10-3-populating-and-maintaining-the-coalesced-and-predicted-events-lists",
@@ -759,16 +785,16 @@
"https://w3c.github.io/pointerevents/#compatibility-mapping-with-mouse-events",
"https://w3c.github.io/pointerevents/#x11-compatibility-mapping-with-mouse-events",
"https://w3c.github.io/pointerevents/#dfn-compatibility-mouse-events",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-47",
- "https://w3c.github.io/pointerevents/#h-note-49",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-50",
+ "https://w3c.github.io/pointerevents/#h-note-52",
"https://w3c.github.io/pointerevents/#ref-for-dfn-touch-action-2",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-29",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-23",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-24",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-25",
"https://w3c.github.io/pointerevents/#ref-for-dfn-compatibility-mouse-events-10",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-48",
- "https://w3c.github.io/pointerevents/#h-note-50",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-51",
+ "https://w3c.github.io/pointerevents/#h-note-53",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-26",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-27",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointercancel-10",
@@ -780,18 +806,18 @@
"https://w3c.github.io/pointerevents/#dfn-effective-position-of-the-legacy-mouse-pointer",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-31",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-28",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-31",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-9",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-32",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-11",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-32",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-29",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-32",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-10",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-33",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-12",
"https://w3c.github.io/pointerevents/#ref-for-dfn-effective-position-of-the-legacy-mouse-pointer-1",
"https://w3c.github.io/pointerevents/#ref-for-dfn-effective-position-of-the-legacy-mouse-pointer-2",
"https://w3c.github.io/pointerevents/#ref-for-dfn-effective-position-of-the-legacy-mouse-pointer-3",
"https://w3c.github.io/pointerevents/#ref-for-dfn-effective-position-of-the-legacy-mouse-pointer-4",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-49",
- "https://w3c.github.io/pointerevents/#h-note-51",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-52",
+ "https://w3c.github.io/pointerevents/#h-note-54",
"https://w3c.github.io/pointerevents/#ref-for-dfn-effective-position-of-the-legacy-mouse-pointer-5",
"https://w3c.github.io/pointerevents/#legacy-pointer-transition",
"https://w3c.github.io/pointerevents/#ref-for-dfn-effective-position-of-the-legacy-mouse-pointer-6",
@@ -800,52 +826,52 @@
"https://w3c.github.io/pointerevents/#x11-2-mapping-for-devices-that-support-hover",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-33",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-30",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-33",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-11",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-34",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-13",
"https://w3c.github.io/pointerevents/#ref-for-dfn-tracking-the-effective-position-of-the-legacy-mouse-pointer-1",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-34",
"https://w3c.github.io/pointerevents/#ref-for-dfn-canceled-event-1",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-35",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-34",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-35",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-31",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointercancel-11",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-32",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointercancel-12",
"https://w3c.github.io/pointerevents/#mapping-for-devices-that-do-not-support-hover",
"https://w3c.github.io/pointerevents/#x11-3-mapping-for-devices-that-do-not-support-hover",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-50",
- "https://w3c.github.io/pointerevents/#h-note-52",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerover-9",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-53",
+ "https://w3c.github.io/pointerevents/#h-note-55",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerover-10",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-36",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-37",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-33",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-35",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-12",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-36",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-14",
"https://w3c.github.io/pointerevents/#ref-for-dfn-tracking-the-effective-position-of-the-legacy-mouse-pointer-2",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-38",
"https://w3c.github.io/pointerevents/#ref-for-dfn-canceled-event-2",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-39",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-36",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-37",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-34",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointercancel-13",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-35",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointercancel-14",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-51",
- "https://w3c.github.io/pointerevents/#h-note-53",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerover-10",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-54",
+ "https://w3c.github.io/pointerevents/#h-note-56",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerover-11",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-40",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-37",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-38",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-36",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerout-9",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-13",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerout-10",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-15",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-41",
"https://w3c.github.io/pointerevents/#ref-for-dfn-canceled-event-3",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerover-11",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerover-12",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerdown-42",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-38",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointermove-39",
"https://w3c.github.io/pointerevents/#ref-for-dfn-pointerup-37",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerout-10",
- "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-14",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerout-11",
+ "https://w3c.github.io/pointerevents/#ref-for-dfn-pointerleave-16",
"https://w3c.github.io/pointerevents/#security-and-privacy-considerations",
"https://w3c.github.io/pointerevents/#x12-security-and-privacy-considerations",
"https://w3c.github.io/pointerevents/#glossary",
@@ -854,14 +880,14 @@
"https://w3c.github.io/pointerevents/#dfn-active-document",
"https://w3c.github.io/pointerevents/#ref-for-dfn-active-pointer-8",
"https://w3c.github.io/pointerevents/#dfn-active-pointer",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-52",
- "https://w3c.github.io/pointerevents/#h-note-54",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-55",
+ "https://w3c.github.io/pointerevents/#h-note-57",
"https://w3c.github.io/pointerevents/#dfn-canceled-event",
"https://w3c.github.io/pointerevents/#dfn-contact-geometry",
"https://w3c.github.io/pointerevents/#dfn-digitizer",
"https://w3c.github.io/pointerevents/#dfn-direct-manipulation",
- "https://w3c.github.io/pointerevents/#issue-container-generatedID-53",
- "https://w3c.github.io/pointerevents/#h-note-55",
+ "https://w3c.github.io/pointerevents/#issue-container-generatedID-56",
+ "https://w3c.github.io/pointerevents/#h-note-58",
"https://w3c.github.io/pointerevents/#dfn-hit-test",
"https://w3c.github.io/pointerevents/#dfn-measurable-properties",
"https://w3c.github.io/pointerevents/#dfn-pointer",
diff --git a/ed/ids/rfc6265bis.json b/ed/ids/rfc6265bis.json
index fb807bc598a9..8fc285c78a5f 100644
--- a/ed/ids/rfc6265bis.json
+++ b/ed/ids/rfc6265bis.json
@@ -1250,6 +1250,7 @@
"https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html#RFC9113",
"https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html#RFC9114",
"https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html#SERVICE-WORKERS",
+ "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html#RFC8446",
"https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html#changes-from-rfc-6265",
"https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html#appendix-A",
"https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html#name-changes-from-rfc-6265",
diff --git a/ed/ids/selectors-4.json b/ed/ids/selectors-4.json
index e96435a9e229..d1a6f045de16 100644
--- a/ed/ids/selectors-4.json
+++ b/ed/ids/selectors-4.json
@@ -695,7 +695,6 @@
"https://drafts.csswg.org/selectors-4/#ref-for-current-pseudo%E2%91%A3",
"https://drafts.csswg.org/selectors-4/#current-pseudo",
"https://drafts.csswg.org/selectors-4/#selectordef-current",
- "https://drafts.csswg.org/selectors-4/#ref-for-matches-pseudo%E2%91%A0%E2%91%A5",
"https://drafts.csswg.org/selectors-4/#ref-for-compound%E2%91%A2%E2%91%A5",
"https://drafts.csswg.org/selectors-4/#ref-for-current-pseudo%E2%91%A4",
"https://drafts.csswg.org/selectors-4/#ref-for-current-pseudo%E2%91%A5",
@@ -1028,7 +1027,7 @@
"https://drafts.csswg.org/selectors-4/#specificity-rules",
"https://drafts.csswg.org/selectors-4/#specificity",
"https://drafts.csswg.org/selectors-4/#ref-for-selector-list%E2%91%A0%E2%93%AA",
- "https://drafts.csswg.org/selectors-4/#ref-for-matches-pseudo%E2%91%A0%E2%91%A6",
+ "https://drafts.csswg.org/selectors-4/#ref-for-matches-pseudo%E2%91%A0%E2%91%A5",
"https://drafts.csswg.org/selectors-4/#ref-for-negation-pseudo%E2%91%A7",
"https://drafts.csswg.org/selectors-4/#ref-for-has-pseudo%E2%91%A0%E2%91%A0",
"https://drafts.csswg.org/selectors-4/#ref-for-complex%E2%91%A5",
@@ -1213,10 +1212,10 @@
"https://drafts.csswg.org/selectors-4/#typedef-forgiving-selector-list",
"https://drafts.csswg.org/selectors-4/#ref-for-typedef-forgiving-selector-list%E2%91%A1",
"https://drafts.csswg.org/selectors-4/#ref-for-typedef-forgiving-selector-list%E2%91%A2",
- "https://drafts.csswg.org/selectors-4/#ref-for-matches-pseudo%E2%91%A0%E2%91%A7",
+ "https://drafts.csswg.org/selectors-4/#ref-for-matches-pseudo%E2%91%A0%E2%91%A6",
"https://drafts.csswg.org/selectors-4/#ref-for-where-pseudo%E2%91%A6",
+ "https://drafts.csswg.org/selectors-4/#ref-for-matches-pseudo%E2%91%A0%E2%91%A7",
"https://drafts.csswg.org/selectors-4/#ref-for-matches-pseudo%E2%91%A0%E2%91%A8",
- "https://drafts.csswg.org/selectors-4/#ref-for-matches-pseudo%E2%91%A1%E2%93%AA",
"https://drafts.csswg.org/selectors-4/#ref-for-where-pseudo%E2%91%A7",
"https://drafts.csswg.org/selectors-4/#ref-for-typedef-forgiving-selector-list%E2%91%A3",
"https://drafts.csswg.org/selectors-4/#ref-for-typedef-any-value%E2%91%A0",
@@ -1228,7 +1227,7 @@
"https://drafts.csswg.org/selectors-4/#ref-for-typedef-selector-list",
"https://drafts.csswg.org/selectors-4/#ref-for-typedef-forgiving-selector-list%E2%91%A4",
"https://drafts.csswg.org/selectors-4/#ref-for-typedef-forgiving-selector-list%E2%91%A5",
- "https://drafts.csswg.org/selectors-4/#ref-for-matches-pseudo%E2%91%A1%E2%91%A0",
+ "https://drafts.csswg.org/selectors-4/#ref-for-matches-pseudo%E2%91%A1%E2%93%AA",
"https://drafts.csswg.org/selectors-4/#ref-for-where-pseudo%E2%91%A8",
"https://drafts.csswg.org/selectors-4/#api-hooks",
"https://drafts.csswg.org/selectors-4/#issue-55d7bd68",
@@ -1281,7 +1280,7 @@
"https://drafts.csswg.org/selectors-4/#dom-mapping",
"https://drafts.csswg.org/selectors-4/#issue-772ec278",
"https://drafts.csswg.org/selectors-4/#ref-for-has-pseudo%E2%91%A0%E2%91%A1",
- "https://drafts.csswg.org/selectors-4/#ref-for-matches-pseudo%E2%91%A1%E2%91%A1",
+ "https://drafts.csswg.org/selectors-4/#ref-for-matches-pseudo%E2%91%A1%E2%91%A0",
"https://drafts.csswg.org/selectors-4/#example-37a1ab6b",
"https://drafts.csswg.org/selectors-4/#ref-for-first-child-pseudo%E2%91%A1",
"https://drafts.csswg.org/selectors-4/#ref-for-nth-child-pseudo%E2%91%A4",
@@ -1323,7 +1322,7 @@
"https://drafts.csswg.org/selectors-4/#ref-for-selectordef-volume-locked%E2%91%A0",
"https://drafts.csswg.org/selectors-4/#ref-for-selectordef-autofill%E2%91%A1",
"https://drafts.csswg.org/selectors-4/#ref-for-user-valid-pseudo%E2%91%A1",
- "https://drafts.csswg.org/selectors-4/#ref-for-matches-pseudo%E2%91%A1%E2%91%A2",
+ "https://drafts.csswg.org/selectors-4/#ref-for-matches-pseudo%E2%91%A1%E2%91%A1",
"https://drafts.csswg.org/selectors-4/#ref-for-where-pseudo%E2%91%A0%E2%93%AA",
"https://drafts.csswg.org/selectors-4/#ref-for-has-pseudo%E2%91%A0%E2%91%A7",
"https://drafts.csswg.org/selectors-4/#ref-for-nth-child-pseudo%E2%91%A7",
@@ -1338,10 +1337,10 @@
"https://drafts.csswg.org/selectors-4/#changes-2018-02",
"https://drafts.csswg.org/selectors-4/#ref-for-where-pseudo%E2%91%A0%E2%91%A0",
"https://drafts.csswg.org/selectors-4/#ref-for-selectordef-matches",
- "https://drafts.csswg.org/selectors-4/#ref-for-matches-pseudo%E2%91%A1%E2%91%A3",
+ "https://drafts.csswg.org/selectors-4/#ref-for-matches-pseudo%E2%91%A1%E2%91%A2",
"https://drafts.csswg.org/selectors-4/#ref-for-empty-pseudo%E2%91%A1",
"https://drafts.csswg.org/selectors-4/#ref-for-blank-pseudo%E2%91%A8",
- "https://drafts.csswg.org/selectors-4/#ref-for-matches-pseudo%E2%91%A1%E2%91%A4",
+ "https://drafts.csswg.org/selectors-4/#ref-for-matches-pseudo%E2%91%A1%E2%91%A3",
"https://drafts.csswg.org/selectors-4/#ref-for-has-pseudo%E2%91%A0%E2%91%A8",
"https://drafts.csswg.org/selectors-4/#ref-for-nth-child-pseudo%E2%91%A0%E2%93%AA",
"https://drafts.csswg.org/selectors-4/#ref-for-focus-visible-pseudo%E2%91%A5",
@@ -1381,7 +1380,7 @@
"https://drafts.csswg.org/selectors-4/#ref-for-column-combinator%E2%91%A0",
"https://drafts.csswg.org/selectors-4/#changes-level-3",
"https://drafts.csswg.org/selectors-4/#ref-for-negation-pseudo%E2%91%A0%E2%91%A0",
- "https://drafts.csswg.org/selectors-4/#ref-for-matches-pseudo%E2%91%A1%E2%91%A5",
+ "https://drafts.csswg.org/selectors-4/#ref-for-matches-pseudo%E2%91%A1%E2%91%A4",
"https://drafts.csswg.org/selectors-4/#ref-for-where-pseudo%E2%91%A0%E2%91%A1",
"https://drafts.csswg.org/selectors-4/#ref-for-has-pseudo%E2%91%A1%E2%91%A0",
"https://drafts.csswg.org/selectors-4/#ref-for-scope-pseudo%E2%91%A2",
diff --git a/ed/ids/web-animations-2.json b/ed/ids/web-animations-2.json
index 97f75bce886b..b4ab17572571 100644
--- a/ed/ids/web-animations-2.json
+++ b/ed/ids/web-animations-2.json
@@ -1449,19 +1449,19 @@
"https://drafts.csswg.org/web-animations-2/#ref-for-groupeffect%E2%91%A0%E2%91%A1",
"https://drafts.csswg.org/web-animations-2/#ref-for-sequenceeffect%E2%91%A2",
"https://drafts.csswg.org/web-animations-2/#the-keyframeeffect-interface",
- "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect",
+ "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect-source%E2%91%A0",
"https://drafts.csswg.org/web-animations-2/#ref-for-keyframeeffect",
"https://drafts.csswg.org/web-animations-2/#ref-for-enumdef-iterationcompositeoperation",
"https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-iterationcomposite",
"https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-keyframeeffect",
- "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect%E2%91%A0",
+ "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect-source%E2%91%A1",
"https://drafts.csswg.org/web-animations-2/#ref-for-dictdef-keyframeeffectoptions",
"https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-iterationcomposite%E2%91%A0",
"https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-composite",
- "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect%E2%91%A1",
+ "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect",
"https://drafts.csswg.org/web-animations-2/#ref-for-dfn-throw%E2%91%A0%E2%91%A0",
"https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-keyframeeffect-source",
- "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect%E2%91%A2",
+ "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-source",
"https://drafts.csswg.org/web-animations-2/#ref-for-iteration-composite-operation%E2%91%A2",
"https://drafts.csswg.org/web-animations-2/#dom-keyframeeffect-iterationcomposite",
@@ -1519,7 +1519,7 @@
"https://drafts.csswg.org/web-animations-2/#ref-for-animation%E2%91%A2%E2%91%A5",
"https://drafts.csswg.org/web-animations-2/#dom-effectcallback-animation",
"https://drafts.csswg.org/web-animations-2/#ref-for-callbackdef-effectcallback%E2%91%A0",
- "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect%E2%91%A3",
+ "https://drafts.csswg.org/web-animations-2/#ref-for-dom-keyframeeffect-keyframeeffect%E2%91%A1",
"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 6faa7f428ec2..5240e72c8925 100644
--- a/ed/index.json
+++ b/ed/index.json
@@ -1,7 +1,7 @@
{
"type": "crawl",
"title": "Reffy crawl",
- "date": "2025-01-29T18:41:21.370Z",
+ "date": "2025-01-30T00:56:21.986Z",
"options": {
"fallback": "ed/index.json",
"output": "report",
@@ -1346,7 +1346,7 @@
],
"crawled": "https://httpwg.org/http-extensions/draft-ietf-httpbis-no-vary-search.html",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 15:17:17 GMT"
+ "lastModified": "Wed, 29 Jan 2025 21:47:58 GMT"
},
"date": "29 January 2025",
"algorithms": "algorithms/no-vary-search.json",
@@ -1395,7 +1395,7 @@
],
"crawled": "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 15:17:17 GMT"
+ "lastModified": "Wed, 29 Jan 2025 21:47:58 GMT"
},
"date": "29 January 2025",
"algorithms": "algorithms/rfc6265bis.json",
@@ -1627,11 +1627,11 @@
],
"crawled": "https://drafts.csswg.org/css-backgrounds-4/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "16 September 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-backgrounds-4.json",
"refs": "refs/css-backgrounds-4.json",
"css": "css/css-backgrounds-4.json",
@@ -1688,11 +1688,11 @@
],
"crawled": "https://drafts.csswg.org/css-borders-4/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "2 October 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-borders-4.json",
"refs": "refs/css-borders-4.json",
"css": "css/css-borders.json",
@@ -1750,11 +1750,11 @@
],
"crawled": "https://drafts.csswg.org/css-color-6/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "15 September 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-color-6.json",
"refs": "refs/css-color-6.json",
"css": "css/css-color-6.json",
@@ -1805,11 +1805,11 @@
],
"crawled": "https://drafts.csswg.org/css-conditional-values-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "21 February 2023",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-conditional-values-1.json",
"refs": "refs/css-conditional-values-1.json",
"css": "css/css-conditional-values.json",
@@ -1866,11 +1866,11 @@
],
"crawled": "https://drafts.csswg.org/css-env-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "30 August 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-env-1.json",
"links": "links/css-env-1.json",
"refs": "refs/css-env-1.json",
@@ -1922,11 +1922,11 @@
],
"crawled": "https://drafts.csswg.org/css-extensions-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "24 January 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-extensions-1.json",
"refs": "refs/css-extensions-1.json",
"css": "css/css-extensions.json",
@@ -1977,11 +1977,11 @@
],
"crawled": "https://drafts.csswg.org/css-forms-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:44 GMT"
},
"generator": "bikeshed",
"date": "5 December 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-forms-1.json",
"refs": "refs/css-forms-1.json",
"css": "css/css-forms.json",
@@ -2032,11 +2032,11 @@
],
"crawled": "https://drafts.csswg.org/css-gaps-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "8 January 2025",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-gaps-1.json",
"links": "links/css-gaps-1.json",
"refs": "refs/css-gaps-1.json",
@@ -2095,11 +2095,11 @@
],
"crawled": "https://drafts.csswg.org/css-gcpm-4/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "24 January 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-gcpm-4.json",
"refs": "refs/css-gcpm-4.json",
"css": "css/css-gcpm-4.json",
@@ -2157,11 +2157,11 @@
],
"crawled": "https://drafts.csswg.org/css-images-5/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:44 GMT"
},
"generator": "bikeshed",
"date": "28 August 2023",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-images-5.json",
"refs": "refs/css-images-5.json",
"css": "css/css-images-5.json",
@@ -2212,11 +2212,11 @@
],
"crawled": "https://drafts.csswg.org/css-link-params-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "7 August 2023",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-link-params-1.json",
"refs": "refs/css-link-params-1.json",
"css": "css/css-link-params.json",
@@ -2267,11 +2267,11 @@
],
"crawled": "https://drafts.csswg.org/css-mixins-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "21 January 2025",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-mixins-1.json",
"links": "links/css-mixins-1.json",
"refs": "refs/css-mixins-1.json",
@@ -2331,11 +2331,11 @@
],
"crawled": "https://drafts.csswg.org/css-page-4/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "12 May 2023",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-page-4.json",
"refs": "refs/css-page-4.json",
"dfns": "dfns/css-page-4.json",
@@ -2392,11 +2392,11 @@
],
"crawled": "https://drafts.csswg.org/css-position-4/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "19 November 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-position-4.json",
"links": "links/css-position-4.json",
"refs": "refs/css-position-4.json",
@@ -2455,11 +2455,11 @@
],
"crawled": "https://drafts.csswg.org/css-shapes-2/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "28 January 2025",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-shapes-2.json",
"refs": "refs/css-shapes-2.json",
"css": "css/css-shapes-2.json",
@@ -2516,11 +2516,11 @@
],
"crawled": "https://drafts.csswg.org/css-size-adjust-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "24 January 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-size-adjust-1.json",
"refs": "refs/css-size-adjust-1.json",
"css": "css/css-size-adjust.json",
@@ -2578,11 +2578,11 @@
],
"crawled": "https://drafts.csswg.org/css-variables-2/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "27 February 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-variables-2.json",
"links": "links/css-variables-2.json",
"refs": "refs/css-variables-2.json",
@@ -2641,11 +2641,11 @@
],
"crawled": "https://drafts.csswg.org/selectors-5/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "24 September 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/selectors-5.json",
"refs": "refs/selectors-5.json",
"css": "css/selectors-5.json",
@@ -8843,10 +8843,10 @@
],
"crawled": "https://w3c.github.io/mediacapture-surface-control/",
"crawlCacheInfo": {
- "lastModified": "Fri, 24 Jan 2025 15:18:44 GMT"
+ "lastModified": "Wed, 29 Jan 2025 19:36:59 GMT"
},
"generator": "respec",
- "date": "24 January 2025",
+ "date": "29 January 2025",
"algorithms": "algorithms/mediacapture-surface-control.json",
"links": "links/mediacapture-surface-control.json",
"refs": "refs/mediacapture-surface-control.json",
@@ -16499,9 +16499,9 @@
],
"crawled": "https://www.rfc-editor.org/rfc/rfc9649",
"crawlCacheInfo": {
- "lastModified": "Mon, 27 Jan 2025 22:35:58 GMT"
+ "lastModified": "Tue, 28 Jan 2025 19:35:34 GMT"
},
- "date": "27 January 2025",
+ "date": "28 January 2025",
"algorithms": "algorithms/rfc9649.json",
"links": "links/rfc9649.json",
"refs": "refs/rfc9649.json",
@@ -18138,11 +18138,11 @@
],
"crawled": "https://drafts.csswg.org/css-2022/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "28 August 2023",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-2022.json",
"refs": "refs/css-2022.json",
"dfns": "dfns/css-2022.json",
@@ -18199,11 +18199,11 @@
],
"crawled": "https://drafts.csswg.org/css-2023/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "11 December 2023",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-2023.json",
"refs": "refs/css-2023.json",
"dfns": "dfns/css-2023.json",
@@ -18266,11 +18266,11 @@
],
"crawled": "https://drafts.csswg.org/css-align-3/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "29 January 2025",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-align-3.json",
"links": "links/css-align-3.json",
"refs": "refs/css-align-3.json",
@@ -18329,11 +18329,11 @@
],
"crawled": "https://drafts.csswg.org/css-anchor-position-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "12 October 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-anchor-position-1.json",
"links": "links/css-anchor-position-1.json",
"refs": "refs/css-anchor-position-1.json",
@@ -18465,11 +18465,11 @@
],
"crawled": "https://drafts.csswg.org/css-animations-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "29 January 2025",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-animations-1.json",
"refs": "refs/css-animations-1.json",
"events": "events/css-animations-1.json",
@@ -18535,11 +18535,11 @@
],
"crawled": "https://drafts.csswg.org/css-animations-2/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "29 January 2025",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-animations-2.json",
"links": "links/css-animations-2.json",
"refs": "refs/css-animations-2.json",
@@ -18606,11 +18606,11 @@
],
"crawled": "https://drafts.csswg.org/css-backgrounds-3/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "29 October 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-backgrounds-3.json",
"links": "links/css-backgrounds-3.json",
"refs": "refs/css-backgrounds-3.json",
@@ -18676,11 +18676,11 @@
],
"crawled": "https://drafts.csswg.org/css-box-3/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "4 April 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-box-3.json",
"refs": "refs/css-box-3.json",
"dfns": "dfns/css-box-3.json",
@@ -18743,11 +18743,11 @@
],
"crawled": "https://drafts.csswg.org/css-box-4/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "18 January 2025",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-box-4.json",
"refs": "refs/css-box-4.json",
"css": "css/css-box.json",
@@ -18812,11 +18812,11 @@
],
"crawled": "https://drafts.csswg.org/css-break-3/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "28 August 2023",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-break-3.json",
"refs": "refs/css-break-3.json",
"dfns": "dfns/css-break-3.json",
@@ -18879,11 +18879,11 @@
],
"crawled": "https://drafts.csswg.org/css-break-4/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "11 March 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-break-4.json",
"refs": "refs/css-break-4.json",
"css": "css/css-break.json",
@@ -18947,11 +18947,11 @@
],
"crawled": "https://drafts.csswg.org/css-cascade-3/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:44 GMT"
},
"generator": "bikeshed",
"date": "30 January 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-cascade-3.json",
"refs": "refs/css-cascade-3.json",
"dfns": "dfns/css-cascade-3.json",
@@ -19016,11 +19016,11 @@
],
"crawled": "https://drafts.csswg.org/css-cascade-4/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "28 August 2023",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-cascade-4.json",
"links": "links/css-cascade-4.json",
"refs": "refs/css-cascade-4.json",
@@ -19085,11 +19085,11 @@
],
"crawled": "https://drafts.csswg.org/css-cascade-5/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "28 August 2023",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-cascade-5.json",
"refs": "refs/css-cascade-5.json",
"idl": "idl/css-cascade.idl",
@@ -19154,11 +19154,11 @@
],
"crawled": "https://drafts.csswg.org/css-cascade-6/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "8 November 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-cascade-6.json",
"refs": "refs/css-cascade-6.json",
"idl": "idl/css-cascade-6.idl",
@@ -19223,7 +19223,7 @@
],
"crawled": "https://drafts.csswg.org/css-color-3/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:44 GMT"
},
"date": "18 January 2022",
"links": "links/css-color-3.json",
@@ -19290,11 +19290,11 @@
],
"crawled": "https://drafts.csswg.org/css-color-4/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "11 December 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-color-4.json",
"links": "links/css-color-4.json",
"refs": "refs/css-color-4.json",
@@ -19360,11 +19360,11 @@
],
"crawled": "https://drafts.csswg.org/css-color-5/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "4 December 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-color-5.json",
"links": "links/css-color-5.json",
"refs": "refs/css-color-5.json",
@@ -19430,11 +19430,11 @@
],
"crawled": "https://drafts.csswg.org/css-color-adjust-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "27 November 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-color-adjust-1.json",
"links": "links/css-color-adjust-1.json",
"refs": "refs/css-color-adjust-1.json",
@@ -19496,11 +19496,11 @@
],
"crawled": "https://drafts.csswg.org/css-color-hdr-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "11 December 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-color-hdr-1.json",
"links": "links/css-color-hdr-1.json",
"refs": "refs/css-color-hdr-1.json",
@@ -19566,11 +19566,11 @@
],
"crawled": "https://drafts.csswg.org/css-conditional-3/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "29 January 2025",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-conditional-3.json",
"links": "links/css-conditional-3.json",
"refs": "refs/css-conditional-3.json",
@@ -19637,11 +19637,11 @@
],
"crawled": "https://drafts.csswg.org/css-conditional-4/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "19 March 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-conditional-4.json",
"refs": "refs/css-conditional-4.json",
"css": "css/css-conditional-4.json",
@@ -19705,11 +19705,11 @@
],
"crawled": "https://drafts.csswg.org/css-conditional-5/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "19 December 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-conditional-5.json",
"links": "links/css-conditional-5.json",
"refs": "refs/css-conditional-5.json",
@@ -19775,11 +19775,11 @@
],
"crawled": "https://drafts.csswg.org/css-contain-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "28 June 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-contain-1.json",
"links": "links/css-contain-1.json",
"refs": "refs/css-contain-1.json",
@@ -19845,11 +19845,11 @@
],
"crawled": "https://drafts.csswg.org/css-contain-2/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "18 January 2025",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-contain-2.json",
"links": "links/css-contain-2.json",
"refs": "refs/css-contain-2.json",
@@ -19916,11 +19916,11 @@
],
"crawled": "https://drafts.csswg.org/css-contain-3/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "20 June 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-contain-3.json",
"refs": "refs/css-contain-3.json",
"headings": "headings/css-contain-3.json",
@@ -19982,11 +19982,11 @@
],
"crawled": "https://drafts.csswg.org/css-content-3/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "17 May 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-content-3.json",
"links": "links/css-content-3.json",
"refs": "refs/css-content-3.json",
@@ -20051,11 +20051,11 @@
],
"crawled": "https://drafts.csswg.org/css-counter-styles-3/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:44 GMT"
},
"generator": "bikeshed",
"date": "18 December 2023",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-counter-styles-3.json",
"links": "links/css-counter-styles-3.json",
"refs": "refs/css-counter-styles-3.json",
@@ -20122,11 +20122,11 @@
],
"crawled": "https://drafts.csswg.org/css-display-3/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "22 November 2023",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-display-3.json",
"refs": "refs/css-display-3.json",
"dfns": "dfns/css-display-3.json",
@@ -20189,11 +20189,11 @@
],
"crawled": "https://drafts.csswg.org/css-display-4/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "27 December 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-display-4.json",
"refs": "refs/css-display-4.json",
"css": "css/css-display.json",
@@ -20258,11 +20258,11 @@
],
"crawled": "https://drafts.csswg.org/css-easing-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "28 August 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-easing-1.json",
"links": "links/css-easing-1.json",
"refs": "refs/css-easing-1.json",
@@ -20326,11 +20326,11 @@
],
"crawled": "https://drafts.csswg.org/css-easing-2/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:44 GMT"
},
"generator": "bikeshed",
"date": "17 September 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-easing-2.json",
"links": "links/css-easing-2.json",
"refs": "refs/css-easing-2.json",
@@ -20395,11 +20395,11 @@
],
"crawled": "https://drafts.csswg.org/css-flexbox-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:44 GMT"
},
"generator": "bikeshed",
"date": "11 January 2025",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-flexbox-1.json",
"links": "links/css-flexbox-1.json",
"refs": "refs/css-flexbox-1.json",
@@ -20464,11 +20464,11 @@
],
"crawled": "https://drafts.csswg.org/css-font-loading-3/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "11 May 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-font-loading-3.json",
"links": "links/css-font-loading-3.json",
"refs": "refs/css-font-loading-3.json",
@@ -20537,11 +20537,11 @@
],
"crawled": "https://drafts.csswg.org/css-fonts-4/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
- "date": "24 January 2025",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "date": "29 January 2025",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-fonts-4.json",
"links": "links/css-fonts-4.json",
"refs": "refs/css-fonts-4.json",
@@ -20607,11 +20607,11 @@
],
"crawled": "https://drafts.csswg.org/css-fonts-5/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "13 January 2025",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-fonts-5.json",
"refs": "refs/css-fonts-5.json",
"idl": "idl/css-fonts-5.idl",
@@ -20677,11 +20677,11 @@
],
"crawled": "https://drafts.csswg.org/css-gcpm-3/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "4 May 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-gcpm-3.json",
"refs": "refs/css-gcpm-3.json",
"css": "css/css-gcpm.json",
@@ -20745,11 +20745,11 @@
],
"crawled": "https://drafts.csswg.org/css-grid-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "17 January 2025",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-grid-1.json",
"links": "links/css-grid-1.json",
"refs": "refs/css-grid-1.json",
@@ -20815,11 +20815,11 @@
],
"crawled": "https://drafts.csswg.org/css-grid-2/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "13 January 2025",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-grid-2.json",
"links": "links/css-grid-2.json",
"refs": "refs/css-grid-2.json",
@@ -20884,11 +20884,11 @@
],
"crawled": "https://drafts.csswg.org/css-grid-3/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "27 December 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-grid-3.json",
"links": "links/css-grid-3.json",
"refs": "refs/css-grid-3.json",
@@ -20947,11 +20947,11 @@
],
"crawled": "https://drafts.csswg.org/css-highlight-api-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "25 January 2025",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-highlight-api-1.json",
"links": "links/css-highlight-api-1.json",
"refs": "refs/css-highlight-api-1.json",
@@ -21017,11 +21017,11 @@
],
"crawled": "https://drafts.csswg.org/css-images-3/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "11 January 2025",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-images-3.json",
"links": "links/css-images-3.json",
"refs": "refs/css-images-3.json",
@@ -21087,11 +21087,11 @@
],
"crawled": "https://drafts.csswg.org/css-images-4/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "23 January 2025",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-images-4.json",
"links": "links/css-images-4.json",
"refs": "refs/css-images-4.json",
@@ -21157,11 +21157,11 @@
],
"crawled": "https://drafts.csswg.org/css-inline-3/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "10 January 2025",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-inline-3.json",
"links": "links/css-inline-3.json",
"refs": "refs/css-inline-3.json",
@@ -21286,11 +21286,11 @@
],
"crawled": "https://drafts.csswg.org/css-line-grid-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "26 July 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-line-grid-1.json",
"refs": "refs/css-line-grid-1.json",
"css": "css/css-line-grid.json",
@@ -21354,11 +21354,11 @@
],
"crawled": "https://drafts.csswg.org/css-lists-3/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "24 January 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-lists-3.json",
"links": "links/css-lists-3.json",
"refs": "refs/css-lists-3.json",
@@ -21423,11 +21423,11 @@
],
"crawled": "https://drafts.csswg.org/css-logical-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "24 January 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-logical-1.json",
"refs": "refs/css-logical-1.json",
"css": "css/css-logical.json",
@@ -21560,11 +21560,11 @@
],
"crawled": "https://drafts.csswg.org/css-multicol-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:44 GMT"
},
"generator": "bikeshed",
"date": "22 November 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-multicol-1.json",
"refs": "refs/css-multicol-1.json",
"dfns": "dfns/css-multicol-1.json",
@@ -21627,11 +21627,11 @@
],
"crawled": "https://drafts.csswg.org/css-multicol-2/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "17 December 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-multicol-2.json",
"refs": "refs/css-multicol-2.json",
"css": "css/css-multicol.json",
@@ -21695,11 +21695,11 @@
],
"crawled": "https://drafts.csswg.org/css-namespaces-3/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "25 October 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-namespaces-3.json",
"refs": "refs/css-namespaces-3.json",
"css": "css/css-namespaces.json",
@@ -21757,11 +21757,11 @@
],
"crawled": "https://drafts.csswg.org/css-nav-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "29 July 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-nav-1.json",
"links": "links/css-nav-1.json",
"refs": "refs/css-nav-1.json",
@@ -21822,11 +21822,11 @@
],
"crawled": "https://drafts.csswg.org/css-nesting-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "4 December 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-nesting-1.json",
"refs": "refs/css-nesting-1.json",
"idl": "idl/css-nesting.idl",
@@ -21892,11 +21892,11 @@
],
"crawled": "https://drafts.csswg.org/css-overflow-3/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "29 January 2025",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-overflow-3.json",
"refs": "refs/css-overflow-3.json",
"css": "css/css-overflow.json",
@@ -21961,11 +21961,11 @@
],
"crawled": "https://drafts.csswg.org/css-overflow-4/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "29 January 2025",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-overflow-4.json",
"refs": "refs/css-overflow-4.json",
"css": "css/css-overflow-4.json",
@@ -22029,11 +22029,11 @@
],
"crawled": "https://drafts.csswg.org/css-overflow-5/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:44 GMT"
},
"generator": "bikeshed",
"date": "29 January 2025",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-overflow-5.json",
"links": "links/css-overflow-5.json",
"refs": "refs/css-overflow-5.json",
@@ -22098,11 +22098,11 @@
],
"crawled": "https://drafts.csswg.org/css-overscroll-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "3 March 2023",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-overscroll-1.json",
"refs": "refs/css-overscroll-1.json",
"css": "css/css-overscroll.json",
@@ -22167,11 +22167,11 @@
],
"crawled": "https://drafts.csswg.org/css-page-3/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "5 December 2023",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-page-3.json",
"links": "links/css-page-3.json",
"refs": "refs/css-page-3.json",
@@ -22230,11 +22230,11 @@
],
"crawled": "https://drafts.csswg.org/css-page-floats-3/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "4 November 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-page-floats-3.json",
"links": "links/css-page-floats-3.json",
"refs": "refs/css-page-floats-3.json",
@@ -22366,11 +22366,11 @@
],
"crawled": "https://drafts.csswg.org/css-position-3/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:44 GMT"
},
"generator": "bikeshed",
"date": "19 November 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-position-3.json",
"links": "links/css-position-3.json",
"refs": "refs/css-position-3.json",
@@ -22501,11 +22501,11 @@
],
"crawled": "https://drafts.csswg.org/css-pseudo-4/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "27 November 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-pseudo-4.json",
"links": "links/css-pseudo-4.json",
"refs": "refs/css-pseudo-4.json",
@@ -22565,11 +22565,11 @@
],
"crawled": "https://drafts.csswg.org/css-regions-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "24 January 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-regions-1.json",
"refs": "refs/css-regions-1.json",
"idl": "idl/css-regions.idl",
@@ -22628,11 +22628,11 @@
],
"crawled": "https://drafts.csswg.org/css-rhythm-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "13 December 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-rhythm-1.json",
"refs": "refs/css-rhythm-1.json",
"css": "css/css-rhythm.json",
@@ -22696,11 +22696,11 @@
],
"crawled": "https://drafts.csswg.org/css-round-display-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "1 August 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-round-display-1.json",
"refs": "refs/css-round-display-1.json",
"css": "css/css-round-display.json",
@@ -22764,11 +22764,11 @@
],
"crawled": "https://drafts.csswg.org/css-ruby-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "15 July 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-ruby-1.json",
"links": "links/css-ruby-1.json",
"refs": "refs/css-ruby-1.json",
@@ -22833,11 +22833,11 @@
],
"crawled": "https://drafts.csswg.org/css-scoping-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:44 GMT"
},
"generator": "bikeshed",
"date": "22 January 2025",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-scoping-1.json",
"links": "links/css-scoping-1.json",
"refs": "refs/css-scoping-1.json",
@@ -22902,11 +22902,11 @@
],
"crawled": "https://drafts.csswg.org/css-scroll-anchoring-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "3 December 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-scroll-anchoring-1.json",
"links": "links/css-scroll-anchoring-1.json",
"refs": "refs/css-scroll-anchoring-1.json",
@@ -22972,11 +22972,11 @@
],
"crawled": "https://drafts.csswg.org/css-scroll-snap-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:44 GMT"
},
"generator": "bikeshed",
"date": "22 January 2025",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-scroll-snap-1.json",
"links": "links/css-scroll-snap-1.json",
"refs": "refs/css-scroll-snap-1.json",
@@ -23041,11 +23041,11 @@
],
"crawled": "https://drafts.csswg.org/css-scroll-snap-2/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "16 December 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-scroll-snap-2.json",
"links": "links/css-scroll-snap-2.json",
"refs": "refs/css-scroll-snap-2.json",
@@ -23112,11 +23112,11 @@
],
"crawled": "https://drafts.csswg.org/css-scrollbars-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "13 September 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-scrollbars-1.json",
"refs": "refs/css-scrollbars-1.json",
"css": "css/css-scrollbars.json",
@@ -23180,11 +23180,11 @@
],
"crawled": "https://drafts.csswg.org/css-shadow-parts-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "5 September 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-shadow-parts-1.json",
"links": "links/css-shadow-parts-1.json",
"refs": "refs/css-shadow-parts-1.json",
@@ -23251,11 +23251,11 @@
],
"crawled": "https://drafts.csswg.org/css-shapes-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "19 September 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-shapes-1.json",
"refs": "refs/css-shapes-1.json",
"css": "css/css-shapes.json",
@@ -23320,11 +23320,11 @@
],
"crawled": "https://drafts.csswg.org/css-sizing-3/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "25 July 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-sizing-3.json",
"links": "links/css-sizing-3.json",
"refs": "refs/css-sizing-3.json",
@@ -23389,11 +23389,11 @@
],
"crawled": "https://drafts.csswg.org/css-sizing-4/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "15 October 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-sizing-4.json",
"refs": "refs/css-sizing-4.json",
"css": "css/css-sizing-4.json",
@@ -23457,11 +23457,11 @@
],
"crawled": "https://drafts.csswg.org/css-speech-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "29 October 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-speech-1.json",
"refs": "refs/css-speech-1.json",
"css": "css/css-speech.json",
@@ -23523,7 +23523,7 @@
],
"crawled": "https://drafts.csswg.org/css-style-attr/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"date": "10 April 2015",
"links": "links/css-style-attr.json",
@@ -23589,11 +23589,11 @@
],
"crawled": "https://drafts.csswg.org/css-syntax-3/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "20 November 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-syntax-3.json",
"links": "links/css-syntax-3.json",
"refs": "refs/css-syntax-3.json",
@@ -23658,11 +23658,11 @@
],
"crawled": "https://drafts.csswg.org/css-tables-3/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "1 August 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-tables-3.json",
"links": "links/css-tables-3.json",
"refs": "refs/css-tables-3.json",
@@ -23728,11 +23728,11 @@
],
"crawled": "https://drafts.csswg.org/css-text-3/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "3 October 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-text-3.json",
"links": "links/css-text-3.json",
"refs": "refs/css-text-3.json",
@@ -23797,11 +23797,11 @@
],
"crawled": "https://drafts.csswg.org/css-text-4/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "27 November 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-text-4.json",
"links": "links/css-text-4.json",
"refs": "refs/css-text-4.json",
@@ -23867,11 +23867,11 @@
],
"crawled": "https://drafts.csswg.org/css-text-decor-3/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:44 GMT"
},
"generator": "bikeshed",
"date": "24 January 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-text-decor-3.json",
"refs": "refs/css-text-decor-3.json",
"css": "css/css-text-decor.json",
@@ -23935,11 +23935,11 @@
],
"crawled": "https://drafts.csswg.org/css-text-decor-4/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:44 GMT"
},
"generator": "bikeshed",
"date": "18 January 2025",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-text-decor-4.json",
"refs": "refs/css-text-decor-4.json",
"css": "css/css-text-decor-4.json",
@@ -24004,11 +24004,11 @@
],
"crawled": "https://drafts.csswg.org/css-transforms-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "29 January 2025",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-transforms-1.json",
"links": "links/css-transforms-1.json",
"refs": "refs/css-transforms-1.json",
@@ -24073,11 +24073,11 @@
],
"crawled": "https://drafts.csswg.org/css-transforms-2/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "3 April 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-transforms-2.json",
"links": "links/css-transforms-2.json",
"refs": "refs/css-transforms-2.json",
@@ -24143,11 +24143,11 @@
],
"crawled": "https://drafts.csswg.org/css-transitions-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "29 January 2025",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-transitions-1.json",
"links": "links/css-transitions-1.json",
"refs": "refs/css-transitions-1.json",
@@ -24214,11 +24214,11 @@
],
"crawled": "https://drafts.csswg.org/css-transitions-2/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:44 GMT"
},
"generator": "bikeshed",
"date": "29 January 2025",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-transitions-2.json",
"links": "links/css-transitions-2.json",
"refs": "refs/css-transitions-2.json",
@@ -24350,11 +24350,11 @@
],
"crawled": "https://drafts.csswg.org/css-ui-3/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "27 February 2023",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-ui-3.json",
"links": "links/css-ui-3.json",
"refs": "refs/css-ui-3.json",
@@ -24419,11 +24419,11 @@
],
"crawled": "https://drafts.csswg.org/css-ui-4/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "24 January 2025",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-ui-4.json",
"links": "links/css-ui-4.json",
"refs": "refs/css-ui-4.json",
@@ -24490,11 +24490,11 @@
],
"crawled": "https://drafts.csswg.org/css-values-3/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "31 July 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-values-3.json",
"refs": "refs/css-values-3.json",
"dfns": "dfns/css-values-3.json",
@@ -24559,11 +24559,11 @@
],
"crawled": "https://drafts.csswg.org/css-values-4/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "28 October 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-values-4.json",
"links": "links/css-values-4.json",
"refs": "refs/css-values-4.json",
@@ -24628,11 +24628,11 @@
],
"crawled": "https://drafts.csswg.org/css-values-5/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "14 January 2025",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-values-5.json",
"links": "links/css-values-5.json",
"refs": "refs/css-values-5.json",
@@ -24698,11 +24698,11 @@
],
"crawled": "https://drafts.csswg.org/css-variables-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "25 October 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-variables-1.json",
"links": "links/css-variables-1.json",
"refs": "refs/css-variables-1.json",
@@ -24761,11 +24761,11 @@
],
"crawled": "https://drafts.csswg.org/css-view-transitions-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "22 October 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-view-transitions-1.json",
"links": "links/css-view-transitions-1.json",
"refs": "refs/css-view-transitions-1.json",
@@ -24825,11 +24825,11 @@
],
"crawled": "https://drafts.csswg.org/css-view-transitions-2/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "18 November 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-view-transitions-2.json",
"links": "links/css-view-transitions-2.json",
"refs": "refs/css-view-transitions-2.json",
@@ -24897,11 +24897,11 @@
],
"crawled": "https://drafts.csswg.org/css-viewport/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "12 July 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-viewport-1.json",
"links": "links/css-viewport-1.json",
"refs": "refs/css-viewport-1.json",
@@ -24967,11 +24967,11 @@
],
"crawled": "https://drafts.csswg.org/css-will-change-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "29 April 2022",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-will-change-1.json",
"refs": "refs/css-will-change-1.json",
"css": "css/css-will-change.json",
@@ -25036,11 +25036,11 @@
],
"crawled": "https://drafts.csswg.org/css-writing-modes-3/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "28 August 2023",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/css-writing-modes-3.json",
"refs": "refs/css-writing-modes-3.json",
"dfns": "dfns/css-writing-modes-3.json",
@@ -25104,11 +25104,11 @@
],
"crawled": "https://drafts.csswg.org/css-writing-modes-4/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "28 August 2023",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css-writing-modes-4.json",
"links": "links/css-writing-modes-4.json",
"refs": "refs/css-writing-modes-4.json",
@@ -25315,11 +25315,11 @@
],
"crawled": "https://drafts.csswg.org/css2/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:44 GMT"
},
"generator": "bikeshed",
"date": "21 January 2025",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/CSS22.json",
"links": "links/CSS22.json",
"refs": "refs/CSS22.json",
@@ -25384,11 +25384,11 @@
],
"crawled": "https://drafts.csswg.org/css-exclusions-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "24 July 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/css3-exclusions.json",
"links": "links/css3-exclusions.json",
"refs": "refs/css3-exclusions.json",
@@ -25453,11 +25453,11 @@
],
"crawled": "https://drafts.csswg.org/cssom-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "1 October 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/cssom-1.json",
"links": "links/cssom-1.json",
"refs": "refs/cssom-1.json",
@@ -25523,11 +25523,11 @@
],
"crawled": "https://drafts.csswg.org/cssom-view-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:44 GMT"
},
"generator": "bikeshed",
"date": "26 November 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/cssom-view-1.json",
"links": "links/cssom-view-1.json",
"refs": "refs/cssom-view-1.json",
@@ -29339,7 +29339,7 @@
],
"crawled": "https://drafts.csswg.org/mediaqueries-3/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:44 GMT"
},
"date": "14 May 2024",
"links": "links/mediaqueries-3.json",
@@ -29405,11 +29405,11 @@
],
"crawled": "https://drafts.csswg.org/mediaqueries-4/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "24 January 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/mediaqueries-4.json",
"refs": "refs/mediaqueries-4.json",
"css": "css/mediaqueries.json",
@@ -29473,11 +29473,11 @@
],
"crawled": "https://drafts.csswg.org/mediaqueries-5/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:44 GMT"
},
"generator": "bikeshed",
"date": "15 November 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/mediaqueries-5.json",
"links": "links/mediaqueries-5.json",
"refs": "refs/mediaqueries-5.json",
@@ -31398,7 +31398,7 @@
],
"crawled": "https://w3c.github.io/pointerevents/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 18:26:40 GMT"
+ "lastModified": "Wed, 29 Jan 2025 21:09:22 GMT"
},
"generator": "respec",
"date": "29 January 2025",
@@ -31464,7 +31464,7 @@
],
"crawled": "https://w3c.github.io/pointerevents/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 18:26:40 GMT"
+ "lastModified": "Wed, 29 Jan 2025 21:09:22 GMT"
},
"generator": "respec",
"date": "29 January 2025",
@@ -32607,11 +32607,11 @@
],
"crawled": "https://drafts.csswg.org/resize-observer-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "27 January 2023",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/resize-observer-1.json",
"links": "links/resize-observer-1.json",
"refs": "refs/resize-observer-1.json",
@@ -32940,11 +32940,11 @@
],
"crawled": "https://drafts.csswg.org/scroll-animations-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "30 December 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/scroll-animations-1.json",
"links": "links/scroll-animations-1.json",
"refs": "refs/scroll-animations-1.json",
@@ -33204,7 +33204,7 @@
],
"crawled": "https://drafts.csswg.org/selectors-3/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"date": "30 January 2018",
"links": "links/selectors-3.json",
@@ -33271,11 +33271,11 @@
],
"crawled": "https://drafts.csswg.org/selectors-4/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:44 GMT"
},
"generator": "bikeshed",
- "date": "14 January 2025",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "date": "29 January 2025",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/selectors-4.json",
"links": "links/selectors-4.json",
"refs": "refs/selectors-4.json",
@@ -35655,11 +35655,11 @@
],
"crawled": "https://drafts.csswg.org/web-animations-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "7 January 2025",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/web-animations-1.json",
"links": "links/web-animations-1.json",
"refs": "refs/web-animations-1.json",
@@ -35725,11 +35725,11 @@
],
"crawled": "https://drafts.csswg.org/web-animations-2/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "12 December 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"algorithms": "algorithms/web-animations-2.json",
"links": "links/web-animations-2.json",
"refs": "refs/web-animations-2.json",
@@ -37248,10 +37248,10 @@
],
"crawled": "https://gpuweb.github.io/gpuweb/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 10:13:09 GMT"
+ "lastModified": "Thu, 30 Jan 2025 00:10:39 GMT"
},
"generator": "bikeshed",
- "date": "29 January 2025",
+ "date": "30 January 2025",
"algorithms": "algorithms/webgpu.json",
"links": "links/webgpu.json",
"refs": "refs/webgpu.json",
@@ -38544,10 +38544,10 @@
],
"crawled": "https://gpuweb.github.io/gpuweb/wgsl/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 10:13:09 GMT"
+ "lastModified": "Thu, 30 Jan 2025 00:10:39 GMT"
},
"generator": "bikeshed",
- "date": "29 January 2025",
+ "date": "30 January 2025",
"algorithms": "algorithms/WGSL.json",
"links": "links/WGSL.json",
"refs": "refs/WGSL.json",
@@ -38911,11 +38911,11 @@
],
"crawled": "https://drafts.csswg.org/selectors-nonelement-1/",
"crawlCacheInfo": {
- "lastModified": "Wed, 29 Jan 2025 03:03:43 GMT"
+ "lastModified": "Wed, 29 Jan 2025 23:03:43 GMT"
},
"generator": "bikeshed",
"date": "24 January 2024",
- "revision": "e3587066d404d558f6c975ee1c8469a50c686eb1",
+ "revision": "4fe363f6d279d928dd8648632b847cad0511d0db",
"links": "links/selectors-nonelement-1.json",
"refs": "refs/selectors-nonelement-1.json",
"css": "css/selectors-nonelement.json",
diff --git a/ed/links/css-flexbox-1.json b/ed/links/css-flexbox-1.json
index dc072b3e9fdf..cf5f3ce08aab 100644
--- a/ed/links/css-flexbox-1.json
+++ b/ed/links/css-flexbox-1.json
@@ -3973,6 +3973,7 @@
"https://drafts.csswg.org/css-overflow-3/": {
"anchors": [
"propdef-overflow",
+ "non-scrollable-overflow-value",
"scroll-container",
"scrollport",
"valdef-overflow-visible"
diff --git a/ed/links/css-grid-1.json b/ed/links/css-grid-1.json
index fcf6aa8528f4..3518e0f09b4b 100644
--- a/ed/links/css-grid-1.json
+++ b/ed/links/css-grid-1.json
@@ -3962,6 +3962,7 @@
"scroll-container",
"scrollable-overflow-rectangle",
"scrollable-overflow-value",
+ "non-scrollable-overflow-value",
"valdef-overflow-visible"
]
},
diff --git a/ed/links/css-grid-2.json b/ed/links/css-grid-2.json
index a30f8c351894..7d68ae0bb4e1 100644
--- a/ed/links/css-grid-2.json
+++ b/ed/links/css-grid-2.json
@@ -376,7 +376,8 @@
"scroll-container",
"scrollable-overflow-rectangle",
"scrollable-overflow-value",
- "scrollbar-gutter"
+ "scrollbar-gutter",
+ "non-scrollable-overflow-value"
]
},
"https://drafts.csswg.org/css-position-3/": {
diff --git a/ed/links/css-highlight-api-1.json b/ed/links/css-highlight-api-1.json
index 20fca5fddec7..83b98c08b771 100644
--- a/ed/links/css-highlight-api-1.json
+++ b/ed/links/css-highlight-api-1.json
@@ -111,11 +111,6 @@
"cascade"
]
},
- "https://drafts.csswg.org/css-highlight-api-1/": {
- "anchors": [
- "highlightregistry"
- ]
- },
"https://drafts.csswg.org/css-pseudo-4/": {
"anchors": [
"highlight-pseudo-element",
@@ -202,6 +197,11 @@
"anchors": [
"x1"
]
+ },
+ "https://www.w3.org/TR/css-highlight-api-1/": {
+ "anchors": [
+ "highlightregistry"
+ ]
}
}
}
diff --git a/ed/links/css-overflow-5.json b/ed/links/css-overflow-5.json
index ba8a18703836..4c7eb0e52f31 100644
--- a/ed/links/css-overflow-5.json
+++ b/ed/links/css-overflow-5.json
@@ -284,8 +284,8 @@
"writing-mode",
"block-start",
"inline-start",
- "block-end",
- "inline-end"
+ "inline-end",
+ "block-end"
]
},
"https://www.w3.org/TR/selectors-4/": {
diff --git a/ed/links/mediacapture-surface-control.json b/ed/links/mediacapture-surface-control.json
index 70365e621349..b6a7d6f3b91b 100644
--- a/ed/links/mediacapture-surface-control.json
+++ b/ed/links/mediacapture-surface-control.json
@@ -98,7 +98,8 @@
"event-handler-event-type",
"concept-relevant-global",
"queue-a-global-task",
- "user-interaction-task-source"
+ "user-interaction-task-source",
+ "global-object"
]
},
"https://webidl.spec.whatwg.org/": {
diff --git a/ed/links/rfc6265bis.json b/ed/links/rfc6265bis.json
index a4dfa341dd0c..2aabc65640db 100644
--- a/ed/links/rfc6265bis.json
+++ b/ed/links/rfc6265bis.json
@@ -80,6 +80,7 @@
"https://www.rfc-editor.org/rfc/rfc6454": {},
"https://www.rfc-editor.org/rfc/rfc7034": {},
"https://www.rfc-editor.org/rfc/rfc8126": {},
+ "https://www.rfc-editor.org/rfc/rfc8446": {},
"https://www.rfc-editor.org/rfc/rfc9110": {},
"https://www.rfc-editor.org/rfc/rfc9113": {},
"https://www.rfc-editor.org/rfc/rfc9114": {},
diff --git a/ed/refs/rfc6265bis.json b/ed/refs/rfc6265bis.json
index ba18739b8de5..297332e35def 100644
--- a/ed/refs/rfc6265bis.json
+++ b/ed/refs/rfc6265bis.json
@@ -117,6 +117,10 @@
{
"name": "SERVICE-WORKERS",
"url": "https://www.w3.org/TR/service-workers/"
+ },
+ {
+ "name": "TLS13",
+ "url": "https://www.rfc-editor.org/rfc/rfc8446"
}
]
}