diff --git a/ed/algorithms/attribution-reporting-api.json b/ed/algorithms/attribution-reporting-api.json index 462d3c6b050e..05203f340c58 100644 --- a/ed/algorithms/attribution-reporting-api.json +++ b/ed/algorithms/attribution-reporting-api.json @@ -1035,37 +1035,7 @@ "html": "

If the User Agent’s cookie policy or user controls do not allow cookie access for domain on contextDomain within a third-party context,\nreturn blocked.

" }, { - "html": "For each cookie of the user agent’s cookie store:", - "rationale": "if", - "steps": [ - { - "html": "

If cookie’s name is not \"ar_debug\", continue.

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

If cookie’s http-only-flag is false, continue.

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

If cookie’s secure-flag is false, continue.

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

If cookie’s same-site-flag is not \"None\", continue.

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

If cookie’s host-only-flag is true and domain is not\nidentical to cookie’s domain, continue.

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

If cookie’s host-only-flag is false and domain does not domain-match cookie’s domain, continue.

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

If \"/\" does not path-match cookie’s path, continue.

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

Return allowed.

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

Return blocked.

" + "html": "

Return allowed.

" } ] }, @@ -1252,7 +1222,7 @@ "rationale": "parse", "steps": [ { - "html": "

Parse token, relative to element’s node document. If that is not successful, continue. Otherwise, let url be the resulting URL record.

" + "html": "

Parse token, relative to element’s node document. If that is not successful, continue. Otherwise, let url be the resulting URL record.

" }, { "html": "

Let fenced be true if element’s node navigable is a fenced navigable, false otherwise.

" @@ -2724,16 +2694,16 @@ "html": "

If debugKey is an error, set debugKey to null.

" }, { - "html": "

Let debugCookieSet be false.

" + "html": "

Let cookieBasedDebugAllowed be false.

" }, { "html": "

Let sourceSite be the result of obtaining a site from sourceOrigin.

" }, { - "html": "

If the result of running check if cookie-based debugging is allowed with reportingOrigin and sourceSite is allowed, set debugCookieSet to true.

" + "html": "

If the result of running check if cookie-based debugging is allowed with reportingOrigin and sourceSite is allowed, set cookieBasedDebugAllowed to true.

" }, { - "html": "

If debugCookieSet is false, set debugKey to null.

" + "html": "

If cookieBasedDebugAllowed is false, set debugKey to null.

" }, { "html": "

Let aggregationKeys be the result of running parse aggregation keys with value.

" @@ -2826,7 +2796,7 @@ "html": "

If automation local testing mode is true, set epsilon to .

" }, { - "html": "

Let source be a new attribution source struct whose items are:

\n
\n
internal ID\n
\n

The result of getting the next internal ID

\n
source origin\n
\n

sourceOrigin

\n
event ID\n
\n

sourceEventId

\n
attribution destinations\n
\n

attributionDestinations

\n
reporting origin\n
\n

reportingOrigin

\n
expiry\n
\n

expiry

\n
trigger specs\n
\n

triggerSpecs

\n
aggregatable report window\n
\n

aggregatableReportWindow

\n
priority\n
\n

priority

\n
source time\n
\n

sourceTime

\n
source type\n
\n

sourceType

\n
number of event-level reports\n
\n

0

\n
max number of event-level reports\n
\n

maxAttributionsPerSource

\n
event-level epsilon\n
\n

epsilon

\n
filter data\n
\n

filterData

\n
debug key\n
\n

debugKey

\n
aggregation keys\n
\n

aggregationKeys

\n
remaining aggregatable attribution budget\n
\n

aggregatableAttributionBudget

\n
debug reporting enabled\n
\n

debugReportingEnabled

\n
trigger-data matching mode\n
\n

triggerDataMatchingMode

\n
debug cookie set\n
\n

debugCookieSet

\n
fenced\n
\n

fenced

\n
remaining aggregatable debug budget\n
\n

aggregatableDebugBudget

\n
aggregatable debug reporting config\n
\n

aggregatableDebugReportingConfig

\n
destination limit priority\n
\n

destinationLimitPriority

\n
attribution scopes\n
\n

attributionScopes

\n
" + "html": "

Let source be a new attribution source struct whose items are:

\n
\n
internal ID\n
\n

The result of getting the next internal ID

\n
source origin\n
\n

sourceOrigin

\n
event ID\n
\n

sourceEventId

\n
attribution destinations\n
\n

attributionDestinations

\n
reporting origin\n
\n

reportingOrigin

\n
expiry\n
\n

expiry

\n
trigger specs\n
\n

triggerSpecs

\n
aggregatable report window\n
\n

aggregatableReportWindow

\n
priority\n
\n

priority

\n
source time\n
\n

sourceTime

\n
source type\n
\n

sourceType

\n
number of event-level reports\n
\n

0

\n
max number of event-level reports\n
\n

maxAttributionsPerSource

\n
event-level epsilon\n
\n

epsilon

\n
filter data\n
\n

filterData

\n
debug key\n
\n

debugKey

\n
aggregation keys\n
\n

aggregationKeys

\n
remaining aggregatable attribution budget\n
\n

aggregatableAttributionBudget

\n
debug reporting enabled\n
\n

debugReportingEnabled

\n
trigger-data matching mode\n
\n

triggerDataMatchingMode

\n
cookie-based debug allowed\n
\n

cookieBasedDebugAllowed

\n
fenced\n
\n

fenced

\n
remaining aggregatable debug budget\n
\n

aggregatableDebugBudget

\n
aggregatable debug reporting config\n
\n

aggregatableDebugReportingConfig

\n
destination limit priority\n
\n

destinationLimitPriority

\n
attribution scopes\n
\n

attributionScopes

\n
" }, { "html": "

Return source.

" @@ -3008,19 +2978,19 @@ "rationale": "if", "steps": [ { - "html": "

If record’s scope is not \"source\", continue.

" + "html": "

If record’s scope is not \"source\", continue.

" }, { - "html": "

If record’s deactivated for unexpired destination limit is true, continue.

" + "html": "

If record’s deactivated for unexpired destination limit is true, continue.

" }, { - "html": "

If record’s source site and source’s source site are not equal, continue.

" + "html": "

If record’s source site and source’s source site are not equal, continue.

" }, { - "html": "

If record’s reporting origin and source’s reporting origin are not same site, continue.

" + "html": "

If record’s reporting origin and source’s reporting origin are not same site, continue.

" }, { - "html": "

If record’s expiry time is less than or equal to source’s source time, continue.

" + "html": "

If record’s expiry time is less than or equal to source’s source time, continue.

" }, { "html": "

Assert: record’s destination limit priority is not null.

" @@ -3160,7 +3130,7 @@ "html": "

If source’s debug reporting enabled is false, return.

" }, { - "html": "

If source’s debug cookie set is false, return.

" + "html": "

If source’s cookie-based debug allowed is false, return.

" }, { "html": "

Let body be a new map with the following key/value pairs:

\n
\n
\"attribution_destination\"\n
\n

source’s attribution destinations, serialized.

\n
\"source_event_id\"\n
\n

source’s event ID, serialized.

\n
\"source_site\"\n
\n

source’s source site, serialized.

\n
" @@ -3393,10 +3363,10 @@ "html": "

Let commonDestinations be the intersection of source’s attribution destinations and pendingSource’s attribution destinations.

" }, { - "html": "

If commonDestinations is empty, continue.

" + "html": "

If commonDestinations is empty, continue.

" }, { - "html": "

If source’s reporting origin and pendingSource’s reporting origin are not same origin, continue.

" + "html": "

If source’s reporting origin and pendingSource’s reporting origin are not same origin, continue.

" }, { "html": "

Append source to matchingSources.

" @@ -3419,10 +3389,10 @@ "rationale": "if", "steps": [ { - "html": "

If report’s source ID is not equal to sourceId, continue.

" + "html": "

If report’s source ID is not equal to sourceId, continue.

" }, { - "html": "

If report’s trigger time is less than minTriggerTime, continue.

" + "html": "

If report’s trigger time is less than minTriggerTime, continue.

" }, { "html": "

Remove report from the event-level report cache.

" @@ -3451,13 +3421,13 @@ "rationale": "if", "steps": [ { - "html": "

If source’s reporting origin and pendingSource’s reporting origin are not same origin, continue.

" + "html": "

If source’s reporting origin and pendingSource’s reporting origin are not same origin, continue.

" }, { - "html": "

If source’s attribution destinations does not contain destination, continue.

" + "html": "

If source’s attribution destinations does not contain destination, continue.

" }, { - "html": "

If source’s attribution scopes's is null, continue.

" + "html": "

If source’s attribution scopes's is null, continue.

" }, { "html": "For each scope in source’s attribution scopes's values:", @@ -4073,7 +4043,7 @@ "html": "

Set out[key] to a new aggregatable key value whose items are

\n
\n
value\n
\n

value

\n
filtering ID\n
\n

default filtering ID value

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

Continue.

" + "html": "

Continue.

" } ] }, @@ -4512,7 +4482,7 @@ "rationale": "if", "steps": [ { - "html": "

If sourceData[key] does not exist, continue.

" + "html": "

If sourceData[key] does not exist, continue.

" }, { "html": "

Let sourceValues be sourceData[key].

" @@ -4666,7 +4636,7 @@ "rationale": "if", "steps": [ { - "html": "

If aggregatableValues[id] does not exist, continue.

" + "html": "

If aggregatableValues[id] does not exist, continue.

" }, { "html": "

Let contribution be a new aggregatable contribution with the items:

\n
\n
key\n
\n

key

\n
value\n
\n

aggregatableValues[id]'s value

\n
filtering ID\n
\n

aggregatableValues[id]'s filtering ID

\n
" @@ -4695,14 +4665,14 @@ "rationale": "if", "steps": [ { - "html": "

If the result of running match an attribution source against filters and negated filters with source, triggerData’s filters, triggerData’s negated filters, and trigger’s trigger time is false, continue:

" + "html": "

If the result of running match an attribution source against filters and negated filters with source, triggerData’s filters, triggerData’s negated filters, and trigger’s trigger time is false, continue:

" }, { "html": "For each sourceKey of triggerData’s source keys:", "rationale": "if", "steps": [ { - "html": "

If aggregationKeys[sourceKey] does not exist, continue.

" + "html": "

If aggregationKeys[sourceKey] does not exist, continue.

" }, { "html": "

Set aggregationKeys[sourceKey] to aggregationKeys[sourceKey] bitwise-OR triggerData’s key piece.

" @@ -4867,7 +4837,7 @@ "html": "

If the result of running check if cookie-based debugging is allowed with trigger’s reporting origin and trigger’s attribution destination is blocked, return null.

" }, { - "html": "

If sourceToAttribute is not null and sourceToAttribute’s debug cookie set is false,\n return null.

" + "html": "

If sourceToAttribute is not null and sourceToAttribute’s cookie-based debug allowed is false,\n return null.

" }, { "html": "

Let data be a new verbose debug data with the items:

\n
\n
data type\n
\n

dataType.

\n
body\n
\n

The result of running obtain verbose debug data body on trigger registration with dataType, trigger, sourceToAttribute, and report.

\n
" @@ -5435,13 +5405,13 @@ "rationale": "if", "steps": [ { - "html": "

If source’s attribution destinations does not contain trigger’s attribution destination, continue.

" + "html": "

If source’s attribution destinations does not contain trigger’s attribution destination, continue.

" }, { - "html": "

If source’s reporting origin and trigger’s reporting origin are not same origin, continue.

" + "html": "

If source’s reporting origin and trigger’s reporting origin are not same origin, continue.

" }, { - "html": "

If source’s expiry time is less than or equal to trigger’s trigger time, continue.

" + "html": "

If source’s expiry time is less than or equal to trigger’s trigger time, continue.

" }, { "html": "

Append source to matchingSources.

" @@ -5456,7 +5426,7 @@ "rationale": "if", "steps": [ { - "html": "

If the result of checking if an attribution source and attribution trigger have matching attribution scopes with source and trigger is false, continue.

" + "html": "

If the result of checking if an attribution source and attribution trigger have matching attribution scopes with source and trigger is false, continue.

" }, { "html": "

If sourceToAttribute is null or source is higher-priority than sourceToAttribute, set sourceToAttribute to source.

" @@ -5769,7 +5739,7 @@ "rationale": "continue", "steps": [ { - "html": "

Continue.

" + "html": "

Continue.

" } ] }, @@ -5837,7 +5807,7 @@ "rationale": "if", "steps": [ { - "html": "

If report’s report time is greater than the current wall time, continue.

" + "html": "

If report’s report time is greater than the current wall time, continue.

" }, { "html": "

Remove report from cache.

" @@ -6482,13 +6452,13 @@ "rationale": "if", "steps": [ { - "html": "

If value is not a string, continue.

" + "html": "

If value is not a string, continue.

" }, { "html": "

Let url be the result of running the URL parser on value.

" }, { - "html": "

If url is failure or null, continue.

" + "html": "

If url is failure or null, continue.

" }, { "html": "

Let debugReporting be false.

" @@ -6552,13 +6522,13 @@ "rationale": "if", "steps": [ { - "html": "

If registration’s debug reporting enabled is false, continue.

" + "html": "

If registration’s debug reporting enabled is false, continue.

" }, { "html": "

Let origin be registration’s URL's origin.

" }, { - "html": "

If origin is not suitable, continue.

" + "html": "

If origin is not suitable, continue.

" }, { "html": "

Let body be a new map with the following key/value pairs:

\n
\n
\"context_site\"\n
\n

contextSite, serialized.

\n
\"registration_url\"\n
\n

registration’s URL, serialized.

\n
" diff --git a/ed/algorithms/css-flexbox-1.json b/ed/algorithms/css-flexbox-1.json index 5a798e3bdfbb..07e46d546622 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 7bba5fa7aaee..53904bdabd4b 100644 --- a/ed/algorithms/css-grid-1.json +++ b/ed/algorithms/css-grid-1.json @@ -233,7 +233,7 @@ }, { "case": "For auto minimums:", - "html": "If the track has an auto min track sizing function and the grid container is being sized\n\t\t\t\t\tunder a min-/max-content constraint,\n\t\t\t\t\tset the track’s base size to the maximum of its items’ limited min-content contributions,\n\t\t\t\t\tfloored at zero.\n\t\t\t\t\tThe limited min-/max-content contribution of an item\n\t\t\t\t\tis (for this purpose) its min-/max-content contribution (accordingly),\n\t\t\t\t\tlimited by the max track sizing function (which could be the argument to a fit-content() track sizing function)\n\t\t\t\t\tif that is fixed and ultimately floored by its minimum contribution (defined below). \n

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

If the attr() function has a substitution value,\nreplace the attr() function by the substitution value.

" }, { - "html": "

Otherwise, if the attr() function has a fallback value as its last argument,\nreplace the attr() function by the fallback value.\nIf there are any var() or attr() references in the fallback, substitute them as well.

" + "html": "

Otherwise, if the attr() function has a fallback value as its last argument,\nreplace the attr() function by the fallback value.\nIf there are any var() or attr() references in the fallback, substitute them as well.

" }, { "html": "

Otherwise, the property containing the attr() function\nis invalid at computed-value time.

" diff --git a/ed/algorithms/storage-access.json b/ed/algorithms/storage-access.json index 1f813afaf62d..179660e0106b 100644 --- a/ed/algorithms/storage-access.json +++ b/ed/algorithms/storage-access.json @@ -24,12 +24,64 @@ } ] }, + { + "name": "determine the FedCM site connection status", + "href": "https://privacycg.github.io/storage-access/#determine-the-fedcm-site-connection-status", + "html": "To determine the FedCM site connection status given a origin embedder and origin identityProvider, run the following steps. This algorithm returns a boolean.", + "rationale": "for", + "steps": [ + { + "html": "For each item of connected accounts set:", + "rationale": "let", + "steps": [ + { + "html": "

Let (rp, idp, account) be item.

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

If rp and embedder are same site, and idp and identityProvider are same site, return true.

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

Return false.

" + } + ] + }, + { + "name": "determine the effective FedCM connection status", + "href": "https://privacycg.github.io/storage-access/#determine-the-effective-fedcm-connection-status", + "html": "To determine the effective FedCM connection status given a origin embedder, a origin identityProvider, a Document doc, run the following steps. This algorithm returns a boolean.", + "rationale": "let", + "steps": [ + { + "html": "

Let policyStatus be whether doc is allowed to use \"identity-credentials-get\".

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

If policyStatus is \"Disabled\", return false.

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

Let connected be the result of determining the site connection status given embedder and identityProvider.

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

If connected is false, return false.

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

Let preventSilentAccess be user agent's credential store's prevent silent access flag for embedder.

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

If preventSilentAccess, return false.

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

Return true.

" + } + ] + }, { "html": "Modify the definition of environment in the following manner:", "rationale": "add", "steps": [ { - "html": "

Add a new member called has storage access of type boolean.

" + "html": "

Add a new member called has storage access of type boolean.

" } ] }, @@ -38,7 +90,7 @@ "rationale": "add", "steps": [ { - "html": "

Add a new member called has storage access of type boolean.

" + "html": "

Add a new member called has storage access of type boolean.

" }, { "html": "

Add a new member called environment id of type opaque string.

" @@ -48,7 +100,7 @@ { "name": "Document/hasStorageAccess()", "href": "https://privacycg.github.io/storage-access/#dom-document-hasstorageaccess", - "html": "When invoked on Document doc, the hasStorageAccess() method must run these steps:", + "html": "When invoked on Document doc, the hasStorageAccess() method must run these steps:", "rationale": "let", "steps": [ { @@ -125,7 +177,7 @@ { "name": "Document/requestStorageAccess()", "href": "https://privacycg.github.io/storage-access/#dom-document-requeststorageaccess", - "html": "When invoked on Document doc, the requestStorageAccess() method must run these steps:", + "html": "When invoked on Document doc, the requestStorageAccess() method must run these steps:", "rationale": "let", "steps": [ { @@ -144,7 +196,7 @@ "html": "

If global is not a secure context, then reject p with a \"NotAllowedError\" DOMException and return p.

" }, { - "html": "

If doc is not allowed to use \"storage-access\", reject p with a \"NotAllowedError\" DOMException and return p.

" + "html": "

If doc is not allowed to use \"storage-access\", reject p with a \"NotAllowedError\" DOMException and return p.

" }, { "html": "

If doc’s origin is an opaque origin, reject p with a \"NotAllowedError\" DOMException and return p.

" @@ -159,10 +211,16 @@ "html": "

Let browsingContext be doc’s browsing context.

" }, { - "html": "

Let topLevelSite be the result of obtaining a site from the top-level origin of doc’s relevant settings object.

" + "html": "

Let topLevelOrigin be the top-level origin of doc’s relevant settings object.

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

Let topLevelSite be the result of obtaining a site from topLevelOrigin.

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

Let embeddedOrigin be doc’s origin.

" }, { - "html": "

Let embeddedSite be the result of obtaining a site from doc’s origin.

" + "html": "

Let embeddedSite be the result of obtaining a site from embeddedOrigin.

" }, { "html": "

Let has transient activation be whether doc’s Window object has transient activation.

" @@ -250,7 +308,7 @@ ] }, { - "html": "If embeddedSite is same site with topLevelSite:", + "html": "If embeddedSite is same site with topLevelSite:", "rationale": "run", "steps": [ { @@ -276,6 +334,21 @@ } ] }, + { + "html": "

Let connected be the result of determining the effective FedCM connection status given topLevelOrigin, embeddedOrigin, doc.

" + }, + { + "html": "If connected:", + "rationale": "run", + "steps": [ + { + "html": "

Run process permission state with granted.

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

Abort these steps.

" + } + ] + }, { "html": "If has transient activation is false:", "rationale": "run", @@ -327,13 +400,13 @@ "rationale": "set", "steps": [ { - "html": "

Set reserved client's has storage access to sourceSnapshotParams’s has storage access if all of the following hold:

", + "html": "

Set reserved client's has storage access to sourceSnapshotParams’s has storage access if all of the following hold:

", "ignored": [ "sourceSnapshotParams’s environment id equals navigable’s active document's relevant settings object's id. originalURL’s origin is same origin with currentURL’s origin. response is null or response’s has-cross-origin-redirects is false." ] }, { - "html": "

Otherwise, set request’s reserved client's has storage access to false.

" + "html": "

Otherwise, set request’s reserved client's has storage access to false.

" } ] }, @@ -342,7 +415,7 @@ "rationale": "set", "steps": [ { - "html": "

Set settings object’s has storage access to reserved environment’s has storage access.

" + "html": "

Set settings object’s has storage access to reserved environment’s has storage access.

" } ] }, @@ -378,10 +451,10 @@ "rationale": "if", "steps": [ { - "html": "

If key1’s top-level is not same site with key2’s top-level, return false.

" + "html": "

If key1’s top-level is not same site with key2’s top-level, return false.

" }, { - "html": "

If key1’s requester is not same site with key2’s requester, return false.

" + "html": "

If key1’s requester is not same site with key2’s requester, return false.

" }, { "html": "

Return true.

" @@ -396,7 +469,7 @@ "html": "

Let blocked be the result of getting a property from parameters named blocked.

" }, { - "html": "

If blocked is not a boolean return a WebDriver error with WebDriver error code invalid argument.

" + "html": "

If blocked is not a boolean return a WebDriver error with WebDriver error code invalid argument.

" }, { "html": "

Let embedded origin be the result of getting a property from parameters named origin.

" @@ -457,7 +530,7 @@ "rationale": "if", "steps": [ { - "html": "

If embedded origin is same site with top-level site return a WebDriver error with WebDriver error code unsupported operation.

" + "html": "

If embedded origin is same site with settings’s origin return a WebDriver error with WebDriver error code unsupported operation.

" }, { "html": "If blocked is true, then:", diff --git a/ed/dfns/attribution-reporting-api.json b/ed/dfns/attribution-reporting-api.json index 608a8cd0c6db..1b3584e508dc 100644 --- a/ed/dfns/attribution-reporting-api.json +++ b/ed/dfns/attribution-reporting-api.json @@ -2043,10 +2043,10 @@ "definedIn": "dt" }, { - "id": "attribution-source-debug-cookie-set", - "href": "https://wicg.github.io/attribution-reporting-api/#attribution-source-debug-cookie-set", + "id": "attribution-source-cookie-based-debug-allowed", + "href": "https://wicg.github.io/attribution-reporting-api/#attribution-source-cookie-based-debug-allowed", "linkingText": [ - "debug cookie set" + "cookie-based debug allowed" ], "localLinkingText": [], "type": "dfn", diff --git a/ed/dfns/css-values-5.json b/ed/dfns/css-values-5.json index 20e0d569e4ff..d24aceffa431 100644 --- a/ed/dfns/css-values-5.json +++ b/ed/dfns/css-values-5.json @@ -13,12 +13,31 @@ "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", + "informative": false, + "heading": { + "id": "component-function-commas", + "href": "https://drafts.csswg.org/css-values-5/#component-function-commas", + "title": "Commas in Function Arguments", + "number": "3.1.1" + }, + "definedIn": "prose" + }, + { + "id": "non-strict-comma-containing-production", + "href": "https://drafts.csswg.org/css-values-5/#non-strict-comma-containing-production", + "linkingText": [ + "non-strict comma-containing production" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", "informative": false, "heading": { "id": "component-function-commas", "href": "https://drafts.csswg.org/css-values-5/#component-function-commas", - "title": "Commas and Semicolons in Functions", + "title": "Commas in Function Arguments", "number": "3.1.1" }, "definedIn": "prose" diff --git a/ed/dfns/storage-access.json b/ed/dfns/storage-access.json index 55902f7ac99a..e18c1da1f53d 100644 --- a/ed/dfns/storage-access.json +++ b/ed/dfns/storage-access.json @@ -80,6 +80,44 @@ }, "definedIn": "prose" }, + { + "id": "determine-the-fedcm-site-connection-status", + "href": "https://privacycg.github.io/storage-access/#determine-the-fedcm-site-connection-status", + "linkingText": [ + "determine the FedCM site connection status" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "the-storage-access-api", + "href": "https://privacycg.github.io/storage-access/#the-storage-access-api", + "title": "The Storage Access API", + "number": "3" + }, + "definedIn": "prose" + }, + { + "id": "determine-the-effective-fedcm-connection-status", + "href": "https://privacycg.github.io/storage-access/#determine-the-effective-fedcm-connection-status", + "linkingText": [ + "determine the effective FedCM connection status" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "the-storage-access-api", + "href": "https://privacycg.github.io/storage-access/#the-storage-access-api", + "title": "The Storage Access API", + "number": "3" + }, + "definedIn": "prose" + }, { "id": "environment-has-storage-access", "href": "https://privacycg.github.io/storage-access/#environment-has-storage-access", diff --git a/ed/headings/core-aam-1.2.json b/ed/headings/core-aam-1.2.json index d362dec8022a..90a0d94ca2bc 100644 --- a/ed/headings/core-aam-1.2.json +++ b/ed/headings/core-aam-1.2.json @@ -1774,10 +1774,10 @@ "number": "A" }, { - "id": "substantive-changes-since-the-last-public-working-draft", - "href": "https://w3c.github.io/core-aam/#substantive-changes-since-the-last-public-working-draft", + "id": "substantive-changes-since-the-last-candidate-recommendation-snapshot", + "href": "https://w3c.github.io/core-aam/#substantive-changes-since-the-last-candidate-recommendation-snapshot", "level": 3, - "title": "Substantive changes since the last public working draft", + "title": "Substantive changes since the last Candidate Recommendation Snapshot", "number": "A.1" }, { diff --git a/ed/headings/css-values-5.json b/ed/headings/css-values-5.json index befd717dc062..4070889b0207 100644 --- a/ed/headings/css-values-5.json +++ b/ed/headings/css-values-5.json @@ -67,7 +67,7 @@ "id": "component-function-commas", "href": "https://drafts.csswg.org/css-values-5/#component-function-commas", "level": 4, - "title": "Commas and Semicolons in Functions", + "title": "Commas in Function Arguments", "number": "3.1.1" }, { diff --git a/ed/headings/nav-tracking-mitigations.json b/ed/headings/nav-tracking-mitigations.json index e5098b0212f8..b8856f6bec6a 100644 --- a/ed/headings/nav-tracking-mitigations.json +++ b/ed/headings/nav-tracking-mitigations.json @@ -14,7 +14,7 @@ "id": "subtitle", "href": "https://privacycg.github.io/nav-tracking-mitigations/#subtitle", "level": 2, - "title": "Draft Community Group Report, 22 July 2024" + "title": "Draft Community Group Report, 15 October 2024" }, { "id": "abstract", diff --git a/ed/headings/storage-access.json b/ed/headings/storage-access.json index 6452829ced9b..098e2056baff 100644 --- a/ed/headings/storage-access.json +++ b/ed/headings/storage-access.json @@ -14,7 +14,7 @@ "id": "subtitle", "href": "https://privacycg.github.io/storage-access/#subtitle", "level": 2, - "title": "Draft Community Group Report, 10 September 2024" + "title": "Draft Community Group Report, 15 October 2024" }, { "id": "abstract", diff --git a/ed/headings/vc-data-model-2.0.json b/ed/headings/vc-data-model-2.0.json index 7e714656d1f2..1545dc9251bb 100644 --- a/ed/headings/vc-data-model-2.0.json +++ b/ed/headings/vc-data-model-2.0.json @@ -115,26 +115,26 @@ "number": "4.4" }, { - "id": "sd-jwt-claim-RJc5if4grPlJrlfNKkAZhnSbRqLbNNogbCNLbhqLlAI", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-RJc5if4grPlJrlfNKkAZhnSbRqLbNNogbCNLbhqLlAI", + "id": "sd-jwt-claim-dBxJhANNCbG2r3FSIrXoadAn2OQKDb83rc38rGTxnQc", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-dBxJhANNCbG2r3FSIrXoadAn2OQKDb83rc38rGTxnQc", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-f98m-PmMWSX3OGgG96_PWlDV8ZUuZZwiEgCyv1i4iOo", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-f98m-PmMWSX3OGgG96_PWlDV8ZUuZZwiEgCyv1i4iOo", + "id": "sd-jwt-claim-S4akOnxURdn8hZI3KYKZTOvF9FZeMliOBFMtaFZhKMo", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-S4akOnxURdn8hZI3KYKZTOvF9FZeMliOBFMtaFZhKMo", "level": 3, "title": "Claim: type" }, { - "id": "sd-jwt-claim-f6Fy3GvCnu4Ly00oi3BFDaesLvdCjS7UnDHdAt_fJkw", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-f6Fy3GvCnu4Ly00oi3BFDaesLvdCjS7UnDHdAt_fJkw", + "id": "sd-jwt-claim-xJgFMFtnR-eT9ikLk1YU5afnqjOTFzmcXBGD8i19rrg", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-xJgFMFtnR-eT9ikLk1YU5afnqjOTFzmcXBGD8i19rrg", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-pHF4flb_1MSe8fbeMMDVwG2ZSg3G24Czq_lMT7xRAeI", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-pHF4flb_1MSe8fbeMMDVwG2ZSg3G24Czq_lMT7xRAeI", + "id": "sd-jwt-claim-EfaF98RZOr6Q0OdWyuBrhyXK_JcVyQZRxRPqSfgIlaM", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-EfaF98RZOr6Q0OdWyuBrhyXK_JcVyQZRxRPqSfgIlaM", "level": 3, "title": "Claim: type" }, @@ -146,26 +146,26 @@ "number": "4.5" }, { - "id": "sd-jwt-claim-B0FK7DUuH6gpQPIhvM-mnnj6twnEI01UUvtzdpme3p8", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-B0FK7DUuH6gpQPIhvM-mnnj6twnEI01UUvtzdpme3p8", + "id": "sd-jwt-claim-FoJt--YE4DNEyYzww5iy0CDbnncWddm6MNybGrJpoaE", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-FoJt--YE4DNEyYzww5iy0CDbnncWddm6MNybGrJpoaE", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-ClW3p0Q9BHo0t1Fj29Xg_if3OBgB0v9zgG0kqCfmalE", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-ClW3p0Q9BHo0t1Fj29Xg_if3OBgB0v9zgG0kqCfmalE", + "id": "sd-jwt-claim-UjWdpcXtb4F6pAzTTlGL8jWtDGTcW2SpMQyswEvaqME", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-UjWdpcXtb4F6pAzTTlGL8jWtDGTcW2SpMQyswEvaqME", "level": 3, "title": "Claim: type" }, { - "id": "sd-jwt-claim-hRBlwUniBQb8dGBqigxBQDcLqAckDmR5jjMLprnmAxg", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-hRBlwUniBQb8dGBqigxBQDcLqAckDmR5jjMLprnmAxg", + "id": "sd-jwt-claim-YjFyyvfj8YlgvGj6FOcYOg_Nsu5TibyOOorVcuwTcLM", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-YjFyyvfj8YlgvGj6FOcYOg_Nsu5TibyOOorVcuwTcLM", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-xWyPi48VCMtwWznx_rJalbMf9d5CtozxaPuzEf0LXHY", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-xWyPi48VCMtwWznx_rJalbMf9d5CtozxaPuzEf0LXHY", + "id": "sd-jwt-claim-wK7KBFfrZhBEinBuhbQbVoysqPgOFBpCws3uJUcKuo0", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-wK7KBFfrZhBEinBuhbQbVoysqPgOFBpCws3uJUcKuo0", "level": 3, "title": "Claim: type" }, @@ -177,32 +177,32 @@ "number": "4.6" }, { - "id": "sd-jwt-claim-vcWPYxxs72PwTdDcB-_UAyTTH31dDdhHAapSSTWYd4I", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-vcWPYxxs72PwTdDcB-_UAyTTH31dDdhHAapSSTWYd4I", + "id": "sd-jwt-claim-tu2i3UtWVmR-DM4sMbPnJtipVCV4vm12WszSjPF1bD0", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-tu2i3UtWVmR-DM4sMbPnJtipVCV4vm12WszSjPF1bD0", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-rJtdV3kDLHZkIezJnqpArbtixiO96trskdwHOX7eDTI", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-rJtdV3kDLHZkIezJnqpArbtixiO96trskdwHOX7eDTI", + "id": "sd-jwt-claim-Eq7nIKQzAskmuqgBumKWK0Lk8u25bS7J3Jy2FNhI_9c", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-Eq7nIKQzAskmuqgBumKWK0Lk8u25bS7J3Jy2FNhI_9c", "level": 3, "title": "Claim: type" }, { - "id": "sd-jwt-claim-h78btBLZfVpNfncGFik4v1yuH2nGXUHAX1mxdSl9h6Y", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-h78btBLZfVpNfncGFik4v1yuH2nGXUHAX1mxdSl9h6Y", + "id": "sd-jwt-claim-YWIZ0VDBjg5evj6jgBVO55MY919aLzS-c0erzbfEgfQ", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-YWIZ0VDBjg5evj6jgBVO55MY919aLzS-c0erzbfEgfQ", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-Tg47M8Qt5YDLvmSWWBpCyaN86FR5DcuaX3R-DPdcViQ", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-Tg47M8Qt5YDLvmSWWBpCyaN86FR5DcuaX3R-DPdcViQ", + "id": "sd-jwt-claim-mL7EiyrDslG7PfyrpVC09pAesdgMh4sgADJKRBq5mio", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-mL7EiyrDslG7PfyrpVC09pAesdgMh4sgADJKRBq5mio", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-hpfZYrwZ86fzMul7F1j4vXkrEBFm-6_WJbBemc0MHcY", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-hpfZYrwZ86fzMul7F1j4vXkrEBFm-6_WJbBemc0MHcY", + "id": "sd-jwt-claim-AZMjnzmJyUu90l6rdo46Ny3JZY4vDS8gnQN4--hm-Mw", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-AZMjnzmJyUu90l6rdo46Ny3JZY4vDS8gnQN4--hm-Mw", "level": 3, "title": "Claim: type" }, @@ -214,56 +214,56 @@ "number": "4.7" }, { - "id": "sd-jwt-claim-QsyJcbkItv63pSkcyAFXagNHcrb2ijw_fand8JdBkFc", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-QsyJcbkItv63pSkcyAFXagNHcrb2ijw_fand8JdBkFc", + "id": "sd-jwt-claim-WPdLPJaTpGSUul2qaDZiGu9r9NKCAXgMCK_OW-eIls8", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-WPdLPJaTpGSUul2qaDZiGu9r9NKCAXgMCK_OW-eIls8", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-4TC4oN5DKrPJjccsByTxiQKIEZZCKcydt3EFAgVzj98", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-4TC4oN5DKrPJjccsByTxiQKIEZZCKcydt3EFAgVzj98", + "id": "sd-jwt-claim-4zT2HkgfKNEJOi3OAcSHpwde5PGSqFBl3A0JYl-H9Jk", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-4zT2HkgfKNEJOi3OAcSHpwde5PGSqFBl3A0JYl-H9Jk", "level": 3, "title": "Claim: type" }, { - "id": "sd-jwt-claim-1yY7BnRQshchtWTBG8gUhy3nS-6jtQwWVTDTfk8BJ4Q", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-1yY7BnRQshchtWTBG8gUhy3nS-6jtQwWVTDTfk8BJ4Q", + "id": "sd-jwt-claim-MQCGaFLTiGbwozUTFLdlARPycehT_WX8o3qtWHE1pRc", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-MQCGaFLTiGbwozUTFLdlARPycehT_WX8o3qtWHE1pRc", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-7nuFnmhj62RgzViavEHKz-thEg55HjOHqM_Ju5CcMAc", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-7nuFnmhj62RgzViavEHKz-thEg55HjOHqM_Ju5CcMAc", + "id": "sd-jwt-claim-VWwFO-otzxREMTmMPl-cBrc50lMlsbHwIkykvWeqHUY", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-VWwFO-otzxREMTmMPl-cBrc50lMlsbHwIkykvWeqHUY", "level": 3, "title": "Claim: type" }, { - "id": "sd-jwt-claim-mrUjFUtPRvtth_Jppn25HmhqvlODuVdURYM_ADUH794", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-mrUjFUtPRvtth_Jppn25HmhqvlODuVdURYM_ADUH794", + "id": "sd-jwt-claim-p1jSB3o7T7SQOWfSn29alOZ8wryntZgQFL6HspIr12A", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-p1jSB3o7T7SQOWfSn29alOZ8wryntZgQFL6HspIr12A", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-yOYQZD6TufLSAH5urYt_VKBNl8nhghC0u_CZzCNCll0", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-yOYQZD6TufLSAH5urYt_VKBNl8nhghC0u_CZzCNCll0", + "id": "sd-jwt-claim-txbgkaQbrjzr3yoVeoNCms0VxZA-BJbVJ-x3IFgE57U", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-txbgkaQbrjzr3yoVeoNCms0VxZA-BJbVJ-x3IFgE57U", "level": 3, "title": "Claim: type" }, { - "id": "sd-jwt-claim-DVWUwqkDUN6VrWRfR-XYDsEXIWxKE1Ct3kFLSSiYQ24", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-DVWUwqkDUN6VrWRfR-XYDsEXIWxKE1Ct3kFLSSiYQ24", + "id": "sd-jwt-claim-TSnjU7v_sEekbOeDj0r3vxNeKIFXdpX89afUJ-sqQkk", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-TSnjU7v_sEekbOeDj0r3vxNeKIFXdpX89afUJ-sqQkk", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-tQ8_z2CxY75g77VImUB6qxSaojNuDf0FkdCuOKQiGiE", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-tQ8_z2CxY75g77VImUB6qxSaojNuDf0FkdCuOKQiGiE", + "id": "sd-jwt-claim-3YQ6z1dFNl1U0yqGUNUbhwgSeyTYFDbaI0OYZw5w85Y", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-3YQ6z1dFNl1U0yqGUNUbhwgSeyTYFDbaI0OYZw5w85Y", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-ajXBH1cOi0v7brUC7l1TcslYeBWIOa5kX2ELYCQvi0A", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-ajXBH1cOi0v7brUC7l1TcslYeBWIOa5kX2ELYCQvi0A", + "id": "sd-jwt-claim-0Czb5vjpJKQIyaLOetoru6VB2HlUg4jXHf1kFmQWc-o", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-0Czb5vjpJKQIyaLOetoru6VB2HlUg4jXHf1kFmQWc-o", "level": 3, "title": "Claim: type" }, @@ -275,26 +275,26 @@ "number": "4.8" }, { - "id": "sd-jwt-claim-ZR2nOBliy3Zzk_0nO0OLdCqkGYWlbq25oAEYLjyHaBI", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-ZR2nOBliy3Zzk_0nO0OLdCqkGYWlbq25oAEYLjyHaBI", + "id": "sd-jwt-claim-jY35MpTRYH2FES1Bl9uLLHKyTXdMLGR4Zxzj3kINQeU", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-jY35MpTRYH2FES1Bl9uLLHKyTXdMLGR4Zxzj3kINQeU", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-r-fineIB_wMfhmo86gANMpa2aGSLiVvtlteTc-VARgM", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-r-fineIB_wMfhmo86gANMpa2aGSLiVvtlteTc-VARgM", + "id": "sd-jwt-claim-2IhL1m21D3d_iw9eJ5-OmXUfPgmkZf-wndy46JSW4ZQ", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-2IhL1m21D3d_iw9eJ5-OmXUfPgmkZf-wndy46JSW4ZQ", "level": 3, "title": "Claim: type" }, { - "id": "sd-jwt-claim-MpMnu7uRULQ2FQZCA3C2fMIvaUfGpRtXF7QDA2OwMLM", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-MpMnu7uRULQ2FQZCA3C2fMIvaUfGpRtXF7QDA2OwMLM", + "id": "sd-jwt-claim-krKyFJ0jfuhRono4i509TC-6x3eDPVim9wHCWPaxWkM", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-krKyFJ0jfuhRono4i509TC-6x3eDPVim9wHCWPaxWkM", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-nohg7AQBffpW0If_aivU1iE0RHjD9mCOaT168WJfPmI", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-nohg7AQBffpW0If_aivU1iE0RHjD9mCOaT168WJfPmI", + "id": "sd-jwt-claim-PATd87EkoLTEt8CLQ3A-rSctr96qfH11NNdB_PO-tg4", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-PATd87EkoLTEt8CLQ3A-rSctr96qfH11NNdB_PO-tg4", "level": 3, "title": "Claim: type" }, @@ -306,26 +306,26 @@ "number": "4.9" }, { - "id": "sd-jwt-claim-X1wZeg1-YhZMGvX0L8AJIW5YUznZUmWH7yfSHVCExRI", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-X1wZeg1-YhZMGvX0L8AJIW5YUznZUmWH7yfSHVCExRI", + "id": "sd-jwt-claim-jG6ohWPbZSZm-lsTeehFDFho4Jc0yO5qsbG4O2NJUiY", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-jG6ohWPbZSZm-lsTeehFDFho4Jc0yO5qsbG4O2NJUiY", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-vqlIP3klU4YXKB2wPygsaP8_za1etaNzY0bxPKQc-1c", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-vqlIP3klU4YXKB2wPygsaP8_za1etaNzY0bxPKQc-1c", + "id": "sd-jwt-claim-kmSgLPyUq_Pmcgkm1L8cSSaqj4GjVtOU132w8YeW4us", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-kmSgLPyUq_Pmcgkm1L8cSSaqj4GjVtOU132w8YeW4us", "level": 3, "title": "Claim: type" }, { - "id": "sd-jwt-claim-sZN-7B2y8KcL5dq979d4_vWtLiej-K5Y_-BhHvf5jLU", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-sZN-7B2y8KcL5dq979d4_vWtLiej-K5Y_-BhHvf5jLU", + "id": "sd-jwt-claim-bmb7QqjZ32UZ_qiXpZJYDdiHJ1mWtFWnCDvzmvaDq9w", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-bmb7QqjZ32UZ_qiXpZJYDdiHJ1mWtFWnCDvzmvaDq9w", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-bnkbFTEQZ6JQ-hfyl4jMkd-qjS0DEsQnmpTq6cKagro", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-bnkbFTEQZ6JQ-hfyl4jMkd-qjS0DEsQnmpTq6cKagro", + "id": "sd-jwt-claim-RjCWp3Cq8Dr4DKAN4ZfL8PJBybHnme1zw3ZNNbUxi0Q", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-RjCWp3Cq8Dr4DKAN4ZfL8PJBybHnme1zw3ZNNbUxi0Q", "level": 3, "title": "Claim: type" }, @@ -403,20 +403,20 @@ "number": "5.2" }, { - "id": "sd-jwt-claim-ABG3gRwGUkdcDgeb_EsN25D7NV4Tnz7Q_rX8JsRLv2U", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-ABG3gRwGUkdcDgeb_EsN25D7NV4Tnz7Q_rX8JsRLv2U", + "id": "sd-jwt-claim-BSU1txhvlyTBWHlNgJWED5wwY9SSQLKMye-gCdHnlhI", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-BSU1txhvlyTBWHlNgJWED5wwY9SSQLKMye-gCdHnlhI", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-th1N4pBWoTwy9hFAgfzXWLEEMaMOAtC8na8fv_rleoo", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-th1N4pBWoTwy9hFAgfzXWLEEMaMOAtC8na8fv_rleoo", + "id": "sd-jwt-claim-VnwfTam1aLFdDP-0XV5mE2WGnAKlT_zV1xiVhQsgR3Q", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-VnwfTam1aLFdDP-0XV5mE2WGnAKlT_zV1xiVhQsgR3Q", "level": 3, "title": "Claim: type" }, { - "id": "sd-jwt-claim-H1hqOJcTm3MkaDnRLbkls0WzLbiakbGZlRTQ79J6hjg", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-H1hqOJcTm3MkaDnRLbkls0WzLbiakbGZlRTQ79J6hjg", + "id": "sd-jwt-claim-6Epr73L10UQew9axYyJb6K07DlxR-Ze7UA02yhC5TPk", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-6Epr73L10UQew9axYyJb6K07DlxR-Ze7UA02yhC5TPk", "level": 3, "title": "Claim: id" }, @@ -654,20 +654,20 @@ "number": "8.10" }, { - "id": "sd-jwt-claim-GFw9KRqfRZwnqb_SMPB2aYtnCSOHcEBhSX62jPtMkCM", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-GFw9KRqfRZwnqb_SMPB2aYtnCSOHcEBhSX62jPtMkCM", + "id": "sd-jwt-claim-ZlNdivufjCdD_HaZVm3lMC68hMs5GwwdsZHv5lGM39A", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-ZlNdivufjCdD_HaZVm3lMC68hMs5GwwdsZHv5lGM39A", "level": 3, "title": "Claim: id" }, { - "id": "sd-jwt-claim-e0leD5eGNrgvwe_uzMHCY7jvu_Hbk_YLF--ULOTV2yM", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-e0leD5eGNrgvwe_uzMHCY7jvu_Hbk_YLF--ULOTV2yM", + "id": "sd-jwt-claim-wFccg4oE4SHCfQvGSEC0gooJNHRxm9w_5G59cSiOjus", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-wFccg4oE4SHCfQvGSEC0gooJNHRxm9w_5G59cSiOjus", "level": 3, "title": "Claim: type" }, { - "id": "sd-jwt-claim-NQFsatmQibjI4N6BP9FQjB03lYBllGr-0qK3XYsNOmw", - "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-NQFsatmQibjI4N6BP9FQjB03lYBllGr-0qK3XYsNOmw", + "id": "sd-jwt-claim-JvGThlUaKyyhYUE56Wnyd05LKauRP7MxQJymnRBhQt0", + "href": "https://w3c.github.io/vc-data-model/#sd-jwt-claim-JvGThlUaKyyhYUE56Wnyd05LKauRP7MxQJymnRBhQt0", "level": 3, "title": "Claim: type" }, diff --git a/ed/ids/attribution-reporting-api.json b/ed/ids/attribution-reporting-api.json index d67db36ea26f..55c65f8bf19a 100644 --- a/ed/ids/attribution-reporting-api.json +++ b/ed/ids/attribution-reporting-api.json @@ -515,7 +515,7 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source%E2%91%A0%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#attribution-source-trigger-data-matching-mode", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-data-matching-mode", - "https://wicg.github.io/attribution-reporting-api/#attribution-source-debug-cookie-set", + "https://wicg.github.io/attribution-reporting-api/#attribution-source-cookie-based-debug-allowed", "https://wicg.github.io/attribution-reporting-api/#ref-for-boolean%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#attribution-source-fenced", "https://wicg.github.io/attribution-reporting-api/#ref-for-boolean%E2%91%A3", @@ -1283,14 +1283,6 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-concept-origin-opaque%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-concept-origin-host", "https://wicg.github.io/attribution-reporting-api/#ref-for-concept-scheme-and-host-host", - "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A2", - "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A3", - "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A4", - "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A5", - "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A6", - "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A7", - "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A8", - "https://wicg.github.io/attribution-reporting-api/#issue-6b554b5d", "https://wicg.github.io/attribution-reporting-api/#obtaining-context-origin", "https://wicg.github.io/attribution-reporting-api/#node-context-origin", "https://wicg.github.io/attribution-reporting-api/#ref-for-concept-node", @@ -1422,7 +1414,7 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-list-iterate%E2%91%A0%E2%91%A3", "https://wicg.github.io/attribution-reporting-api/#ref-for-parse-a-url%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-concept-node-document", - "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A0%E2%93%AA", + "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-concept-url%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-node-navigable%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-fenced-navigable-container-fenced-navigable", @@ -2020,7 +2012,7 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-remaining-aggregatable-attribution-budget", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-debug-reporting-enabled", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-trigger-data-matching-mode%E2%91%A0", - "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-debug-cookie-set", + "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-cookie-based-debug-allowed", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-fenced", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-remaining-aggregatable-debug-budget%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-aggregatable-debug-reporting-config", @@ -2163,19 +2155,19 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-rate-limit-cache%E2%91%A6", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-rate-limit-record-scope%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#ref-for-rate-limit-scope-source%E2%91%A3", - "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A0%E2%91%A0", + "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A3", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-rate-limit-record-deactivated-for-unexpired-destination-limit%E2%91%A0", - "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A0%E2%91%A1", + "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-rate-limit-record-source-site%E2%91%A7", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-source-site%E2%91%A5", - "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A0%E2%91%A2", + "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-rate-limit-record-reporting-origin%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-reporting-origin%E2%91%A0%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-same-site%E2%91%A1", - "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A0%E2%91%A3", + "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A6", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-rate-limit-record-expiry-time%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-source-time%E2%91%A6", - "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A0%E2%91%A4", + "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A7", "https://wicg.github.io/attribution-reporting-api/#ref-for-assert%E2%91%A0%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-rate-limit-record-destination-limit-priority", "https://wicg.github.io/attribution-reporting-api/#ref-for-assert%E2%91%A0%E2%91%A1", @@ -2263,7 +2255,7 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-boolean%E2%91%A1%E2%93%AA", "https://wicg.github.io/attribution-reporting-api/#ref-for-boolean%E2%91%A1%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-debug-reporting-enabled%E2%91%A0", - "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-debug-cookie-set%E2%91%A0", + "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-cookie-based-debug-allowed%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A3%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-attribution-destinations%E2%91%A0%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-serialize-attribution-destinations", @@ -2387,11 +2379,11 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-attribution-destinations%E2%91%A0%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-attribution-destinations%E2%91%A0%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#ref-for-list-is-empty%E2%91%A0%E2%91%A0", - "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A0%E2%91%A5", + "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A8", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-reporting-origin%E2%91%A0%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-reporting-origin%E2%91%A0%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#ref-for-same-origin%E2%91%A2", - "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A0%E2%91%A6", + "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A0%E2%93%AA", "https://wicg.github.io/attribution-reporting-api/#ref-for-list-append%E2%91%A0%E2%91%A7", "https://wicg.github.io/attribution-reporting-api/#remove-associated-event-level-reports-and-rate-limit-records", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-internal-id%E2%91%A3", @@ -2400,9 +2392,9 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-event-level-report%E2%91%A0%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-event-level-report-cache%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-event-level-report-source-id%E2%91%A0", - "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A0%E2%91%A7", + "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A0%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-event-level-report-trigger-time%E2%91%A2", - "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A0%E2%91%A8", + "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A0%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-list-remove%E2%91%A0%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-event-level-report-cache%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#ref-for-list-remove%E2%91%A0%E2%91%A1", @@ -2421,12 +2413,12 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-reporting-origin%E2%91%A0%E2%91%A6", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-reporting-origin%E2%91%A0%E2%91%A7", "https://wicg.github.io/attribution-reporting-api/#ref-for-same-origin%E2%91%A3", - "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A1%E2%93%AA", + "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A0%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-attribution-destinations%E2%91%A0%E2%91%A6", "https://wicg.github.io/attribution-reporting-api/#ref-for-list-contain%E2%91%A0%E2%93%AA", - "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A1%E2%91%A0", + "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A0%E2%91%A3", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-attribution-scopes%E2%91%A4", - "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A1%E2%91%A1", + "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A0%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-list-iterate%E2%91%A2%E2%91%A7", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-attribution-scopes%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-scopes-values%E2%91%A4", @@ -2722,7 +2714,7 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-key-value-value", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-key-value-filtering-id", "https://wicg.github.io/attribution-reporting-api/#ref-for-default-filtering-id-value%E2%91%A1", - "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A1%E2%91%A2", + "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A0%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-registration-json-key-value%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A4%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#ref-for-validate-aggregatable-key-values-value%E2%91%A0", @@ -2898,7 +2890,7 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-filter-data%E2%91%A3", "https://wicg.github.io/attribution-reporting-api/#ref-for-map-iterate%E2%91%A6", "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A5%E2%91%A6", - "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A1%E2%91%A3", + "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A0%E2%91%A6", "https://wicg.github.io/attribution-reporting-api/#ref-for-match-filter-values", "https://wicg.github.io/attribution-reporting-api/#ref-for-match-filter-values-with-negation", "https://wicg.github.io/attribution-reporting-api/#match-an-attribution-source-against-filters", @@ -2980,7 +2972,7 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-list%E2%91%A5%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-map-iterate%E2%91%A7", "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A5%E2%91%A7", - "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A1%E2%91%A4", + "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A0%E2%91%A7", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-contribution%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-contribution-key%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-contribution-value%E2%91%A3", @@ -3000,11 +2992,11 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-trigger-data-filters%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-trigger-data-negated-filters%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-trigger-trigger-time%E2%91%A1", - "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A1%E2%91%A5", + "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A0%E2%91%A8", "https://wicg.github.io/attribution-reporting-api/#ref-for-list-iterate%E2%91%A4%E2%91%A3", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-trigger-data-source-keys%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A5%E2%91%A8", - "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A1%E2%91%A6", + "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A1%E2%93%AA", "https://wicg.github.io/attribution-reporting-api/#ref-for-map-set%E2%91%A1%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-trigger-data-key-piece%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-trigger-aggregatable-values-configurations%E2%91%A0", @@ -3085,7 +3077,7 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-check-if-cookie-based-debugging-is-allowed%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-trigger-reporting-origin%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-trigger-attribution-destination%E2%91%A2", - "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-debug-cookie-set%E2%91%A1", + "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-cookie-based-debug-allowed%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-verbose-debug-data%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-verbose-debug-data-data-type%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-verbose-debug-data-body%E2%91%A1", @@ -3418,18 +3410,18 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-attribution-destinations%E2%91%A1%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-list-contain%E2%91%A0%E2%91%A6", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-trigger-attribution-destination%E2%91%A0%E2%93%AA", - "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A1%E2%91%A7", + "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A1%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-reporting-origin%E2%91%A1%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-trigger-reporting-origin%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#ref-for-same-origin%E2%91%A5", - "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A1%E2%91%A8", + "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A1%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-expiry-time%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-trigger-trigger-time%E2%91%A0%E2%93%AA", - "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A2%E2%93%AA", + "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A1%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-list-append%E2%91%A1%E2%91%A7", "https://wicg.github.io/attribution-reporting-api/#ref-for-list-iterate%E2%91%A5%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-check-if-an-attribution-source-and-attribution-trigger-have-matching-attribution-scopes", - "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A2%E2%91%A0", + "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A1%E2%91%A3", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-is-higher-priority-than", "https://wicg.github.io/attribution-reporting-api/#ref-for-tuple%E2%91%A0%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-list-is-empty%E2%91%A1%E2%91%A7", @@ -3635,7 +3627,7 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-the-range%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-trigger-trigger-time%E2%91%A0%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-obtain-rounded-source-time%E2%91%A0", - "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A2%E2%91%A1", + "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A1%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-determine-if-a-randomized-null-attribution-report-is-generated%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-randomized-null-attribution-report-rate-including-source-registration-time", "https://wicg.github.io/attribution-reporting-api/#ref-for-obtain-a-null-attribution-report%E2%91%A0", @@ -3665,7 +3657,7 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-list-iterate%E2%91%A5%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-report-report-time%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#ref-for-dfn-current-wall-time%E2%91%A1", - "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A2%E2%91%A2", + "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A1%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#ref-for-list-remove%E2%91%A1%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-list-append%E2%91%A2%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-shuffle-a-list%E2%91%A0", @@ -3961,9 +3953,9 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-list%E2%91%A6%E2%91%A6", "https://wicg.github.io/attribution-reporting-api/#ref-for-list-iterate%E2%91%A5%E2%91%A8", "https://wicg.github.io/attribution-reporting-api/#ref-for-string%E2%91%A3%E2%91%A4", - "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A2%E2%91%A3", + "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A1%E2%91%A6", "https://wicg.github.io/attribution-reporting-api/#ref-for-concept-url-parser%E2%91%A1", - "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A2%E2%91%A4", + "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A1%E2%91%A7", "https://wicg.github.io/attribution-reporting-api/#ref-for-param", "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A6%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-boolean%E2%91%A2%E2%91%A1", @@ -3994,11 +3986,11 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-obtain-a-site%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#ref-for-list-iterate%E2%91%A6%E2%93%AA", "https://wicg.github.io/attribution-reporting-api/#ref-for-os-registration-debug-reporting-enabled%E2%91%A0", - "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A2%E2%91%A5", + "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A1%E2%91%A8", "https://wicg.github.io/attribution-reporting-api/#ref-for-os-registration-url%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-concept-url-origin%E2%91%A6", "https://wicg.github.io/attribution-reporting-api/#ref-for-check-if-an-origin-is-suitable%E2%91%A4", - "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A2%E2%91%A6", + "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-continue%E2%91%A2%E2%93%AA", "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A6%E2%93%AA", "https://wicg.github.io/attribution-reporting-api/#ref-for-os-registration-url%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-concept-url-serializer", diff --git a/ed/ids/core-aam-1.2.json b/ed/ids/core-aam-1.2.json index 123c58c2d4b1..0a699665defb 100644 --- a/ed/ids/core-aam-1.2.json +++ b/ed/ids/core-aam-1.2.json @@ -541,8 +541,8 @@ "https://w3c.github.io/core-aam/#x6-security-considerations", "https://w3c.github.io/core-aam/#changelog", "https://w3c.github.io/core-aam/#a-change-log", - "https://w3c.github.io/core-aam/#substantive-changes-since-the-last-public-working-draft", - "https://w3c.github.io/core-aam/#a-1-substantive-changes-since-the-last-public-working-draft", + "https://w3c.github.io/core-aam/#substantive-changes-since-the-last-candidate-recommendation-snapshot", + "https://w3c.github.io/core-aam/#a-1-substantive-changes-since-the-last-candidate-recommendation-snapshot", "https://w3c.github.io/core-aam/#substantive-changes-since-the-core-accessibility-api-mappings-1-1-recommendation", "https://w3c.github.io/core-aam/#a-2-substantive-changes-since-the-core-accessibility-api-mappings-1-1-recommendation", "https://w3c.github.io/core-aam/#acknowledgements", diff --git a/ed/ids/css-content-3.json b/ed/ids/css-content-3.json index 3386b217d119..ab416ddeb42f 100644 --- a/ed/ids/css-content-3.json +++ b/ed/ids/css-content-3.json @@ -241,9 +241,9 @@ "https://drafts.csswg.org/css-content-3/#ref-for-valdef-content-close-quote%E2%91%A6", "https://drafts.csswg.org/css-content-3/#example-eb11c28e", "https://drafts.csswg.org/css-content-3/#leaders", - "https://drafts.csswg.org/css-content-3/#ref-for-funcdef-content-leader", - "https://drafts.csswg.org/css-content-3/#leader-function", "https://drafts.csswg.org/css-content-3/#ref-for-funcdef-leader%E2%91%A0", + "https://drafts.csswg.org/css-content-3/#leader-function", + "https://drafts.csswg.org/css-content-3/#ref-for-funcdef-content-leader", "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 2d4bee96d8c6..fc148eedd837 100644 --- a/ed/ids/css-flexbox-1.json +++ b/ed/ids/css-flexbox-1.json @@ -533,7 +533,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-align-items-auto", + "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%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", @@ -622,7 +622,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%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-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", @@ -922,7 +922,7 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-main-size%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-preferred-aspect-ratio%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A8%E2%91%A3", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto", "https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A8%E2%91%A4", "https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-size%E2%91%A0%E2%91%A2", @@ -1533,12 +1533,12 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A2%E2%91%A4", "https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A2%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#change-2016-align-self-as-specified", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A1", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A1%E2%91%A2", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A2", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-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-valdef-align-items-auto%E2%91%A4", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-items%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-stretch%E2%91%A0", @@ -1644,7 +1644,7 @@ "https://drafts.csswg.org/css-flexbox-1/#change-2016-auto-content-wording", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-flex-basis%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-content%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A2", + "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", @@ -1723,7 +1723,7 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-display%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A5%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#change-2015-min-auto-intrinsic-percentages", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A5", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A4", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-min-height%E2%91%A6", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-max-height%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A5", @@ -1813,9 +1813,9 @@ "https://drafts.csswg.org/css-flexbox-1/#change-2015-align-self-auto", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A1%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-justify-self", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A6", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A7", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-self%E2%91%A1%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-align-items%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-stretch%E2%91%A1", @@ -1941,7 +1941,7 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A4%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#change-201403-min-auto-main-size-basis", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A3", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#change-201403-min-auto-intrinsic-percentages", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-min-height%E2%91%A0%E2%93%AA", @@ -2078,7 +2078,7 @@ "https://drafts.csswg.org/css-flexbox-1/#change-2012-flex-basis-zero", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex-basis%E2%91%A1%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A2%E2%91%A7", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A4", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A2%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A3%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A3%E2%91%A0", @@ -2096,17 +2096,17 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-right", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-top", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-bottom", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-left%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-right%E2%91%A0", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A3", + "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%A2", "https://drafts.csswg.org/css-flexbox-1/#ref-for-main-start%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-start%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#ref-for-static-position", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-top%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-bottom%E2%91%A0", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A4", + "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%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-start%E2%91%A0%E2%91%A6", diff --git a/ed/ids/css-fonts-4.json b/ed/ids/css-fonts-4.json index 4a62f2ade560..93df18d15399 100644 --- a/ed/ids/css-fonts-4.json +++ b/ed/ids/css-fonts-4.json @@ -99,7 +99,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A8", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-fantasy", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-math", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-size-math", "https://drafts.csswg.org/css-fonts-4/#ref-for-comb-one%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-family-monospace", "https://drafts.csswg.org/css-fonts-4/#typedef-generic-incomplete", @@ -821,7 +821,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A3%E2%91%A7", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values%E2%91%A1", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-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", @@ -859,7 +859,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-ascent-metric", "https://drafts.csswg.org/css-fonts-4/#ref-for-descent-metric", "https://drafts.csswg.org/css-fonts-4/#ref-for-line-gap-metric", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-variant-emoji-normal", + "https://drafts.csswg.org/css-fonts-4/#ref-for-font-feature-settings-normal-value", "https://drafts.csswg.org/css-fonts-4/#ex-percent-resolve", "https://drafts.csswg.org/css-fonts-4/#ref-for-ascent-metric%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ex-override-local-metrics", @@ -1015,7 +1015,7 @@ "https://drafts.csswg.org/css-fonts-4/#valdef-font-variant-ligatures-contextual", "https://drafts.csswg.org/css-fonts-4/#valdef-font-variant-ligatures-no-contextual", "https://drafts.csswg.org/css-fonts-4/#rlig-unaffected", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-synthesis-weight-none", + "https://drafts.csswg.org/css-fonts-4/#ref-for-font-variant-none-value", "https://drafts.csswg.org/css-fonts-4/#font-variant-position-prop", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant-position%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#propdef-font-variant-position", @@ -1168,7 +1168,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values%E2%91%A8", "https://drafts.csswg.org/css-fonts-4/#ref-for-typedef-declaration-rule-list%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-rule", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A3", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#ref-for-cssstyledeclaration-declarations", "https://drafts.csswg.org/css-fonts-4/#font-feature-value-declaration", "https://drafts.csswg.org/css-fonts-4/#ref-for-css-css-identifier", @@ -1286,7 +1286,7 @@ "https://drafts.csswg.org/css-fonts-4/#font-variant-normal-value", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-fonts-4/#font-variant-none-value", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-synthesis-weight-none%E2%91%A0", + "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", @@ -1864,7 +1864,7 @@ "https://drafts.csswg.org/css-fonts-4/#sp217", "https://drafts.csswg.org/css-fonts-4/#a11y", "https://drafts.csswg.org/css-fonts-4/#acknowledgments", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A4", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#changes", "https://drafts.csswg.org/css-fonts-4/#changes-2021-12-21", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-palette%E2%91%A4", @@ -1875,7 +1875,7 @@ "https://drafts.csswg.org/css-fonts-4/#changes-2019-11-13", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-size-adjust%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-fonts-4/#changes-2018-09-20", - "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-weight-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", @@ -2049,7 +2049,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-at-font-face-rule%E2%91%A7%E2%91%A3", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-ascent-override%E2%91%A1", "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-descent-override%E2%91%A1", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%A3", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-font-display%E2%91%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", @@ -2063,7 +2063,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-face-unicode-range%E2%91%A8", "https://drafts.csswg.org/css-fonts-4/#font-feature-values-descriptor-table", "https://drafts.csswg.org/css-fonts-4/#ref-for-at-ruledef-font-feature-values%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%A5", + "https://drafts.csswg.org/css-fonts-4/#ref-for-descdef-font-feature-values-font-display%E2%91%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-forms-1.json b/ed/ids/css-forms-1.json index a7da7054e9ee..e8e80474740a 100644 --- a/ed/ids/css-forms-1.json +++ b/ed/ids/css-forms-1.json @@ -14,12 +14,11 @@ "https://drafts.csswg.org/css-forms-1/#contents", "https://drafts.csswg.org/css-forms-1/#pseudos", "https://drafts.csswg.org/css-forms-1/#picker-pseudo", - "https://drafts.csswg.org/css-forms-1/#ref-for-selectordef-picker", "https://drafts.csswg.org/css-forms-1/#picker", "https://drafts.csswg.org/css-forms-1/#ref-for-the-select-element", + "https://drafts.csswg.org/css-forms-1/#ref-for-element-backed", "https://drafts.csswg.org/css-forms-1/#ref-for-typedef-ident", "https://drafts.csswg.org/css-forms-1/#ref-for-mult-one-plus", - "https://drafts.csswg.org/css-forms-1/#ref-for-selectordef-picker%E2%91%A0", "https://drafts.csswg.org/css-forms-1/#ref-for-originating-element", "https://drafts.csswg.org/css-forms-1/#ref-for-base-appearance", "https://drafts.csswg.org/css-forms-1/#ref-for-typedef-ident%E2%91%A0", @@ -27,8 +26,7 @@ "https://drafts.csswg.org/css-forms-1/#ref-for-originating-element%E2%91%A0", "https://drafts.csswg.org/css-forms-1/#ref-for-unique-picker-name", "https://drafts.csswg.org/css-forms-1/#ref-for-the-select-element%E2%91%A0", - "https://drafts.csswg.org/css-forms-1/#ref-for-selectordef-picker%E2%91%A1", - "https://drafts.csswg.org/css-forms-1/#ref-for-selectordef-picker%E2%91%A2", + "https://drafts.csswg.org/css-forms-1/#ref-for-element-backed%E2%91%A0", "https://drafts.csswg.org/css-forms-1/#ref-for-originating-element%E2%91%A1", "https://drafts.csswg.org/css-forms-1/#ref-for-base-appearance%E2%91%A0", "https://drafts.csswg.org/css-forms-1/#ref-for-propdef-appearance", @@ -55,7 +53,7 @@ "https://drafts.csswg.org/css-forms-1/#index-defined-elsewhere", "https://drafts.csswg.org/css-forms-1/#f5eca8c9", "https://drafts.csswg.org/css-forms-1/#73ea1d43", - "https://drafts.csswg.org/css-forms-1/#ff8b0f78", + "https://drafts.csswg.org/css-forms-1/#473a85b1", "https://drafts.csswg.org/css-forms-1/#09d93ffe", "https://drafts.csswg.org/css-forms-1/#429dfe7b", "https://drafts.csswg.org/css-forms-1/#bedd9d42", diff --git a/ed/ids/css-grid-1.json b/ed/ids/css-grid-1.json index 934dc43ba82a..b4468f54a25f 100644 --- a/ed/ids/css-grid-1.json +++ b/ed/ids/css-grid-1.json @@ -206,7 +206,7 @@ "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-grid-placement-auto", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-block-size", "https://drafts.csswg.org/css-grid-1/#ref-for-max-content", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content", @@ -333,7 +333,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-scroll-container%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-tracks", "https://drafts.csswg.org/css-grid-1/#ref-for-automatic-minimum-size%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-content-based-minimum-size%E2%91%A0", @@ -612,7 +612,7 @@ "https://drafts.csswg.org/css-grid-1/#funcdef-grid-template-columns-fit-content", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-length-percentage%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-template-rows-track-sizing-function%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A0", @@ -944,13 +944,13 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-template-areas%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-template-rows%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-track-size%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A4", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-template-columns%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-rows-none%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#example-4fe2f42d", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A1", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A5", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A6", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A7", + "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-implicitly-assigned-line-name%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-named-grid-area%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-repeat%E2%91%A0%E2%93%AA", @@ -1312,7 +1312,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column-end%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto", "https://drafts.csswg.org/css-grid-1/#propdef-grid-area", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-grid-row-start-grid-line%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-grid-row-start-grid-line%E2%91%A5", @@ -1335,17 +1335,17 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column-end%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A7", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-start%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A1%E2%93%AA", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A4", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column-start%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-start%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A5", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-margin", "https://drafts.csswg.org/css-grid-1/#auto-placement-algo", "https://drafts.csswg.org/css-grid-1/#grid-item-placement-algorithm", @@ -1479,7 +1479,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-physical", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-direction", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-writing-mode", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A6", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-property%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A6%E2%93%AA", @@ -1491,11 +1491,11 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-grid%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-property%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-implicit-grid%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-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%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-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%A6", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-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%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#flexible-sizing-function", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%91%A1", @@ -1711,10 +1711,10 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-automatic-minimum-size%E2%91%A1", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%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%A0%E2%93%AA", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-track-sizing-algorithm%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-row%E2%91%A2", @@ -1767,10 +1767,10 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-minmax%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-flex%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#max-track-sizing-function", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-minmax%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A4", "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%93%AA", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-available-grid-space%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%93%AA%E2%91%A0", @@ -1810,7 +1810,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-fixed-sizing-function%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-indefinite%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-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%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#algo-baseline-shims", @@ -1850,7 +1850,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-max-content-contribution%E2%91%A3", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A3", + "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-min-track-sizing-function%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%93%AA%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A1", @@ -1928,7 +1928,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-distribute-extra-space%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A1", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1", + "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-max-content%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-limited-contribution%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-distribute-extra-space%E2%91%A2", @@ -2084,7 +2084,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-justify-content-normal", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-align-content-stretch", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-definite%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-free-space%E2%91%A0%E2%93%AA", @@ -2110,10 +2110,10 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-layout-algorithm%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-fragmentation-container%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A3", + "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-flex-fr%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-area%E2%91%A2%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A4", + "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/#acks", "https://drafts.csswg.org/css-grid-1/#changes", "https://drafts.csswg.org/css-grid-1/#changes-202012", @@ -2225,8 +2225,8 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A2%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#change-2017-track-limit-auto-min", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A5", @@ -2269,7 +2269,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-tracks%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-sizing-function%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#change-2017-no-maximize-flex", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A6", + "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-min-track-sizing-function%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A2%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-tracks%E2%91%A0%E2%91%A2", @@ -2293,11 +2293,11 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-scroll-container%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A7", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A7", + "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-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%A0%E2%91%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-flexible-tracks%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-automatic-minimum-size%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#minor-2017", @@ -2422,7 +2422,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-intrinsic-size-contribution%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#change-2017-overgrow", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A5", + "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%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A0", @@ -2500,11 +2500,11 @@ "https://drafts.csswg.org/css-grid-1/#change-2016-auto-percent-track", "https://drafts.csswg.org/css-grid-1/#ref-for-percentage-value%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A1%E2%91%A8", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%93%AA", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-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%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%91%A0", - "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%A2%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-percentage-value%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-fit-content-size", @@ -2530,9 +2530,9 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-align-content%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-justify-content%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%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-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%A3", + "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-max-track-sizing-function%E2%91%A3%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-definite%E2%91%A2%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-free-space%E2%91%A0%E2%91%A3", @@ -2550,7 +2550,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-baseline-sharing-group%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-item%E2%91%A0%E2%91%A2%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#change-2016-auto-min-fixed-tracks", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A4", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-width-auto%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-min-width%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-min-height%E2%91%A2", @@ -2560,7 +2560,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-overflow-visible", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A5", + "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-grid-item%E2%91%A0%E2%91%A2%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-fixed-sizing-function%E2%91%A0%E2%91%A2", @@ -2579,10 +2579,10 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-fixed-sizing-function%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A3%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#change-2016-auto-max-constraint", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A6", + "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-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%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A7", @@ -2592,7 +2592,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A1%E2%91%A3", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A6", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A3%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-constraint%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-min-content-contribution%E2%91%A0%E2%91%A6", @@ -2600,7 +2600,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A1%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A3%E2%91%A2", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A3%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-max-content-constraint%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-max-content-contribution%E2%91%A0%E2%91%A1", @@ -2628,7 +2628,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-block-level%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-block-formatting-context%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-block-box%E2%91%A2", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A7", + "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-inline-size%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#change-2016-tracks-before", "https://drafts.csswg.org/css-grid-1/#ref-for-implicit-grid-track%E2%91%A5", @@ -2643,9 +2643,9 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-align-content%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-justify-content%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%93%AA", - "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%A8", + "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%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#change-2016-auto-min-editorial", "https://drafts.csswg.org/css-grid-1/#ref-for-minimum-contribution%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A3%E2%91%A3", diff --git a/ed/ids/css-grid-2.json b/ed/ids/css-grid-2.json index 11a09598cc12..dd8fb77c1049 100644 --- a/ed/ids/css-grid-2.json +++ b/ed/ids/css-grid-2.json @@ -1059,9 +1059,9 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-template-columns%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-rows-none%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#example-4fe2f42d", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%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-grid-placement-auto%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-implicitly-assigned-line-name%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-named-grid-area%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-repeat%E2%91%A0%E2%91%A0", @@ -1435,7 +1435,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row-end%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-column-end%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-identifier-value%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A2", + "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%A3", + "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%A4", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-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%A5", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-margin", "https://drafts.csswg.org/css-grid-2/#auto-placement-algo", "https://drafts.csswg.org/css-grid-2/#grid-item-placement-algorithm", @@ -1754,7 +1754,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-physical", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-direction", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-writing-mode", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A6", + "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-placement-property%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A6%E2%91%A5", @@ -1766,11 +1766,11 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-grid%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-property%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-implicit-grid%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A7", + "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-implicit-grid-lines%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-span%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A8", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-property%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#static-position", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A6%E2%91%A8", @@ -1943,7 +1943,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-grid%E2%91%A1%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A8%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-percentage-value%E2%91%A2", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A8%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-algo-grid-sizing%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid%E2%91%A1%E2%91%A8", @@ -1966,7 +1966,7 @@ "https://drafts.csswg.org/css-grid-2/#intrinsic-sizing-function", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-min-content%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A3", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#flexible-sizing-function", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-flex%E2%91%A0%E2%91%A1", @@ -2055,10 +2055,10 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-minmax%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-flex%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A2", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#max-track-sizing-function", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-minmax%E2%91%A4", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-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%A6", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-available-grid-space%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A2", @@ -2098,7 +2098,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-fixed-sizing-function%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-indefinite%E2%91%A4", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-intrinsic-sizing-function%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-max-track-sizing-function%E2%91%A8", @@ -2118,7 +2118,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-growth-limit%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-max-track-sizing-function%E2%91%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%A7", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-min-track-sizing-function%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-min-content-constraint%E2%91%A1", @@ -2216,7 +2216,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-distribute-extra-space%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-limited-contribution%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-distribute-extra-space%E2%91%A2", @@ -2365,7 +2365,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A0%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-justify-content-normal", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-align-content-stretch", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A6", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-max-track-sizing-function%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-definite%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-free-space%E2%91%A0%E2%93%AA", @@ -2391,10 +2391,10 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-layout-algorithm%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-fragmentation-container%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A8", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-flex-fr%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-area%E2%91%A2%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#priv", "https://drafts.csswg.org/css-grid-2/#sec", "https://drafts.csswg.org/css-grid-2/#changes", diff --git a/ed/ids/css-pseudo-4.json b/ed/ids/css-pseudo-4.json index 0fcececfb4fa..01c3e47e00d5 100644 --- a/ed/ids/css-pseudo-4.json +++ b/ed/ids/css-pseudo-4.json @@ -234,6 +234,8 @@ "https://drafts.csswg.org/css-pseudo-4/#ref-for-identifier-value", "https://drafts.csswg.org/css-pseudo-4/#ref-for-selectordef-highlight-custom-ident%E2%91%A0", "https://drafts.csswg.org/css-pseudo-4/#ref-for-functional-pseudo-element", + "https://drafts.csswg.org/css-pseudo-4/#ref-for-custom-highlight", + "https://drafts.csswg.org/css-pseudo-4/#ref-for-custom-highlight-name", "https://drafts.csswg.org/css-pseudo-4/#ref-for-identifier-value%E2%91%A0", "https://drafts.csswg.org/css-pseudo-4/#ref-for-highlight-pseudo-element%E2%91%A1", "https://drafts.csswg.org/css-pseudo-4/#highlight-styling", @@ -580,7 +582,7 @@ "https://drafts.csswg.org/css-pseudo-4/#ref-for-originating-element%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-pseudo-4/#ref-for-csspseudoelement%E2%91%A8", "https://drafts.csswg.org/css-pseudo-4/#issue-302461e7", - "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-element-pseudo%E2%91%A2", + "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo-type", "https://drafts.csswg.org/css-pseudo-4/#getComputedStyle", "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-window-getcomputedstyle", "https://drafts.csswg.org/css-pseudo-4/#ref-for-highlight-pseudo-element%E2%91%A1%E2%93%AA", @@ -645,7 +647,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%A0", + "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-element-pseudo%E2%91%A2", "https://drafts.csswg.org/css-pseudo-4/#ref-for-valdef-color-currentcolor%E2%91%A3", "https://drafts.csswg.org/css-pseudo-4/#ref-for-highlight-pseudo-element%E2%91%A1%E2%91%A5", "https://drafts.csswg.org/css-pseudo-4/#ref-for-selectordef-first-line%E2%91%A2%E2%91%A0", @@ -724,6 +726,8 @@ "https://drafts.csswg.org/css-pseudo-4/#cc682c89", "https://drafts.csswg.org/css-pseudo-4/#d65d17df", "https://drafts.csswg.org/css-pseudo-4/#fdf6efd5", + "https://drafts.csswg.org/css-pseudo-4/#a45f1010", + "https://drafts.csswg.org/css-pseudo-4/#392ffeb0", "https://drafts.csswg.org/css-pseudo-4/#12cf38c9", "https://drafts.csswg.org/css-pseudo-4/#e34548f4", "https://drafts.csswg.org/css-pseudo-4/#6f7798a0", @@ -812,6 +816,7 @@ "https://drafts.csswg.org/css-pseudo-4/#biblio-css-content-3", "https://drafts.csswg.org/css-pseudo-4/#biblio-css-display-4", "https://drafts.csswg.org/css-pseudo-4/#biblio-css-fonts-4", + "https://drafts.csswg.org/css-pseudo-4/#biblio-css-highlight-api-1", "https://drafts.csswg.org/css-pseudo-4/#biblio-css-inline-3", "https://drafts.csswg.org/css-pseudo-4/#biblio-css-lists-3", "https://drafts.csswg.org/css-pseudo-4/#biblio-css-multicol-1", @@ -844,7 +849,6 @@ "https://drafts.csswg.org/css-pseudo-4/#biblio-css-backgrounds-4", "https://drafts.csswg.org/css-pseudo-4/#biblio-css-cascade-4", "https://drafts.csswg.org/css-pseudo-4/#biblio-css-display-3", - "https://drafts.csswg.org/css-pseudo-4/#biblio-css-highlight-api-1", "https://drafts.csswg.org/css-pseudo-4/#biblio-css-text-decor-3", "https://drafts.csswg.org/css-pseudo-4/#biblio-html5", "https://drafts.csswg.org/css-pseudo-4/#biblio-selectors-3", diff --git a/ed/ids/css-values-5.json b/ed/ids/css-values-5.json index 2e92c850774f..aeff165717e9 100644 --- a/ed/ids/css-values-5.json +++ b/ed/ids/css-values-5.json @@ -24,34 +24,31 @@ "https://drafts.csswg.org/css-values-5/#component-function-commas", "https://drafts.csswg.org/css-values-5/#ref-for-functional-notation", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-mix", - "https://drafts.csswg.org/css-values-5/#ref-for-functional-notation%E2%91%A0", - "https://drafts.csswg.org/css-values-5/#ref-for-typedef-semicolon-token", - "https://drafts.csswg.org/css-values-5/#ref-for-functional-notation%E2%91%A1", - "https://drafts.csswg.org/css-values-5/#ref-for-functional-notation%E2%91%A2", - "https://drafts.csswg.org/css-values-5/#ref-for-typedef-comma-token", + "https://drafts.csswg.org/css-values-5/#ref-for-whole-value", + "https://drafts.csswg.org/css-values-5/#ref-for-typedef-declaration-value", + "https://drafts.csswg.org/css-values-5/#ref-for-typedef-any-value", + "https://drafts.csswg.org/css-values-5/#comma-containing-productions", "https://drafts.csswg.org/css-values-5/#ref-for-comma-containing-productions", - "https://drafts.csswg.org/css-values-5/#ref-for-typedef-comma-token%E2%91%A0", - "https://drafts.csswg.org/css-values-5/#ref-for-typedef-semicolon-token%E2%91%A0", - "https://drafts.csswg.org/css-values-5/#ref-for-functional-notation%E2%91%A3", - "https://drafts.csswg.org/css-values-5/#ref-for-typedef-semicolon-token%E2%91%A1", "https://drafts.csswg.org/css-values-5/#ref-for-comma-containing-productions%E2%91%A0", - "https://drafts.csswg.org/css-values-5/#ref-for-typedef-comma-token%E2%91%A1", - "https://drafts.csswg.org/css-values-5/#comma-containing-productions", - "https://drafts.csswg.org/css-values-5/#ref-for-typedef-any-value", - "https://drafts.csswg.org/css-values-5/#ref-for-whole-value", - "https://drafts.csswg.org/css-values-5/#ref-for-functional-notation%E2%91%A4", - "https://drafts.csswg.org/css-values-5/#ref-for-typedef-semicolon-token%E2%91%A2", - "https://drafts.csswg.org/css-values-5/#example-a01a9a13", + "https://drafts.csswg.org/css-values-5/#example-3c1508a5", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-random-item", "https://drafts.csswg.org/css-values-5/#ref-for-typedef-random-caching-options", - "https://drafts.csswg.org/css-values-5/#ref-for-typedef-declaration-value", - "https://drafts.csswg.org/css-values-5/#ref-for-propdef-list-style", - "https://drafts.csswg.org/css-values-5/#ref-for-propdef-font-family", - "https://drafts.csswg.org/css-values-5/#ref-for-functional-notation%E2%91%A5", + "https://drafts.csswg.org/css-values-5/#ref-for-typedef-declaration-value%E2%91%A0", + "https://drafts.csswg.org/css-values-5/#ref-for-valdef-font-family-sans-serif", + "https://drafts.csswg.org/css-values-5/#ref-for-valdef-font-family-monospace", "https://drafts.csswg.org/css-values-5/#ref-for-comma-containing-productions%E2%91%A1", + "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-var", + "https://drafts.csswg.org/css-values-5/#ref-for-propdef-font-family", + "https://drafts.csswg.org/css-values-5/#ref-for-functional-notation%E2%91%A0", + "https://drafts.csswg.org/css-values-5/#ref-for-comma-containing-productions%E2%91%A2", "https://drafts.csswg.org/css-values-5/#ref-for-typedef-any-value%E2%91%A0", "https://drafts.csswg.org/css-values-5/#ref-for-whole-value%E2%91%A0", - "https://drafts.csswg.org/css-values-5/#ref-for-typedef-declaration-value%E2%91%A0", + "https://drafts.csswg.org/css-values-5/#ref-for-typedef-declaration-value%E2%91%A1", + "https://drafts.csswg.org/css-values-5/#ref-for-typedef-declaration-value%E2%91%A2", + "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-var%E2%91%A0", + "https://drafts.csswg.org/css-values-5/#non-strict-comma-containing-production", + "https://drafts.csswg.org/css-values-5/#ref-for-comma-containing-productions%E2%91%A3", + "https://drafts.csswg.org/css-values-5/#ref-for-non-strict-comma-containing-production", "https://drafts.csswg.org/css-values-5/#level-4-extensions", "https://drafts.csswg.org/css-values-5/#urls", "https://drafts.csswg.org/css-values-5/#ref-for-url-value", @@ -277,7 +274,7 @@ "https://drafts.csswg.org/css-values-5/#ref-for-propdef-background-position%E2%91%A2", "https://drafts.csswg.org/css-values-5/#issue-8e940682", "https://drafts.csswg.org/css-values-5/#ref-for-propdef-background-position%E2%91%A3", - "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-var", + "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-var%E2%91%A1", "https://drafts.csswg.org/css-values-5/#position-parsing", "https://drafts.csswg.org/css-values-5/#ref-for-typedef-position%E2%91%A4", "https://drafts.csswg.org/css-values-5/#ref-for-length-value", @@ -318,7 +315,7 @@ "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-progress", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-media-progress", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-container-progress", - "https://drafts.csswg.org/css-values-5/#ref-for-functional-notation%E2%91%A6", + "https://drafts.csswg.org/css-values-5/#ref-for-functional-notation%E2%91%A1", "https://drafts.csswg.org/css-values-5/#progress-value", "https://drafts.csswg.org/css-values-5/#progress-start-value", "https://drafts.csswg.org/css-values-5/#progress-end-value", @@ -450,7 +447,7 @@ "https://drafts.csswg.org/css-values-5/#mix-start-value", "https://drafts.csswg.org/css-values-5/#mix-end-value", "https://drafts.csswg.org/css-values-5/#mix-progress-value", - "https://drafts.csswg.org/css-values-5/#ref-for-functional-notation%E2%91%A7", + "https://drafts.csswg.org/css-values-5/#ref-for-functional-notation%E2%91%A2", "https://drafts.csswg.org/css-values-5/#ref-for-typedef-progress", "https://drafts.csswg.org/css-values-5/#ref-for-comb-comma", "https://drafts.csswg.org/css-values-5/#ref-for-comb-one%E2%91%A5%E2%91%A2", @@ -563,7 +560,7 @@ "https://drafts.csswg.org/css-values-5/#color-mix", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-color-mix%E2%91%A0", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-color-mix%E2%91%A1", - "https://drafts.csswg.org/css-values-5/#ref-for-functional-notation%E2%91%A8", + "https://drafts.csswg.org/css-values-5/#ref-for-functional-notation%E2%91%A3", "https://drafts.csswg.org/css-values-5/#ref-for-mix-notations%E2%91%A3", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-color-mix%E2%91%A2", "https://drafts.csswg.org/css-values-5/#ref-for-typedef-progress%E2%91%A0%E2%91%A2", @@ -593,7 +590,7 @@ "https://drafts.csswg.org/css-values-5/#cross-fade", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-cross-fade%E2%91%A1", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-cross-fade%E2%91%A2", - "https://drafts.csswg.org/css-values-5/#ref-for-functional-notation%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-values-5/#ref-for-functional-notation%E2%91%A4", "https://drafts.csswg.org/css-values-5/#ref-for-mix-notations%E2%91%A5", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-cross-fade%E2%91%A3", "https://drafts.csswg.org/css-values-5/#ref-for-typedef-progress%E2%91%A0%E2%91%A5", @@ -658,7 +655,7 @@ "https://drafts.csswg.org/css-values-5/#ref-for-whole-value%E2%91%A4", "https://drafts.csswg.org/css-values-5/#ref-for-mix-end-value", "https://drafts.csswg.org/css-values-5/#ref-for-mix-progress-value%E2%91%A4", - "https://drafts.csswg.org/css-values-5/#ref-for-functional-notation%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-values-5/#ref-for-functional-notation%E2%91%A5", "https://drafts.csswg.org/css-values-5/#ref-for-mix-notations%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-values-5/#ref-for-whole-value%E2%91%A5", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-mix%E2%91%A4", @@ -670,7 +667,7 @@ "https://drafts.csswg.org/css-values-5/#ref-for-computed-value%E2%91%A8", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-mix%E2%91%A7", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-mix%E2%91%A8", - "https://drafts.csswg.org/css-values-5/#ref-for-functional-notation%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-values-5/#ref-for-functional-notation%E2%91%A6", "https://drafts.csswg.org/css-values-5/#ref-for-typedef-progress%E2%91%A1%E2%91%A4", "https://drafts.csswg.org/css-values-5/#ref-for-whole-value%E2%91%A6", "https://drafts.csswg.org/css-values-5/#example-d23568e3", @@ -695,11 +692,11 @@ "https://drafts.csswg.org/css-values-5/#first-valid", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-first-valid", "https://drafts.csswg.org/css-values-5/#ref-for-at-ruledef-supports", - "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-var%E2%91%A0", + "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-var%E2%91%A2", "https://drafts.csswg.org/css-values-5/#funcdef-first-valid", - "https://drafts.csswg.org/css-values-5/#ref-for-functional-notation%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-values-5/#ref-for-functional-notation%E2%91%A7", "https://drafts.csswg.org/css-values-5/#typedef-first-valid", - "https://drafts.csswg.org/css-values-5/#ref-for-typedef-declaration-value%E2%91%A1", + "https://drafts.csswg.org/css-values-5/#ref-for-typedef-declaration-value%E2%91%A3", "https://drafts.csswg.org/css-values-5/#ref-for-mult-comma%E2%91%A1", "https://drafts.csswg.org/css-values-5/#ref-for-invalid-at-computed-value-time", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-first-valid%E2%91%A0", @@ -707,8 +704,8 @@ "https://drafts.csswg.org/css-values-5/#issue-3679a886", "https://drafts.csswg.org/css-values-5/#ref-for-whole-value%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-first-valid%E2%91%A1", - "https://drafts.csswg.org/css-values-5/#ref-for-typedef-declaration-value%E2%91%A2", - "https://drafts.csswg.org/css-values-5/#ref-for-typedef-declaration-value%E2%91%A3", + "https://drafts.csswg.org/css-values-5/#ref-for-typedef-declaration-value%E2%91%A4", + "https://drafts.csswg.org/css-values-5/#ref-for-typedef-declaration-value%E2%91%A5", "https://drafts.csswg.org/css-values-5/#ref-for-whole-value%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-values-5/#toggle-notation", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-toggle", @@ -755,13 +752,13 @@ "https://drafts.csswg.org/css-values-5/#funcdef-attr", "https://drafts.csswg.org/css-values-5/#ref-for-concept-attribute", "https://drafts.csswg.org/css-values-5/#ref-for-concept-element", - "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-var%E2%91%A1", + "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-var%E2%91%A3", "https://drafts.csswg.org/css-values-5/#ref-for-custom-property", "https://drafts.csswg.org/css-values-5/#ref-for-typedef-attr-name", "https://drafts.csswg.org/css-values-5/#ref-for-typedef-attr-type", "https://drafts.csswg.org/css-values-5/#ref-for-mult-opt%E2%91%A3", "https://drafts.csswg.org/css-values-5/#ref-for-comb-comma%E2%91%A0%E2%91%A2", - "https://drafts.csswg.org/css-values-5/#ref-for-typedef-declaration-value%E2%91%A4", + "https://drafts.csswg.org/css-values-5/#ref-for-typedef-declaration-value%E2%91%A6", "https://drafts.csswg.org/css-values-5/#ref-for-mult-opt%E2%91%A4", "https://drafts.csswg.org/css-values-5/#typedef-attr-name", "https://drafts.csswg.org/css-values-5/#ref-for-typedef-ident-token", @@ -798,7 +795,7 @@ "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-attr%E2%91%A3", "https://drafts.csswg.org/css-values-5/#attr-substitution-value", "https://drafts.csswg.org/css-values-5/#ref-for-valdef-attr-string", - "https://drafts.csswg.org/css-values-5/#ref-for-typedef-declaration-value%E2%91%A5", + "https://drafts.csswg.org/css-values-5/#ref-for-typedef-declaration-value%E2%91%A7", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-attr%E2%91%A4", "https://drafts.csswg.org/css-values-5/#ref-for-typedef-attr-type%E2%91%A1", "https://drafts.csswg.org/css-values-5/#ref-for-valdef-attr-string%E2%91%A0", @@ -873,7 +870,7 @@ "https://drafts.csswg.org/css-values-5/#ref-for-attr-substitution-value%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-attr%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-attr%E2%91%A0%E2%91%A6", - "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-var%E2%91%A2", + "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-var%E2%91%A4", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-attr%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-values-5/#ref-for-substitute-an-attr%E2%91%A1", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-attr%E2%91%A0%E2%91%A8", @@ -959,7 +956,7 @@ "https://drafts.csswg.org/css-values-5/#funcdef-random-item", "https://drafts.csswg.org/css-values-5/#ref-for-typedef-random-caching-options%E2%91%A4", "https://drafts.csswg.org/css-values-5/#ref-for-comb-comma%E2%91%A0%E2%91%A6", - "https://drafts.csswg.org/css-values-5/#ref-for-typedef-declaration-value%E2%91%A6", + "https://drafts.csswg.org/css-values-5/#ref-for-typedef-declaration-value%E2%91%A8", "https://drafts.csswg.org/css-values-5/#ref-for-mult-opt%E2%91%A8", "https://drafts.csswg.org/css-values-5/#ref-for-mult-comma%E2%91%A3", "https://drafts.csswg.org/css-values-5/#ref-for-typedef-random-caching-options%E2%91%A5", @@ -974,13 +971,13 @@ "https://drafts.csswg.org/css-values-5/#ref-for-typedef-random-caching-options%E2%91%A6", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-random-item%E2%91%A4", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-random%E2%91%A0%E2%91%A3", - "https://drafts.csswg.org/css-values-5/#ref-for-typedef-declaration-value%E2%91%A7", + "https://drafts.csswg.org/css-values-5/#ref-for-typedef-declaration-value%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-values-5/#ref-for-typedef-random-caching-options%E2%91%A7", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-random-item%E2%91%A5", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-random-item%E2%91%A6", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-random-item%E2%91%A7", "https://drafts.csswg.org/css-values-5/#ref-for-arbitrary-substitution-function", - "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-var%E2%91%A3", + "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-var%E2%91%A5", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-random-item%E2%91%A8", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-random-item%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-values-5/#ref-for-arbitrary-substitution-function%E2%91%A0", @@ -1039,11 +1036,11 @@ "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-sibling-count", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-sibling-index", "https://drafts.csswg.org/css-values-5/#funcdef-sibling-count", - "https://drafts.csswg.org/css-values-5/#ref-for-functional-notation%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-values-5/#ref-for-functional-notation%E2%91%A8", "https://drafts.csswg.org/css-values-5/#ref-for-integer-value", "https://drafts.csswg.org/css-values-5/#ref-for-elements", "https://drafts.csswg.org/css-values-5/#funcdef-sibling-index", - "https://drafts.csswg.org/css-values-5/#ref-for-functional-notation%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-values-5/#ref-for-functional-notation%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-values-5/#ref-for-integer-value%E2%91%A0", "https://drafts.csswg.org/css-values-5/#ref-for-nth-child-pseudo", "https://drafts.csswg.org/css-values-5/#ref-for-funcdef-sibling-index%E2%91%A0", @@ -1304,13 +1301,14 @@ "https://drafts.csswg.org/css-values-5/#64629ded", "https://drafts.csswg.org/css-values-5/#d65d17df", "https://drafts.csswg.org/css-values-5/#3a21f8b8", + "https://drafts.csswg.org/css-values-5/#d6067d2a", "https://drafts.csswg.org/css-values-5/#ecdc236d", + "https://drafts.csswg.org/css-values-5/#8458d39f", "https://drafts.csswg.org/css-values-5/#baca35b9", "https://drafts.csswg.org/css-values-5/#998b9e6e", "https://drafts.csswg.org/css-values-5/#680aee27", "https://drafts.csswg.org/css-values-5/#1dc7785c", "https://drafts.csswg.org/css-values-5/#4728e44c", - "https://drafts.csswg.org/css-values-5/#3b47d5a5", "https://drafts.csswg.org/css-values-5/#f5848d5e", "https://drafts.csswg.org/css-values-5/#22109b0e", "https://drafts.csswg.org/css-values-5/#0e5cedd7", @@ -1323,14 +1321,12 @@ "https://drafts.csswg.org/css-values-5/#88643fe0", "https://drafts.csswg.org/css-values-5/#13cd11dd", "https://drafts.csswg.org/css-values-5/#8716d04f", - "https://drafts.csswg.org/css-values-5/#f6dcb97a", "https://drafts.csswg.org/css-values-5/#8144e597", "https://drafts.csswg.org/css-values-5/#860c17f8", "https://drafts.csswg.org/css-values-5/#a63375cb", "https://drafts.csswg.org/css-values-5/#07308da5", "https://drafts.csswg.org/css-values-5/#92700be8", "https://drafts.csswg.org/css-values-5/#4ffe613d", - "https://drafts.csswg.org/css-values-5/#aa917269", "https://drafts.csswg.org/css-values-5/#02095ede", "https://drafts.csswg.org/css-values-5/#1b0a0464", "https://drafts.csswg.org/css-values-5/#a13ebf85", diff --git a/ed/ids/storage-access.json b/ed/ids/storage-access.json index 2c43f45f0f8f..66c043c3924c 100644 --- a/ed/ids/storage-access.json +++ b/ed/ids/storage-access.json @@ -45,7 +45,7 @@ "https://privacycg.github.io/storage-access/#ref-for-concept-settings-object-origin", "https://privacycg.github.io/storage-access/#ref-for-concept-environment-top-level-origin", "https://privacycg.github.io/storage-access/#ref-for-relevant-settings-object", - "https://privacycg.github.io/storage-access/#ref-for-concept-site-same-site", + "https://privacycg.github.io/storage-access/#ref-for-same-site", "https://privacycg.github.io/storage-access/#ref-for-document%E2%91%A2", "https://privacycg.github.io/storage-access/#third-party-context", "https://privacycg.github.io/storage-access/#ref-for-first-party-site-context%E2%91%A2", @@ -53,25 +53,43 @@ "https://privacycg.github.io/storage-access/#ref-for-tuple", "https://privacycg.github.io/storage-access/#ref-for-site%E2%91%A0", "https://privacycg.github.io/storage-access/#ref-for-assert", + "https://privacycg.github.io/storage-access/#determine-the-fedcm-site-connection-status", + "https://privacycg.github.io/storage-access/#ref-for-concept-origin", + "https://privacycg.github.io/storage-access/#ref-for-concept-origin%E2%91%A0", + "https://privacycg.github.io/storage-access/#ref-for-boolean", + "https://privacycg.github.io/storage-access/#ref-for-list-iterate", + "https://privacycg.github.io/storage-access/#ref-for-browser-connected-accounts-set", + "https://privacycg.github.io/storage-access/#ref-for-same-site%E2%91%A0", + "https://privacycg.github.io/storage-access/#ref-for-same-site%E2%91%A1", + "https://privacycg.github.io/storage-access/#determine-the-effective-fedcm-connection-status", + "https://privacycg.github.io/storage-access/#ref-for-concept-origin%E2%91%A1", + "https://privacycg.github.io/storage-access/#ref-for-concept-origin%E2%91%A2", + "https://privacycg.github.io/storage-access/#ref-for-document%E2%91%A3", + "https://privacycg.github.io/storage-access/#ref-for-boolean%E2%91%A0", + "https://privacycg.github.io/storage-access/#ref-for-allowed-to-use", + "https://privacycg.github.io/storage-access/#ref-for-determine-the-fedcm-site-connection-status", + "https://privacycg.github.io/storage-access/#ref-for-user-agent", + "https://privacycg.github.io/storage-access/#ref-for-concept-credential-store", + "https://privacycg.github.io/storage-access/#ref-for-origin-prevent-silent-access-flag", "https://privacycg.github.io/storage-access/#ua-state", "https://privacycg.github.io/storage-access/#ref-for-environment", "https://privacycg.github.io/storage-access/#environment-has-storage-access", - "https://privacycg.github.io/storage-access/#ref-for-boolean", + "https://privacycg.github.io/storage-access/#ref-for-boolean%E2%91%A1", "https://privacycg.github.io/storage-access/#ref-for-source-snapshot-params", "https://privacycg.github.io/storage-access/#source-snapshot-params-has-storage-access", - "https://privacycg.github.io/storage-access/#ref-for-boolean%E2%91%A0", + "https://privacycg.github.io/storage-access/#ref-for-boolean%E2%91%A2", "https://privacycg.github.io/storage-access/#source-snapshot-params-environment-id", "https://privacycg.github.io/storage-access/#ref-for-string", "https://privacycg.github.io/storage-access/#the-document-object", - "https://privacycg.github.io/storage-access/#ref-for-document%E2%91%A3", "https://privacycg.github.io/storage-access/#ref-for-document%E2%91%A4", + "https://privacycg.github.io/storage-access/#ref-for-document%E2%91%A5", "https://privacycg.github.io/storage-access/#ref-for-idl-promise", "https://privacycg.github.io/storage-access/#ref-for-idl-boolean", "https://privacycg.github.io/storage-access/#ref-for-dom-document-hasstorageaccess%E2%91%A1", "https://privacycg.github.io/storage-access/#ref-for-idl-promise%E2%91%A0", "https://privacycg.github.io/storage-access/#ref-for-idl-undefined", "https://privacycg.github.io/storage-access/#ref-for-dom-document-requeststorageaccess%E2%91%A1", - "https://privacycg.github.io/storage-access/#ref-for-document%E2%91%A5", + "https://privacycg.github.io/storage-access/#ref-for-document%E2%91%A6", "https://privacycg.github.io/storage-access/#dom-document-hasstorageaccess", "https://privacycg.github.io/storage-access/#ref-for-a-new-promise", "https://privacycg.github.io/storage-access/#ref-for-fully-active", @@ -109,15 +127,15 @@ "https://privacycg.github.io/storage-access/#ref-for-nav-document%E2%91%A1", "https://privacycg.github.io/storage-access/#ref-for-resolve%E2%91%A5", "https://privacycg.github.io/storage-access/#issue-396d9a1a", - "https://privacycg.github.io/storage-access/#ref-for-concept-site-same-site%E2%91%A0", + "https://privacycg.github.io/storage-access/#ref-for-same-site%E2%91%A2", "https://privacycg.github.io/storage-access/#ref-for-section-5.2.1", - "https://privacycg.github.io/storage-access/#ref-for-concept-site-same-site%E2%91%A1", + "https://privacycg.github.io/storage-access/#ref-for-same-site%E2%91%A3", "https://privacycg.github.io/storage-access/#ref-for-dfn-granted", "https://privacycg.github.io/storage-access/#ref-for-resolve%E2%91%A6", "https://privacycg.github.io/storage-access/#ref-for-environment-has-storage-access", "https://privacycg.github.io/storage-access/#ref-for-environment-has-storage-access%E2%91%A0", "https://privacycg.github.io/storage-access/#ref-for-resolve%E2%91%A7", - "https://privacycg.github.io/storage-access/#ref-for-document%E2%91%A6", + "https://privacycg.github.io/storage-access/#ref-for-document%E2%91%A7", "https://privacycg.github.io/storage-access/#dom-document-requeststorageaccess", "https://privacycg.github.io/storage-access/#ref-for-a-new-promise%E2%91%A0", "https://privacycg.github.io/storage-access/#ref-for-fully-active%E2%91%A0", @@ -130,7 +148,7 @@ "https://privacycg.github.io/storage-access/#ref-for-reject%E2%91%A1", "https://privacycg.github.io/storage-access/#ref-for-notallowederror", "https://privacycg.github.io/storage-access/#ref-for-idl-DOMException%E2%91%A1", - "https://privacycg.github.io/storage-access/#ref-for-allowed-to-use", + "https://privacycg.github.io/storage-access/#ref-for-allowed-to-use%E2%91%A0", "https://privacycg.github.io/storage-access/#ref-for-reject%E2%91%A2", "https://privacycg.github.io/storage-access/#ref-for-notallowederror%E2%91%A0", "https://privacycg.github.io/storage-access/#ref-for-idl-DOMException%E2%91%A2", @@ -150,11 +168,11 @@ "https://privacycg.github.io/storage-access/#ref-for-notallowederror%E2%91%A3", "https://privacycg.github.io/storage-access/#ref-for-idl-DOMException%E2%91%A5", "https://privacycg.github.io/storage-access/#ref-for-concept-document-bc%E2%91%A0", - "https://privacycg.github.io/storage-access/#ref-for-obtain-a-site%E2%91%A1", "https://privacycg.github.io/storage-access/#ref-for-concept-environment-top-level-origin%E2%91%A3", "https://privacycg.github.io/storage-access/#ref-for-relevant-settings-object%E2%91%A3", - "https://privacycg.github.io/storage-access/#ref-for-obtain-a-site%E2%91%A2", + "https://privacycg.github.io/storage-access/#ref-for-obtain-a-site%E2%91%A1", "https://privacycg.github.io/storage-access/#ref-for-concept-document-origin%E2%91%A2", + "https://privacycg.github.io/storage-access/#ref-for-obtain-a-site%E2%91%A2", "https://privacycg.github.io/storage-access/#ref-for-window", "https://privacycg.github.io/storage-access/#ref-for-transient-activation", "https://privacycg.github.io/storage-access/#ref-for-in-parallel%E2%91%A0", @@ -175,12 +193,16 @@ "https://privacycg.github.io/storage-access/#ref-for-assert%E2%91%A1", "https://privacycg.github.io/storage-access/#ref-for-top-level-browsing-context%E2%91%A2", "https://privacycg.github.io/storage-access/#ref-for-dfn-granted%E2%91%A2", - "https://privacycg.github.io/storage-access/#ref-for-concept-site-same-site%E2%91%A2", - "https://privacycg.github.io/storage-access/#ref-for-concept-site-same-site%E2%91%A3", + "https://privacycg.github.io/storage-access/#ref-for-concept-site-same-site", + "https://privacycg.github.io/storage-access/#ref-for-concept-site-same-site%E2%91%A0", "https://privacycg.github.io/storage-access/#ref-for-dfn-granted%E2%91%A3", "https://privacycg.github.io/storage-access/#ref-for-dfn-getting-the-current-permission-state%E2%91%A0", "https://privacycg.github.io/storage-access/#ref-for-permissiondef-storage-access%E2%91%A0", "https://privacycg.github.io/storage-access/#ref-for-dfn-prompt", + "https://privacycg.github.io/storage-access/#ref-for-determine-the-effective-fedcm-connection-status", + "https://privacycg.github.io/storage-access/#ref-for-environment%E2%91%A0", + "https://privacycg.github.io/storage-access/#ref-for-environment-has-storage-access%E2%91%A2", + "https://privacycg.github.io/storage-access/#ref-for-dfn-granted%E2%91%A4", "https://privacycg.github.io/storage-access/#ref-for-dfn-denied%E2%91%A0", "https://privacycg.github.io/storage-access/#ref-for-dfn-request-permission-to-use", "https://privacycg.github.io/storage-access/#ref-for-permissiondef-storage-access%E2%91%A1", @@ -195,7 +217,7 @@ "https://privacycg.github.io/storage-access/#ref-for-concept-request-reserved-client", "https://privacycg.github.io/storage-access/#ref-for-create-navigation-params-by-fetching%E2%91%A0", "https://privacycg.github.io/storage-access/#ref-for-concept-request-reserved-client%E2%91%A0", - "https://privacycg.github.io/storage-access/#ref-for-environment-has-storage-access%E2%91%A2", + "https://privacycg.github.io/storage-access/#ref-for-environment-has-storage-access%E2%91%A3", "https://privacycg.github.io/storage-access/#ref-for-source-snapshot-params-has-storage-access%E2%91%A1", "https://privacycg.github.io/storage-access/#ref-for-source-snapshot-params-environment-id%E2%91%A0", "https://privacycg.github.io/storage-access/#ref-for-nav-document%E2%91%A2", @@ -206,22 +228,22 @@ "https://privacycg.github.io/storage-access/#ref-for-concept-url-origin%E2%91%A0", "https://privacycg.github.io/storage-access/#ref-for-response-has-cross-origin-redirects", "https://privacycg.github.io/storage-access/#ref-for-concept-request-reserved-client%E2%91%A1", - "https://privacycg.github.io/storage-access/#ref-for-environment-has-storage-access%E2%91%A3", - "https://privacycg.github.io/storage-access/#ref-for-set-up-a-window-environment-settings-object", "https://privacycg.github.io/storage-access/#ref-for-environment-has-storage-access%E2%91%A4", + "https://privacycg.github.io/storage-access/#ref-for-set-up-a-window-environment-settings-object", "https://privacycg.github.io/storage-access/#ref-for-environment-has-storage-access%E2%91%A5", + "https://privacycg.github.io/storage-access/#ref-for-environment-has-storage-access%E2%91%A6", "https://privacycg.github.io/storage-access/#storage", "https://privacycg.github.io/storage-access/#cookies", "https://privacycg.github.io/storage-access/#ref-for-third-party-context%E2%91%A0", "https://privacycg.github.io/storage-access/#ref-for-concept-http-network-or-cache-fetch", "https://privacycg.github.io/storage-access/#ref-for-dom-document-cookie%E2%91%A0", "https://privacycg.github.io/storage-access/#ref-for-section-5.3", - "https://privacycg.github.io/storage-access/#ref-for-environment%E2%91%A0", - "https://privacycg.github.io/storage-access/#ref-for-environment-has-storage-access%E2%91%A6", - "https://privacycg.github.io/storage-access/#ref-for-concept-http-network-or-cache-fetch%E2%91%A0", - "https://privacycg.github.io/storage-access/#ref-for-dom-document-cookie%E2%91%A1", "https://privacycg.github.io/storage-access/#ref-for-environment%E2%91%A1", "https://privacycg.github.io/storage-access/#ref-for-environment-has-storage-access%E2%91%A7", + "https://privacycg.github.io/storage-access/#ref-for-concept-http-network-or-cache-fetch%E2%91%A0", + "https://privacycg.github.io/storage-access/#ref-for-dom-document-cookie%E2%91%A1", + "https://privacycg.github.io/storage-access/#ref-for-environment%E2%91%A2", + "https://privacycg.github.io/storage-access/#ref-for-environment-has-storage-access%E2%91%A8", "https://privacycg.github.io/storage-access/#ref-for-section-5.3%E2%91%A0", "https://privacycg.github.io/storage-access/#ref-for-section-5.3%E2%91%A1", "https://privacycg.github.io/storage-access/#ref-for-third-party-context%E2%91%A1", @@ -270,36 +292,36 @@ "https://privacycg.github.io/storage-access/#ref-for-dfn-permission-key%E2%91%A2", "https://privacycg.github.io/storage-access/#ref-for-permissiondef-storage-access%E2%91%A6", "https://privacycg.github.io/storage-access/#ref-for-permission-key-top-level%E2%91%A0", - "https://privacycg.github.io/storage-access/#ref-for-concept-site-same-site%E2%91%A4", + "https://privacycg.github.io/storage-access/#ref-for-concept-site-same-site%E2%91%A1", "https://privacycg.github.io/storage-access/#ref-for-permission-key-top-level%E2%91%A1", "https://privacycg.github.io/storage-access/#ref-for-permission-key-requester%E2%91%A0", - "https://privacycg.github.io/storage-access/#ref-for-concept-site-same-site%E2%91%A5", + "https://privacycg.github.io/storage-access/#ref-for-concept-site-same-site%E2%91%A2", "https://privacycg.github.io/storage-access/#ref-for-permission-key-requester%E2%91%A1", "https://privacycg.github.io/storage-access/#permissions-policy-integration", "https://privacycg.github.io/storage-access/#ref-for-policy-controlled-feature", "https://privacycg.github.io/storage-access/#ref-for-policy-controlled-feature-default-allowlist", - "https://privacycg.github.io/storage-access/#ref-for-document%E2%91%A7", + "https://privacycg.github.io/storage-access/#ref-for-document%E2%91%A8", "https://privacycg.github.io/storage-access/#ref-for-concept-document-permissions-policy", "https://privacycg.github.io/storage-access/#ref-for-dom-document-requeststorageaccess%E2%91%A2", "https://privacycg.github.io/storage-access/#ref-for-dom-document-requeststorageaccess%E2%91%A3", "https://privacycg.github.io/storage-access/#privacy", - "https://privacycg.github.io/storage-access/#ref-for-document%E2%91%A8", + "https://privacycg.github.io/storage-access/#ref-for-document%E2%91%A0%E2%93%AA", "https://privacycg.github.io/storage-access/#ref-for-nav-document%E2%91%A3", "https://privacycg.github.io/storage-access/#ref-for-top-level-browsing-context%E2%91%A3", "https://privacycg.github.io/storage-access/#ref-for-dom-document-requeststorageaccess%E2%91%A4", "https://privacycg.github.io/storage-access/#ref-for-idl-promise%E2%91%A1", "https://privacycg.github.io/storage-access/#ref-for-site%E2%91%A3", "https://privacycg.github.io/storage-access/#ref-for-concept-document", - "https://privacycg.github.io/storage-access/#ref-for-document%E2%91%A0%E2%93%AA", - "https://privacycg.github.io/storage-access/#ref-for-unpartitioned-data%E2%91%A1", "https://privacycg.github.io/storage-access/#ref-for-document%E2%91%A0%E2%91%A0", - "https://privacycg.github.io/storage-access/#ref-for-unpartitioned-data%E2%91%A2", + "https://privacycg.github.io/storage-access/#ref-for-unpartitioned-data%E2%91%A1", "https://privacycg.github.io/storage-access/#ref-for-document%E2%91%A0%E2%91%A1", + "https://privacycg.github.io/storage-access/#ref-for-unpartitioned-data%E2%91%A2", "https://privacycg.github.io/storage-access/#ref-for-document%E2%91%A0%E2%91%A2", "https://privacycg.github.io/storage-access/#ref-for-document%E2%91%A0%E2%91%A3", - "https://privacycg.github.io/storage-access/#ref-for-secure-context%E2%91%A1", "https://privacycg.github.io/storage-access/#ref-for-document%E2%91%A0%E2%91%A4", + "https://privacycg.github.io/storage-access/#ref-for-secure-context%E2%91%A1", "https://privacycg.github.io/storage-access/#ref-for-document%E2%91%A0%E2%91%A5", + "https://privacycg.github.io/storage-access/#ref-for-document%E2%91%A0%E2%91%A6", "https://privacycg.github.io/storage-access/#ref-for-dom-document-requeststorageaccess%E2%91%A5", "https://privacycg.github.io/storage-access/#example-prompt", "https://privacycg.github.io/storage-access/#ref-for-dom-document-requeststorageaccess%E2%91%A6", @@ -307,26 +329,26 @@ "https://privacycg.github.io/storage-access/#ref-for-unpartitioned-data%E2%91%A3", "https://privacycg.github.io/storage-access/#ref-for-implementation-defined%E2%91%A0", "https://privacycg.github.io/storage-access/#site-scope", - "https://privacycg.github.io/storage-access/#ref-for-concept-origin", + "https://privacycg.github.io/storage-access/#ref-for-concept-origin%E2%91%A3", "https://privacycg.github.io/storage-access/#ref-for-site%E2%91%A4", "https://privacycg.github.io/storage-access/#ref-for-site%E2%91%A5", - "https://privacycg.github.io/storage-access/#ref-for-concept-site-same-site%E2%91%A6", - "https://privacycg.github.io/storage-access/#ref-for-document%E2%91%A0%E2%91%A6", + "https://privacycg.github.io/storage-access/#ref-for-concept-site-same-site%E2%91%A3", + "https://privacycg.github.io/storage-access/#ref-for-document%E2%91%A0%E2%91%A7", "https://privacycg.github.io/storage-access/#security", "https://privacycg.github.io/storage-access/#ref-for-unpartitioned-data%E2%91%A4", - "https://privacycg.github.io/storage-access/#ref-for-document%E2%91%A0%E2%91%A7", - "https://privacycg.github.io/storage-access/#ref-for-dom-document-requeststorageaccess%E2%91%A7", "https://privacycg.github.io/storage-access/#ref-for-document%E2%91%A0%E2%91%A8", - "https://privacycg.github.io/storage-access/#ref-for-concept-origin%E2%91%A0", - "https://privacycg.github.io/storage-access/#ref-for-concept-origin%E2%91%A1", + "https://privacycg.github.io/storage-access/#ref-for-dom-document-requeststorageaccess%E2%91%A7", + "https://privacycg.github.io/storage-access/#ref-for-document%E2%91%A1%E2%93%AA", + "https://privacycg.github.io/storage-access/#ref-for-concept-origin%E2%91%A4", + "https://privacycg.github.io/storage-access/#ref-for-concept-origin%E2%91%A5", "https://privacycg.github.io/storage-access/#ref-for-dom-document-requeststorageaccess%E2%91%A8", - "https://privacycg.github.io/storage-access/#ref-for-concept-origin%E2%91%A2", + "https://privacycg.github.io/storage-access/#ref-for-concept-origin%E2%91%A6", "https://privacycg.github.io/storage-access/#reputation", "https://privacycg.github.io/storage-access/#ref-for-secure-context%E2%91%A2", - "https://privacycg.github.io/storage-access/#ref-for-document%E2%91%A1%E2%93%AA", "https://privacycg.github.io/storage-access/#ref-for-document%E2%91%A1%E2%91%A0", - "https://privacycg.github.io/storage-access/#notification", "https://privacycg.github.io/storage-access/#ref-for-document%E2%91%A1%E2%91%A1", + "https://privacycg.github.io/storage-access/#notification", + "https://privacycg.github.io/storage-access/#ref-for-document%E2%91%A1%E2%91%A2", "https://privacycg.github.io/storage-access/#automation", "https://privacycg.github.io/storage-access/#ref-for-dfn-extension-commands", "https://privacycg.github.io/storage-access/#set-storage-access-command", @@ -335,7 +357,7 @@ "https://privacycg.github.io/storage-access/#ref-for-dfn-current-browsing-context", "https://privacycg.github.io/storage-access/#ref-for-dfn-remote-end-steps", "https://privacycg.github.io/storage-access/#ref-for-dfn-getting-properties", - "https://privacycg.github.io/storage-access/#ref-for-boolean%E2%91%A1", + "https://privacycg.github.io/storage-access/#ref-for-boolean%E2%91%A3", "https://privacycg.github.io/storage-access/#ref-for-dfn-error", "https://privacycg.github.io/storage-access/#ref-for-dfn-error-code", "https://privacycg.github.io/storage-access/#ref-for-dfn-invalid-argument", @@ -361,7 +383,8 @@ "https://privacycg.github.io/storage-access/#ref-for-implementation-defined%E2%91%A2", "https://privacycg.github.io/storage-access/#ref-for-unpartitioned-data%E2%91%A6", "https://privacycg.github.io/storage-access/#ref-for-third-party-context%E2%91%A3", - "https://privacycg.github.io/storage-access/#ref-for-concept-site-same-site%E2%91%A7", + "https://privacycg.github.io/storage-access/#ref-for-same-site%E2%91%A4", + "https://privacycg.github.io/storage-access/#ref-for-concept-settings-object-origin%E2%91%A2", "https://privacycg.github.io/storage-access/#ref-for-dfn-error%E2%91%A2", "https://privacycg.github.io/storage-access/#ref-for-dfn-error-code%E2%91%A2", "https://privacycg.github.io/storage-access/#ref-for-dfn-unsupported-operation%E2%91%A0", @@ -383,9 +406,12 @@ "https://privacycg.github.io/storage-access/#index", "https://privacycg.github.io/storage-access/#index-defined-here", "https://privacycg.github.io/storage-access/#index-defined-elsewhere", + "https://privacycg.github.io/storage-access/#434cbb10", + "https://privacycg.github.io/storage-access/#f52ea2e1", "https://privacycg.github.io/storage-access/#85394472", "https://privacycg.github.io/storage-access/#a973e0fe", "https://privacycg.github.io/storage-access/#c62cd7cf", + "https://privacycg.github.io/storage-access/#1cdbf0c6", "https://privacycg.github.io/storage-access/#5a330bbb", "https://privacycg.github.io/storage-access/#980528b0", "https://privacycg.github.io/storage-access/#abe352cd", @@ -414,6 +440,7 @@ "https://privacycg.github.io/storage-access/#e99bd18e", "https://privacycg.github.io/storage-access/#9c4c1e66", "https://privacycg.github.io/storage-access/#7393da89", + "https://privacycg.github.io/storage-access/#feac4ab3", "https://privacycg.github.io/storage-access/#f0482ed2", "https://privacycg.github.io/storage-access/#457a6f4c", "https://privacycg.github.io/storage-access/#65181da8", @@ -427,8 +454,10 @@ "https://privacycg.github.io/storage-access/#77b4c09a", "https://privacycg.github.io/storage-access/#36858240", "https://privacycg.github.io/storage-access/#860300d4", + "https://privacycg.github.io/storage-access/#f02cd417", "https://privacycg.github.io/storage-access/#0698d556", "https://privacycg.github.io/storage-access/#0e8de730", + "https://privacycg.github.io/storage-access/#6d19ac93", "https://privacycg.github.io/storage-access/#ebb01253", "https://privacycg.github.io/storage-access/#dbf8e074", "https://privacycg.github.io/storage-access/#fb4878d7", @@ -472,7 +501,9 @@ "https://privacycg.github.io/storage-access/#5f90bbfb", "https://privacycg.github.io/storage-access/#references", "https://privacycg.github.io/storage-access/#normative", + "https://privacycg.github.io/storage-access/#biblio-credential-management-1", "https://privacycg.github.io/storage-access/#biblio-dom", + "https://privacycg.github.io/storage-access/#biblio-fedcm-1", "https://privacycg.github.io/storage-access/#biblio-fetch", "https://privacycg.github.io/storage-access/#biblio-html", "https://privacycg.github.io/storage-access/#biblio-infra", diff --git a/ed/ids/vc-data-model-2.0.json b/ed/ids/vc-data-model-2.0.json index d824c1bd7909..47383276c0d3 100644 --- a/ed/ids/vc-data-model-2.0.json +++ b/ed/ids/vc-data-model-2.0.json @@ -468,16 +468,16 @@ "https://w3c.github.io/vc-data-model/#vc-tab1jose", "https://w3c.github.io/vc-data-model/#vc-tab1cose", "https://w3c.github.io/vc-data-model/#vc-tab1sd-jwt", - "https://w3c.github.io/vc-data-model/#sd-jwt-1-vy7pa2a-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-1-vy7pa2a-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-1-vy7pa2a-disclosures", - "https://w3c.github.io/vc-data-model/#sd-jwt-1-vy7pa2a-content-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-1-vy7pa2a-content-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-1-vy7pa2a-content-disclosures", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-RJc5if4grPlJrlfNKkAZhnSbRqLbNNogbCNLbhqLlAI", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-f98m-PmMWSX3OGgG96_PWlDV8ZUuZZwiEgCyv1i4iOo", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-f6Fy3GvCnu4Ly00oi3BFDaesLvdCjS7UnDHdAt_fJkw", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-pHF4flb_1MSe8fbeMMDVwG2ZSg3G24Czq_lMT7xRAeI", + "https://w3c.github.io/vc-data-model/#sd-jwt-1-ms4du8u-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-1-ms4du8u-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-1-ms4du8u-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-1-ms4du8u-content-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-1-ms4du8u-content-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-1-ms4du8u-content-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-dBxJhANNCbG2r3FSIrXoadAn2OQKDb83rc38rGTxnQc", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-S4akOnxURdn8hZI3KYKZTOvF9FZeMliOBFMtaFZhKMo", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-xJgFMFtnR-eT9ikLk1YU5afnqjOTFzmcXBGD8i19rrg", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-EfaF98RZOr6Q0OdWyuBrhyXK_JcVyQZRxRPqSfgIlaM", "https://w3c.github.io/vc-data-model/#ref-for-dfn-verifiable-credential-72", "https://w3c.github.io/vc-data-model/#ref-for-dfn-subjects-24", "https://w3c.github.io/vc-data-model/#ref-for-dfn-verifiable-credential-73", @@ -520,16 +520,16 @@ "https://w3c.github.io/vc-data-model/#vc-tab2jose", "https://w3c.github.io/vc-data-model/#vc-tab2cose", "https://w3c.github.io/vc-data-model/#vc-tab2sd-jwt", - "https://w3c.github.io/vc-data-model/#sd-jwt-2-0ev7nrx-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-2-0ev7nrx-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-2-0ev7nrx-disclosures", - "https://w3c.github.io/vc-data-model/#sd-jwt-2-0ev7nrx-content-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-2-0ev7nrx-content-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-2-0ev7nrx-content-disclosures", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-B0FK7DUuH6gpQPIhvM-mnnj6twnEI01UUvtzdpme3p8", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-ClW3p0Q9BHo0t1Fj29Xg_if3OBgB0v9zgG0kqCfmalE", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-hRBlwUniBQb8dGBqigxBQDcLqAckDmR5jjMLprnmAxg", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-xWyPi48VCMtwWznx_rJalbMf9d5CtozxaPuzEf0LXHY", + "https://w3c.github.io/vc-data-model/#sd-jwt-2-rlj6wuq-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-2-rlj6wuq-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-2-rlj6wuq-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-2-rlj6wuq-content-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-2-rlj6wuq-content-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-2-rlj6wuq-content-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-FoJt--YE4DNEyYzww5iy0CDbnncWddm6MNybGrJpoaE", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-UjWdpcXtb4F6pAzTTlGL8jWtDGTcW2SpMQyswEvaqME", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-YjFyyvfj8YlgvGj6FOcYOg_Nsu5TibyOOorVcuwTcLM", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-wK7KBFfrZhBEinBuhbQbVoysqPgOFBpCws3uJUcKuo0", "https://w3c.github.io/vc-data-model/#ref-for-dfn-type-1", "https://w3c.github.io/vc-data-model/#ref-for-dfn-verifiable-credential-81", "https://w3c.github.io/vc-data-model/#ref-for-dfn-verifiable-credential-82", @@ -589,17 +589,17 @@ "https://w3c.github.io/vc-data-model/#vc-tab3jose", "https://w3c.github.io/vc-data-model/#vc-tab3cose", "https://w3c.github.io/vc-data-model/#vc-tab3sd-jwt", - "https://w3c.github.io/vc-data-model/#sd-jwt-3-l3sbp1e-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-3-l3sbp1e-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-3-l3sbp1e-disclosures", - "https://w3c.github.io/vc-data-model/#sd-jwt-3-l3sbp1e-content-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-3-l3sbp1e-content-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-3-l3sbp1e-content-disclosures", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-vcWPYxxs72PwTdDcB-_UAyTTH31dDdhHAapSSTWYd4I", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-rJtdV3kDLHZkIezJnqpArbtixiO96trskdwHOX7eDTI", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-h78btBLZfVpNfncGFik4v1yuH2nGXUHAX1mxdSl9h6Y", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-Tg47M8Qt5YDLvmSWWBpCyaN86FR5DcuaX3R-DPdcViQ", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-hpfZYrwZ86fzMul7F1j4vXkrEBFm-6_WJbBemc0MHcY", + "https://w3c.github.io/vc-data-model/#sd-jwt-3-hif94lt-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-3-hif94lt-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-3-hif94lt-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-3-hif94lt-content-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-3-hif94lt-content-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-3-hif94lt-content-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-tu2i3UtWVmR-DM4sMbPnJtipVCV4vm12WszSjPF1bD0", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-Eq7nIKQzAskmuqgBumKWK0Lk8u25bS7J3Jy2FNhI_9c", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-YWIZ0VDBjg5evj6jgBVO55MY919aLzS-c0erzbfEgfQ", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-mL7EiyrDslG7PfyrpVC09pAesdgMh4sgADJKRBq5mio", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-AZMjnzmJyUu90l6rdo46Ny3JZY4vDS8gnQN4--hm-Mw", "https://w3c.github.io/vc-data-model/#issue-container-generatedID-11", "https://w3c.github.io/vc-data-model/#h-note-10", "https://w3c.github.io/vc-data-model/#example-use-of-the-name-and-description-properties-0", @@ -628,16 +628,16 @@ "https://w3c.github.io/vc-data-model/#vc-tab4jose", "https://w3c.github.io/vc-data-model/#vc-tab4cose", "https://w3c.github.io/vc-data-model/#vc-tab4sd-jwt", - "https://w3c.github.io/vc-data-model/#sd-jwt-4-y0cncj7-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-4-y0cncj7-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-4-y0cncj7-disclosures", - "https://w3c.github.io/vc-data-model/#sd-jwt-4-y0cncj7-content-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-4-y0cncj7-content-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-4-y0cncj7-content-disclosures", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-QsyJcbkItv63pSkcyAFXagNHcrb2ijw_fand8JdBkFc", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-4TC4oN5DKrPJjccsByTxiQKIEZZCKcydt3EFAgVzj98", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-1yY7BnRQshchtWTBG8gUhy3nS-6jtQwWVTDTfk8BJ4Q", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-7nuFnmhj62RgzViavEHKz-thEg55HjOHqM_Ju5CcMAc", + "https://w3c.github.io/vc-data-model/#sd-jwt-4-q6na3g2-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-4-q6na3g2-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-4-q6na3g2-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-4-q6na3g2-content-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-4-q6na3g2-content-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-4-q6na3g2-content-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-WPdLPJaTpGSUul2qaDZiGu9r9NKCAXgMCK_OW-eIls8", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-4zT2HkgfKNEJOi3OAcSHpwde5PGSqFBl3A0JYl-H9Jk", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-MQCGaFLTiGbwozUTFLdlARPycehT_WX8o3qtWHE1pRc", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-VWwFO-otzxREMTmMPl-cBrc50lMlsbHwIkykvWeqHUY", "https://w3c.github.io/vc-data-model/#example-expanded-use-of-the-issuer-property", "https://w3c.github.io/vc-data-model/#vc-tab5unsigned", "https://w3c.github.io/vc-data-model/#vc-tab5ecdsa-rdfc-2019", @@ -647,17 +647,17 @@ "https://w3c.github.io/vc-data-model/#vc-tab5jose", "https://w3c.github.io/vc-data-model/#vc-tab5cose", "https://w3c.github.io/vc-data-model/#vc-tab5sd-jwt", - "https://w3c.github.io/vc-data-model/#sd-jwt-5-qduke5y-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-5-qduke5y-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-5-qduke5y-disclosures", - "https://w3c.github.io/vc-data-model/#sd-jwt-5-qduke5y-content-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-5-qduke5y-content-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-5-qduke5y-content-disclosures", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-mrUjFUtPRvtth_Jppn25HmhqvlODuVdURYM_ADUH794", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-yOYQZD6TufLSAH5urYt_VKBNl8nhghC0u_CZzCNCll0", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-DVWUwqkDUN6VrWRfR-XYDsEXIWxKE1Ct3kFLSSiYQ24", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-tQ8_z2CxY75g77VImUB6qxSaojNuDf0FkdCuOKQiGiE", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-ajXBH1cOi0v7brUC7l1TcslYeBWIOa5kX2ELYCQvi0A", + "https://w3c.github.io/vc-data-model/#sd-jwt-5-uh4uc3m-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-5-uh4uc3m-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-5-uh4uc3m-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-5-uh4uc3m-content-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-5-uh4uc3m-content-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-5-uh4uc3m-content-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-p1jSB3o7T7SQOWfSn29alOZ8wryntZgQFL6HspIr12A", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-txbgkaQbrjzr3yoVeoNCms0VxZA-BJbVJ-x3IFgE57U", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-TSnjU7v_sEekbOeDj0r3vxNeKIFXdpX89afUJ-sqQkk", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-3YQ6z1dFNl1U0yqGUNUbhwgSeyTYFDbaI0OYZw5w85Y", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-0Czb5vjpJKQIyaLOetoru6VB2HlUg4jXHf1kFmQWc-o", "https://w3c.github.io/vc-data-model/#issue-container-generatedID-12", "https://w3c.github.io/vc-data-model/#h-note-11", "https://w3c.github.io/vc-data-model/#ref-for-dfn-property-21", @@ -688,16 +688,16 @@ "https://w3c.github.io/vc-data-model/#vc-tab6jose", "https://w3c.github.io/vc-data-model/#vc-tab6cose", "https://w3c.github.io/vc-data-model/#vc-tab6sd-jwt", - "https://w3c.github.io/vc-data-model/#sd-jwt-6-ryctq98-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-6-ryctq98-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-6-ryctq98-disclosures", - "https://w3c.github.io/vc-data-model/#sd-jwt-6-ryctq98-content-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-6-ryctq98-content-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-6-ryctq98-content-disclosures", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-ZR2nOBliy3Zzk_0nO0OLdCqkGYWlbq25oAEYLjyHaBI", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-r-fineIB_wMfhmo86gANMpa2aGSLiVvtlteTc-VARgM", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-MpMnu7uRULQ2FQZCA3C2fMIvaUfGpRtXF7QDA2OwMLM", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-nohg7AQBffpW0If_aivU1iE0RHjD9mCOaT168WJfPmI", + "https://w3c.github.io/vc-data-model/#sd-jwt-6-fpgeybl-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-6-fpgeybl-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-6-fpgeybl-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-6-fpgeybl-content-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-6-fpgeybl-content-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-6-fpgeybl-content-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-jY35MpTRYH2FES1Bl9uLLHKyTXdMLGR4Zxzj3kINQeU", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-2IhL1m21D3d_iw9eJ5-OmXUfPgmkZf-wndy46JSW4ZQ", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-krKyFJ0jfuhRono4i509TC-6x3eDPVim9wHCWPaxWkM", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-PATd87EkoLTEt8CLQ3A-rSctr96qfH11NNdB_PO-tg4", "https://w3c.github.io/vc-data-model/#ref-for-dfn-subjects-31", "https://w3c.github.io/vc-data-model/#ref-for-dfn-verifiable-credential-88", "https://w3c.github.io/vc-data-model/#ref-for-dfn-subjects-32", @@ -726,16 +726,16 @@ "https://w3c.github.io/vc-data-model/#vc-tab7jose", "https://w3c.github.io/vc-data-model/#vc-tab7cose", "https://w3c.github.io/vc-data-model/#vc-tab7sd-jwt", - "https://w3c.github.io/vc-data-model/#sd-jwt-7-o52o49d-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-7-o52o49d-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-7-o52o49d-disclosures", - "https://w3c.github.io/vc-data-model/#sd-jwt-7-o52o49d-content-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-7-o52o49d-content-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-7-o52o49d-content-disclosures", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-X1wZeg1-YhZMGvX0L8AJIW5YUznZUmWH7yfSHVCExRI", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-vqlIP3klU4YXKB2wPygsaP8_za1etaNzY0bxPKQc-1c", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-sZN-7B2y8KcL5dq979d4_vWtLiej-K5Y_-BhHvf5jLU", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-bnkbFTEQZ6JQ-hfyl4jMkd-qjS0DEsQnmpTq6cKagro", + "https://w3c.github.io/vc-data-model/#sd-jwt-7-ez50nca-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-7-ez50nca-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-7-ez50nca-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-7-ez50nca-content-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-7-ez50nca-content-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-7-ez50nca-content-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-jG6ohWPbZSZm-lsTeehFDFho4Jc0yO5qsbG4O2NJUiY", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-kmSgLPyUq_Pmcgkm1L8cSSaqj4GjVtOU132w8YeW4us", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-bmb7QqjZ32UZ_qiXpZJYDdiHJ1mWtFWnCDvzmvaDq9w", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-RjCWp3Cq8Dr4DKAN4ZfL8PJBybHnme1zw3ZNNbUxi0Q", "https://w3c.github.io/vc-data-model/#issue-container-generatedID-13", "https://w3c.github.io/vc-data-model/#h-note-12", "https://w3c.github.io/vc-data-model/#ref-for-dfn-verifiable-credential-89", @@ -1009,15 +1009,15 @@ "https://w3c.github.io/vc-data-model/#vc-tab8jose", "https://w3c.github.io/vc-data-model/#vc-tab8cose", "https://w3c.github.io/vc-data-model/#vc-tab8sd-jwt", - "https://w3c.github.io/vc-data-model/#sd-jwt-8-zf0h1gp-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-8-zf0h1gp-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-8-zf0h1gp-disclosures", - "https://w3c.github.io/vc-data-model/#sd-jwt-8-zf0h1gp-content-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-8-zf0h1gp-content-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-8-zf0h1gp-content-disclosures", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-ABG3gRwGUkdcDgeb_EsN25D7NV4Tnz7Q_rX8JsRLv2U", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-th1N4pBWoTwy9hFAgfzXWLEEMaMOAtC8na8fv_rleoo", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-H1hqOJcTm3MkaDnRLbkls0WzLbiakbGZlRTQ79J6hjg", + "https://w3c.github.io/vc-data-model/#sd-jwt-8-yhn14lx-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-8-yhn14lx-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-8-yhn14lx-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-8-yhn14lx-content-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-8-yhn14lx-content-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-8-yhn14lx-content-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-BSU1txhvlyTBWHlNgJWED5wwY9SSQLKMye-gCdHnlhI", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-VnwfTam1aLFdDP-0XV5mE2WGnAKlT_zV1xiVhQsgR3Q", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-6Epr73L10UQew9axYyJb6K07DlxR-Ze7UA02yhC5TPk", "https://w3c.github.io/vc-data-model/#ref-for-dfn-verifiable-credential-132", "https://w3c.github.io/vc-data-model/#ref-for-dfn-entities-14", "https://w3c.github.io/vc-data-model/#ref-for-dfn-verifiable-credential-133", @@ -1583,15 +1583,15 @@ "https://w3c.github.io/vc-data-model/#vc-tab9jose", "https://w3c.github.io/vc-data-model/#vc-tab9cose", "https://w3c.github.io/vc-data-model/#vc-tab9sd-jwt", - "https://w3c.github.io/vc-data-model/#sd-jwt-9-cjzphvl-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-9-cjzphvl-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-9-cjzphvl-disclosures", - "https://w3c.github.io/vc-data-model/#sd-jwt-9-cjzphvl-content-encoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-9-cjzphvl-content-decoded", - "https://w3c.github.io/vc-data-model/#sd-jwt-9-cjzphvl-content-disclosures", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-GFw9KRqfRZwnqb_SMPB2aYtnCSOHcEBhSX62jPtMkCM", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-e0leD5eGNrgvwe_uzMHCY7jvu_Hbk_YLF--ULOTV2yM", - "https://w3c.github.io/vc-data-model/#sd-jwt-claim-NQFsatmQibjI4N6BP9FQjB03lYBllGr-0qK3XYsNOmw", + "https://w3c.github.io/vc-data-model/#sd-jwt-9-xx2ay73-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-9-xx2ay73-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-9-xx2ay73-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-9-xx2ay73-content-encoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-9-xx2ay73-content-decoded", + "https://w3c.github.io/vc-data-model/#sd-jwt-9-xx2ay73-content-disclosures", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-ZlNdivufjCdD_HaZVm3lMC68hMs5GwwdsZHv5lGM39A", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-wFccg4oE4SHCfQvGSEC0gooJNHRxm9w_5G59cSiOjus", + "https://w3c.github.io/vc-data-model/#sd-jwt-claim-JvGThlUaKyyhYUE56Wnyd05LKauRP7MxQJymnRBhQt0", "https://w3c.github.io/vc-data-model/#ref-for-dfn-bearer-credentials-4", "https://w3c.github.io/vc-data-model/#ref-for-dfn-issuers-86", "https://w3c.github.io/vc-data-model/#ref-for-dfn-holders-86", diff --git a/ed/ids/webcrypto-secure-curves.json b/ed/ids/webcrypto-secure-curves.json index a0c533b071f2..91233200f13f 100644 --- a/ed/ids/webcrypto-secure-curves.json +++ b/ed/ids/webcrypto-secure-curves.json @@ -42,6 +42,12 @@ "https://wicg.github.io/webcrypto-secure-curves/#x5-2-registration", "https://wicg.github.io/webcrypto-secure-curves/#ed25519-operations", "https://wicg.github.io/webcrypto-secure-curves/#x5-3-operations", + "https://wicg.github.io/webcrypto-secure-curves/#issue-container-number-28", + "https://wicg.github.io/webcrypto-secure-curves/#h-issue", + "https://wicg.github.io/webcrypto-secure-curves/#issue-container-number-27", + "https://wicg.github.io/webcrypto-secure-curves/#h-issue-0", + "https://wicg.github.io/webcrypto-secure-curves/#issue-container-number-27-0", + "https://wicg.github.io/webcrypto-secure-curves/#h-issue-1", "https://wicg.github.io/webcrypto-secure-curves/#ed448", "https://wicg.github.io/webcrypto-secure-curves/#x6-ed448", "https://wicg.github.io/webcrypto-secure-curves/#ed448-description", @@ -63,8 +69,14 @@ "https://wicg.github.io/webcrypto-secure-curves/#x6-4-operations", "https://wicg.github.io/webcrypto-secure-curves/#ref-for-dfn-Ed448Params-context-2", "https://wicg.github.io/webcrypto-secure-curves/#ref-for-dfn-Ed448Params-context-3", + "https://wicg.github.io/webcrypto-secure-curves/#issue-container-number-28-0", + "https://wicg.github.io/webcrypto-secure-curves/#h-issue-2", "https://wicg.github.io/webcrypto-secure-curves/#ref-for-dfn-Ed448Params-context-4", "https://wicg.github.io/webcrypto-secure-curves/#ref-for-dfn-Ed448Params-context-5", + "https://wicg.github.io/webcrypto-secure-curves/#issue-container-number-27-1", + "https://wicg.github.io/webcrypto-secure-curves/#h-issue-3", + "https://wicg.github.io/webcrypto-secure-curves/#issue-container-number-27-2", + "https://wicg.github.io/webcrypto-secure-curves/#h-issue-4", "https://wicg.github.io/webcrypto-secure-curves/#usage-example", "https://wicg.github.io/webcrypto-secure-curves/#x7-usage-example", "https://wicg.github.io/webcrypto-secure-curves/#example-x25519-key-agreement", diff --git a/ed/index.json b/ed/index.json index 8945443b1371..b41615a4faf1 100644 --- a/ed/index.json +++ b/ed/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2024-10-15T12:48:49.063Z", + "date": "2024-10-15T18:47:00.883Z", "options": { "fallback": "ed/index.json", "output": "report", @@ -1321,7 +1321,7 @@ ], "crawled": "https://httpwg.org/http-extensions/draft-ietf-httpbis-rfc6265bis.html", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 00:56:08 GMT" + "lastModified": "Tue, 15 Oct 2024 17:42:48 GMT" }, "date": "15 October 2024", "algorithms": "algorithms/rfc6265bis.json", @@ -1595,11 +1595,11 @@ ], "crawled": "https://drafts.csswg.org/css-backgrounds-4/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "16 September 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-backgrounds-4.json", "refs": "refs/css-backgrounds-4.json", "css": "css/css-backgrounds-4.json", @@ -1655,11 +1655,11 @@ ], "crawled": "https://drafts.csswg.org/css-borders-4/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "2 October 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-borders-4.json", "refs": "refs/css-borders-4.json", "css": "css/css-borders.json", @@ -1716,11 +1716,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-6/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "15 September 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-color-6.json", "refs": "refs/css-color-6.json", "css": "css/css-color-6.json", @@ -1768,11 +1768,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-hdr/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "25 July 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-color-hdr.json", "refs": "refs/css-color-hdr.json", "css": "css/css-color-hdr.json", @@ -1822,11 +1822,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-values-1/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "21 February 2023", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-conditional-values-1.json", "refs": "refs/css-conditional-values-1.json", "css": "css/css-conditional-values.json", @@ -1883,11 +1883,11 @@ ], "crawled": "https://drafts.csswg.org/css-display-4/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "13 June 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-display-4.json", "refs": "refs/css-display-4.json", "css": "css/css-display.json", @@ -1943,11 +1943,11 @@ ], "crawled": "https://drafts.csswg.org/css-env-1/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:34 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "30 August 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-env-1.json", "links": "links/css-env-1.json", "refs": "refs/css-env-1.json", @@ -1998,11 +1998,11 @@ ], "crawled": "https://drafts.csswg.org/css-extensions-1/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-extensions-1.json", "refs": "refs/css-extensions-1.json", "css": "css/css-extensions.json", @@ -2052,11 +2052,11 @@ ], "crawled": "https://drafts.csswg.org/css-forms-1/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "15 October 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-forms-1.json", "refs": "refs/css-forms-1.json", "css": "css/css-forms.json", @@ -2113,11 +2113,11 @@ ], "crawled": "https://drafts.csswg.org/css-gcpm-4/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-gcpm-4.json", "refs": "refs/css-gcpm-4.json", "css": "css/css-gcpm-4.json", @@ -2174,11 +2174,11 @@ ], "crawled": "https://drafts.csswg.org/css-images-5/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-images-5.json", "refs": "refs/css-images-5.json", "css": "css/css-images-5.json", @@ -2228,11 +2228,11 @@ ], "crawled": "https://drafts.csswg.org/css-link-params-1/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "7 August 2023", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-link-params-1.json", "refs": "refs/css-link-params-1.json", "css": "css/css-link-params.json", @@ -2282,11 +2282,11 @@ ], "crawled": "https://drafts.csswg.org/css-mixins-1/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "19 July 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-mixins-1.json", "links": "links/css-mixins-1.json", "refs": "refs/css-mixins-1.json", @@ -2345,11 +2345,11 @@ ], "crawled": "https://drafts.csswg.org/css-multicol-2/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "5 October 2021", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-multicol-2.json", "refs": "refs/css-multicol-2.json", "css": "css/css-multicol-2.json", @@ -2406,11 +2406,11 @@ ], "crawled": "https://drafts.csswg.org/css-overflow-5/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "30 July 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-overflow-5.json", "links": "links/css-overflow-5.json", "refs": "refs/css-overflow-5.json", @@ -2468,11 +2468,11 @@ ], "crawled": "https://drafts.csswg.org/css-page-4/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "12 May 2023", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-page-4.json", "refs": "refs/css-page-4.json", "dfns": "dfns/css-page-4.json", @@ -2528,11 +2528,11 @@ ], "crawled": "https://drafts.csswg.org/css-position-4/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "30 August 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-position-4.json", "links": "links/css-position-4.json", "refs": "refs/css-position-4.json", @@ -2590,11 +2590,11 @@ ], "crawled": "https://drafts.csswg.org/css-shapes-2/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "2 October 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-shapes-2.json", "refs": "refs/css-shapes-2.json", "css": "css/css-shapes-2.json", @@ -2650,11 +2650,11 @@ ], "crawled": "https://drafts.csswg.org/css-size-adjust-1/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-size-adjust-1.json", "refs": "refs/css-size-adjust-1.json", "css": "css/css-size-adjust.json", @@ -2711,11 +2711,11 @@ ], "crawled": "https://drafts.csswg.org/css-variables-2/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "27 February 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-variables-2.json", "links": "links/css-variables-2.json", "refs": "refs/css-variables-2.json", @@ -2773,11 +2773,11 @@ ], "crawled": "https://drafts.csswg.org/selectors-5/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "24 September 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/selectors-5.json", "refs": "refs/selectors-5.json", "css": "css/selectors-5.json", @@ -4002,11 +4002,11 @@ ], "crawled": "https://privacycg.github.io/nav-tracking-mitigations/", "crawlCacheInfo": { - "lastModified": "Mon, 22 Jul 2024 18:27:03 GMT" + "lastModified": "Tue, 15 Oct 2024 18:32:17 GMT" }, "generator": "bikeshed", - "date": "22 July 2024", - "revision": "1fa286a38ab742b0d8eb0963bcffb3f1cf9ba46a", + "date": "15 October 2024", + "revision": "00cf8bb2faebc28e1597142e986c2836a56a8b27", "algorithms": "algorithms/nav-tracking-mitigations.json", "links": "links/nav-tracking-mitigations.json", "refs": "refs/nav-tracking-mitigations.json", @@ -4211,11 +4211,11 @@ ], "crawled": "https://privacycg.github.io/storage-access/", "crawlCacheInfo": { - "lastModified": "Tue, 10 Sep 2024 21:58:02 GMT" + "lastModified": "Tue, 15 Oct 2024 14:31:06 GMT" }, "generator": "bikeshed", - "date": "10 September 2024", - "revision": "185f6025d36a6326a047b8cdc08f659d85791214", + "date": "15 October 2024", + "revision": "e239ed6b8495e977078b90938487427262332e48", "algorithms": "algorithms/storage-access.json", "links": "links/storage-access.json", "refs": "refs/storage-access.json", @@ -4268,11 +4268,11 @@ ], "crawled": "https://quirks.spec.whatwg.org/", "crawlCacheInfo": { - "lastModified": "Mon, 14 Oct 2024 13:49:26 GMT" + "lastModified": "Tue, 15 Oct 2024 13:13:47 GMT" }, "generator": "bikeshed", - "date": "14 October 2024", - "revision": "ec09b501f108637cfb6655879b15e56c2ca12f95", + "date": "15 October 2024", + "revision": "7441432fb288c1c15897a45e2996a26860608078", "algorithms": "algorithms/quirks.json", "links": "links/quirks.json", "refs": "refs/quirks.json", @@ -10226,10 +10226,10 @@ ], "crawled": "https://wicg.github.io/attribution-reporting-api/", "crawlCacheInfo": { - "lastModified": "Fri, 11 Oct 2024 16:41:18 GMT" + "lastModified": "Tue, 15 Oct 2024 12:59:09 GMT" }, "generator": "bikeshed", - "date": "11 October 2024", + "date": "15 October 2024", "algorithms": "algorithms/attribution-reporting-api.json", "links": "links/attribution-reporting-api.json", "refs": "refs/attribution-reporting-api.json", @@ -14360,10 +14360,10 @@ ], "crawled": "https://wicg.github.io/webcrypto-secure-curves/", "crawlCacheInfo": { - "lastModified": "Mon, 19 Feb 2024 16:59:18 GMT" + "lastModified": "Tue, 15 Oct 2024 14:53:22 GMT" }, "generator": "respec", - "date": "19 February 2024", + "date": "15 October 2024", "algorithms": "algorithms/webcrypto-secure-curves.json", "links": "links/webcrypto-secure-curves.json", "refs": "refs/webcrypto-secure-curves.json", @@ -17412,11 +17412,11 @@ ], "crawled": "https://w3c.github.io/core-aam/", "crawlCacheInfo": { - "lastModified": "Tue, 13 Aug 2024 14:55:03 GMT" + "lastModified": "Tue, 15 Oct 2024 17:44:08 GMT" }, "generator": "respec", - "date": "13 August 2024", - "revision": "e9dc2c148df4b264eb5cee0afa10939c884b63cd", + "date": "15 October 2024", + "revision": "b6e04920d08670848dfdd435db5575d92b603b61", "links": "links/core-aam-1.2.json", "refs": "refs/core-aam-1.2.json", "dfns": "dfns/core-aam-1.2.json", @@ -17670,11 +17670,11 @@ ], "crawled": "https://drafts.csswg.org/css-2022/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-2022.json", "refs": "refs/css-2022.json", "dfns": "dfns/css-2022.json", @@ -17730,11 +17730,11 @@ ], "crawled": "https://drafts.csswg.org/css-2023/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "11 December 2023", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-2023.json", "refs": "refs/css-2023.json", "dfns": "dfns/css-2023.json", @@ -17796,11 +17796,11 @@ ], "crawled": "https://drafts.csswg.org/css-align-3/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "30 August 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-align-3.json", "links": "links/css-align-3.json", "refs": "refs/css-align-3.json", @@ -17858,11 +17858,11 @@ ], "crawled": "https://drafts.csswg.org/css-anchor-position-1/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "14 October 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-anchor-position-1.json", "links": "links/css-anchor-position-1.json", "refs": "refs/css-anchor-position-1.json", @@ -17992,11 +17992,11 @@ ], "crawled": "https://drafts.csswg.org/css-animations-1/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "8 December 2023", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-animations-1.json", "refs": "refs/css-animations-1.json", "events": "events/css-animations-1.json", @@ -18061,11 +18061,11 @@ ], "crawled": "https://drafts.csswg.org/css-animations-2/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "17 May 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-animations-2.json", "links": "links/css-animations-2.json", "refs": "refs/css-animations-2.json", @@ -18131,11 +18131,11 @@ ], "crawled": "https://drafts.csswg.org/css-backgrounds-3/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "16 September 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-backgrounds-3.json", "links": "links/css-backgrounds-3.json", "refs": "refs/css-backgrounds-3.json", @@ -18200,11 +18200,11 @@ ], "crawled": "https://drafts.csswg.org/css-box-3/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "4 April 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-box-3.json", "refs": "refs/css-box-3.json", "dfns": "dfns/css-box-3.json", @@ -18266,11 +18266,11 @@ ], "crawled": "https://drafts.csswg.org/css-box-4/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "4 August 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-box-4.json", "refs": "refs/css-box-4.json", "css": "css/css-box.json", @@ -18334,11 +18334,11 @@ ], "crawled": "https://drafts.csswg.org/css-break-3/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-break-3.json", "refs": "refs/css-break-3.json", "dfns": "dfns/css-break-3.json", @@ -18400,11 +18400,11 @@ ], "crawled": "https://drafts.csswg.org/css-break-4/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "11 March 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-break-4.json", "refs": "refs/css-break-4.json", "css": "css/css-break.json", @@ -18467,11 +18467,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-3/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "30 January 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-cascade-3.json", "refs": "refs/css-cascade-3.json", "dfns": "dfns/css-cascade-3.json", @@ -18535,11 +18535,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-4/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-cascade-4.json", "links": "links/css-cascade-4.json", "refs": "refs/css-cascade-4.json", @@ -18603,11 +18603,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-5/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-cascade-5.json", "refs": "refs/css-cascade-5.json", "idl": "idl/css-cascade.idl", @@ -18671,11 +18671,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-6/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "4 September 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-cascade-6.json", "refs": "refs/css-cascade-6.json", "idl": "idl/css-cascade-6.idl", @@ -18739,7 +18739,7 @@ ], "crawled": "https://drafts.csswg.org/css-color-3/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "date": "18 January 2022", "links": "links/css-color-3.json", @@ -18805,11 +18805,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-4/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "17 September 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-color-4.json", "links": "links/css-color-4.json", "refs": "refs/css-color-4.json", @@ -18874,11 +18874,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-5/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "19 September 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-color-5.json", "links": "links/css-color-5.json", "refs": "refs/css-color-5.json", @@ -18943,11 +18943,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-adjust-1/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "26 October 2023", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-color-adjust-1.json", "links": "links/css-color-adjust-1.json", "refs": "refs/css-color-adjust-1.json", @@ -19012,11 +19012,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-3/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "13 August 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-conditional-3.json", "links": "links/css-conditional-3.json", "refs": "refs/css-conditional-3.json", @@ -19082,11 +19082,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-4/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "19 March 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-conditional-4.json", "refs": "refs/css-conditional-4.json", "css": "css/css-conditional-4.json", @@ -19149,11 +19149,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-5/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "14 October 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-conditional-5.json", "links": "links/css-conditional-5.json", "refs": "refs/css-conditional-5.json", @@ -19218,11 +19218,11 @@ ], "crawled": "https://drafts.csswg.org/css-contain-1/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "28 June 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-contain-1.json", "links": "links/css-contain-1.json", "refs": "refs/css-contain-1.json", @@ -19287,11 +19287,11 @@ ], "crawled": "https://drafts.csswg.org/css-contain-2/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "15 June 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-contain-2.json", "links": "links/css-contain-2.json", "refs": "refs/css-contain-2.json", @@ -19357,11 +19357,11 @@ ], "crawled": "https://drafts.csswg.org/css-contain-3/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "20 June 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-contain-3.json", "refs": "refs/css-contain-3.json", "headings": "headings/css-contain-3.json", @@ -19422,11 +19422,11 @@ ], "crawled": "https://drafts.csswg.org/css-content-3/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "17 May 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-content-3.json", "links": "links/css-content-3.json", "refs": "refs/css-content-3.json", @@ -19490,11 +19490,11 @@ ], "crawled": "https://drafts.csswg.org/css-counter-styles-3/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "18 December 2023", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-counter-styles-3.json", "links": "links/css-counter-styles-3.json", "refs": "refs/css-counter-styles-3.json", @@ -19560,11 +19560,11 @@ ], "crawled": "https://drafts.csswg.org/css-display-3/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "22 November 2023", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-display-3.json", "refs": "refs/css-display-3.json", "dfns": "dfns/css-display-3.json", @@ -19627,11 +19627,11 @@ ], "crawled": "https://drafts.csswg.org/css-easing-1/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "28 August 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-easing-1.json", "links": "links/css-easing-1.json", "refs": "refs/css-easing-1.json", @@ -19694,11 +19694,11 @@ ], "crawled": "https://drafts.csswg.org/css-easing-2/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "17 September 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-easing-2.json", "links": "links/css-easing-2.json", "refs": "refs/css-easing-2.json", @@ -19762,11 +19762,11 @@ ], "crawled": "https://drafts.csswg.org/css-flexbox-1/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "9 August 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-flexbox-1.json", "links": "links/css-flexbox-1.json", "refs": "refs/css-flexbox-1.json", @@ -19830,11 +19830,11 @@ ], "crawled": "https://drafts.csswg.org/css-font-loading-3/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "11 May 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-font-loading-3.json", "links": "links/css-font-loading-3.json", "refs": "refs/css-font-loading-3.json", @@ -19902,11 +19902,11 @@ ], "crawled": "https://drafts.csswg.org/css-fonts-4/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "27 September 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-fonts-4.json", "links": "links/css-fonts-4.json", "refs": "refs/css-fonts-4.json", @@ -19971,11 +19971,11 @@ ], "crawled": "https://drafts.csswg.org/css-fonts-5/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "11 July 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-fonts-5.json", "refs": "refs/css-fonts-5.json", "css": "css/css-fonts-5.json", @@ -20039,11 +20039,11 @@ ], "crawled": "https://drafts.csswg.org/css-gcpm-3/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "4 May 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-gcpm-3.json", "refs": "refs/css-gcpm-3.json", "css": "css/css-gcpm.json", @@ -20106,11 +20106,11 @@ ], "crawled": "https://drafts.csswg.org/css-grid-1/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "3 November 2023", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-grid-1.json", "links": "links/css-grid-1.json", "refs": "refs/css-grid-1.json", @@ -20175,11 +20175,11 @@ ], "crawled": "https://drafts.csswg.org/css-grid-2/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "3 October 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-grid-2.json", "links": "links/css-grid-2.json", "refs": "refs/css-grid-2.json", @@ -20243,11 +20243,11 @@ ], "crawled": "https://drafts.csswg.org/css-grid-3/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "3 October 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-grid-3.json", "links": "links/css-grid-3.json", "refs": "refs/css-grid-3.json", @@ -20305,11 +20305,11 @@ ], "crawled": "https://drafts.csswg.org/css-highlight-api-1/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "15 October 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-highlight-api-1.json", "links": "links/css-highlight-api-1.json", "refs": "refs/css-highlight-api-1.json", @@ -20374,11 +20374,11 @@ ], "crawled": "https://drafts.csswg.org/css-images-3/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "19 July 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-images-3.json", "links": "links/css-images-3.json", "refs": "refs/css-images-3.json", @@ -20443,11 +20443,11 @@ ], "crawled": "https://drafts.csswg.org/css-images-4/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "3 September 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-images-4.json", "links": "links/css-images-4.json", "refs": "refs/css-images-4.json", @@ -20512,11 +20512,11 @@ ], "crawled": "https://drafts.csswg.org/css-inline-3/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "14 August 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-inline-3.json", "links": "links/css-inline-3.json", "refs": "refs/css-inline-3.json", @@ -20639,11 +20639,11 @@ ], "crawled": "https://drafts.csswg.org/css-line-grid-1/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "26 July 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-line-grid-1.json", "refs": "refs/css-line-grid-1.json", "css": "css/css-line-grid.json", @@ -20706,11 +20706,11 @@ ], "crawled": "https://drafts.csswg.org/css-lists-3/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-lists-3.json", "links": "links/css-lists-3.json", "refs": "refs/css-lists-3.json", @@ -20774,11 +20774,11 @@ ], "crawled": "https://drafts.csswg.org/css-logical-1/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-logical-1.json", "refs": "refs/css-logical-1.json", "css": "css/css-logical.json", @@ -20909,11 +20909,11 @@ ], "crawled": "https://drafts.csswg.org/css-multicol-1/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "6 May 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-multicol-1.json", "refs": "refs/css-multicol-1.json", "css": "css/css-multicol.json", @@ -20976,11 +20976,11 @@ ], "crawled": "https://drafts.csswg.org/css-namespaces-3/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-namespaces-3.json", "refs": "refs/css-namespaces-3.json", "css": "css/css-namespaces.json", @@ -21037,11 +21037,11 @@ ], "crawled": "https://drafts.csswg.org/css-nav-1/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "29 July 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-nav-1.json", "links": "links/css-nav-1.json", "refs": "refs/css-nav-1.json", @@ -21101,11 +21101,11 @@ ], "crawled": "https://drafts.csswg.org/css-nesting-1/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "4 October 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-nesting-1.json", "refs": "refs/css-nesting-1.json", "idl": "idl/css-nesting.idl", @@ -21170,11 +21170,11 @@ ], "crawled": "https://drafts.csswg.org/css-overflow-3/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "21 June 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-overflow-3.json", "refs": "refs/css-overflow-3.json", "css": "css/css-overflow.json", @@ -21238,11 +21238,11 @@ ], "crawled": "https://drafts.csswg.org/css-overflow-4/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "10 September 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-overflow-4.json", "refs": "refs/css-overflow-4.json", "css": "css/css-overflow-4.json", @@ -21305,11 +21305,11 @@ ], "crawled": "https://drafts.csswg.org/css-overscroll-1/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "3 March 2023", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-overscroll-1.json", "refs": "refs/css-overscroll-1.json", "css": "css/css-overscroll.json", @@ -21373,11 +21373,11 @@ ], "crawled": "https://drafts.csswg.org/css-page-3/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "5 December 2023", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-page-3.json", "links": "links/css-page-3.json", "refs": "refs/css-page-3.json", @@ -21435,11 +21435,11 @@ ], "crawled": "https://drafts.csswg.org/css-page-floats-3/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-page-floats-3.json", "links": "links/css-page-floats-3.json", "refs": "refs/css-page-floats-3.json", @@ -21569,11 +21569,11 @@ ], "crawled": "https://drafts.csswg.org/css-position-3/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "12 August 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-position-3.json", "links": "links/css-position-3.json", "refs": "refs/css-position-3.json", @@ -21702,11 +21702,11 @@ ], "crawled": "https://drafts.csswg.org/css-pseudo-4/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "15 October 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-pseudo-4.json", "links": "links/css-pseudo-4.json", "refs": "refs/css-pseudo-4.json", @@ -21765,11 +21765,11 @@ ], "crawled": "https://drafts.csswg.org/css-regions-1/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-regions-1.json", "refs": "refs/css-regions-1.json", "idl": "idl/css-regions.idl", @@ -21827,11 +21827,11 @@ ], "crawled": "https://drafts.csswg.org/css-rhythm-1/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-rhythm-1.json", "refs": "refs/css-rhythm-1.json", "css": "css/css-rhythm.json", @@ -21894,11 +21894,11 @@ ], "crawled": "https://drafts.csswg.org/css-round-display-1/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "1 August 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-round-display-1.json", "refs": "refs/css-round-display-1.json", "css": "css/css-round-display.json", @@ -21961,11 +21961,11 @@ ], "crawled": "https://drafts.csswg.org/css-ruby-1/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "15 July 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-ruby-1.json", "links": "links/css-ruby-1.json", "refs": "refs/css-ruby-1.json", @@ -22029,11 +22029,11 @@ ], "crawled": "https://drafts.csswg.org/css-scoping-1/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "27 September 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-scoping-1.json", "links": "links/css-scoping-1.json", "refs": "refs/css-scoping-1.json", @@ -22097,11 +22097,11 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-anchoring-1/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "22 December 2020", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-scroll-anchoring-1.json", "links": "links/css-scroll-anchoring-1.json", "refs": "refs/css-scroll-anchoring-1.json", @@ -22166,11 +22166,11 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-snap-1/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "11 April 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-scroll-snap-1.json", "links": "links/css-scroll-snap-1.json", "refs": "refs/css-scroll-snap-1.json", @@ -22234,11 +22234,11 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-snap-2/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "19 July 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-scroll-snap-2.json", "links": "links/css-scroll-snap-2.json", "refs": "refs/css-scroll-snap-2.json", @@ -22304,11 +22304,11 @@ ], "crawled": "https://drafts.csswg.org/css-scrollbars-1/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "13 September 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-scrollbars-1.json", "refs": "refs/css-scrollbars-1.json", "css": "css/css-scrollbars.json", @@ -22371,11 +22371,11 @@ ], "crawled": "https://drafts.csswg.org/css-shadow-parts-1/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "5 September 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-shadow-parts-1.json", "links": "links/css-shadow-parts-1.json", "refs": "refs/css-shadow-parts-1.json", @@ -22441,11 +22441,11 @@ ], "crawled": "https://drafts.csswg.org/css-shapes-1/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "19 September 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-shapes-1.json", "refs": "refs/css-shapes-1.json", "css": "css/css-shapes.json", @@ -22509,11 +22509,11 @@ ], "crawled": "https://drafts.csswg.org/css-sizing-3/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "25 July 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-sizing-3.json", "links": "links/css-sizing-3.json", "refs": "refs/css-sizing-3.json", @@ -22577,11 +22577,11 @@ ], "crawled": "https://drafts.csswg.org/css-sizing-4/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "15 October 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-sizing-4.json", "refs": "refs/css-sizing-4.json", "css": "css/css-sizing-4.json", @@ -22644,11 +22644,11 @@ ], "crawled": "https://drafts.csswg.org/css-speech-1/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-speech-1.json", "refs": "refs/css-speech-1.json", "css": "css/css-speech.json", @@ -22709,7 +22709,7 @@ ], "crawled": "https://drafts.csswg.org/css-style-attr/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "date": "10 April 2015", "links": "links/css-style-attr.json", @@ -22774,11 +22774,11 @@ ], "crawled": "https://drafts.csswg.org/css-syntax-3/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "25 June 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-syntax-3.json", "links": "links/css-syntax-3.json", "refs": "refs/css-syntax-3.json", @@ -22842,11 +22842,11 @@ ], "crawled": "https://drafts.csswg.org/css-tables-3/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "1 August 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-tables-3.json", "links": "links/css-tables-3.json", "refs": "refs/css-tables-3.json", @@ -22911,11 +22911,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-3/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "3 October 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-text-3.json", "links": "links/css-text-3.json", "refs": "refs/css-text-3.json", @@ -22979,11 +22979,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-4/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "13 September 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-text-4.json", "links": "links/css-text-4.json", "refs": "refs/css-text-4.json", @@ -23048,11 +23048,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-decor-3/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-text-decor-3.json", "refs": "refs/css-text-decor-3.json", "css": "css/css-text-decor.json", @@ -23115,11 +23115,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-decor-4/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "8 March 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-text-decor-4.json", "refs": "refs/css-text-decor-4.json", "css": "css/css-text-decor-4.json", @@ -23183,11 +23183,11 @@ ], "crawled": "https://drafts.csswg.org/css-transforms-1/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "7 August 2023", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-transforms-1.json", "links": "links/css-transforms-1.json", "refs": "refs/css-transforms-1.json", @@ -23251,11 +23251,11 @@ ], "crawled": "https://drafts.csswg.org/css-transforms-2/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "3 April 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-transforms-2.json", "links": "links/css-transforms-2.json", "refs": "refs/css-transforms-2.json", @@ -23320,11 +23320,11 @@ ], "crawled": "https://drafts.csswg.org/css-transitions-1/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "10 December 2023", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-transitions-1.json", "links": "links/css-transitions-1.json", "refs": "refs/css-transitions-1.json", @@ -23390,11 +23390,11 @@ ], "crawled": "https://drafts.csswg.org/css-transitions-2/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "5 September 2023", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-transitions-2.json", "links": "links/css-transitions-2.json", "refs": "refs/css-transitions-2.json", @@ -23524,11 +23524,11 @@ ], "crawled": "https://drafts.csswg.org/css-ui-3/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "27 February 2023", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-ui-3.json", "links": "links/css-ui-3.json", "refs": "refs/css-ui-3.json", @@ -23592,11 +23592,11 @@ ], "crawled": "https://drafts.csswg.org/css-ui-4/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "17 September 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-ui-4.json", "links": "links/css-ui-4.json", "refs": "refs/css-ui-4.json", @@ -23662,11 +23662,11 @@ ], "crawled": "https://drafts.csswg.org/css-values-3/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "31 July 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-values-3.json", "refs": "refs/css-values-3.json", "dfns": "dfns/css-values-3.json", @@ -23730,11 +23730,11 @@ ], "crawled": "https://drafts.csswg.org/css-values-4/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "7 October 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-values-4.json", "links": "links/css-values-4.json", "refs": "refs/css-values-4.json", @@ -23798,11 +23798,11 @@ ], "crawled": "https://drafts.csswg.org/css-values-5/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", - "date": "7 October 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "date": "15 October 2024", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-values-5.json", "links": "links/css-values-5.json", "refs": "refs/css-values-5.json", @@ -23867,11 +23867,11 @@ ], "crawled": "https://drafts.csswg.org/css-variables-1/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "30 August 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-variables-1.json", "links": "links/css-variables-1.json", "refs": "refs/css-variables-1.json", @@ -23929,11 +23929,11 @@ ], "crawled": "https://drafts.csswg.org/css-view-transitions-1/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "5 September 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-view-transitions-1.json", "links": "links/css-view-transitions-1.json", "refs": "refs/css-view-transitions-1.json", @@ -23992,11 +23992,11 @@ ], "crawled": "https://drafts.csswg.org/css-view-transitions-2/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "14 October 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-view-transitions-2.json", "links": "links/css-view-transitions-2.json", "refs": "refs/css-view-transitions-2.json", @@ -24063,11 +24063,11 @@ ], "crawled": "https://drafts.csswg.org/css-viewport/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "12 July 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-viewport-1.json", "links": "links/css-viewport-1.json", "refs": "refs/css-viewport-1.json", @@ -24132,11 +24132,11 @@ ], "crawled": "https://drafts.csswg.org/css-will-change-1/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "29 April 2022", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-will-change-1.json", "refs": "refs/css-will-change-1.json", "css": "css/css-will-change.json", @@ -24200,11 +24200,11 @@ ], "crawled": "https://drafts.csswg.org/css-writing-modes-3/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/css-writing-modes-3.json", "refs": "refs/css-writing-modes-3.json", "dfns": "dfns/css-writing-modes-3.json", @@ -24267,11 +24267,11 @@ ], "crawled": "https://drafts.csswg.org/css-writing-modes-4/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css-writing-modes-4.json", "links": "links/css-writing-modes-4.json", "refs": "refs/css-writing-modes-4.json", @@ -24473,11 +24473,11 @@ ], "crawled": "https://drafts.csswg.org/css2/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "18 December 2023", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/CSS22.json", "links": "links/CSS22.json", "refs": "refs/CSS22.json", @@ -24541,11 +24541,11 @@ ], "crawled": "https://drafts.csswg.org/css-exclusions-1/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:34 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "24 July 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/css3-exclusions.json", "links": "links/css3-exclusions.json", "refs": "refs/css3-exclusions.json", @@ -24609,11 +24609,11 @@ ], "crawled": "https://drafts.csswg.org/cssom-1/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "1 October 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/cssom-1.json", "links": "links/cssom-1.json", "refs": "refs/cssom-1.json", @@ -24678,11 +24678,11 @@ ], "crawled": "https://drafts.csswg.org/cssom-view-1/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "21 June 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/cssom-view-1.json", "links": "links/cssom-view-1.json", "refs": "refs/cssom-view-1.json", @@ -28373,7 +28373,7 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-3/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "date": "14 May 2024", "links": "links/mediaqueries-3.json", @@ -28438,11 +28438,11 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-4/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/mediaqueries-4.json", "refs": "refs/mediaqueries-4.json", "css": "css/mediaqueries.json", @@ -28505,11 +28505,11 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-5/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "19 September 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/mediaqueries-5.json", "links": "links/mediaqueries-5.json", "refs": "refs/mediaqueries-5.json", @@ -31445,11 +31445,11 @@ ], "crawled": "https://drafts.csswg.org/resize-observer-1/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:34 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "27 January 2023", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/resize-observer-1.json", "links": "links/resize-observer-1.json", "refs": "refs/resize-observer-1.json", @@ -31773,11 +31773,11 @@ ], "crawled": "https://drafts.csswg.org/scroll-animations-1/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "31 January 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/scroll-animations-1.json", "links": "links/scroll-animations-1.json", "refs": "refs/scroll-animations-1.json", @@ -32033,7 +32033,7 @@ ], "crawled": "https://drafts.csswg.org/selectors-3/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "date": "30 January 2018", "links": "links/selectors-3.json", @@ -32099,11 +32099,11 @@ ], "crawled": "https://drafts.csswg.org/selectors-4/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "15 October 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/selectors-4.json", "links": "links/selectors-4.json", "refs": "refs/selectors-4.json", @@ -33861,7 +33861,7 @@ ], "crawled": "https://w3c.github.io/vc-data-integrity/", "crawlCacheInfo": { - "lastModified": "Mon, 14 Oct 2024 21:33:38 GMT" + "lastModified": "Tue, 15 Oct 2024 15:31:21 GMT" }, "generator": "respec", "date": "05 November 2024", @@ -33916,7 +33916,7 @@ ], "crawled": "https://w3c.github.io/vc-data-model/", "crawlCacheInfo": { - "lastModified": "Mon, 14 Oct 2024 20:41:46 GMT" + "lastModified": "Tue, 15 Oct 2024 15:31:38 GMT" }, "generator": "respec", "date": "05 November 2024", @@ -34446,11 +34446,11 @@ ], "crawled": "https://drafts.csswg.org/web-animations-1/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "17 May 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/web-animations-1.json", "links": "links/web-animations-1.json", "refs": "refs/web-animations-1.json", @@ -34515,11 +34515,11 @@ ], "crawled": "https://drafts.csswg.org/web-animations-2/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:35 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "15 May 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "algorithms": "algorithms/web-animations-2.json", "links": "links/web-animations-2.json", "refs": "refs/web-animations-2.json", @@ -37509,11 +37509,11 @@ ], "crawled": "https://drafts.csswg.org/selectors-nonelement-1/", "crawlCacheInfo": { - "lastModified": "Tue, 15 Oct 2024 05:57:34 GMT" + "lastModified": "Tue, 15 Oct 2024 16:46:08 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "f8e266b5ce3255bbf34d933fcc3e76a05afc9e35", + "revision": "3a4a0d65d6ff64a78c3ce02ec821f014367c5af1", "links": "links/selectors-nonelement-1.json", "refs": "refs/selectors-nonelement-1.json", "css": "css/selectors-nonelement.json", diff --git a/ed/links/attribution-reporting-api.json b/ed/links/attribution-reporting-api.json index 940b594e7345..a96cf93a4cbe 100644 --- a/ed/links/attribution-reporting-api.json +++ b/ed/links/attribution-reporting-api.json @@ -12,11 +12,7 @@ "name-canonicalized-host-names", "name-cookie-policy", "name-user%20controls", - "name-third-party-cookies", - "name-storage-model", - "name-domain-matching", - "name-paths-and-path-match", - "name-retrieval-algorithm" + "name-third-party-cookies" ] }, "https://datatracker.ietf.org/doc/html/draft-ietf-tls-esni": {}, diff --git a/ed/links/core-aam-1.2.json b/ed/links/core-aam-1.2.json index 0f270d7473ea..1baf7f02d2c9 100644 --- a/ed/links/core-aam-1.2.json +++ b/ed/links/core-aam-1.2.json @@ -71,6 +71,7 @@ "https://www.rfc-editor.org/rfc/rfc2119": {}, "https://www.rfc-editor.org/rfc/rfc8174": {}, "https://www.w3.org/TR/": {}, + "https://www.w3.org/TR/2022/CR-core-aam-1.2-20221122/": {}, "https://www.w3.org/TR/accname-1.2/": { "anchors": [ "dfn-accessible-name", diff --git a/ed/links/css-forms-1.json b/ed/links/css-forms-1.json index 6351c5d777b9..edc0e47ffdf2 100644 --- a/ed/links/css-forms-1.json +++ b/ed/links/css-forms-1.json @@ -28,7 +28,7 @@ }, "https://drafts.csswg.org/css-pseudo-4/": { "anchors": [ - "selectordef-picker" + "element-backed" ] }, "https://drafts.csswg.org/css-ui-4/": { diff --git a/ed/links/css-pseudo-4.json b/ed/links/css-pseudo-4.json index 377a295b4f76..eaf266bde1fc 100644 --- a/ed/links/css-pseudo-4.json +++ b/ed/links/css-pseudo-4.json @@ -1076,6 +1076,12 @@ "propdef-font-family" ] }, + "https://drafts.csswg.org/css-highlight-api-1/": { + "anchors": [ + "custom-highlight", + "custom-highlight-name" + ] + }, "https://drafts.csswg.org/css-inline-3/": { "anchors": [ "line-box", diff --git a/ed/links/css-values-5.json b/ed/links/css-values-5.json index 38ca2150518d..92488041b967 100644 --- a/ed/links/css-values-5.json +++ b/ed/links/css-values-5.json @@ -255,6 +255,8 @@ }, "https://drafts.csswg.org/css-fonts-4/": { "anchors": [ + "valdef-font-family-sans-serif", + "valdef-font-family-monospace", "propdef-font-family", "funcdef-palette-mix", "propdef-font-palette" @@ -278,7 +280,6 @@ }, "https://drafts.csswg.org/css-lists-3/": { "anchors": [ - "propdef-list-style", "funcdef-counter" ] }, @@ -306,10 +307,8 @@ }, "https://drafts.csswg.org/css-syntax-3/": { "anchors": [ - "typedef-semicolon-token", - "typedef-comma-token", - "typedef-any-value", "typedef-declaration-value", + "typedef-any-value", "component-value", "typedef-percentage-token", "typedef-ident-token", diff --git a/ed/links/quirks.json b/ed/links/quirks.json index 9a6e4fb91188..778599168d2a 100644 --- a/ed/links/quirks.json +++ b/ed/links/quirks.json @@ -6,11 +6,6 @@ "links": { "rawlinks": { "https://bugs.chromium.org/p/chromium/issues/detail?id=369979": {}, - "https://bugs.chromium.org/p/chromium/issues/detail?id=733682": { - "anchors": [ - "c20" - ] - }, "https://bugs.webkit.org/show_bug.cgi?id=153730": {}, "https://bugzilla.mozilla.org/show_bug.cgi?id=648331": {}, "https://bugzilla.mozilla.org/show_bug.cgi?id=783213": {}, diff --git a/ed/links/storage-access.json b/ed/links/storage-access.json index 67c3656f4a5a..a1208f95995e 100644 --- a/ed/links/storage-access.json +++ b/ed/links/storage-access.json @@ -30,7 +30,9 @@ "https://mozilla.org/": {}, "https://privacycg.github.io/storage-access/": {}, "https://url.spec.whatwg.org/": {}, + "https://w3c-fedid.github.io/FedCM/": {}, "https://w3c.github.io/permissions/": {}, + "https://w3c.github.io/webappsec-credential-management/": {}, "https://w3c.github.io/webappsec-permissions-policy/": {}, "https://w3c.github.io/webdriver/": {}, "https://webidl.spec.whatwg.org/": {}, @@ -73,14 +75,15 @@ "https://html.spec.whatwg.org/multipage/browsers.html": { "anchors": [ "site", - "concept-site-same-site", + "same-site", + "concept-origin", "concept-origin-opaque", "obtain-a-site", "active-sandboxing-flag-set", + "concept-site-same-site", "same-origin", "sandboxing-flag-set", - "parse-a-sandboxing-directive", - "concept-origin" + "parse-a-sandboxing-directive" ] }, "https://html.spec.whatwg.org/multipage/browsing-the-web.html": { @@ -145,6 +148,8 @@ "tuple", "assert", "boolean", + "list-iterate", + "user-agent", "string", "implementation-defined" ] @@ -160,6 +165,11 @@ "concept-url-parser" ] }, + "https://w3c-fedid.github.io/FedCM/": { + "anchors": [ + "browser-connected-accounts-set" + ] + }, "https://w3c.github.io/permissions/": { "anchors": [ "dfn-getting-the-current-permission-state", @@ -180,6 +190,12 @@ "dfn-permission-key-comparison-algorithm" ] }, + "https://w3c.github.io/webappsec-credential-management/": { + "anchors": [ + "concept-credential-store", + "origin-prevent-silent-access-flag" + ] + }, "https://w3c.github.io/webappsec-permissions-policy/": { "anchors": [ "policy-controlled-feature", diff --git a/ed/links/webcrypto-secure-curves.json b/ed/links/webcrypto-secure-curves.json index 0b903aad450f..0c9026bd6597 100644 --- a/ed/links/webcrypto-secure-curves.json +++ b/ed/links/webcrypto-secure-curves.json @@ -5,8 +5,11 @@ }, "links": { "rawlinks": { + "https://datatracker.ietf.org/doc/draft-irtf-cfrg-det-sigs-with-noise/": {}, "https://datatracker.ietf.org/doc/html/bcp14": {}, "https://github.com/WICG/webcrypto-secure-curves/issues/": {}, + "https://github.com/WICG/webcrypto-secure-curves/issues/27": {}, + "https://github.com/WICG/webcrypto-secure-curves/issues/28": {}, "https://html.spec.whatwg.org/multipage/": {}, "https://safecurves.cr.yp.to/": {}, "https://webidl.spec.whatwg.org/": {}, diff --git a/ed/refs/css-pseudo-4.json b/ed/refs/css-pseudo-4.json index 955be00d5914..1653977fb2f2 100644 --- a/ed/refs/css-pseudo-4.json +++ b/ed/refs/css-pseudo-4.json @@ -45,6 +45,10 @@ "name": "CSS-FONTS-4", "url": "https://drafts.csswg.org/css-fonts-4/" }, + { + "name": "CSS-HIGHLIGHT-API-1", + "url": "https://drafts.csswg.org/css-highlight-api-1/" + }, { "name": "CSS-INLINE-3", "url": "https://drafts.csswg.org/css-inline-3/" @@ -171,10 +175,6 @@ "name": "CSS-DISPLAY-3", "url": "https://drafts.csswg.org/css-display/" }, - { - "name": "CSS-HIGHLIGHT-API-1", - "url": "https://drafts.csswg.org/css-highlight-api-1/" - }, { "name": "CSS-TEXT-DECOR-3", "url": "https://drafts.csswg.org/css-text-decor-3/" diff --git a/ed/refs/storage-access.json b/ed/refs/storage-access.json index e07eb49293f8..80f55710fd1d 100644 --- a/ed/refs/storage-access.json +++ b/ed/refs/storage-access.json @@ -5,10 +5,18 @@ }, "refs": { "normative": [ + { + "name": "CREDENTIAL-MANAGEMENT-1", + "url": "https://w3c.github.io/webappsec-credential-management/" + }, { "name": "DOM", "url": "https://dom.spec.whatwg.org/" }, + { + "name": "FEDCM-1", + "url": "https://w3c-fedid.github.io/FedCM/" + }, { "name": "FETCH", "url": "https://fetch.spec.whatwg.org/"