From d17245f34aba3ec8de86ad5845467710f5a1ab0a Mon Sep 17 00:00:00 2001 From: reffy-bot <> Date: Tue, 13 Aug 2024 00:56:27 +0000 Subject: [PATCH] Update of ED report from new reffy run Using reffy commit 17.1.2. --- ed/algorithms/attribution-reporting-api.json | 299 ++++----- ed/algorithms/css-flexbox-1.json | 2 +- ed/algorithms/css-grid-1.json | 14 +- ed/algorithms/css-grid-2.json | 8 +- ed/algorithms/css-inline-3.json | 2 +- ed/css/css-inline.json | 8 +- ed/dfns/attribution-reporting-api.json | 618 +++++++++++-------- ed/headings/attribution-reporting-api.json | 41 +- ed/ids/attribution-reporting-api.json | 306 ++++----- ed/ids/css-content-3.json | 4 +- ed/ids/css-flexbox-1.json | 20 +- ed/ids/css-fonts-4.json | 8 +- ed/ids/css-grid-1.json | 100 +-- ed/ids/css-grid-2.json | 50 +- ed/ids/css-inline-3.json | 99 +-- ed/ids/css-position-3.json | 1 + ed/ids/css-pseudo-4.json | 8 +- ed/index.json | 516 ++++++++-------- ed/links/WOFF2.json | 31 +- ed/links/css-inline-3.json | 1 + ed/refs/WOFF2.json | 2 +- 21 files changed, 1126 insertions(+), 1012 deletions(-) diff --git a/ed/algorithms/attribution-reporting-api.json b/ed/algorithms/attribution-reporting-api.json index cd8d281bee4d..8d68ca290e42 100644 --- a/ed/algorithms/attribution-reporting-api.json +++ b/ed/algorithms/attribution-reporting-api.json @@ -2532,17 +2532,61 @@ } ] }, + { + "name": "parse attribution scopes", + "href": "https://wicg.github.io/attribution-reporting-api/#parse-attribution-scopes", + "html": "To parse attribution scopes from a map map:", + "rationale": "if", + "steps": [ + { + "html": "
If map[\"attribution_scopes
\"] does not exist, return null.
Let value be map[\"attribution_scopes
\"].
If value is not a map, return an error.
" + }, + { + "html": "If value[\"limit
\"] does not exist, return an error.
Set limit to value[\"limit
\"].
If limit is not an integer, cannot be represented by an unsigned 32-bit integer, or is less than or equal to zero, return an error.
" + }, + { + "html": "Let maxEventStates be the result of running parse max event states with value.
" + }, + { + "html": "If maxEventStates is an error, return an error.
" + }, + { + "html": "Let values be the result of running parse attribution scope values for source with value and limit.
" + }, + { + "html": "If values is an error, return an error.
" + }, + { + "html": "Let attributionScopes be a new attribution scopes with the items:
\nlimit
\nvalues
\nmaxEventStates
\nReturn attributionScopes.
" + } + ] + }, { "name": "parse max event states", "href": "https://wicg.github.io/attribution-reporting-api/#parse-max-event-states", - "html": "To parse max event states from a map map and\na possibly null 32-bit positive integer attributionScopeLimit:", - "rationale": "let", + "html": "To parse max event states from a map map:", + "rationale": "if", "steps": [ { - "html": "Let maxEventStates be default max event states.
" + "html": "If map[\"max_event_states
\"] does not exist, return default max event states.
If map[\"max_event_states
\"] exists, set maxEventStates to map[\"max_event_states
\"].
Let maxEventStates be map[\"max_event_states
\"].
If maxEventStates is not an integer or is less than or equal to 0, return an error.
" @@ -2550,32 +2594,32 @@ { "html": "If maxEventStates is greater than the user agent’s max trigger-state cardinality, return an error.
" }, - { - "html": "If maxEventStates is not equal to default max event states and attributionScopeLimit is null, return an error.
" - }, { "html": "Return maxEventStates.
" } ] }, { - "name": "parse attribution scopes for source", - "href": "https://wicg.github.io/attribution-reporting-api/#parse-attribution-scopes-for-source", - "html": "To parse attribution scopes for source from a map map and a possibly null 32-bit positive integer attributionScopeLimit:", - "rationale": "let", + "name": "parse attribution scope values for source", + "href": "https://wicg.github.io/attribution-reporting-api/#parse-attribution-scope-values-for-source", + "html": "To parse attribution scope values for source from a map map and a 32-bit positive integer limit:", + "rationale": "if", "steps": [ { - "html": "Let result be a new set.
" + "html": "If map[\"values
\"] does not exist, return an error.
If map[\"attribution_scopes
\"] does not exist, return result.
Let result be a new set.
" }, { - "html": "Let values be map[\"attribution_scopes
\"].
Let values be map[\"values
\"].
If values is not a list, return an error.
" }, + { + "html": "If values is empty, return an error.
" + }, { "html": "For each value of values:", "rationale": "if", @@ -2592,25 +2636,7 @@ ] }, { - "html": "If attributionScopeLimit is null:", - "rationale": "if", - "steps": [ - { - "html": "If result is not empty, return an error.
" - }, - { - "html": "Return result.
" - } - ] - }, - { - "html": "If result is empty, return an error.
" - }, - { - "html": "If result’s size is greater than attributionScopeLimit, return an error.
" - }, - { - "html": "If result’s size is greater than max attribution scopes per source, return an error.
" + "html": "If result’s size is greater than limit or max attribution scopes per source, return an error.
" }, { "html": "Return result.
" @@ -2627,7 +2653,7 @@ "html": "Let value be the result of running parse JSON bytes to an Infra value with json.
" }, { - "html": "If value is not a map, return null.
" + "html": "If value is not a map, return null.
" }, { "html": "Let attributionDestinations be the result of running parse attribution destinations with value.
" @@ -2669,7 +2695,7 @@ "html": "Let filterData be a new filter map.
" }, { - "html": "If value[\"filter_data
\"] exists:",
+ "html": "If value[\"filter_data
\"] exists:",
"rationale": "set",
"steps": [
{
@@ -2679,7 +2705,7 @@
"html": "If filterData is null, return null.
" }, { - "html": "If filterData[\"source_type
\"] exists, return null.
If filterData[\"source_type
\"] exists, return null.
Let maxAttributionsPerSource be default event-level attributions per source[sourceType].
" }, { - "html": "Set maxAttributionsPerSource to value[\"max_event_level_reports
\"] if it exists.
Set maxAttributionsPerSource to value[\"max_event_level_reports
\"] if it exists.
If maxAttributionsPerSource is not a non-negative integer, or is greater than max settable event-level attributions per source, return null.
" @@ -2729,7 +2755,7 @@ "html": "Let debugReportingEnabled be false.
" }, { - "html": "If value[\"debug_reporting
\"] exists and is a boolean, set debugReportingEnabled to value[\"debug_reporting
\"].
If value[\"debug_reporting
\"] exists and is a boolean, set debugReportingEnabled to value[\"debug_reporting
\"].
Let aggregatableReportWindow be a new report window with the following items:
\nsourceTime
\nsourceTime + aggregatableReportWindowEnd
\nLet triggerDataMatchingMode be \"modulus
\".
trigger_data_matching
\"] exists:",
+ "html": "If value[\"trigger_data_matching
\"] exists:",
"rationale": "if",
"steps": [
{
@@ -2759,28 +2785,7 @@
"html": "If triggerSpecs is an error, return null.
" }, { - "html": "Let attributionScopeLimit be null.
" - }, - { - "html": "If value[\"attribution_scope_limit
\"] exists:",
- "rationale": "set",
- "steps": [
- {
- "html": "Set attributionScopeLimit to value[\"attribution_scope_limit
\"].
If attributionScopeLimit is not an integer, cannot be represented by an unsigned 32-bit integer, or is less than or equal to zero, return null.
" - } - ] - }, - { - "html": "Let maxEventStates be the result of running parse max event states with value and attributionScopeLimit.
" - }, - { - "html": "If maxEventStates is an error, return null.
" - }, - { - "html": "Let attributionScopes be the result of running parse attribution scopes for source with value and attributionScopeLimit.
" + "html": "Let attributionScopes be the result of running parse attribution scopes with value.
" }, { "html": "If attributionScopes is an error, return null.
" @@ -2789,7 +2794,7 @@ "html": "Let epsilon be the user agent’s max settable event-level epsilon.
" }, { - "html": "Set epsilon to value[\"event_level_epsilon
\"] if it exists:
Set epsilon to value[\"event_level_epsilon
\"] if it exists:
If epsilon is not a double, is less than 0, or is greater than the user agent’s max settable event-level epsilon, return null.
" @@ -2801,7 +2806,7 @@ "html": "Let aggregatableDebugReportingConfig be a new aggregatable debug reporting config.
" }, { - "html": "If value[\"aggregatable_debug_reporting
\"] exists:",
+ "html": "If value[\"aggregatable_debug_reporting
\"] exists:",
"rationale": "let",
"steps": [
{
@@ -2822,7 +2827,7 @@
"html": "If automation local testing mode is true, set epsilon to ∞
.
Let source be a new attribution source struct whose items are:
\nA new unique string
\nsourceOrigin
\nsourceEventId
\nattributionDestinations
\nreportingOrigin
\nexpiry
\ntriggerSpecs
\naggregatableReportWindow
\npriority
\nsourceTime
\nsourceType
\n0
\nmaxAttributionsPerSource
\nepsilon
\nfilterData
\ndebugKey
\naggregationKeys
\naggregatableAttributionBudget
\ndebugReportingEnabled
\ntriggerDataMatchingMode
\ndebugCookieSet
\nfenced
\naggregatableDebugBudget
\naggregatableDebugReportingConfig
\ndestinationLimitPriority
\nattributionScopes
\nattributionScopeLimit
\nmaxEventStates
\nLet source be a new attribution source struct whose items are:
\nA new unique string
\nsourceOrigin
\nsourceEventId
\nattributionDestinations
\nreportingOrigin
\nexpiry
\ntriggerSpecs
\naggregatableReportWindow
\npriority
\nsourceTime
\nsourceType
\n0
\nmaxAttributionsPerSource
\nepsilon
\nfilterData
\ndebugKey
\naggregationKeys
\naggregatableAttributionBudget
\ndebugReportingEnabled
\ntriggerDataMatchingMode
\ndebugCookieSet
\nfenced
\naggregatableDebugBudget
\naggregatableDebugReportingConfig
\ndestinationLimitPriority
\nattributionScopes
\nReturn source.
" @@ -2848,10 +2853,10 @@ "html": "Let sameReportingDestinations be the set of every attribution destination in matchingSameReportingSources, unioned with source’s attribution destinations.
" }, { - "html": "Let hitRateLimit be whether destinations’s size is greater than max destinations per rate-limit window[0].
" + "html": "Let hitRateLimit be whether destinations’s size is greater than max destinations per rate-limit window[0].
" }, { - "html": "Let hitSameReportingRateLimit be whether sameReportingDestinations’s size is greater than max destinations per rate-limit window[1].
" + "html": "Let hitSameReportingRateLimit be whether sameReportingDestinations’s size is greater than max destinations per rate-limit window[1].
" }, { "html": "If (hitRateLimit, hitSameReportingRateLimit) is", @@ -2895,7 +2900,7 @@ "html": "Let destinations be the set of all attribution destination in matchingSources, unioned with source’s attribution destinations.
" }, { - "html": "Return whether destinations’s size is greater than max destinations per source reporting site per day.
" + "html": "Return whether destinations’s size is greater than max destinations per source reporting site per day.
" } ] }, @@ -2906,7 +2911,7 @@ "rationale": "if", "steps": [ { - "html": "If sourcesToDelete is empty, return.
" + "html": "If sourcesToDelete is empty, return.
" }, { "html": "For each attribution source source of the attribution source cache:", @@ -3082,7 +3087,7 @@ "html": "Let destination be record’s attribution destination.
" }, { - "html": "If newDestinations’s size is less than the user agent’s max destinations covered by unexpired sources, append destination to newDestinations.
" + "html": "If newDestinations’s size is less than the user agent’s max destinations covered by unexpired sources, append destination to newDestinations.
" }, { "html": "Otherwise, if newDestinations does not contain destination:", @@ -3113,7 +3118,7 @@ "html": "Let distinctReportingOrigins be the set of all reporting origin in matchingRateLimitRecords, unioned with «source’s reporting origin».
" }, { - "html": "If distinctReportingOrigins’s size is greater than max source reporting origins per source reporting site, return blocked.
" + "html": "If distinctReportingOrigins’s size is greater than max source reporting origins per source reporting site, return blocked.
" }, { "html": "Return allowed.
" @@ -3193,7 +3198,7 @@ "html": "If source’s debug cookie set is false, return.
" }, { - "html": "Let body be a new map with the following key/value pairs:
\nattribution_destination
\"\n source’s attribution destinations, serialized.
\nsource_event_id
\"\n source’s event ID, serialized.
\nsource_site
\"\n source’s source site, serialized.
\nLet body be a new map with the following key/value pairs:
\nattribution_destination
\"\n source’s attribution destinations, serialized.
\nsource_event_id
\"\n source’s event ID, serialized.
\nsource_site
\"\n source’s source site, serialized.
\nIf source’s debug key is not null, set body[\"source_debug_key
\"]\nto source’s debug key, serialized.
If dataType is \"source-success
\"\nand isNoised is true, set dataTypeToReport to \"source-noised
\".
Set source’s randomized trigger rate to the result of obtaining a randomized source response pick rate with randomizedResponseConfig and epsilon.
" }, { - "html": "Set source’s number of event-level reports to 0 if source’s randomized response is null, randomized response's size otherwise.
" + "html": "Set source’s number of event-level reports to 0 if source’s randomized response is null, randomized response's size otherwise.
" }, { "html": "Let pendingSourcesForSourceOrigin be the set of all attribution sources pendingSource of the attribution source cache where pendingSource’s source origin and source’s source origin are same origin.
" }, { - "html": "If pendingSourcesForSourceOrigin’s size is greater than or equal\nto the user agent’s max pending sources per source origin:", + "html": "If pendingSourcesForSourceOrigin’s size is greater than or equal\nto the user agent’s max pending sources per source origin:", "rationale": "run", "steps": [ { @@ -3503,7 +3508,7 @@ "html": "Let debugDataTypes be a new set.
" }, { - "html": "If sourcesToDeleteForDestinationLimit is not empty, append \"source-destination-limit-replaced
\"\nto debugDataTypes.
If sourcesToDeleteForDestinationLimit is not empty, append \"source-destination-limit-replaced
\"\nto debugDataTypes.
Run delete sources for unexpired destination limit with sourcesToDeleteForDestinationLimit and source’s source time.
" @@ -3579,7 +3584,7 @@ ] }, { - "html": "If source’s randomized response is not empty,\nthen set source’s event-level attributable value to false.
" + "html": "If source’s randomized response is not empty,\nthen set source’s event-level attributable value to false.
" }, { "html": "For each destination in source’s attribution destinations:", @@ -3609,11 +3614,11 @@ { "name": "parse an event-trigger value", "href": "https://wicg.github.io/attribution-reporting-api/#parse-an-event-trigger-value", - "html": "To parse an event-trigger value given a map map:", + "html": "To parse an event-trigger value given a map map:", "rationale": "if", "steps": [ { - "html": "If experimental Flexible Event support is false or map[\"value
\"] does\nnot exist, return 1.
If experimental Flexible Event support is false or map[\"value
\"] does\nnot exist, return 1.
Let value be map[\"value
\"].
Let eventTriggers be a new set.
" }, { - "html": "If map[\"event_trigger_data
\"] does not exist, return eventTriggers.
If map[\"event_trigger_data
\"] does not exist, return eventTriggers.
Let values be map[\"event_trigger_data
\"].
If value is not a map, return null.
" + "html": "If value is not a map, return null.
" }, { "html": "Let triggerData be the result of running parse an optional 64-bit unsigned integer with value,\n\"trigger_data
\", and 0.
Let aggregatableTriggerData be a new list.
" }, { - "html": "If map[\"aggregatable_trigger_data
\"] does not exist, return aggregatableTriggerData.
If map[\"aggregatable_trigger_data
\"] does not exist, return aggregatableTriggerData.
Let values be map[\"aggregatable_trigger_data
\"].
If value is not a map, return null.
" + "html": "If value is not a map, return null.
" }, { - "html": "If value[\"key_piece
\"] does not exist or is not a string, return null.
If value[\"key_piece
\"] does not exist or is not a string, return null.
Let keyPiece be the result of running parse an aggregation key piece with value[\"key_piece
\"].
Let sourceKeys be a new set.
" }, { - "html": "If value[\"source_keys
\"] exists:",
+ "html": "If value[\"source_keys
\"] exists:",
"rationale": "if",
"steps": [
{
@@ -3777,14 +3782,14 @@
{
"name": "parse aggregatable filtering ID max bytes",
"href": "https://wicg.github.io/attribution-reporting-api/#parse-aggregatable-filtering-id-max-bytes",
- "html": "To parse aggregatable filtering ID max bytes given a map map:",
+ "html": "To parse aggregatable filtering ID max bytes given a map map:",
"rationale": "let",
"steps": [
{
"html": "Let maxBytes be default filtering ID max bytes.
" }, { - "html": "If map[\"aggregatable_filtering_id_max_bytes
\"] exists:",
+ "html": "If map[\"aggregatable_filtering_id_max_bytes
\"] exists:",
"rationale": "set",
"steps": [
{
@@ -3826,11 +3831,11 @@
{
"name": "parse aggregatable key-values",
"href": "https://wicg.github.io/attribution-reporting-api/#parse-aggregatable-key-values",
- "html": "To parse aggregatable key-values given a map map and a positive integer maxBytes:",
+ "html": "To parse aggregatable key-values given a map map and a positive integer maxBytes:",
"rationale": "let",
"steps": [
{
- "html": "Let out be a new map.
" + "html": "Let out be a new map.
" }, { "html": "For each key → value of map:", @@ -3840,7 +3845,7 @@ "html": "If key’s length is greater than the max length per aggregation key identifier,\nreturn null.
" }, { - "html": "If value is not a map or an integer, return null.
" + "html": "If value is not a map or an integer, return null.
" }, { "html": "If value is an integer:", @@ -3858,7 +3863,7 @@ ] }, { - "html": "If value[\"value
\"] does not exist, return null.
If value[\"value
\"] does not exist, return null.
If the result of running validate aggregatable key-values value with value[\"value
\"] is false, return null.
Let filteringId be default filtering ID value.
" }, { - "html": "If value[\"filtering_id
\"] exists:",
+ "html": "If value[\"filtering_id
\"] exists:",
"rationale": "set",
"steps": [
{
@@ -3894,23 +3899,23 @@
{
"name": "parse aggregatable values",
"href": "https://wicg.github.io/attribution-reporting-api/#parse-aggregatable-values",
- "html": "To parse aggregatable values given a map map and a positive integer maxBytes:",
+ "html": "To parse aggregatable values given a map map and a positive integer maxBytes:",
"rationale": "if",
"steps": [
{
- "html": "If map[\"aggregatable_values
\"] does not exist, return a new list.
If map[\"aggregatable_values
\"] does not exist, return a new list.
Let values be map[\"aggregatable_values
\"].
If values is not a map or a list, return null.
" + "html": "If values is not a map or a list, return null.
" }, { "html": "Let aggregatableValuesConfigurations be a list of aggregatable values configurations, initially empty.
" }, { - "html": "If values is a map:", + "html": "If values is a map:", "rationale": "let", "steps": [ { @@ -3935,10 +3940,10 @@ "rationale": "if", "steps": [ { - "html": "If value is not a map, return null.
" + "html": "If value is not a map, return null.
" }, { - "html": "If value[\"values
\"] does not exist, return null.
If value[\"values
\"] does not exist, return null.
Let aggregatableKeyValues be the result of running parse aggregatable key-values with value[\"values
\"] and maxBytes.
Let aggregatableDedupKeys be a new list.
" }, { - "html": "If map[\"aggregatable_deduplication_keys
\"] does not exist, return aggregatableDedupKeys.
If map[\"aggregatable_deduplication_keys
\"] does not exist, return aggregatableDedupKeys.
Let values be map[\"aggregatable_deduplication_keys
\"].
If value is not a map, return null.
" + "html": "If value is not a map, return null.
" }, { "html": "Let dedupKey be the result of running parse an optional 64-bit unsigned integer with value,\n\"deduplication_key
\", and null.
Let result be a new set.
" }, { - "html": "If map[\"attribution_scopes
\"] does not exist, return result.
If map[\"attribution_scopes
\"] does not exist, return result.
Let values be map[\"attribution_scopes
\"].
Let value be the result of running parse JSON bytes to an Infra value with json.
" }, { - "html": "If value is not a map, return null.
" + "html": "If value is not a map, return null.
" }, { "html": "Let eventTriggers be the result of running parse event triggers with value.
" @@ -4111,13 +4116,13 @@ "html": "Let debugReportingEnabled be false.
" }, { - "html": "If value[\"debug_reporting
\"] exists and is a boolean, set debugReportingEnabled to value[\"debug_reporting
\"].
If value[\"debug_reporting
\"] exists and is a boolean, set debugReportingEnabled to value[\"debug_reporting
\"].
Let aggregationCoordinator be default aggregation coordinator.
" }, { - "html": "If value[\"aggregation_coordinator_origin
\"] exists:",
+ "html": "If value[\"aggregation_coordinator_origin
\"] exists:",
"rationale": "set",
"steps": [
{
@@ -4132,7 +4137,7 @@
"html": "Let aggregatableSourceRegTimeConfig be \"exclude
\".
aggregatable_source_registration_time
\"] exists:",
+ "html": "If value[\"aggregatable_source_registration_time
\"] exists:",
"rationale": "if",
"steps": [
{
@@ -4150,7 +4155,7 @@
"html": "Let triggerContextID be null.
" }, { - "html": "If value[\"trigger_context_id
\"] exists:",
+ "html": "If value[\"trigger_context_id
\"] exists:",
"rationale": "if",
"steps": [
{
@@ -4168,7 +4173,7 @@
"html": "Let aggregatableDebugReportingConfig be a new aggregatable debug reporting config.
" }, { - "html": "If value[\"aggregatable_debug_reporting
\"] exists:",
+ "html": "If value[\"aggregatable_debug_reporting
\"] exists:",
"rationale": "let",
"steps": [
{
@@ -4203,11 +4208,11 @@
"rationale": "if",
"steps": [
{
- "html": "If b is empty, then:",
+ "html": "If b is empty, then:",
"rationale": "if",
"steps": [
{
- "html": "If a is empty, then return true.
" + "html": "If a is empty, then return true.
" }, { "html": "Otherwise, return false.
" @@ -4218,7 +4223,7 @@ "html": "Let i be the intersection of a and b.
" }, { - "html": "If i is empty, then return false.
" + "html": "If i is empty, then return false.
" }, { "html": "Return true.
" @@ -4232,11 +4237,11 @@ "rationale": "if", "steps": [ { - "html": "If b is empty, then:", + "html": "If b is empty, then:", "rationale": "if", "steps": [ { - "html": "If a is not empty, then return true.
" + "html": "If a is not empty, then return true.
" }, { "html": "Otherwise, return false.
" @@ -4247,7 +4252,7 @@ "html": "Let i be the intersection of a and b.
" }, { - "html": "If i is not empty, then return false.
" + "html": "If i is not empty, then return false.
" }, { "html": "Return true.
" @@ -4292,7 +4297,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].
" @@ -4330,7 +4335,7 @@ "rationale": "if", "steps": [ { - "html": "If filters is empty, return true.
" + "html": "If filters is empty, return true.
" }, { "html": "For each filter of filters:", @@ -4390,7 +4395,7 @@ "html": "Let matchingRateLimitRecords be all attribution rate-limit records record of attribution rate-limit cache where all of the following are true:
\nrecord’s scope is rateLimitScope
\nrecord’s source site and sourceToAttribute’s source site are equal
\nrecord’s attribution destination and trigger’s attribution destination are equal
\nrecord’s reporting origin and trigger’s reporting origin are same site
\nrecord’s time is greater than attribution rate-limit window before trigger’s trigger time
\nIf matchingRateLimitRecords’s size is greater than or equal to max attributions per rate-limit window, return blocked.
" + "html": "If matchingRateLimitRecords’s size is greater than or equal to max attributions per rate-limit window, return blocked.
" }, { "html": "Return allowed.
" @@ -4435,7 +4440,7 @@ { "name": "create aggregatable contributions from aggregation keys and aggregatable values", "href": "https://wicg.github.io/attribution-reporting-api/#create-aggregatable-contributions-from-aggregation-keys-and-aggregatable-values", - "html": "To create aggregatable contributions from aggregation keys and aggregatable values given a map aggregationKeys and a map aggregatableValues,\n run the following steps:", + "html": "To create aggregatable contributions from aggregation keys and aggregatable values given a map aggregationKeys and a map aggregatableValues,\n run the following steps:", "rationale": "let", "steps": [ { @@ -4446,7 +4451,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:
\nkey
\naggregatableValues[id]'s value
\naggregatableValues[id]'s filtering ID
\nIf 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.
" @@ -4541,7 +4546,7 @@ "rationale": "let", "steps": [ { - "html": "Let body be a new map.
" + "html": "Let body be a new map.
" }, { "html": "If dataType is:", @@ -4673,7 +4678,7 @@ "html": "Let matchingReports be a new list whose elements are all the elements in the event-level report cache whose report time and source identifier are equal to report’s, sorted in ascending order using is lower-priority than.
" }, { - "html": "If matchingReports is empty:", + "html": "If matchingReports is empty:", "rationale": "set", "steps": [ { @@ -4685,7 +4690,7 @@ ] }, { - "html": "Assert: sourceToAttribute’s number of event-level reports is greater than or equal to matchingReports’s size.
" + "html": "Assert: sourceToAttribute’s number of event-level reports is greater than or equal to matchingReports’s size.
" }, { "html": "Let lowestPriorityReport be matchingReports[0].
" @@ -4720,10 +4725,10 @@ "rationale": "if", "steps": [ { - "html": "If trigger’s event-level trigger configurations is empty, return the triggering result (\"dropped
\", null).
If trigger’s event-level trigger configurations is empty, return the triggering result (\"dropped
\", null).
Let report be the result of running obtain an aggregatable attribution report with sourceToAttribute and trigger.
" }, { - "html": "If report’s contributions is empty:", + "html": "If report’s contributions is empty:", "rationale": "return", "steps": [ { @@ -5087,7 +5092,7 @@ ] }, { - "html": "If debugDataList is empty, return.
" + "html": "If debugDataList is empty, return.
" }, { "html": "Run obtain and deliver a verbose debug report with debugDataList, trigger’s reporting origin,\nand trigger’s fenced.
" @@ -5132,7 +5137,7 @@ "html": "Let type be data’s data type.
" }, { - "html": "If debugDataMap[type] exists:", + "html": "If debugDataMap[type] exists:", "rationale": "let", "steps": [ { @@ -5209,10 +5214,10 @@ "rationale": "if", "steps": [ { - "html": "If trigger’s aggregatable trigger data is not empty, return true.
" + "html": "If trigger’s aggregatable trigger data is not empty, return true.
" }, { - "html": "If any of trigger’s aggregatable values configurations's values is not empty, return true.
" + "html": "If any of trigger’s aggregatable values configurations's values is not empty, return true.
" }, { "html": "Return false.
" @@ -5229,13 +5234,13 @@ "html": "Let hasAggregatableData be the result of checking if an attribution trigger contains aggregatable data with trigger.
" }, { - "html": "If trigger’s event-level trigger configurations is empty and hasAggregatableData is false, return.
" + "html": "If trigger’s event-level trigger configurations is empty and hasAggregatableData is false, return.
" }, { "html": "Let matchingSources be the result of running find matching sources with trigger.
" }, { - "html": "If matchingSources is empty:", + "html": "If matchingSources is empty:", "rationale": "run", "steps": [ { @@ -5657,7 +5662,7 @@ ] }, { - "html": "Let sharedInfo be a map of the following key/value pairs:
\napi
\"\n api
\nattribution_destination
\"\n report’s effective attribution destination, serialized
\nreport_id
\"\n report’s report ID
\nreporting_origin
\"\n reportingOrigin, serialized
\nscheduled_report_time
\"\n report’s report time in seconds since the UNIX epoch, serialized
\nversion
\"\n \"1.0
\"
Let sharedInfo be a map of the following key/value pairs:
\napi
\"\n api
\nattribution_destination
\"\n report’s effective attribution destination, serialized
\nreport_id
\"\n report’s report ID
\nreporting_origin
\"\n reportingOrigin, serialized
\nscheduled_report_time
\"\n report’s report time in seconds since the UNIX epoch, serialized
\nversion
\"\n \"1.0
\"
If report’s debug mode is enabled, set sharedInfo[\"debug_mode
\"] to \"enabled
\".
Let contributions be report’s contributions.
" }, { - "html": "Assert: contributions’s size is less than or equal to maxContributions.
" + "html": "Assert: contributions’s size is less than or equal to maxContributions.
" }, { - "html": "While contributions’s size is less than maxContributions:", + "html": "While contributions’s size is less than maxContributions:", "rationale": "let", "steps": [ { @@ -5772,7 +5777,7 @@ "rationale": "let", "steps": [ { - "html": "Let contributionData be a map of the following key/value pairs:
\nbucket
\"\n The result of encoding an unsigned k-byte integer given contribution’s key and 16.
\nvalue
\"\n The result of encoding an unsigned k-byte integer given contribution’s value and 4.
\nid
\"\n The result of encoding an unsigned k-byte integer given contribution’s filtering ID and report’s filtering ID max bytes.
\nLet contributionData be a map of the following key/value pairs:
\nbucket
\"\n The result of encoding an unsigned k-byte integer given contribution’s key and 16.
\nvalue
\"\n The result of encoding an unsigned k-byte integer given contribution’s value and 4.
\nid
\"\n The result of encoding an unsigned k-byte integer given contribution’s filtering ID and report’s filtering ID max bytes.
\nAppend contributionData to payloadData.
" @@ -5780,7 +5785,7 @@ ] }, { - "html": "Let payload be a map of the following key/value pairs:
\ndata
\"\n payloadData
\noperation
\"\n \"histogram
\"
Let payload be a map of the following key/value pairs:
\ndata
\"\n payloadData
\noperation
\"\n \"histogram
\"
Return the byte sequence resulting from CBOR encoding payload.
" @@ -5832,7 +5837,7 @@ "html": "Let aggregationServicePayloads be a new list.
" }, { - "html": "Let aggregationServicePayload be a map of the following key/value pairs:
\npayload
\"\n encryptedPayload, base64 encoded
\nkey_id
\"\n A string identifying pkR
\nLet aggregationServicePayload be a map of the following key/value pairs:
\npayload
\"\n encryptedPayload, base64 encoded
\nkey_id
\"\n A string identifying pkR
\nIf report’s debug mode is enabled, set aggregationServicePayload[\"debug_cleartext_payload
\"] to report’s plaintext payload, base64 encoded.
Let data be a map of the following key/value pairs:
\nattribution_destination
\"\n report’s attribution destinations, serialized.
\nrandomized_trigger_rate
\"\n report’s randomized trigger rate, rounded to 7 digits after the decimal point
\nsource_type
\"\n report’s source type
\nsource_event_id
\"\n report’s event ID, serialized
\ntrigger_data
\"\n report’s trigger data, serialized
\nreport_id
\"\n report’s report ID
\nscheduled_report_time
\"\n report’s report time in seconds since the UNIX epoch, serialized
\nLet data be a map of the following key/value pairs:
\nattribution_destination
\"\n report’s attribution destinations, serialized.
\nrandomized_trigger_rate
\"\n report’s randomized trigger rate, rounded to 7 digits after the decimal point
\nsource_type
\"\n report’s source type
\nsource_event_id
\"\n report’s event ID, serialized
\ntrigger_data
\"\n report’s trigger data, serialized
\nreport_id
\"\n report’s report ID
\nscheduled_report_time
\"\n report’s report time in seconds since the UNIX epoch, serialized
\nRun serialize an attribution debug info with data and report’s attribution debug info.
" @@ -5892,7 +5897,7 @@ "html": "If aggregationServicePayloads is an error, return aggregationServicePayloads.
" }, { - "html": "Let data be a map of the following key/value pairs:
\nshared_info
\"\n report’s shared info
\naggregation_service_payloads
\"\n aggregationServicePayloads
\naggregation_coordinator_origin
\"\n report’s aggregation coordinator, serialized
\nLet data be a map of the following key/value pairs:
\nshared_info
\"\n report’s shared info
\naggregation_service_payloads
\"\n aggregationServicePayloads
\naggregation_coordinator_origin
\"\n report’s aggregation coordinator, serialized
\nReturn data.
" @@ -5977,7 +5982,7 @@ "rationale": "let", "steps": [ { - "html": "Let data be a map of the following key/value pairs:
\n " + "html": "Let data be a map of the following key/value pairs:
\n " }, { "html": "Append data to collection.
" @@ -6241,7 +6246,7 @@ "html": "Let params be the parameters associated with value.
" }, { - "html": "If params[\"debug-reporting
\"] exists and params[\"debug-reporting
\"] is a boolean,\n set debugReporting to params[\"debug-reporting
\"].
If params[\"debug-reporting
\"] exists and params[\"debug-reporting
\"] is a boolean,\n set debugReporting to params[\"debug-reporting
\"].
Let registration be a new OS registration struct whose items are:
\nurl
\ndebugReporting
\nIf registrations is empty, return null.
" + "html": "If registrations is empty, return null.
" }, { "html": "Return registrations.
" @@ -6286,7 +6291,7 @@ "rationale": "assert", "steps": [ { - "html": "Assert: registrations is not empty.
" + "html": "Assert: registrations is not empty.
" }, { "html": "Let contextSite be the result of obtaining a site from contextOrigin.
" @@ -6305,7 +6310,7 @@ "html": "If origin is not suitable, continue.
" }, { - "html": "Let body be a new map with the following key/value pairs:
\ncontext_site
\"\n contextSite, serialized.
\nregistration_url
\"\n registration’s URL, serialized.
\nLet body be a new map with the following key/value pairs:
\ncontext_site
\"\n contextSite, serialized.
\nregistration_url
\"\n registration’s URL, serialized.
\nLet data be a new verbose debug data with the items:
\ndataType
\nbody
\nOtherwise,\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). \nOtherwise,\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. \nIn 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. \nIn 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: \nOtherwise,\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). \nOtherwise,\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. \nIn 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. \nIn 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: \nBaseline Alignment: All in-flow inline-level boxes in the line box are aligned to each other in the block axis according to dominant-baseline and vertical-align.\nThis is referred to as baseline alignment.\nThose with line-relative values for baseline-shift are assumed to be aligned so as to minimize the line box height.
" }, { - "html": "Content Size Contribution Calculation: The layout bounds (i.e. the size contributions)\nof each inline-level box in the line box are calculated:
\nContent Size Contribution Calculation: The layout bounds (i.e. the size contributions)\nof each inline-level box in the line box are calculated:
\nLine Box Sizing: The line box’s logical height is sized\nto exactly include the aligned layout bounds of all its inline-level boxes.
" diff --git a/ed/css/css-inline.json b/ed/css/css-inline.json index 4f972041f894..980da60a2bae 100644 --- a/ed/css/css-inline.json +++ b/ed/css/css-inline.json @@ -580,21 +580,21 @@ "values": [ { "name": "none", - "prose": "No special handling of the first/last line box when applied to a block container. When applied to an inline box, specifies that the over/under content edges coincide with the text-over/text-under baselines regardless of text-box-edge (which nonetheless still affects line box sizing).", + "prose": "No special handling of the first/last line box when applied to a block container. When applied to an inline box, specifies that the over/under content edges coincide with the text-over/text-under baselines regardless of text-box-edge.", "href": "https://drafts.csswg.org/css-inline-3/#valdef-text-box-trim-none", "type": "value", "value": "none" }, { "name": "trim-start", - "prose": "For block containers: trim the block-start side of the first formatted line to the corresponding text-box-edge metric of its root inline box. If there is no such line, or if there is intervening non-zero padding or borders, there is no effect. For inline boxes: trims the block-start side of the box to match its content edge to the metric specified by text-box-edge (treating leading as text).", + "prose": "For block containers: trim the block-start side of the first formatted line to the specified metric of its root inline box. If there is no such line, or if there is intervening non-zero padding or borders, there is no effect. For inline boxes: trims the block-start side of the box to match its content edge to the metric specified by text-box-edge.", "href": "https://drafts.csswg.org/css-inline-3/#valdef-text-box-trim-trim-start", "type": "value", "value": "trim-start" }, { "name": "trim-end", - "prose": "For block containers: trim the block-end side of the last formatted line to the corresponding text-box-edge metric of its root inline box. If there is no such line, or if there is intervening non-zero padding or borders, there is no effect. For inline boxes: trims the block-end side of the box to match its content edge to the metric specified by text-box-edge (treating leading as text).", + "prose": "For block containers: trim the block-end side of the last formatted line to the specified metric of its root inline box. If there is no such line, or if there is intervening non-zero padding or borders, there is no effect. For inline boxes: trims the block-end side of the box to match its content edge to the metric specified by text-box-edge.", "href": "https://drafts.csswg.org/css-inline-3/#valdef-text-box-trim-trim-end", "type": "value", "value": "trim-end" @@ -626,7 +626,7 @@ "values": [ { "name": "auto", - "prose": "This property specifies the metrics to use for text-box-trim effects. Values have the same meanings as for line-fit-edge; the auto keyword computes to the value of line-fit-edge, interpreting leading (the initial value) as text.", + "prose": "This property specifies the metrics to use for text-box-trim effects. Values have the same meanings as for line-fit-edge; the auto keyword uses the value of line-fit-edge on the root inline of the the affected line box, interpreting leading (the initial value) as text.", "href": "https://drafts.csswg.org/css-inline-3/#valdef-text-box-edge-auto", "type": "value", "value": "auto" diff --git a/ed/dfns/attribution-reporting-api.json b/ed/dfns/attribution-reporting-api.json index f1919d9abaef..74e1c13f7217 100644 --- a/ed/dfns/attribution-reporting-api.json +++ b/ed/dfns/attribution-reporting-api.json @@ -1395,6 +1395,88 @@ }, "definedIn": "dt" }, + { + "id": "attribution-scopes", + "href": "https://wicg.github.io/attribution-reporting-api/#attribution-scopes", + "linkingText": [ + "Attribution scopes" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "attribution-scopes", + "href": "https://wicg.github.io/attribution-reporting-api/#attribution-scopes", + "title": "Attribution scopes", + "number": "6.14" + }, + "definedIn": "heading" + }, + { + "id": "attribution-scopes-limit", + "href": "https://wicg.github.io/attribution-reporting-api/#attribution-scopes-limit", + "linkingText": [ + "limit" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "attribution scopes" + ], + "access": "private", + "informative": false, + "heading": { + "id": "attribution-scopes", + "href": "https://wicg.github.io/attribution-reporting-api/#attribution-scopes", + "title": "Attribution scopes", + "number": "6.14" + }, + "definedIn": "dt" + }, + { + "id": "attribution-scopes-values", + "href": "https://wicg.github.io/attribution-reporting-api/#attribution-scopes-values", + "linkingText": [ + "values" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "attribution scopes" + ], + "access": "private", + "informative": false, + "heading": { + "id": "attribution-scopes", + "href": "https://wicg.github.io/attribution-reporting-api/#attribution-scopes", + "title": "Attribution scopes", + "number": "6.14" + }, + "definedIn": "dt" + }, + { + "id": "attribution-scopes-max-event-states", + "href": "https://wicg.github.io/attribution-reporting-api/#attribution-scopes-max-event-states", + "linkingText": [ + "max event states" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "attribution scopes" + ], + "access": "private", + "informative": false, + "heading": { + "id": "attribution-scopes", + "href": "https://wicg.github.io/attribution-reporting-api/#attribution-scopes", + "title": "Attribution scopes", + "number": "6.14" + }, + "definedIn": "dt" + }, { "id": "attribution-source", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-source", @@ -1410,7 +1492,7 @@ "id": "attribution-source", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-source", "title": "Attribution source", - "number": "6.14" + "number": "6.15" }, "definedIn": "heading" }, @@ -1431,7 +1513,7 @@ "id": "attribution-source", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-source", "title": "Attribution source", - "number": "6.14" + "number": "6.15" }, "definedIn": "dt" }, @@ -1452,7 +1534,7 @@ "id": "attribution-source", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-source", "title": "Attribution source", - "number": "6.14" + "number": "6.15" }, "definedIn": "dt" }, @@ -1473,7 +1555,7 @@ "id": "attribution-source", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-source", "title": "Attribution source", - "number": "6.14" + "number": "6.15" }, "definedIn": "dt" }, @@ -1494,7 +1576,7 @@ "id": "attribution-source", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-source", "title": "Attribution source", - "number": "6.14" + "number": "6.15" }, "definedIn": "dt" }, @@ -1515,7 +1597,7 @@ "id": "attribution-source", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-source", "title": "Attribution source", - "number": "6.14" + "number": "6.15" }, "definedIn": "dt" }, @@ -1536,7 +1618,7 @@ "id": "attribution-source", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-source", "title": "Attribution source", - "number": "6.14" + "number": "6.15" }, "definedIn": "dt" }, @@ -1557,7 +1639,7 @@ "id": "attribution-source", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-source", "title": "Attribution source", - "number": "6.14" + "number": "6.15" }, "definedIn": "dt" }, @@ -1578,7 +1660,7 @@ "id": "attribution-source", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-source", "title": "Attribution source", - "number": "6.14" + "number": "6.15" }, "definedIn": "dt" }, @@ -1599,7 +1681,7 @@ "id": "attribution-source", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-source", "title": "Attribution source", - "number": "6.14" + "number": "6.15" }, "definedIn": "dt" }, @@ -1620,7 +1702,7 @@ "id": "attribution-source", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-source", "title": "Attribution source", - "number": "6.14" + "number": "6.15" }, "definedIn": "dt" }, @@ -1641,7 +1723,7 @@ "id": "attribution-source", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-source", "title": "Attribution source", - "number": "6.14" + "number": "6.15" }, "definedIn": "dt" }, @@ -1662,7 +1744,7 @@ "id": "attribution-source", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-source", "title": "Attribution source", - "number": "6.14" + "number": "6.15" }, "definedIn": "dt" }, @@ -1683,7 +1765,7 @@ "id": "attribution-source", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-source", "title": "Attribution source", - "number": "6.14" + "number": "6.15" }, "definedIn": "dt" }, @@ -1704,7 +1786,7 @@ "id": "attribution-source", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-source", "title": "Attribution source", - "number": "6.14" + "number": "6.15" }, "definedIn": "dt" }, @@ -1725,7 +1807,7 @@ "id": "attribution-source", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-source", "title": "Attribution source", - "number": "6.14" + "number": "6.15" }, "definedIn": "dt" }, @@ -1746,7 +1828,7 @@ "id": "attribution-source", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-source", "title": "Attribution source", - "number": "6.14" + "number": "6.15" }, "definedIn": "dt" }, @@ -1767,7 +1849,7 @@ "id": "attribution-source", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-source", "title": "Attribution source", - "number": "6.14" + "number": "6.15" }, "definedIn": "dt" }, @@ -1788,7 +1870,7 @@ "id": "attribution-source", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-source", "title": "Attribution source", - "number": "6.14" + "number": "6.15" }, "definedIn": "dt" }, @@ -1809,7 +1891,7 @@ "id": "attribution-source", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-source", "title": "Attribution source", - "number": "6.14" + "number": "6.15" }, "definedIn": "dt" }, @@ -1830,7 +1912,7 @@ "id": "attribution-source", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-source", "title": "Attribution source", - "number": "6.14" + "number": "6.15" }, "definedIn": "dt" }, @@ -1851,7 +1933,7 @@ "id": "attribution-source", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-source", "title": "Attribution source", - "number": "6.14" + "number": "6.15" }, "definedIn": "dt" }, @@ -1872,7 +1954,7 @@ "id": "attribution-source", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-source", "title": "Attribution source", - "number": "6.14" + "number": "6.15" }, "definedIn": "dt" }, @@ -1893,7 +1975,7 @@ "id": "attribution-source", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-source", "title": "Attribution source", - "number": "6.14" + "number": "6.15" }, "definedIn": "dt" }, @@ -1914,7 +1996,7 @@ "id": "attribution-source", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-source", "title": "Attribution source", - "number": "6.14" + "number": "6.15" }, "definedIn": "dt" }, @@ -1935,7 +2017,7 @@ "id": "attribution-source", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-source", "title": "Attribution source", - "number": "6.14" + "number": "6.15" }, "definedIn": "dt" }, @@ -1956,7 +2038,7 @@ "id": "attribution-source", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-source", "title": "Attribution source", - "number": "6.14" + "number": "6.15" }, "definedIn": "dt" }, @@ -1977,7 +2059,7 @@ "id": "attribution-source", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-source", "title": "Attribution source", - "number": "6.14" + "number": "6.15" }, "definedIn": "dt" }, @@ -1998,7 +2080,7 @@ "id": "attribution-source", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-source", "title": "Attribution source", - "number": "6.14" + "number": "6.15" }, "definedIn": "dt" }, @@ -2019,7 +2101,7 @@ "id": "attribution-source", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-source", "title": "Attribution source", - "number": "6.14" + "number": "6.15" }, "definedIn": "dt" }, @@ -2040,7 +2122,7 @@ "id": "attribution-source", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-source", "title": "Attribution source", - "number": "6.14" + "number": "6.15" }, "definedIn": "dt" }, @@ -2061,7 +2143,7 @@ "id": "attribution-source", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-source", "title": "Attribution source", - "number": "6.14" + "number": "6.15" }, "definedIn": "dt" }, @@ -2082,28 +2164,7 @@ "id": "attribution-source", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-source", "title": "Attribution source", - "number": "6.14" - }, - "definedIn": "dt" - }, - { - "id": "attribution-source-attribution-scope-limit", - "href": "https://wicg.github.io/attribution-reporting-api/#attribution-source-attribution-scope-limit", - "linkingText": [ - "attribution scope limit" - ], - "localLinkingText": [], - "type": "dfn", - "for": [ - "attribution source" - ], - "access": "private", - "informative": false, - "heading": { - "id": "attribution-source", - "href": "https://wicg.github.io/attribution-reporting-api/#attribution-source", - "title": "Attribution source", - "number": "6.14" + "number": "6.15" }, "definedIn": "dt" }, @@ -2124,28 +2185,7 @@ "id": "attribution-source", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-source", "title": "Attribution source", - "number": "6.14" - }, - "definedIn": "dt" - }, - { - "id": "attribution-source-max-event-states", - "href": "https://wicg.github.io/attribution-reporting-api/#attribution-source-max-event-states", - "linkingText": [ - "max event states" - ], - "localLinkingText": [], - "type": "dfn", - "for": [ - "attribution source" - ], - "access": "private", - "informative": false, - "heading": { - "id": "attribution-source", - "href": "https://wicg.github.io/attribution-reporting-api/#attribution-source", - "title": "Attribution source", - "number": "6.14" + "number": "6.15" }, "definedIn": "dt" }, @@ -2166,7 +2206,7 @@ "id": "attribution-source", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-source", "title": "Attribution source", - "number": "6.14" + "number": "6.15" }, "definedIn": "prose" }, @@ -2187,7 +2227,7 @@ "id": "attribution-source", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-source", "title": "Attribution source", - "number": "6.14" + "number": "6.15" }, "definedIn": "prose" }, @@ -2206,7 +2246,7 @@ "id": "aggregatable-trigger-data", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-trigger-data", "title": "Aggregatable trigger data", - "number": "6.15" + "number": "6.16" }, "definedIn": "heading" }, @@ -2227,7 +2267,7 @@ "id": "aggregatable-trigger-data", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-trigger-data", "title": "Aggregatable trigger data", - "number": "6.15" + "number": "6.16" }, "definedIn": "dt" }, @@ -2248,7 +2288,7 @@ "id": "aggregatable-trigger-data", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-trigger-data", "title": "Aggregatable trigger data", - "number": "6.15" + "number": "6.16" }, "definedIn": "dt" }, @@ -2269,7 +2309,7 @@ "id": "aggregatable-trigger-data", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-trigger-data", "title": "Aggregatable trigger data", - "number": "6.15" + "number": "6.16" }, "definedIn": "dt" }, @@ -2290,7 +2330,7 @@ "id": "aggregatable-trigger-data", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-trigger-data", "title": "Aggregatable trigger data", - "number": "6.15" + "number": "6.16" }, "definedIn": "dt" }, @@ -2309,7 +2349,7 @@ "id": "aggregatable-values-configuration", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-values-configuration", "title": "Aggregatable values configuration", - "number": "6.16" + "number": "6.17" }, "definedIn": "heading" }, @@ -2328,7 +2368,7 @@ "id": "aggregatable-values-configuration", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-values-configuration", "title": "Aggregatable values configuration", - "number": "6.16" + "number": "6.17" }, "definedIn": "prose" }, @@ -2349,7 +2389,7 @@ "id": "aggregatable-values-configuration", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-values-configuration", "title": "Aggregatable values configuration", - "number": "6.16" + "number": "6.17" }, "definedIn": "dt" }, @@ -2370,7 +2410,7 @@ "id": "aggregatable-values-configuration", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-values-configuration", "title": "Aggregatable values configuration", - "number": "6.16" + "number": "6.17" }, "definedIn": "dt" }, @@ -2391,7 +2431,7 @@ "id": "aggregatable-values-configuration", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-values-configuration", "title": "Aggregatable values configuration", - "number": "6.16" + "number": "6.17" }, "definedIn": "dt" }, @@ -2412,7 +2452,7 @@ "id": "aggregatable-values-configuration", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-values-configuration", "title": "Aggregatable values configuration", - "number": "6.16" + "number": "6.17" }, "definedIn": "dt" }, @@ -2433,7 +2473,7 @@ "id": "aggregatable-values-configuration", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-values-configuration", "title": "Aggregatable values configuration", - "number": "6.16" + "number": "6.17" }, "definedIn": "dt" }, @@ -2452,7 +2492,7 @@ "id": "aggregatable-dedup-key", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-dedup-key", "title": "Aggregatable dedup key", - "number": "6.17" + "number": "6.18" }, "definedIn": "heading" }, @@ -2473,7 +2513,7 @@ "id": "aggregatable-dedup-key", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-dedup-key", "title": "Aggregatable dedup key", - "number": "6.17" + "number": "6.18" }, "definedIn": "dt" }, @@ -2494,7 +2534,7 @@ "id": "aggregatable-dedup-key", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-dedup-key", "title": "Aggregatable dedup key", - "number": "6.17" + "number": "6.18" }, "definedIn": "dt" }, @@ -2515,7 +2555,7 @@ "id": "aggregatable-dedup-key", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-dedup-key", "title": "Aggregatable dedup key", - "number": "6.17" + "number": "6.18" }, "definedIn": "dt" }, @@ -2534,7 +2574,7 @@ "id": "event-level-trigger-configuration", "href": "https://wicg.github.io/attribution-reporting-api/#event-level-trigger-configuration", "title": "Event-level trigger configuration", - "number": "6.18" + "number": "6.19" }, "definedIn": "heading" }, @@ -2555,7 +2595,7 @@ "id": "event-level-trigger-configuration", "href": "https://wicg.github.io/attribution-reporting-api/#event-level-trigger-configuration", "title": "Event-level trigger configuration", - "number": "6.18" + "number": "6.19" }, "definedIn": "dt" }, @@ -2576,7 +2616,7 @@ "id": "event-level-trigger-configuration", "href": "https://wicg.github.io/attribution-reporting-api/#event-level-trigger-configuration", "title": "Event-level trigger configuration", - "number": "6.18" + "number": "6.19" }, "definedIn": "dt" }, @@ -2597,7 +2637,7 @@ "id": "event-level-trigger-configuration", "href": "https://wicg.github.io/attribution-reporting-api/#event-level-trigger-configuration", "title": "Event-level trigger configuration", - "number": "6.18" + "number": "6.19" }, "definedIn": "dt" }, @@ -2618,7 +2658,7 @@ "id": "event-level-trigger-configuration", "href": "https://wicg.github.io/attribution-reporting-api/#event-level-trigger-configuration", "title": "Event-level trigger configuration", - "number": "6.18" + "number": "6.19" }, "definedIn": "dt" }, @@ -2639,7 +2679,7 @@ "id": "event-level-trigger-configuration", "href": "https://wicg.github.io/attribution-reporting-api/#event-level-trigger-configuration", "title": "Event-level trigger configuration", - "number": "6.18" + "number": "6.19" }, "definedIn": "dt" }, @@ -2660,7 +2700,7 @@ "id": "event-level-trigger-configuration", "href": "https://wicg.github.io/attribution-reporting-api/#event-level-trigger-configuration", "title": "Event-level trigger configuration", - "number": "6.18" + "number": "6.19" }, "definedIn": "dt" }, @@ -2679,7 +2719,7 @@ "id": "aggregation-coordinator-header", "href": "https://wicg.github.io/attribution-reporting-api/#aggregation-coordinator-header", "title": "Aggregation coordinator", - "number": "6.19" + "number": "6.20" }, "definedIn": "prose" }, @@ -2698,7 +2738,7 @@ "id": "aggregatable-source-registration-time-configuration-header", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-source-registration-time-configuration-header", "title": "Aggregatable source registration time configuration", - "number": "6.20" + "number": "6.21" }, "definedIn": "prose" }, @@ -2719,7 +2759,7 @@ "id": "aggregatable-source-registration-time-configuration-header", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-source-registration-time-configuration-header", "title": "Aggregatable source registration time configuration", - "number": "6.20" + "number": "6.21" }, "definedIn": "dt" }, @@ -2740,7 +2780,7 @@ "id": "aggregatable-source-registration-time-configuration-header", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-source-registration-time-configuration-header", "title": "Aggregatable source registration time configuration", - "number": "6.20" + "number": "6.21" }, "definedIn": "dt" }, @@ -2759,7 +2799,7 @@ "id": "attribution-trigger", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-trigger", "title": "Attribution trigger", - "number": "6.21" + "number": "6.22" }, "definedIn": "heading" }, @@ -2780,7 +2820,7 @@ "id": "attribution-trigger", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-trigger", "title": "Attribution trigger", - "number": "6.21" + "number": "6.22" }, "definedIn": "dt" }, @@ -2801,7 +2841,7 @@ "id": "attribution-trigger", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-trigger", "title": "Attribution trigger", - "number": "6.21" + "number": "6.22" }, "definedIn": "dt" }, @@ -2822,7 +2862,7 @@ "id": "attribution-trigger", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-trigger", "title": "Attribution trigger", - "number": "6.21" + "number": "6.22" }, "definedIn": "dt" }, @@ -2843,7 +2883,7 @@ "id": "attribution-trigger", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-trigger", "title": "Attribution trigger", - "number": "6.21" + "number": "6.22" }, "definedIn": "dt" }, @@ -2864,7 +2904,7 @@ "id": "attribution-trigger", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-trigger", "title": "Attribution trigger", - "number": "6.21" + "number": "6.22" }, "definedIn": "dt" }, @@ -2885,7 +2925,7 @@ "id": "attribution-trigger", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-trigger", "title": "Attribution trigger", - "number": "6.21" + "number": "6.22" }, "definedIn": "dt" }, @@ -2906,7 +2946,7 @@ "id": "attribution-trigger", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-trigger", "title": "Attribution trigger", - "number": "6.21" + "number": "6.22" }, "definedIn": "dt" }, @@ -2927,7 +2967,7 @@ "id": "attribution-trigger", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-trigger", "title": "Attribution trigger", - "number": "6.21" + "number": "6.22" }, "definedIn": "dt" }, @@ -2948,7 +2988,7 @@ "id": "attribution-trigger", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-trigger", "title": "Attribution trigger", - "number": "6.21" + "number": "6.22" }, "definedIn": "dt" }, @@ -2969,7 +3009,7 @@ "id": "attribution-trigger", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-trigger", "title": "Attribution trigger", - "number": "6.21" + "number": "6.22" }, "definedIn": "dt" }, @@ -2990,7 +3030,7 @@ "id": "attribution-trigger", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-trigger", "title": "Attribution trigger", - "number": "6.21" + "number": "6.22" }, "definedIn": "dt" }, @@ -3011,7 +3051,7 @@ "id": "attribution-trigger", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-trigger", "title": "Attribution trigger", - "number": "6.21" + "number": "6.22" }, "definedIn": "dt" }, @@ -3032,7 +3072,7 @@ "id": "attribution-trigger", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-trigger", "title": "Attribution trigger", - "number": "6.21" + "number": "6.22" }, "definedIn": "dt" }, @@ -3053,7 +3093,7 @@ "id": "attribution-trigger", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-trigger", "title": "Attribution trigger", - "number": "6.21" + "number": "6.22" }, "definedIn": "dt" }, @@ -3074,7 +3114,7 @@ "id": "attribution-trigger", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-trigger", "title": "Attribution trigger", - "number": "6.21" + "number": "6.22" }, "definedIn": "dt" }, @@ -3095,7 +3135,7 @@ "id": "attribution-trigger", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-trigger", "title": "Attribution trigger", - "number": "6.21" + "number": "6.22" }, "definedIn": "dt" }, @@ -3116,7 +3156,7 @@ "id": "attribution-trigger", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-trigger", "title": "Attribution trigger", - "number": "6.21" + "number": "6.22" }, "definedIn": "dt" }, @@ -3137,7 +3177,7 @@ "id": "attribution-trigger", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-trigger", "title": "Attribution trigger", - "number": "6.21" + "number": "6.22" }, "definedIn": "dt" }, @@ -3156,7 +3196,7 @@ "id": "attribution-report", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-report", "title": "Attribution report", - "number": "6.22" + "number": "6.23" }, "definedIn": "heading" }, @@ -3181,7 +3221,7 @@ "id": "attribution-report", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-report", "title": "Attribution report", - "number": "6.22" + "number": "6.23" }, "definedIn": "dt" }, @@ -3206,7 +3246,7 @@ "id": "attribution-report", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-report", "title": "Attribution report", - "number": "6.22" + "number": "6.23" }, "definedIn": "dt" }, @@ -3231,7 +3271,7 @@ "id": "attribution-report", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-report", "title": "Attribution report", - "number": "6.22" + "number": "6.23" }, "definedIn": "dt" }, @@ -3250,7 +3290,7 @@ "id": "attribution-report", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-report", "title": "Attribution report", - "number": "6.22" + "number": "6.23" }, "definedIn": "prose" }, @@ -3271,7 +3311,7 @@ "id": "attribution-report", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-report", "title": "Attribution report", - "number": "6.22" + "number": "6.23" }, "definedIn": "dt" }, @@ -3292,7 +3332,7 @@ "id": "attribution-report", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-report", "title": "Attribution report", - "number": "6.22" + "number": "6.23" }, "definedIn": "dt" }, @@ -3311,7 +3351,7 @@ "id": "event-level-report", "href": "https://wicg.github.io/attribution-reporting-api/#event-level-report", "title": "Event-level report", - "number": "6.23" + "number": "6.24" }, "definedIn": "heading" }, @@ -3332,7 +3372,7 @@ "id": "event-level-report", "href": "https://wicg.github.io/attribution-reporting-api/#event-level-report", "title": "Event-level report", - "number": "6.23" + "number": "6.24" }, "definedIn": "dt" }, @@ -3353,7 +3393,7 @@ "id": "event-level-report", "href": "https://wicg.github.io/attribution-reporting-api/#event-level-report", "title": "Event-level report", - "number": "6.23" + "number": "6.24" }, "definedIn": "dt" }, @@ -3374,7 +3414,7 @@ "id": "event-level-report", "href": "https://wicg.github.io/attribution-reporting-api/#event-level-report", "title": "Event-level report", - "number": "6.23" + "number": "6.24" }, "definedIn": "dt" }, @@ -3395,7 +3435,7 @@ "id": "event-level-report", "href": "https://wicg.github.io/attribution-reporting-api/#event-level-report", "title": "Event-level report", - "number": "6.23" + "number": "6.24" }, "definedIn": "dt" }, @@ -3416,7 +3456,7 @@ "id": "event-level-report", "href": "https://wicg.github.io/attribution-reporting-api/#event-level-report", "title": "Event-level report", - "number": "6.23" + "number": "6.24" }, "definedIn": "dt" }, @@ -3437,7 +3477,7 @@ "id": "event-level-report", "href": "https://wicg.github.io/attribution-reporting-api/#event-level-report", "title": "Event-level report", - "number": "6.23" + "number": "6.24" }, "definedIn": "dt" }, @@ -3458,7 +3498,7 @@ "id": "event-level-report", "href": "https://wicg.github.io/attribution-reporting-api/#event-level-report", "title": "Event-level report", - "number": "6.23" + "number": "6.24" }, "definedIn": "dt" }, @@ -3479,7 +3519,7 @@ "id": "event-level-report", "href": "https://wicg.github.io/attribution-reporting-api/#event-level-report", "title": "Event-level report", - "number": "6.23" + "number": "6.24" }, "definedIn": "dt" }, @@ -3500,7 +3540,7 @@ "id": "event-level-report", "href": "https://wicg.github.io/attribution-reporting-api/#event-level-report", "title": "Event-level report", - "number": "6.23" + "number": "6.24" }, "definedIn": "dt" }, @@ -3519,7 +3559,7 @@ "id": "aggregatable-report-header", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-report-header", "title": "Aggregatable report", - "number": "6.24" + "number": "6.25" }, "definedIn": "prose" }, @@ -3540,7 +3580,7 @@ "id": "aggregatable-report-header", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-report-header", "title": "Aggregatable report", - "number": "6.24" + "number": "6.25" }, "definedIn": "dt" }, @@ -3561,7 +3601,7 @@ "id": "aggregatable-report-header", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-report-header", "title": "Aggregatable report", - "number": "6.24" + "number": "6.25" }, "definedIn": "dt" }, @@ -3582,7 +3622,7 @@ "id": "aggregatable-report-header", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-report-header", "title": "Aggregatable report", - "number": "6.24" + "number": "6.25" }, "definedIn": "dt" }, @@ -3601,7 +3641,7 @@ "id": "aggregatable-report-header", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-report-header", "title": "Aggregatable report", - "number": "6.24" + "number": "6.25" }, "definedIn": "prose" }, @@ -3624,7 +3664,7 @@ "id": "aggregatable-report-header", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-report-header", "title": "Aggregatable report", - "number": "6.24" + "number": "6.25" }, "definedIn": "dt" }, @@ -3647,7 +3687,7 @@ "id": "aggregatable-report-header", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-report-header", "title": "Aggregatable report", - "number": "6.24" + "number": "6.25" }, "definedIn": "dt" }, @@ -3670,7 +3710,7 @@ "id": "aggregatable-report-header", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-report-header", "title": "Aggregatable report", - "number": "6.24" + "number": "6.25" }, "definedIn": "dt" }, @@ -3689,7 +3729,7 @@ "id": "aggregatable-report-header", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-report-header", "title": "Aggregatable report", - "number": "6.24" + "number": "6.25" }, "definedIn": "prose" }, @@ -3710,7 +3750,7 @@ "id": "aggregatable-report-header", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-report-header", "title": "Aggregatable report", - "number": "6.24" + "number": "6.25" }, "definedIn": "dt" }, @@ -3731,7 +3771,7 @@ "id": "aggregatable-report-header", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-report-header", "title": "Aggregatable report", - "number": "6.24" + "number": "6.25" }, "definedIn": "dt" }, @@ -3752,7 +3792,7 @@ "id": "aggregatable-report-header", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-report-header", "title": "Aggregatable report", - "number": "6.24" + "number": "6.25" }, "definedIn": "dt" }, @@ -3773,7 +3813,7 @@ "id": "aggregatable-report-header", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-report-header", "title": "Aggregatable report", - "number": "6.24" + "number": "6.25" }, "definedIn": "dt" }, @@ -3794,7 +3834,7 @@ "id": "aggregatable-report-header", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-report-header", "title": "Aggregatable report", - "number": "6.24" + "number": "6.25" }, "definedIn": "dt" }, @@ -3815,7 +3855,7 @@ "id": "aggregatable-report-header", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-report-header", "title": "Aggregatable report", - "number": "6.24" + "number": "6.25" }, "definedIn": "dt" }, @@ -3836,7 +3876,7 @@ "id": "aggregatable-report-header", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-report-header", "title": "Aggregatable report", - "number": "6.24" + "number": "6.25" }, "definedIn": "dt" }, @@ -3855,7 +3895,7 @@ "id": "aggregatable-report-header", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-report-header", "title": "Aggregatable report", - "number": "6.24" + "number": "6.25" }, "definedIn": "prose" }, @@ -3874,7 +3914,7 @@ "id": "attribution-rate-limits", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-rate-limits", "title": "Attribution rate-limits", - "number": "6.25" + "number": "6.26" }, "definedIn": "prose" }, @@ -3895,7 +3935,7 @@ "id": "attribution-rate-limits", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-rate-limits", "title": "Attribution rate-limits", - "number": "6.25" + "number": "6.26" }, "definedIn": "prose" }, @@ -3916,7 +3956,7 @@ "id": "attribution-rate-limits", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-rate-limits", "title": "Attribution rate-limits", - "number": "6.25" + "number": "6.26" }, "definedIn": "prose" }, @@ -3937,7 +3977,7 @@ "id": "attribution-rate-limits", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-rate-limits", "title": "Attribution rate-limits", - "number": "6.25" + "number": "6.26" }, "definedIn": "prose" }, @@ -3956,7 +3996,7 @@ "id": "attribution-rate-limits", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-rate-limits", "title": "Attribution rate-limits", - "number": "6.25" + "number": "6.26" }, "definedIn": "prose" }, @@ -3977,7 +4017,7 @@ "id": "attribution-rate-limits", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-rate-limits", "title": "Attribution rate-limits", - "number": "6.25" + "number": "6.26" }, "definedIn": "dt" }, @@ -3998,7 +4038,7 @@ "id": "attribution-rate-limits", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-rate-limits", "title": "Attribution rate-limits", - "number": "6.25" + "number": "6.26" }, "definedIn": "dt" }, @@ -4019,7 +4059,7 @@ "id": "attribution-rate-limits", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-rate-limits", "title": "Attribution rate-limits", - "number": "6.25" + "number": "6.26" }, "definedIn": "dt" }, @@ -4040,7 +4080,7 @@ "id": "attribution-rate-limits", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-rate-limits", "title": "Attribution rate-limits", - "number": "6.25" + "number": "6.26" }, "definedIn": "dt" }, @@ -4061,7 +4101,7 @@ "id": "attribution-rate-limits", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-rate-limits", "title": "Attribution rate-limits", - "number": "6.25" + "number": "6.26" }, "definedIn": "dt" }, @@ -4082,7 +4122,7 @@ "id": "attribution-rate-limits", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-rate-limits", "title": "Attribution rate-limits", - "number": "6.25" + "number": "6.26" }, "definedIn": "dt" }, @@ -4103,7 +4143,7 @@ "id": "attribution-rate-limits", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-rate-limits", "title": "Attribution rate-limits", - "number": "6.25" + "number": "6.26" }, "definedIn": "dt" }, @@ -4124,7 +4164,7 @@ "id": "attribution-rate-limits", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-rate-limits", "title": "Attribution rate-limits", - "number": "6.25" + "number": "6.26" }, "definedIn": "dt" }, @@ -4145,7 +4185,7 @@ "id": "attribution-rate-limits", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-rate-limits", "title": "Attribution rate-limits", - "number": "6.25" + "number": "6.26" }, "definedIn": "dt" }, @@ -4164,7 +4204,7 @@ "id": "aggregatable-debug-rate-limits", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-debug-rate-limits", "title": "Aggregatable debug rate-limits", - "number": "6.26" + "number": "6.27" }, "definedIn": "prose" }, @@ -4185,7 +4225,7 @@ "id": "aggregatable-debug-rate-limits", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-debug-rate-limits", "title": "Aggregatable debug rate-limits", - "number": "6.26" + "number": "6.27" }, "definedIn": "dt" }, @@ -4206,7 +4246,7 @@ "id": "aggregatable-debug-rate-limits", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-debug-rate-limits", "title": "Aggregatable debug rate-limits", - "number": "6.26" + "number": "6.27" }, "definedIn": "dt" }, @@ -4227,7 +4267,7 @@ "id": "aggregatable-debug-rate-limits", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-debug-rate-limits", "title": "Aggregatable debug rate-limits", - "number": "6.26" + "number": "6.27" }, "definedIn": "dt" }, @@ -4248,7 +4288,7 @@ "id": "aggregatable-debug-rate-limits", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-debug-rate-limits", "title": "Aggregatable debug rate-limits", - "number": "6.26" + "number": "6.27" }, "definedIn": "dt" }, @@ -4267,7 +4307,7 @@ "id": "attribution-debug-data-header", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-debug-data-header", "title": "Attribution debug data", - "number": "6.27" + "number": "6.28" }, "definedIn": "prose" }, @@ -4286,7 +4326,7 @@ "id": "attribution-debug-data-header", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-debug-data-header", "title": "Attribution debug data", - "number": "6.27" + "number": "6.28" }, "definedIn": "prose" }, @@ -4307,7 +4347,7 @@ "id": "attribution-debug-data-header", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-debug-data-header", "title": "Attribution debug data", - "number": "6.27" + "number": "6.28" }, "definedIn": "prose" }, @@ -4328,7 +4368,7 @@ "id": "attribution-debug-data-header", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-debug-data-header", "title": "Attribution debug data", - "number": "6.27" + "number": "6.28" }, "definedIn": "prose" }, @@ -4349,7 +4389,7 @@ "id": "attribution-debug-data-header", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-debug-data-header", "title": "Attribution debug data", - "number": "6.27" + "number": "6.28" }, "definedIn": "prose" }, @@ -4370,7 +4410,7 @@ "id": "attribution-debug-data-header", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-debug-data-header", "title": "Attribution debug data", - "number": "6.27" + "number": "6.28" }, "definedIn": "prose" }, @@ -4391,7 +4431,7 @@ "id": "attribution-debug-data-header", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-debug-data-header", "title": "Attribution debug data", - "number": "6.27" + "number": "6.28" }, "definedIn": "prose" }, @@ -4412,7 +4452,7 @@ "id": "attribution-debug-data-header", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-debug-data-header", "title": "Attribution debug data", - "number": "6.27" + "number": "6.28" }, "definedIn": "prose" }, @@ -4433,7 +4473,7 @@ "id": "attribution-debug-data-header", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-debug-data-header", "title": "Attribution debug data", - "number": "6.27" + "number": "6.28" }, "definedIn": "prose" }, @@ -4454,7 +4494,7 @@ "id": "attribution-debug-data-header", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-debug-data-header", "title": "Attribution debug data", - "number": "6.27" + "number": "6.28" }, "definedIn": "prose" }, @@ -4475,7 +4515,7 @@ "id": "attribution-debug-data-header", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-debug-data-header", "title": "Attribution debug data", - "number": "6.27" + "number": "6.28" }, "definedIn": "prose" }, @@ -4496,7 +4536,7 @@ "id": "attribution-debug-data-header", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-debug-data-header", "title": "Attribution debug data", - "number": "6.27" + "number": "6.28" }, "definedIn": "prose" }, @@ -4517,7 +4557,7 @@ "id": "attribution-debug-data-header", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-debug-data-header", "title": "Attribution debug data", - "number": "6.27" + "number": "6.28" }, "definedIn": "prose" }, @@ -4538,7 +4578,7 @@ "id": "attribution-debug-data-header", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-debug-data-header", "title": "Attribution debug data", - "number": "6.27" + "number": "6.28" }, "definedIn": "prose" }, @@ -4559,7 +4599,7 @@ "id": "attribution-debug-data-header", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-debug-data-header", "title": "Attribution debug data", - "number": "6.27" + "number": "6.28" }, "definedIn": "prose" }, @@ -4578,7 +4618,7 @@ "id": "attribution-debug-data-header", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-debug-data-header", "title": "Attribution debug data", - "number": "6.27" + "number": "6.28" }, "definedIn": "prose" }, @@ -4599,7 +4639,7 @@ "id": "attribution-debug-data-header", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-debug-data-header", "title": "Attribution debug data", - "number": "6.27" + "number": "6.28" }, "definedIn": "prose" }, @@ -4620,7 +4660,7 @@ "id": "attribution-debug-data-header", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-debug-data-header", "title": "Attribution debug data", - "number": "6.27" + "number": "6.28" }, "definedIn": "prose" }, @@ -4641,7 +4681,7 @@ "id": "attribution-debug-data-header", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-debug-data-header", "title": "Attribution debug data", - "number": "6.27" + "number": "6.28" }, "definedIn": "prose" }, @@ -4662,7 +4702,7 @@ "id": "attribution-debug-data-header", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-debug-data-header", "title": "Attribution debug data", - "number": "6.27" + "number": "6.28" }, "definedIn": "prose" }, @@ -4683,7 +4723,7 @@ "id": "attribution-debug-data-header", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-debug-data-header", "title": "Attribution debug data", - "number": "6.27" + "number": "6.28" }, "definedIn": "prose" }, @@ -4704,7 +4744,7 @@ "id": "attribution-debug-data-header", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-debug-data-header", "title": "Attribution debug data", - "number": "6.27" + "number": "6.28" }, "definedIn": "prose" }, @@ -4725,7 +4765,7 @@ "id": "attribution-debug-data-header", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-debug-data-header", "title": "Attribution debug data", - "number": "6.27" + "number": "6.28" }, "definedIn": "prose" }, @@ -4746,7 +4786,7 @@ "id": "attribution-debug-data-header", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-debug-data-header", "title": "Attribution debug data", - "number": "6.27" + "number": "6.28" }, "definedIn": "prose" }, @@ -4767,7 +4807,7 @@ "id": "attribution-debug-data-header", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-debug-data-header", "title": "Attribution debug data", - "number": "6.27" + "number": "6.28" }, "definedIn": "prose" }, @@ -4788,7 +4828,7 @@ "id": "attribution-debug-data-header", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-debug-data-header", "title": "Attribution debug data", - "number": "6.27" + "number": "6.28" }, "definedIn": "prose" }, @@ -4809,7 +4849,7 @@ "id": "attribution-debug-data-header", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-debug-data-header", "title": "Attribution debug data", - "number": "6.27" + "number": "6.28" }, "definedIn": "prose" }, @@ -4830,7 +4870,7 @@ "id": "attribution-debug-data-header", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-debug-data-header", "title": "Attribution debug data", - "number": "6.27" + "number": "6.28" }, "definedIn": "prose" }, @@ -4851,7 +4891,7 @@ "id": "attribution-debug-data-header", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-debug-data-header", "title": "Attribution debug data", - "number": "6.27" + "number": "6.28" }, "definedIn": "prose" }, @@ -4872,7 +4912,7 @@ "id": "attribution-debug-data-header", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-debug-data-header", "title": "Attribution debug data", - "number": "6.27" + "number": "6.28" }, "definedIn": "prose" }, @@ -4893,7 +4933,7 @@ "id": "attribution-debug-data-header", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-debug-data-header", "title": "Attribution debug data", - "number": "6.27" + "number": "6.28" }, "definedIn": "prose" }, @@ -4914,7 +4954,7 @@ "id": "attribution-debug-data-header", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-debug-data-header", "title": "Attribution debug data", - "number": "6.27" + "number": "6.28" }, "definedIn": "prose" }, @@ -4935,7 +4975,7 @@ "id": "attribution-debug-data-header", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-debug-data-header", "title": "Attribution debug data", - "number": "6.27" + "number": "6.28" }, "definedIn": "prose" }, @@ -4956,7 +4996,7 @@ "id": "attribution-debug-data-header", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-debug-data-header", "title": "Attribution debug data", - "number": "6.27" + "number": "6.28" }, "definedIn": "prose" }, @@ -4977,7 +5017,7 @@ "id": "attribution-debug-data-header", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-debug-data-header", "title": "Attribution debug data", - "number": "6.27" + "number": "6.28" }, "definedIn": "prose" }, @@ -4998,7 +5038,7 @@ "id": "attribution-debug-data-header", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-debug-data-header", "title": "Attribution debug data", - "number": "6.27" + "number": "6.28" }, "definedIn": "prose" }, @@ -5019,7 +5059,7 @@ "id": "attribution-debug-data-header", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-debug-data-header", "title": "Attribution debug data", - "number": "6.27" + "number": "6.28" }, "definedIn": "prose" }, @@ -5038,7 +5078,7 @@ "id": "attribution-debug-data-header", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-debug-data-header", "title": "Attribution debug data", - "number": "6.27" + "number": "6.28" }, "definedIn": "prose" }, @@ -5059,7 +5099,7 @@ "id": "attribution-debug-data-header", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-debug-data-header", "title": "Attribution debug data", - "number": "6.27" + "number": "6.28" }, "definedIn": "prose" }, @@ -5080,7 +5120,7 @@ "id": "attribution-debug-data-header", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-debug-data-header", "title": "Attribution debug data", - "number": "6.27" + "number": "6.28" }, "definedIn": "prose" }, @@ -5099,7 +5139,7 @@ "id": "attribution-debug-data-header", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-debug-data-header", "title": "Attribution debug data", - "number": "6.27" + "number": "6.28" }, "definedIn": "prose" }, @@ -5120,7 +5160,7 @@ "id": "attribution-debug-data-header", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-debug-data-header", "title": "Attribution debug data", - "number": "6.27" + "number": "6.28" }, "definedIn": "prose" }, @@ -5139,7 +5179,7 @@ "id": "verbose-debug-report", "href": "https://wicg.github.io/attribution-reporting-api/#verbose-debug-report", "title": "Verbose debug report", - "number": "6.28" + "number": "6.29" }, "definedIn": "heading" }, @@ -5158,7 +5198,7 @@ "id": "verbose-debug-report", "href": "https://wicg.github.io/attribution-reporting-api/#verbose-debug-report", "title": "Verbose debug report", - "number": "6.28" + "number": "6.29" }, "definedIn": "prose" }, @@ -5179,7 +5219,7 @@ "id": "verbose-debug-report", "href": "https://wicg.github.io/attribution-reporting-api/#verbose-debug-report", "title": "Verbose debug report", - "number": "6.28" + "number": "6.29" }, "definedIn": "dt" }, @@ -5200,7 +5240,7 @@ "id": "verbose-debug-report", "href": "https://wicg.github.io/attribution-reporting-api/#verbose-debug-report", "title": "Verbose debug report", - "number": "6.28" + "number": "6.29" }, "definedIn": "dt" }, @@ -5221,7 +5261,7 @@ "id": "verbose-debug-report", "href": "https://wicg.github.io/attribution-reporting-api/#verbose-debug-report", "title": "Verbose debug report", - "number": "6.28" + "number": "6.29" }, "definedIn": "dt" }, @@ -5242,7 +5282,7 @@ "id": "verbose-debug-report", "href": "https://wicg.github.io/attribution-reporting-api/#verbose-debug-report", "title": "Verbose debug report", - "number": "6.28" + "number": "6.29" }, "definedIn": "dt" }, @@ -5261,7 +5301,7 @@ "id": "triggering-result", "href": "https://wicg.github.io/attribution-reporting-api/#triggering-result", "title": "Triggering result", - "number": "6.29" + "number": "6.30" }, "definedIn": "heading" }, @@ -5280,7 +5320,7 @@ "id": "triggering-result", "href": "https://wicg.github.io/attribution-reporting-api/#triggering-result", "title": "Triggering result", - "number": "6.29" + "number": "6.30" }, "definedIn": "prose" }, @@ -5301,7 +5341,7 @@ "id": "triggering-result", "href": "https://wicg.github.io/attribution-reporting-api/#triggering-result", "title": "Triggering result", - "number": "6.29" + "number": "6.30" }, "definedIn": "prose" }, @@ -5322,7 +5362,7 @@ "id": "triggering-result", "href": "https://wicg.github.io/attribution-reporting-api/#triggering-result", "title": "Triggering result", - "number": "6.29" + "number": "6.30" }, "definedIn": "prose" }, @@ -5343,7 +5383,7 @@ "id": "triggering-result", "href": "https://wicg.github.io/attribution-reporting-api/#triggering-result", "title": "Triggering result", - "number": "6.29" + "number": "6.30" }, "definedIn": "prose" }, @@ -5362,7 +5402,7 @@ "id": "triggering-result", "href": "https://wicg.github.io/attribution-reporting-api/#triggering-result", "title": "Triggering result", - "number": "6.29" + "number": "6.30" }, "definedIn": "prose" }, @@ -5383,7 +5423,7 @@ "id": "triggering-result", "href": "https://wicg.github.io/attribution-reporting-api/#triggering-result", "title": "Triggering result", - "number": "6.29" + "number": "6.30" }, "definedIn": "dt" }, @@ -5404,7 +5444,7 @@ "id": "triggering-result", "href": "https://wicg.github.io/attribution-reporting-api/#triggering-result", "title": "Triggering result", - "number": "6.29" + "number": "6.30" }, "definedIn": "dt" }, @@ -5425,7 +5465,7 @@ "id": "triggering-result", "href": "https://wicg.github.io/attribution-reporting-api/#triggering-result", "title": "Triggering result", - "number": "6.29" + "number": "6.30" }, "definedIn": "dt" }, @@ -5446,7 +5486,7 @@ "id": "triggering-result", "href": "https://wicg.github.io/attribution-reporting-api/#triggering-result", "title": "Triggering result", - "number": "6.29" + "number": "6.30" }, "definedIn": "dt" }, @@ -5465,7 +5505,7 @@ "id": "destination-rate-limit-result", "href": "https://wicg.github.io/attribution-reporting-api/#destination-rate-limit-result", "title": "Destination rate-limit result", - "number": "6.30" + "number": "6.31" }, "definedIn": "heading" }, @@ -5486,7 +5526,7 @@ "id": "destination-rate-limit-result", "href": "https://wicg.github.io/attribution-reporting-api/#destination-rate-limit-result", "title": "Destination rate-limit result", - "number": "6.30" + "number": "6.31" }, "definedIn": "prose" }, @@ -5507,7 +5547,7 @@ "id": "destination-rate-limit-result", "href": "https://wicg.github.io/attribution-reporting-api/#destination-rate-limit-result", "title": "Destination rate-limit result", - "number": "6.30" + "number": "6.31" }, "definedIn": "prose" }, @@ -5528,7 +5568,7 @@ "id": "destination-rate-limit-result", "href": "https://wicg.github.io/attribution-reporting-api/#destination-rate-limit-result", "title": "Destination rate-limit result", - "number": "6.30" + "number": "6.31" }, "definedIn": "prose" }, @@ -7615,31 +7655,10 @@ "definedIn": "prose" }, { - "id": "source-registration-json-key-budget", - "href": "https://wicg.github.io/attribution-reporting-api/#source-registration-json-key-budget", - "linkingText": [ - "budget" - ], - "localLinkingText": [], - "type": "dfn", - "for": [ - "source-registration JSON key" - ], - "access": "private", - "informative": false, - "heading": { - "id": "parsing-source-registration", - "href": "https://wicg.github.io/attribution-reporting-api/#parsing-source-registration", - "title": "Parsing source-registration JSON", - "number": "11.3" - }, - "definedIn": "prose" - }, - { - "id": "source-registration-json-key-attribution_scope_limit", - "href": "https://wicg.github.io/attribution-reporting-api/#source-registration-json-key-attribution_scope_limit", + "id": "source-registration-json-key-attribution_scopes", + "href": "https://wicg.github.io/attribution-reporting-api/#source-registration-json-key-attribution_scopes", "linkingText": [ - "attribution_scope_limit" + "attribution_scopes" ], "localLinkingText": [], "type": "dfn", @@ -7657,10 +7676,10 @@ "definedIn": "prose" }, { - "id": "source-registration-json-key-attribution_scopes", - "href": "https://wicg.github.io/attribution-reporting-api/#source-registration-json-key-attribution_scopes", + "id": "source-registration-json-key-budget", + "href": "https://wicg.github.io/attribution-reporting-api/#source-registration-json-key-budget", "linkingText": [ - "attribution_scopes" + "budget" ], "localLinkingText": [], "type": "dfn", @@ -7887,6 +7906,27 @@ }, "definedIn": "prose" }, + { + "id": "source-registration-json-key-limit", + "href": "https://wicg.github.io/attribution-reporting-api/#source-registration-json-key-limit", + "linkingText": [ + "limit" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "source-registration JSON key" + ], + "access": "private", + "informative": false, + "heading": { + "id": "parsing-source-registration", + "href": "https://wicg.github.io/attribution-reporting-api/#parsing-source-registration", + "title": "Parsing source-registration JSON", + "number": "11.3" + }, + "definedIn": "prose" + }, { "id": "source-registration-json-key-max_event_level_reports", "href": "https://wicg.github.io/attribution-reporting-api/#source-registration-json-key-max_event_level_reports", @@ -8097,6 +8137,27 @@ }, "definedIn": "prose" }, + { + "id": "source-registration-json-key-values", + "href": "https://wicg.github.io/attribution-reporting-api/#source-registration-json-key-values", + "linkingText": [ + "values" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "source-registration JSON key" + ], + "access": "private", + "informative": false, + "heading": { + "id": "parsing-source-registration", + "href": "https://wicg.github.io/attribution-reporting-api/#parsing-source-registration", + "title": "Parsing source-registration JSON", + "number": "11.3" + }, + "definedIn": "prose" + }, { "id": "parse-an-attribution-destination", "href": "https://wicg.github.io/attribution-reporting-api/#parse-an-attribution-destination", @@ -8344,6 +8405,25 @@ }, "definedIn": "prose" }, + { + "id": "parse-attribution-scopes", + "href": "https://wicg.github.io/attribution-reporting-api/#parse-attribution-scopes", + "linkingText": [ + "parse attribution scopes" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "private", + "informative": false, + "heading": { + "id": "parsing-source-registration", + "href": "https://wicg.github.io/attribution-reporting-api/#parsing-source-registration", + "title": "Parsing source-registration JSON", + "number": "11.3" + }, + "definedIn": "prose" + }, { "id": "parse-max-event-states", "href": "https://wicg.github.io/attribution-reporting-api/#parse-max-event-states", @@ -8364,10 +8444,10 @@ "definedIn": "prose" }, { - "id": "parse-attribution-scopes-for-source", - "href": "https://wicg.github.io/attribution-reporting-api/#parse-attribution-scopes-for-source", + "id": "parse-attribution-scope-values-for-source", + "href": "https://wicg.github.io/attribution-reporting-api/#parse-attribution-scope-values-for-source", "linkingText": [ - "parse attribution scopes for source" + "parse attribution scope values for source" ], "localLinkingText": [], "type": "dfn", diff --git a/ed/headings/attribution-reporting-api.json b/ed/headings/attribution-reporting-api.json index 49ef4f188cf0..50f89c3890c8 100644 --- a/ed/headings/attribution-reporting-api.json +++ b/ed/headings/attribution-reporting-api.json @@ -203,124 +203,131 @@ "title": "Aggregatable debug reporting config", "number": "6.13" }, + { + "id": "attribution-scopes", + "href": "https://wicg.github.io/attribution-reporting-api/#attribution-scopes", + "level": 3, + "title": "Attribution scopes", + "number": "6.14" + }, { "id": "attribution-source", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-source", "level": 3, "title": "Attribution source", - "number": "6.14" + "number": "6.15" }, { "id": "aggregatable-trigger-data", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-trigger-data", "level": 3, "title": "Aggregatable trigger data", - "number": "6.15" + "number": "6.16" }, { "id": "aggregatable-values-configuration", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-values-configuration", "level": 3, "title": "Aggregatable values configuration", - "number": "6.16" + "number": "6.17" }, { "id": "aggregatable-dedup-key", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-dedup-key", "level": 3, "title": "Aggregatable dedup key", - "number": "6.17" + "number": "6.18" }, { "id": "event-level-trigger-configuration", "href": "https://wicg.github.io/attribution-reporting-api/#event-level-trigger-configuration", "level": 3, "title": "Event-level trigger configuration", - "number": "6.18" + "number": "6.19" }, { "id": "aggregation-coordinator-header", "href": "https://wicg.github.io/attribution-reporting-api/#aggregation-coordinator-header", "level": 3, "title": "Aggregation coordinator", - "number": "6.19" + "number": "6.20" }, { "id": "aggregatable-source-registration-time-configuration-header", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-source-registration-time-configuration-header", "level": 3, "title": "Aggregatable source registration time configuration", - "number": "6.20" + "number": "6.21" }, { "id": "attribution-trigger", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-trigger", "level": 3, "title": "Attribution trigger", - "number": "6.21" + "number": "6.22" }, { "id": "attribution-report", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-report", "level": 3, "title": "Attribution report", - "number": "6.22" + "number": "6.23" }, { "id": "event-level-report", "href": "https://wicg.github.io/attribution-reporting-api/#event-level-report", "level": 3, "title": "Event-level report", - "number": "6.23" + "number": "6.24" }, { "id": "aggregatable-report-header", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-report-header", "level": 3, "title": "Aggregatable report", - "number": "6.24" + "number": "6.25" }, { "id": "attribution-rate-limits", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-rate-limits", "level": 3, "title": "Attribution rate-limits", - "number": "6.25" + "number": "6.26" }, { "id": "aggregatable-debug-rate-limits", "href": "https://wicg.github.io/attribution-reporting-api/#aggregatable-debug-rate-limits", "level": 3, "title": "Aggregatable debug rate-limits", - "number": "6.26" + "number": "6.27" }, { "id": "attribution-debug-data-header", "href": "https://wicg.github.io/attribution-reporting-api/#attribution-debug-data-header", "level": 3, "title": "Attribution debug data", - "number": "6.27" + "number": "6.28" }, { "id": "verbose-debug-report", "href": "https://wicg.github.io/attribution-reporting-api/#verbose-debug-report", "level": 3, "title": "Verbose debug report", - "number": "6.28" + "number": "6.29" }, { "id": "triggering-result", "href": "https://wicg.github.io/attribution-reporting-api/#triggering-result", "level": 3, "title": "Triggering result", - "number": "6.29" + "number": "6.30" }, { "id": "destination-rate-limit-result", "href": "https://wicg.github.io/attribution-reporting-api/#destination-rate-limit-result", "level": 3, "title": "Destination rate-limit result", - "number": "6.30" + "number": "6.31" }, { "id": "storage", diff --git a/ed/ids/attribution-reporting-api.json b/ed/ids/attribution-reporting-api.json index 1551a801750c..d75813c7e20c 100644 --- a/ed/ids/attribution-reporting-api.json +++ b/ed/ids/attribution-reporting-api.json @@ -440,16 +440,31 @@ "https://wicg.github.io/attribution-reporting-api/#aggregatable-debug-reporting-config-aggregation-coordinator", "https://wicg.github.io/attribution-reporting-api/#ref-for-default-aggregation-coordinator", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregation-coordinator", + "https://wicg.github.io/attribution-reporting-api/#attribution-scopes", + "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-scopes", + "https://wicg.github.io/attribution-reporting-api/#ref-for-struct%E2%91%A8", + "https://wicg.github.io/attribution-reporting-api/#attribution-scopes-limit", + "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-scopes-values", + "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-attribution-destinations%E2%91%A0", + "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-reporting-origin%E2%91%A0", + "https://wicg.github.io/attribution-reporting-api/#attribution-scopes-values", + "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-set%E2%91%A3", + "https://wicg.github.io/attribution-reporting-api/#ref-for-string%E2%91%A7", + "https://wicg.github.io/attribution-reporting-api/#attribution-scopes-max-event-states", + "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-state%E2%91%A0", + "https://wicg.github.io/attribution-reporting-api/#ref-for-source-type-event%E2%91%A0", + "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-attribution-destinations%E2%91%A1", + "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-reporting-origin%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#attribution-source", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source%E2%91%A8%E2%91%A3", - "https://wicg.github.io/attribution-reporting-api/#ref-for-struct%E2%91%A8", + "https://wicg.github.io/attribution-reporting-api/#ref-for-struct%E2%91%A0%E2%93%AA", "https://wicg.github.io/attribution-reporting-api/#attribution-source-source-identifier", - "https://wicg.github.io/attribution-reporting-api/#ref-for-string%E2%91%A7", + "https://wicg.github.io/attribution-reporting-api/#ref-for-string%E2%91%A8", "https://wicg.github.io/attribution-reporting-api/#attribution-source-source-origin", "https://wicg.github.io/attribution-reporting-api/#ref-for-suitable-origin%E2%91%A1%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#attribution-source-event-id", "https://wicg.github.io/attribution-reporting-api/#attribution-source-attribution-destinations", - "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-set%E2%91%A3", + "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-set%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-site", "https://wicg.github.io/attribution-reporting-api/#attribution-source-reporting-origin", "https://wicg.github.io/attribution-reporting-api/#ref-for-suitable-origin%E2%91%A0", @@ -473,7 +488,7 @@ "https://wicg.github.io/attribution-reporting-api/#attribution-source-event-level-attributable", "https://wicg.github.io/attribution-reporting-api/#ref-for-boolean%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#attribution-source-dedup-keys", - "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-set%E2%91%A4", + "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-set%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#ref-for-event-level-trigger-configuration-dedup-key", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source%E2%91%A0%E2%93%AA", "https://wicg.github.io/attribution-reporting-api/#attribution-source-randomized-response", @@ -486,11 +501,11 @@ "https://wicg.github.io/attribution-reporting-api/#attribution-source-aggregation-keys", "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-map-key%E2%91%A0", - "https://wicg.github.io/attribution-reporting-api/#ref-for-string%E2%91%A8", + "https://wicg.github.io/attribution-reporting-api/#ref-for-string%E2%91%A0%E2%93%AA", "https://wicg.github.io/attribution-reporting-api/#ref-for-map-value%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#attribution-source-remaining-aggregatable-attribution-budget", "https://wicg.github.io/attribution-reporting-api/#attribution-source-aggregatable-dedup-keys", - "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-set%E2%91%A5", + "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-set%E2%91%A6", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-dedup-key-dedup-key", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source%E2%91%A0%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#attribution-source-debug-reporting-enabled", @@ -511,18 +526,8 @@ "https://wicg.github.io/attribution-reporting-api/#attribution-source-aggregatable-debug-reporting-config", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-debug-reporting-config%E2%91%A6", "https://wicg.github.io/attribution-reporting-api/#attribution-source-destination-limit-priority", - "https://wicg.github.io/attribution-reporting-api/#attribution-source-attribution-scope-limit", - "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-attribution-scopes", - "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-attribution-destinations%E2%91%A0", - "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-reporting-origin%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#attribution-source-attribution-scopes", - "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-set%E2%91%A6", - "https://wicg.github.io/attribution-reporting-api/#ref-for-string%E2%91%A0%E2%93%AA", - "https://wicg.github.io/attribution-reporting-api/#attribution-source-max-event-states", - "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-state%E2%91%A0", - "https://wicg.github.io/attribution-reporting-api/#ref-for-source-type-event%E2%91%A0", - "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-attribution-destinations%E2%91%A1", - "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-reporting-origin%E2%91%A1", + "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-scopes%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source%E2%91%A0%E2%91%A3", "https://wicg.github.io/attribution-reporting-api/#attribution-source-expiry-time", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-source-time", @@ -533,7 +538,7 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-source-origin", "https://wicg.github.io/attribution-reporting-api/#aggregatable-trigger-data", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-trigger-data", - "https://wicg.github.io/attribution-reporting-api/#ref-for-struct%E2%91%A0%E2%93%AA", + "https://wicg.github.io/attribution-reporting-api/#ref-for-struct%E2%91%A0%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#aggregatable-trigger-data-key-piece", "https://wicg.github.io/attribution-reporting-api/#aggregatable-trigger-data-source-keys", "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-set%E2%91%A7", @@ -547,10 +552,10 @@ "https://wicg.github.io/attribution-reporting-api/#aggregatable-values-configuration", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-values-configuration", "https://wicg.github.io/attribution-reporting-api/#aggregatable-key-value", - "https://wicg.github.io/attribution-reporting-api/#ref-for-struct%E2%91%A0%E2%91%A0", + "https://wicg.github.io/attribution-reporting-api/#ref-for-struct%E2%91%A0%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#aggregatable-key-value-value", "https://wicg.github.io/attribution-reporting-api/#aggregatable-key-value-filtering-id", - "https://wicg.github.io/attribution-reporting-api/#ref-for-struct%E2%91%A0%E2%91%A1", + "https://wicg.github.io/attribution-reporting-api/#ref-for-struct%E2%91%A0%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#aggregatable-values-configuration-values", "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#ref-for-map-key%E2%91%A1", @@ -565,7 +570,7 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-filter-config%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#aggregatable-dedup-key", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-dedup-key", - "https://wicg.github.io/attribution-reporting-api/#ref-for-struct%E2%91%A0%E2%91%A2", + "https://wicg.github.io/attribution-reporting-api/#ref-for-struct%E2%91%A0%E2%91%A3", "https://wicg.github.io/attribution-reporting-api/#aggregatable-dedup-key-dedup-key", "https://wicg.github.io/attribution-reporting-api/#aggregatable-dedup-key-filters", "https://wicg.github.io/attribution-reporting-api/#ref-for-list%E2%91%A0%E2%91%A2", @@ -575,7 +580,7 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-filter-config%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#event-level-trigger-configuration", "https://wicg.github.io/attribution-reporting-api/#ref-for-event-level-trigger-configuration", - "https://wicg.github.io/attribution-reporting-api/#ref-for-struct%E2%91%A0%E2%91%A3", + "https://wicg.github.io/attribution-reporting-api/#ref-for-struct%E2%91%A0%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#event-level-trigger-configuration-trigger-data", "https://wicg.github.io/attribution-reporting-api/#event-level-trigger-configuration-dedup-key", "https://wicg.github.io/attribution-reporting-api/#event-level-trigger-configuration-priority", @@ -600,7 +605,7 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-report-shared-info%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#attribution-trigger", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-trigger%E2%91%A2%E2%91%A4", - "https://wicg.github.io/attribution-reporting-api/#ref-for-struct%E2%91%A0%E2%91%A4", + "https://wicg.github.io/attribution-reporting-api/#ref-for-struct%E2%91%A0%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#attribution-trigger-attribution-destination", "https://wicg.github.io/attribution-reporting-api/#ref-for-site%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#attribution-trigger-trigger-time", @@ -644,7 +649,7 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-string%E2%91%A0%E2%91%A3", "https://wicg.github.io/attribution-reporting-api/#attribution-report", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-report%E2%91%A0%E2%91%A5", - "https://wicg.github.io/attribution-reporting-api/#ref-for-struct%E2%91%A0%E2%91%A5", + "https://wicg.github.io/attribution-reporting-api/#ref-for-struct%E2%91%A0%E2%91%A6", "https://wicg.github.io/attribution-reporting-api/#attribution-report-reporting-origin", "https://wicg.github.io/attribution-reporting-api/#ref-for-suitable-origin%E2%91%A3", "https://wicg.github.io/attribution-reporting-api/#attribution-report-report-time", @@ -676,7 +681,7 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-debug-info", "https://wicg.github.io/attribution-reporting-api/#aggregatable-report-header", "https://wicg.github.io/attribution-reporting-api/#aggregatable-contribution", - "https://wicg.github.io/attribution-reporting-api/#ref-for-struct%E2%91%A0%E2%91%A6", + "https://wicg.github.io/attribution-reporting-api/#ref-for-struct%E2%91%A0%E2%91%A7", "https://wicg.github.io/attribution-reporting-api/#aggregatable-contribution-key", "https://wicg.github.io/attribution-reporting-api/#aggregatable-contribution-value", "https://wicg.github.io/attribution-reporting-api/#aggregatable-contribution-filtering-id", @@ -712,7 +717,7 @@ "https://wicg.github.io/attribution-reporting-api/#rate-limit-scope-event-attribution", "https://wicg.github.io/attribution-reporting-api/#rate-limit-scope-aggregatable-attribution", "https://wicg.github.io/attribution-reporting-api/#attribution-rate-limit-record", - "https://wicg.github.io/attribution-reporting-api/#ref-for-struct%E2%91%A0%E2%91%A7", + "https://wicg.github.io/attribution-reporting-api/#ref-for-struct%E2%91%A0%E2%91%A8", "https://wicg.github.io/attribution-reporting-api/#attribution-rate-limit-record-scope", "https://wicg.github.io/attribution-reporting-api/#ref-for-rate-limit-scope", "https://wicg.github.io/attribution-reporting-api/#attribution-rate-limit-record-source-site", @@ -738,7 +743,7 @@ "https://wicg.github.io/attribution-reporting-api/#attribution-rate-limit-record-destination-limit-priority", "https://wicg.github.io/attribution-reporting-api/#aggregatable-debug-rate-limits", "https://wicg.github.io/attribution-reporting-api/#aggregatable-debug-rate-limit-record", - "https://wicg.github.io/attribution-reporting-api/#ref-for-struct%E2%91%A0%E2%91%A8", + "https://wicg.github.io/attribution-reporting-api/#ref-for-struct%E2%91%A1%E2%93%AA", "https://wicg.github.io/attribution-reporting-api/#aggregatable-debug-rate-limit-record-context-site", "https://wicg.github.io/attribution-reporting-api/#ref-for-site%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#aggregatable-debug-rate-limit-record-reporting-site", @@ -798,13 +803,13 @@ "https://wicg.github.io/attribution-reporting-api/#verbose-debug-report", "https://wicg.github.io/attribution-reporting-api/#ref-for-verbose-debug-report%E2%91%A8", "https://wicg.github.io/attribution-reporting-api/#verbose-debug-data", - "https://wicg.github.io/attribution-reporting-api/#ref-for-struct%E2%91%A1%E2%93%AA", + "https://wicg.github.io/attribution-reporting-api/#ref-for-struct%E2%91%A1%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#verbose-debug-data-data-type", "https://wicg.github.io/attribution-reporting-api/#ref-for-debug-data-type%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#verbose-debug-data-body", "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A6", "https://wicg.github.io/attribution-reporting-api/#ref-for-verbose-debug-data-data-type", - "https://wicg.github.io/attribution-reporting-api/#ref-for-struct%E2%91%A1%E2%91%A0", + "https://wicg.github.io/attribution-reporting-api/#ref-for-struct%E2%91%A1%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#verbose-debug-report-data", "https://wicg.github.io/attribution-reporting-api/#ref-for-list%E2%91%A1%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-verbose-debug-data", @@ -958,15 +963,15 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-debug-rate-limit-record-reporting-site", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-debug-rate-limit-window%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#default-max-event-states", - "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-max-event-states", + "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-scopes-max-event-states", "https://wicg.github.io/attribution-reporting-api/#max-length-of-attribution-scope-for-source", "https://wicg.github.io/attribution-reporting-api/#ref-for-string-length%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source%E2%91%A1%E2%91%A7", - "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-attribution-scopes%E2%91%A0", + "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-scopes-values%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#max-attribution-scopes-per-source", "https://wicg.github.io/attribution-reporting-api/#ref-for-list-size%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source%E2%91%A1%E2%91%A8", - "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-attribution-scopes%E2%91%A1", + "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-scopes-values%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#vendor-specific-values", "https://wicg.github.io/attribution-reporting-api/#max-pending-sources-per-source-origin", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source%E2%91%A2%E2%93%AA", @@ -1662,9 +1667,8 @@ "https://wicg.github.io/attribution-reporting-api/#source-registration-json-key-aggregatable_debug_reporting", "https://wicg.github.io/attribution-reporting-api/#source-registration-json-key-aggregatable_report_window", "https://wicg.github.io/attribution-reporting-api/#source-registration-json-key-aggregation_keys", - "https://wicg.github.io/attribution-reporting-api/#source-registration-json-key-budget", - "https://wicg.github.io/attribution-reporting-api/#source-registration-json-key-attribution_scope_limit", "https://wicg.github.io/attribution-reporting-api/#source-registration-json-key-attribution_scopes", + "https://wicg.github.io/attribution-reporting-api/#source-registration-json-key-budget", "https://wicg.github.io/attribution-reporting-api/#source-registration-json-key-debug_key", "https://wicg.github.io/attribution-reporting-api/#source-registration-json-key-debug_reporting", "https://wicg.github.io/attribution-reporting-api/#source-registration-json-key-destination", @@ -1675,6 +1679,7 @@ "https://wicg.github.io/attribution-reporting-api/#source-registration-json-key-event_report_windows", "https://wicg.github.io/attribution-reporting-api/#source-registration-json-key-expiry", "https://wicg.github.io/attribution-reporting-api/#source-registration-json-key-filter_data", + "https://wicg.github.io/attribution-reporting-api/#source-registration-json-key-limit", "https://wicg.github.io/attribution-reporting-api/#source-registration-json-key-max_event_level_reports", "https://wicg.github.io/attribution-reporting-api/#source-registration-json-key-max_event_states", "https://wicg.github.io/attribution-reporting-api/#source-registration-json-key-priority", @@ -1685,6 +1690,7 @@ "https://wicg.github.io/attribution-reporting-api/#source-registration-json-key-trigger_data", "https://wicg.github.io/attribution-reporting-api/#source-registration-json-key-trigger_data_matching", "https://wicg.github.io/attribution-reporting-api/#source-registration-json-key-trigger_specs", + "https://wicg.github.io/attribution-reporting-api/#source-registration-json-key-values", "https://wicg.github.io/attribution-reporting-api/#parse-an-attribution-destination", "https://wicg.github.io/attribution-reporting-api/#ref-for-string%E2%91%A2%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-concept-url-parser%E2%91%A0", @@ -1886,30 +1892,42 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-source-debug-data-type", "https://wicg.github.io/attribution-reporting-api/#ref-for-parse-an-aggregatable-debug-reporting-config", "https://wicg.github.io/attribution-reporting-api/#ref-for-tuple%E2%91%A0%E2%93%AA", - "https://wicg.github.io/attribution-reporting-api/#parse-max-event-states", + "https://wicg.github.io/attribution-reporting-api/#parse-attribution-scopes", "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A2%E2%91%A5", - "https://wicg.github.io/attribution-reporting-api/#ref-for-default-max-event-states", - "https://wicg.github.io/attribution-reporting-api/#ref-for-source-registration-json-key-max_event_states", + "https://wicg.github.io/attribution-reporting-api/#ref-for-source-registration-json-key-attribution_scopes", "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A2%E2%91%A7", + "https://wicg.github.io/attribution-reporting-api/#ref-for-source-registration-json-key-attribution_scopes%E2%91%A0", + "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A2%E2%91%A6", + "https://wicg.github.io/attribution-reporting-api/#ref-for-source-registration-json-key-limit", + "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A2%E2%91%A8", + "https://wicg.github.io/attribution-reporting-api/#ref-for-source-registration-json-key-limit%E2%91%A0", + "https://wicg.github.io/attribution-reporting-api/#ref-for-parse-max-event-states", + "https://wicg.github.io/attribution-reporting-api/#ref-for-parse-attribution-scope-values-for-source", + "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-scopes%E2%91%A0", + "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-scopes-limit", + "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-scopes-values%E2%91%A2", + "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-scopes-max-event-states%E2%91%A0", + "https://wicg.github.io/attribution-reporting-api/#parse-max-event-states", + "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A2%E2%91%A7", + "https://wicg.github.io/attribution-reporting-api/#ref-for-source-registration-json-key-max_event_states", + "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A3%E2%93%AA", + "https://wicg.github.io/attribution-reporting-api/#ref-for-default-max-event-states", "https://wicg.github.io/attribution-reporting-api/#ref-for-source-registration-json-key-max_event_states%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-max-trigger-state-cardinality%E2%91%A0", - "https://wicg.github.io/attribution-reporting-api/#ref-for-default-max-event-states%E2%91%A0", - "https://wicg.github.io/attribution-reporting-api/#parse-attribution-scopes-for-source", - "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A2%E2%91%A6", + "https://wicg.github.io/attribution-reporting-api/#parse-attribution-scope-values-for-source", + "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A2%E2%91%A8", + "https://wicg.github.io/attribution-reporting-api/#ref-for-source-registration-json-key-values", + "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A3%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-set%E2%91%A1%E2%91%A7", - "https://wicg.github.io/attribution-reporting-api/#ref-for-source-registration-json-key-attribution_scopes", - "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A2%E2%91%A8", - "https://wicg.github.io/attribution-reporting-api/#ref-for-source-registration-json-key-attribution_scopes%E2%91%A0", + "https://wicg.github.io/attribution-reporting-api/#ref-for-source-registration-json-key-values%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-list%E2%91%A3%E2%91%A1", + "https://wicg.github.io/attribution-reporting-api/#ref-for-list-is-empty%E2%91%A8", "https://wicg.github.io/attribution-reporting-api/#ref-for-list-iterate%E2%91%A1%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-string%E2%91%A2%E2%91%A6", "https://wicg.github.io/attribution-reporting-api/#ref-for-string-length%E2%91%A6", "https://wicg.github.io/attribution-reporting-api/#ref-for-max-length-of-attribution-scope-for-source", "https://wicg.github.io/attribution-reporting-api/#ref-for-set-append%E2%91%A5", - "https://wicg.github.io/attribution-reporting-api/#ref-for-list-is-empty%E2%91%A8", - "https://wicg.github.io/attribution-reporting-api/#ref-for-list-is-empty%E2%91%A0%E2%93%AA", "https://wicg.github.io/attribution-reporting-api/#ref-for-list-size%E2%91%A0%E2%91%A7", - "https://wicg.github.io/attribution-reporting-api/#ref-for-list-size%E2%91%A0%E2%91%A8", "https://wicg.github.io/attribution-reporting-api/#ref-for-max-attribution-scopes-per-source", "https://wicg.github.io/attribution-reporting-api/#parse-source-registration-json", "https://wicg.github.io/attribution-reporting-api/#ref-for-byte-sequence", @@ -1919,7 +1937,7 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-dfn-moment%E2%91%A0%E2%91%A6", "https://wicg.github.io/attribution-reporting-api/#ref-for-boolean%E2%91%A0%E2%91%A7", "https://wicg.github.io/attribution-reporting-api/#ref-for-parse-json-bytes-to-an-infra-value", - "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A2%E2%91%A7", + "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A3%E2%93%AA", "https://wicg.github.io/attribution-reporting-api/#ref-for-parse-attribution-destinations", "https://wicg.github.io/attribution-reporting-api/#ref-for-parse-an-optional-64-bit-unsigned-integer%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-source-registration-json-key-source_event_id", @@ -1933,10 +1951,10 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-source-registration-json-key-destination_limit_priority", "https://wicg.github.io/attribution-reporting-api/#ref-for-filter-map%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-source-registration-json-key-filter_data", - "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A3%E2%93%AA", + "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A3%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-parse-filter-data", "https://wicg.github.io/attribution-reporting-api/#ref-for-source-registration-json-key-filter_data%E2%91%A0", - "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A3%E2%91%A0", + "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A3%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-map-set%E2%91%A0%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-parse-an-optional-64-bit-unsigned-integer%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-source-registration-json-key-debug_key", @@ -1945,13 +1963,13 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-parse-aggregation-keys", "https://wicg.github.io/attribution-reporting-api/#ref-for-default-event-level-attributions-per-source", "https://wicg.github.io/attribution-reporting-api/#ref-for-source-registration-json-key-max_event_level_reports", - "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A3%E2%91%A1", + "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A3%E2%91%A3", "https://wicg.github.io/attribution-reporting-api/#ref-for-max-settable-event-level-attributions-per-source", "https://wicg.github.io/attribution-reporting-api/#ref-for-parse-a-duration%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-source-registration-json-key-aggregatable_report_window", "https://wicg.github.io/attribution-reporting-api/#ref-for-min-report-window%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-source-registration-json-key-debug_reporting", - "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A3%E2%91%A2", + "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A3%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-boolean%E2%91%A0%E2%91%A8", "https://wicg.github.io/attribution-reporting-api/#ref-for-source-registration-json-key-debug_reporting%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-report-window%E2%91%A7", @@ -1959,25 +1977,21 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-report-window-end%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-data-matching-mode-modulus%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-source-registration-json-key-trigger_data_matching", - "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A3%E2%91%A3", + "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A3%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#ref-for-source-registration-json-key-trigger_data_matching%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-string%E2%91%A2%E2%91%A7", "https://wicg.github.io/attribution-reporting-api/#ref-for-source-registration-json-key-trigger_data_matching%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-data-matching-mode%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-source-registration-json-key-trigger_data_matching%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-parse-trigger-specs", - "https://wicg.github.io/attribution-reporting-api/#ref-for-source-registration-json-key-attribution_scope_limit", - "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A3%E2%91%A4", - "https://wicg.github.io/attribution-reporting-api/#ref-for-source-registration-json-key-attribution_scope_limit%E2%91%A0", - "https://wicg.github.io/attribution-reporting-api/#ref-for-parse-max-event-states", - "https://wicg.github.io/attribution-reporting-api/#ref-for-parse-attribution-scopes-for-source", + "https://wicg.github.io/attribution-reporting-api/#ref-for-parse-attribution-scopes", "https://wicg.github.io/attribution-reporting-api/#ref-for-max-settable-event-level-epsilon", "https://wicg.github.io/attribution-reporting-api/#ref-for-source-registration-json-key-event_level_epsilon", - "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A3%E2%91%A5", + "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A3%E2%91%A6", "https://wicg.github.io/attribution-reporting-api/#ref-for-max-settable-event-level-epsilon%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-debug-reporting-config%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-source-registration-json-key-aggregatable_debug_reporting", - "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A3%E2%91%A6", + "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A3%E2%91%A7", "https://wicg.github.io/attribution-reporting-api/#ref-for-parse-a-source-aggregatable-debug-reporting-config", "https://wicg.github.io/attribution-reporting-api/#ref-for-source-registration-json-key-aggregatable_debug_reporting%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-allowed-aggregatable-budget-per-source%E2%91%A2", @@ -2009,9 +2023,7 @@ "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", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-destination-limit-priority", - "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-attribution-scopes%E2%91%A2", - "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-attribution-scope-limit", - "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-max-event-states%E2%91%A0", + "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-attribution-scopes", "https://wicg.github.io/attribution-reporting-api/#issue-e6d5a493", "https://wicg.github.io/attribution-reporting-api/#processing-an-attribution-source", "https://wicg.github.io/attribution-reporting-api/#check-if-an-attribution-source-exceeds-the-time-based-destination-limits", @@ -2041,9 +2053,9 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-rate-limit-record-attribution-destination%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#ref-for-set-union%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-attribution-destinations%E2%91%A0%E2%93%AA", - "https://wicg.github.io/attribution-reporting-api/#ref-for-list-size%E2%91%A1%E2%93%AA", + "https://wicg.github.io/attribution-reporting-api/#ref-for-list-size%E2%91%A0%E2%91%A8", "https://wicg.github.io/attribution-reporting-api/#ref-for-max-destinations-per-rate-limit-window", - "https://wicg.github.io/attribution-reporting-api/#ref-for-list-size%E2%91%A1%E2%91%A0", + "https://wicg.github.io/attribution-reporting-api/#ref-for-list-size%E2%91%A1%E2%93%AA", "https://wicg.github.io/attribution-reporting-api/#ref-for-max-destinations-per-rate-limit-window%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-destination-rate-limit-result-allowed", "https://wicg.github.io/attribution-reporting-api/#ref-for-destination-rate-limit-result-hit-reporting-limit", @@ -2071,13 +2083,13 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-rate-limit-record-attribution-destination%E2%91%A6", "https://wicg.github.io/attribution-reporting-api/#ref-for-set-union%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-attribution-destinations%E2%91%A0%E2%91%A0", - "https://wicg.github.io/attribution-reporting-api/#ref-for-list-size%E2%91%A1%E2%91%A1", + "https://wicg.github.io/attribution-reporting-api/#ref-for-list-size%E2%91%A1%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-max-destinations-per-source-reporting-site-per-day", "https://wicg.github.io/attribution-reporting-api/#delete-sources-for-unexpired-destination-limit", "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-set%E2%91%A2%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-source-identifier%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-dfn-moment%E2%91%A0%E2%91%A7", - "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-list-is-empty%E2%91%A0%E2%93%AA", "https://wicg.github.io/attribution-reporting-api/#ref-for-list-iterate%E2%91%A1%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source%E2%91%A4%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-cache%E2%91%A2", @@ -2132,7 +2144,7 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-list-contain%E2%91%A7", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-rate-limit-record-entity-id%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#destination-limit-record", - "https://wicg.github.io/attribution-reporting-api/#ref-for-struct%E2%91%A1%E2%91%A1", + "https://wicg.github.io/attribution-reporting-api/#ref-for-struct%E2%91%A1%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#destination-limit-record-attribution-destination", "https://wicg.github.io/attribution-reporting-api/#ref-for-site%E2%91%A1%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#destination-limit-record-priority", @@ -2203,7 +2215,7 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-list-iterate%E2%91%A2%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-destination-limit-record%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-destination-limit-record-attribution-destination%E2%91%A3", - "https://wicg.github.io/attribution-reporting-api/#ref-for-list-size%E2%91%A1%E2%91%A2", + "https://wicg.github.io/attribution-reporting-api/#ref-for-list-size%E2%91%A1%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-max-destinations-covered-by-unexpired-sources", "https://wicg.github.io/attribution-reporting-api/#ref-for-set-append%E2%91%A8", "https://wicg.github.io/attribution-reporting-api/#ref-for-list-contain%E2%91%A8", @@ -2226,7 +2238,7 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-rate-limit-record-reporting-origin%E2%91%A6", "https://wicg.github.io/attribution-reporting-api/#ref-for-set-union%E2%91%A3", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-reporting-origin%E2%91%A0%E2%91%A1", - "https://wicg.github.io/attribution-reporting-api/#ref-for-list-size%E2%91%A1%E2%91%A3", + "https://wicg.github.io/attribution-reporting-api/#ref-for-list-size%E2%91%A1%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-max-source-reporting-origins-per-source-reporting-site%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#obtain-a-fake-report", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source%E2%91%A4%E2%91%A5", @@ -2254,7 +2266,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-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-ordered-map%E2%91%A2%E2%91%A8", + "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A3%E2%91%A0", "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", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-event-id%E2%91%A0", @@ -2326,7 +2338,7 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-list-iterate%E2%91%A2%E2%91%A3", "https://wicg.github.io/attribution-reporting-api/#ref-for-source-debug-data-type-source-success%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-source-debug-data-type-source-noised%E2%91%A0", - "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A3%E2%91%A7", + "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A3%E2%91%A8", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-contribution%E2%91%A3", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-contribution-key%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-contribution-key%E2%91%A1", @@ -2380,14 +2392,14 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-number-of-event-level-reports%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-randomized-response%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-randomized-response%E2%91%A2", - "https://wicg.github.io/attribution-reporting-api/#ref-for-list-size%E2%91%A1%E2%91%A4", + "https://wicg.github.io/attribution-reporting-api/#ref-for-list-size%E2%91%A1%E2%91%A3", "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-set%E2%91%A3%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source%E2%91%A5%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-cache%E2%91%A6", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-source-origin%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-source-origin%E2%91%A3", "https://wicg.github.io/attribution-reporting-api/#ref-for-same-origin%E2%91%A2", - "https://wicg.github.io/attribution-reporting-api/#ref-for-list-size%E2%91%A1%E2%91%A5", + "https://wicg.github.io/attribution-reporting-api/#ref-for-list-size%E2%91%A1%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-max-pending-sources-per-source-origin%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-obtain-and-deliver-debug-reports-on-source-registration%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-source-debug-data-type-source-storage-limit%E2%91%A0", @@ -2404,7 +2416,7 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-obtain-and-deliver-debug-reports-on-source-registration%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-source-debug-data-type-source-destination-limit%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-set%E2%91%A3%E2%91%A1", - "https://wicg.github.io/attribution-reporting-api/#ref-for-list-is-empty%E2%91%A0%E2%91%A1", + "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-set-append%E2%91%A0%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-source-debug-data-type-source-destination-limit-replaced%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-delete-sources-for-unexpired-destination-limit", @@ -2455,7 +2467,7 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-set-append%E2%91%A0%E2%91%A5", "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-attribution-source-randomized-response%E2%91%A6", - "https://wicg.github.io/attribution-reporting-api/#ref-for-list-is-empty%E2%91%A0%E2%91%A2", + "https://wicg.github.io/attribution-reporting-api/#ref-for-list-is-empty%E2%91%A0%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-event-level-attributable", "https://wicg.github.io/attribution-reporting-api/#ref-for-map-iterate%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-attribution-destinations%E2%91%A0%E2%91%A5", @@ -2510,20 +2522,20 @@ "https://wicg.github.io/attribution-reporting-api/#trigger-registration-json-key-values", "https://wicg.github.io/attribution-reporting-api/#attribution-trigger-creation", "https://wicg.github.io/attribution-reporting-api/#parse-an-event-trigger-value", - "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A3%E2%93%AA", + "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-experimental-flexible-event-support%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-registration-json-key-value", - "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A3%E2%91%A8", + "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A4%E2%93%AA", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-registration-json-key-value%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#parse-event-triggers", - "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A3%E2%91%A0", + "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A3%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-set%E2%91%A3%E2%91%A3", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-registration-json-key-event_trigger_data", - "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A4%E2%93%AA", + "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A4%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-registration-json-key-event_trigger_data%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-list%E2%91%A3%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#ref-for-list-iterate%E2%91%A2%E2%91%A8", - "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-ordered-map%E2%91%A3%E2%91%A3", "https://wicg.github.io/attribution-reporting-api/#ref-for-parse-an-optional-64-bit-unsigned-integer%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-registration-json-key-trigger_data", "https://wicg.github.io/attribution-reporting-api/#ref-for-parse-an-optional-64-bit-unsigned-integer%E2%91%A3", @@ -2541,22 +2553,22 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-event-level-trigger-configuration-value", "https://wicg.github.io/attribution-reporting-api/#ref-for-set-append%E2%91%A1%E2%93%AA", "https://wicg.github.io/attribution-reporting-api/#parse-aggregatable-trigger-data", - "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A3%E2%91%A2", + "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A3%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-list%E2%91%A3%E2%91%A6", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-registration-json-key-aggregatable_trigger_data", - "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A4%E2%91%A0", + "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A4%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-registration-json-key-aggregatable_trigger_data%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-list%E2%91%A3%E2%91%A7", "https://wicg.github.io/attribution-reporting-api/#ref-for-list-iterate%E2%91%A3%E2%93%AA", - "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A3%E2%91%A3", + "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A3%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-registration-json-key-key_piece", - "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A4%E2%91%A1", + "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A4%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-string%E2%91%A3%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-parse-an-aggregation-key-piece%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-registration-json-key-key_piece%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-set%E2%91%A3%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-registration-json-key-source_keys", - "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A4%E2%91%A2", + "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A4%E2%91%A3", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-registration-json-key-source_keys%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-list%E2%91%A3%E2%91%A8", "https://wicg.github.io/attribution-reporting-api/#ref-for-list-iterate%E2%91%A3%E2%91%A0", @@ -2573,22 +2585,22 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-trigger-data-negated-filters", "https://wicg.github.io/attribution-reporting-api/#ref-for-list-append%E2%91%A0%E2%91%A7", "https://wicg.github.io/attribution-reporting-api/#parse-aggregatable-filtering-id-max-bytes", - "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A3%E2%91%A4", + "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A3%E2%91%A6", "https://wicg.github.io/attribution-reporting-api/#ref-for-default-filtering-id-max-bytes", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-registration-json-key-aggregatable_filtering_id_max_bytes", - "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A4%E2%91%A3", + "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A4%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-registration-json-key-aggregatable_filtering_id_max_bytes%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-list-contain%E2%91%A0%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-valid-filtering-id-max-bytes-range", "https://wicg.github.io/attribution-reporting-api/#validate-aggregatable-key-values-value", "https://wicg.github.io/attribution-reporting-api/#ref-for-allowed-aggregatable-budget-per-source%E2%91%A3", "https://wicg.github.io/attribution-reporting-api/#parse-aggregatable-key-values", - "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A3%E2%91%A5", - "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A3%E2%91%A6", + "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A3%E2%91%A7", + "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A3%E2%91%A8", "https://wicg.github.io/attribution-reporting-api/#ref-for-map-iterate%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#ref-for-string-length%E2%91%A8", "https://wicg.github.io/attribution-reporting-api/#ref-for-max-length-per-aggregation-key-identifier%E2%91%A1", - "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A3%E2%91%A7", + "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A4%E2%93%AA", "https://wicg.github.io/attribution-reporting-api/#ref-for-validate-aggregatable-key-values-value", "https://wicg.github.io/attribution-reporting-api/#ref-for-map-set%E2%91%A1%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-key-value%E2%91%A0", @@ -2597,12 +2609,12 @@ "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%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%A4", + "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", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-registration-json-key-value%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-default-filtering-id-value%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-registration-json-key-filtering_id", - "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-map-exists%E2%91%A4%E2%91%A6", "https://wicg.github.io/attribution-reporting-api/#ref-for-rules-for-parsing-non-negative-integers%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-registration-json-key-filtering_id%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-the-exclusive-range%E2%91%A0", @@ -2612,16 +2624,16 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-registration-json-key-value%E2%91%A3", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-key-value-filtering-id%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#parse-aggregatable-values", - "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A3%E2%91%A8", + "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A4%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-registration-json-key-aggregatable_values", - "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A4%E2%91%A6", + "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A4%E2%91%A7", "https://wicg.github.io/attribution-reporting-api/#ref-for-list%E2%91%A4%E2%93%AA", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-registration-json-key-aggregatable_values%E2%91%A0", - "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A4%E2%93%AA", + "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A4%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-list%E2%91%A4%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-list%E2%91%A4%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-values-configuration%E2%91%A0", - "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A4%E2%91%A0", + "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A4%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-parse-aggregatable-key-values", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-values-configuration%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-values-configuration-values%E2%91%A0", @@ -2629,9 +2641,9 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-values-configuration-negated-filters", "https://wicg.github.io/attribution-reporting-api/#ref-for-list-append%E2%91%A0%E2%91%A8", "https://wicg.github.io/attribution-reporting-api/#ref-for-list-iterate%E2%91%A3%E2%91%A1", - "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A4%E2%91%A1", + "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A4%E2%91%A3", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-registration-json-key-values", - "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A4%E2%91%A7", + "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A4%E2%91%A8", "https://wicg.github.io/attribution-reporting-api/#ref-for-parse-aggregatable-key-values%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-registration-json-key-values%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-parse-a-filter-pair%E2%91%A1", @@ -2641,14 +2653,14 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-values-configuration-negated-filters%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-list-append%E2%91%A1%E2%93%AA", "https://wicg.github.io/attribution-reporting-api/#parse-aggregatable-dedup-keys", - "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A4%E2%91%A2", + "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A4%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-list%E2%91%A4%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-registration-json-key-aggregatable_deduplication_keys", - "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A4%E2%91%A8", + "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A5%E2%93%AA", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-registration-json-key-aggregatable_deduplication_keys%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-list%E2%91%A4%E2%91%A3", "https://wicg.github.io/attribution-reporting-api/#ref-for-list-iterate%E2%91%A3%E2%91%A2", - "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A4%E2%91%A3", + "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A4%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#ref-for-parse-an-optional-64-bit-unsigned-integer%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-registration-json-key-deduplication_key%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-parse-a-filter-pair%E2%91%A2", @@ -2658,10 +2670,10 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-dedup-key-negated-filters", "https://wicg.github.io/attribution-reporting-api/#ref-for-set-append%E2%91%A1%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#parse-attribution-scopes-for-trigger", - "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A4%E2%91%A4", + "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A4%E2%91%A6", "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-set%E2%91%A3%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-registration-json-key-attribution_scopes", - "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A5%E2%93%AA", + "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A5%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-registration-json-key-attribution_scopes%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-list%E2%91%A4%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-list-iterate%E2%91%A3%E2%91%A3", @@ -2674,7 +2686,7 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-dfn-moment%E2%91%A1%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-boolean%E2%91%A1%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-parse-json-bytes-to-an-infra-value%E2%91%A0", - "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A4%E2%91%A5", + "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A4%E2%91%A7", "https://wicg.github.io/attribution-reporting-api/#ref-for-parse-event-triggers", "https://wicg.github.io/attribution-reporting-api/#ref-for-parse-aggregatable-trigger-data", "https://wicg.github.io/attribution-reporting-api/#ref-for-parse-aggregatable-filtering-id-max-bytes", @@ -2685,24 +2697,24 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-check-if-cookie-based-debugging-is-allowed%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-parse-a-filter-pair%E2%91%A3", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-registration-json-key-debug_reporting", - "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A5%E2%91%A0", + "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A5%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-boolean%E2%91%A1%E2%91%A3", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-registration-json-key-debug_reporting%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-default-aggregation-coordinator%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-registration-json-key-aggregation_coordinator_origin", - "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A5%E2%91%A1", + "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A5%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-parse-an-aggregation-coordinator%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-registration-json-key-aggregation_coordinator_origin%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-source-registration-time-configuration-exclude%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-registration-json-key-aggregatable_source_registration_time", - "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A5%E2%91%A2", + "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A5%E2%91%A3", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-registration-json-key-aggregatable_source_registration_time%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-string%E2%91%A3%E2%91%A3", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-registration-json-key-aggregatable_source_registration_time%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-source-registration-time-configuration%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-registration-json-key-aggregatable_source_registration_time%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-registration-json-key-trigger_context_id", - "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A5%E2%91%A3", + "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A5%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-registration-json-key-trigger_context_id%E2%91%A0", "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-trigger-registration-json-key-trigger_context_id%E2%91%A1", @@ -2711,7 +2723,7 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-registration-json-key-trigger_context_id%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-debug-reporting-config%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-registration-json-key-aggregatable_debug_reporting", - "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A5%E2%91%A4", + "https://wicg.github.io/attribution-reporting-api/#ref-for-map-exists%E2%91%A5%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-set%E2%91%A3%E2%91%A6", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-debug-data-type%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-parse-an-aggregatable-debug-reporting-config%E2%91%A0", @@ -2746,18 +2758,18 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-filter-value%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-filter-value%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-filter-value%E2%91%A2", + "https://wicg.github.io/attribution-reporting-api/#ref-for-list-is-empty%E2%91%A0%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-list-is-empty%E2%91%A0%E2%91%A3", - "https://wicg.github.io/attribution-reporting-api/#ref-for-list-is-empty%E2%91%A0%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-set-intersection", - "https://wicg.github.io/attribution-reporting-api/#ref-for-list-is-empty%E2%91%A0%E2%91%A5", + "https://wicg.github.io/attribution-reporting-api/#ref-for-list-is-empty%E2%91%A0%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#match-filter-values-with-negation", "https://wicg.github.io/attribution-reporting-api/#ref-for-filter-value%E2%91%A3", "https://wicg.github.io/attribution-reporting-api/#ref-for-filter-value%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-filter-value%E2%91%A5", + "https://wicg.github.io/attribution-reporting-api/#ref-for-list-is-empty%E2%91%A0%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#ref-for-list-is-empty%E2%91%A0%E2%91%A6", - "https://wicg.github.io/attribution-reporting-api/#ref-for-list-is-empty%E2%91%A0%E2%91%A7", "https://wicg.github.io/attribution-reporting-api/#ref-for-set-intersection%E2%91%A0", - "https://wicg.github.io/attribution-reporting-api/#ref-for-list-is-empty%E2%91%A0%E2%91%A8", + "https://wicg.github.io/attribution-reporting-api/#ref-for-list-is-empty%E2%91%A0%E2%91%A7", "https://wicg.github.io/attribution-reporting-api/#match-an-attribution-source-against-a-filter-config", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source%E2%91%A5%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-filter-config%E2%91%A0%E2%91%A2", @@ -2770,7 +2782,7 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-filter-config-map%E2%91%A0", "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%A5", + "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%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", @@ -2781,7 +2793,7 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-dfn-moment%E2%91%A1%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-boolean%E2%91%A1%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#match-an-attribution-source-against-filters-isnegated", - "https://wicg.github.io/attribution-reporting-api/#ref-for-list-is-empty%E2%91%A1%E2%93%AA", + "https://wicg.github.io/attribution-reporting-api/#ref-for-list-is-empty%E2%91%A0%E2%91%A8", "https://wicg.github.io/attribution-reporting-api/#ref-for-list-iterate%E2%91%A3%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-match-an-attribution-source-against-a-filter-config", "https://wicg.github.io/attribution-reporting-api/#match-an-attribution-source-against-filters-and-negated-filters", @@ -2820,7 +2832,7 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-rate-limit-record-time%E2%91%A7", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-rate-limit-window%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-trigger-trigger-time%E2%91%A0", - "https://wicg.github.io/attribution-reporting-api/#ref-for-list-size%E2%91%A1%E2%91%A6", + "https://wicg.github.io/attribution-reporting-api/#ref-for-list-size%E2%91%A1%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#ref-for-max-attributions-per-rate-limit-window", "https://wicg.github.io/attribution-reporting-api/#check-if-attribution-should-be-blocked-by-rate-limits", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-trigger%E2%91%A0%E2%91%A4", @@ -2848,11 +2860,11 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-contribution%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-aggregation-keys%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-values-configuration-values%E2%91%A2", - "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A4%E2%91%A6", - "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A4%E2%91%A7", + "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A4%E2%91%A8", + "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A5%E2%93%AA", "https://wicg.github.io/attribution-reporting-api/#ref-for-list%E2%91%A4%E2%91%A8", "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%A6", + "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%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", @@ -2876,7 +2888,7 @@ "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%A3%E2%91%A6", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-trigger-data-source-keys%E2%91%A1", - "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-map-exists%E2%91%A5%E2%91%A8", "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%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-trigger-data-key-piece%E2%91%A0", @@ -2906,7 +2918,7 @@ "https://wicg.github.io/attribution-reporting-api/#obtain-verbose-debug-data-body-on-trigger-registration-sourcetoattribute", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-report%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#obtain-verbose-debug-data-body-on-trigger-registration-report", - "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A4%E2%91%A8", + "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A5%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-debug-data-type-trigger-event-attributions-per-source-destination-limit%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-debug-data-type-trigger-aggregate-attributions-per-source-destination-limit%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-map-set%E2%91%A1%E2%91%A3", @@ -2999,12 +3011,12 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-event-level-report-source-identifier%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-list-sort-in-ascending-order%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-event-level-report-is-lower-priority-than%E2%91%A0", - "https://wicg.github.io/attribution-reporting-api/#ref-for-list-is-empty%E2%91%A1%E2%91%A0", + "https://wicg.github.io/attribution-reporting-api/#ref-for-list-is-empty%E2%91%A1%E2%93%AA", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-event-level-attributable%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-event-level-report-replacement-result-drop-new-report-none-to-replace", "https://wicg.github.io/attribution-reporting-api/#ref-for-assert%E2%91%A0%E2%91%A8", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-number-of-event-level-reports%E2%91%A3", - "https://wicg.github.io/attribution-reporting-api/#ref-for-list-size%E2%91%A1%E2%91%A7", + "https://wicg.github.io/attribution-reporting-api/#ref-for-list-size%E2%91%A1%E2%91%A6", "https://wicg.github.io/attribution-reporting-api/#ref-for-event-level-report-is-lower-priority-than%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-event-level-report-replacement-result-drop-new-report-low-priority", "https://wicg.github.io/attribution-reporting-api/#ref-for-list-remove%E2%91%A0%E2%91%A1", @@ -3028,11 +3040,11 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-trigger%E2%91%A0%E2%91%A8", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source%E2%91%A6%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-trigger-event-level-trigger-configurations%E2%91%A0", - "https://wicg.github.io/attribution-reporting-api/#ref-for-list-is-empty%E2%91%A1%E2%91%A1", + "https://wicg.github.io/attribution-reporting-api/#ref-for-list-is-empty%E2%91%A1%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-triggering-result%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-triggering-status-dropped%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-randomized-response%E2%91%A7", - "https://wicg.github.io/attribution-reporting-api/#ref-for-list-is-empty%E2%91%A1%E2%91%A2", + "https://wicg.github.io/attribution-reporting-api/#ref-for-list-is-empty%E2%91%A1%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-assert%E2%91%A1%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source-event-level-attributable%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-triggering-result%E2%91%A2", @@ -3161,7 +3173,7 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-debug-data-type-trigger-aggregate-deduplicated", "https://wicg.github.io/attribution-reporting-api/#ref-for-obtain-an-aggregatable-attribution-report", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-report-contributions%E2%91%A1", - "https://wicg.github.io/attribution-reporting-api/#ref-for-list-is-empty%E2%91%A1%E2%91%A3", + "https://wicg.github.io/attribution-reporting-api/#ref-for-list-is-empty%E2%91%A1%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-triggering-result%E2%91%A0%E2%91%A6", "https://wicg.github.io/attribution-reporting-api/#ref-for-triggering-status-dropped%E2%91%A0%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-debug-data-type-trigger-aggregate-no-contributions", @@ -3224,7 +3236,7 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-debug-data-data-type", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-debug-data-report", "https://wicg.github.io/attribution-reporting-api/#ref-for-list-append%E2%91%A1%E2%91%A3", - "https://wicg.github.io/attribution-reporting-api/#ref-for-list-is-empty%E2%91%A1%E2%91%A4", + "https://wicg.github.io/attribution-reporting-api/#ref-for-list-is-empty%E2%91%A1%E2%91%A3", "https://wicg.github.io/attribution-reporting-api/#ref-for-obtain-and-deliver-a-verbose-debug-report%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-trigger-reporting-origin%E2%91%A3", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-trigger-fenced%E2%91%A0", @@ -3242,7 +3254,7 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-debug-reporting-config-key-piece%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-list-iterate%E2%91%A4%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-debug-data-data-type%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-map-exists%E2%91%A6%E2%93%AA", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-contribution-key%E2%91%A3", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-contribution%E2%91%A8", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-contribution-key%E2%91%A4", @@ -3293,17 +3305,17 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-trigger%E2%91%A1%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-trigger%E2%91%A1%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-trigger-aggregatable-trigger-data%E2%91%A1", - "https://wicg.github.io/attribution-reporting-api/#ref-for-list-is-empty%E2%91%A1%E2%91%A5", + "https://wicg.github.io/attribution-reporting-api/#ref-for-list-is-empty%E2%91%A1%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-trigger-aggregatable-values-configurations%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-values-configuration-values%E2%91%A4", - "https://wicg.github.io/attribution-reporting-api/#ref-for-list-is-empty%E2%91%A1%E2%91%A6", + "https://wicg.github.io/attribution-reporting-api/#ref-for-list-is-empty%E2%91%A1%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#trigger-attribution", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-trigger%E2%91%A1%E2%91%A6", "https://wicg.github.io/attribution-reporting-api/#ref-for-check-if-an-attribution-trigger-contains-aggregatable-data%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-trigger-event-level-trigger-configurations%E2%91%A2", - "https://wicg.github.io/attribution-reporting-api/#ref-for-list-is-empty%E2%91%A1%E2%91%A7", + "https://wicg.github.io/attribution-reporting-api/#ref-for-list-is-empty%E2%91%A1%E2%91%A6", "https://wicg.github.io/attribution-reporting-api/#ref-for-find-matching-sources", - "https://wicg.github.io/attribution-reporting-api/#ref-for-list-is-empty%E2%91%A1%E2%91%A8", + "https://wicg.github.io/attribution-reporting-api/#ref-for-list-is-empty%E2%91%A1%E2%91%A7", "https://wicg.github.io/attribution-reporting-api/#ref-for-obtain-and-deliver-debug-reports-on-trigger-registration", "https://wicg.github.io/attribution-reporting-api/#ref-for-trigger-debug-data-type-trigger-no-matching-source", "https://wicg.github.io/attribution-reporting-api/#ref-for-obtain-and-deliver-debug-reports-on-trigger-registration-sourcetoattribute", @@ -3535,7 +3547,7 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-report-reporting-origin%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-attribution-report%E2%91%A0%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-debug-report%E2%91%A7", - "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A5%E2%93%AA", + "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A5%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-report-effective-attribution-destination%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-report-report-id%E2%91%A0%E2%93%AA", "https://wicg.github.io/attribution-reporting-api/#ref-for-ascii-serialisation-of-an-origin", @@ -3576,9 +3588,9 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-max-contributions-per-aggregatable-debug-report", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-report-contributions%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#ref-for-assert%E2%91%A1%E2%91%A6", - "https://wicg.github.io/attribution-reporting-api/#ref-for-list-size%E2%91%A1%E2%91%A8", + "https://wicg.github.io/attribution-reporting-api/#ref-for-list-size%E2%91%A1%E2%91%A7", "https://wicg.github.io/attribution-reporting-api/#ref-for-iteration-while", - "https://wicg.github.io/attribution-reporting-api/#ref-for-list-size%E2%91%A2%E2%93%AA", + "https://wicg.github.io/attribution-reporting-api/#ref-for-list-size%E2%91%A1%E2%91%A8", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-contribution%E2%91%A0%E2%93%AA", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-contribution-key%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-contribution-value%E2%91%A7", @@ -3586,7 +3598,7 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-default-filtering-id-value%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-list-append%E2%91%A1%E2%91%A8", "https://wicg.github.io/attribution-reporting-api/#ref-for-list-iterate%E2%91%A4%E2%91%A7", - "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A5%E2%91%A0", + "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A5%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-encode-an-unsigned-k-byte-integer", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-contribution-key%E2%91%A6", "https://wicg.github.io/attribution-reporting-api/#ref-for-encode-an-unsigned-k-byte-integer%E2%91%A0", @@ -3595,7 +3607,7 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-contribution-filtering-id%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-attribution-report-filtering-id-max-bytes%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-list-append%E2%91%A2%E2%93%AA", - "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A5%E2%91%A1", + "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A5%E2%91%A3", "https://wicg.github.io/attribution-reporting-api/#ref-for-byte-sequence%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#obtain-the-encrypted-payload", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-report%E2%91%A8", @@ -3610,7 +3622,7 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-report-aggregation-coordinator%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-obtain-the-encrypted-payload", "https://wicg.github.io/attribution-reporting-api/#ref-for-list%E2%91%A5%E2%91%A8", - "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A5%E2%91%A2", + "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A5%E2%91%A4", "https://wicg.github.io/attribution-reporting-api/#ref-for-forgiving-base64-encode", "https://wicg.github.io/attribution-reporting-api/#ref-for-string%E2%91%A3%E2%91%A6", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-report-debug-mode%E2%91%A0", @@ -3621,7 +3633,7 @@ "https://wicg.github.io/attribution-reporting-api/#serialize-report-body", "https://wicg.github.io/attribution-reporting-api/#obtain-an-event-level-report-body", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-report%E2%91%A7", - "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A5%E2%91%A3", + "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A5%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#ref-for-event-level-report-attribution-destinations%E2%91%A3", "https://wicg.github.io/attribution-reporting-api/#ref-for-serialize-attribution-destinations%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-event-level-report-randomized-trigger-rate%E2%91%A0", @@ -3647,7 +3659,7 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-report-effective-attribution-destination%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#ref-for-concept-origin-opaque%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-obtain-the-aggregation-service-payloads", - "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A5%E2%91%A4", + "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A5%E2%91%A6", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-report-shared-info%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-aggregatable-report-aggregation-coordinator%E2%91%A3", "https://wicg.github.io/attribution-reporting-api/#ref-for-ascii-serialisation-of-an-origin%E2%91%A0", @@ -3681,7 +3693,7 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-list%E2%91%A6%E2%93%AA", "https://wicg.github.io/attribution-reporting-api/#ref-for-list-iterate%E2%91%A4%E2%91%A8", "https://wicg.github.io/attribution-reporting-api/#ref-for-verbose-debug-report-data%E2%91%A0", - "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A5%E2%91%A5", + "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A5%E2%91%A7", "https://wicg.github.io/attribution-reporting-api/#ref-for-verbose-debug-data-data-type%E2%91%A3", "https://wicg.github.io/attribution-reporting-api/#ref-for-verbose-debug-data-body%E2%91%A2", "https://wicg.github.io/attribution-reporting-api/#ref-for-list-append%E2%91%A2%E2%91%A1", @@ -3789,7 +3801,7 @@ "https://wicg.github.io/attribution-reporting-api/#cross-app-and-web", "https://wicg.github.io/attribution-reporting-api/#get-os-registrations", "https://wicg.github.io/attribution-reporting-api/#os-registration", - "https://wicg.github.io/attribution-reporting-api/#ref-for-struct%E2%91%A1%E2%91%A2", + "https://wicg.github.io/attribution-reporting-api/#ref-for-struct%E2%91%A1%E2%91%A3", "https://wicg.github.io/attribution-reporting-api/#os-registration-url", "https://wicg.github.io/attribution-reporting-api/#ref-for-concept-url%E2%91%A8", "https://wicg.github.io/attribution-reporting-api/#os-registration-debug-reporting-enabled", @@ -3805,13 +3817,13 @@ "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%A1%E2%91%A6", "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%93%AA", + "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%A1%E2%91%A8", "https://wicg.github.io/attribution-reporting-api/#ref-for-os-registration%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-os-registration-url", "https://wicg.github.io/attribution-reporting-api/#ref-for-os-registration-debug-reporting-enabled", "https://wicg.github.io/attribution-reporting-api/#ref-for-list-append%E2%91%A2%E2%91%A6", - "https://wicg.github.io/attribution-reporting-api/#ref-for-list-is-empty%E2%91%A2%E2%93%AA", + "https://wicg.github.io/attribution-reporting-api/#ref-for-list-is-empty%E2%91%A1%E2%91%A8", "https://wicg.github.io/attribution-reporting-api/#registrars-header", "https://wicg.github.io/attribution-reporting-api/#registrar", "https://wicg.github.io/attribution-reporting-api/#registrar-web", @@ -3830,7 +3842,7 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-concept-origin%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#ref-for-boolean%E2%91%A2%E2%93%AA", "https://wicg.github.io/attribution-reporting-api/#ref-for-assert%E2%91%A2%E2%91%A1", - "https://wicg.github.io/attribution-reporting-api/#ref-for-list-is-empty%E2%91%A2%E2%91%A0", + "https://wicg.github.io/attribution-reporting-api/#ref-for-list-is-empty%E2%91%A2%E2%93%AA", "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%A5%E2%91%A0", "https://wicg.github.io/attribution-reporting-api/#ref-for-os-registration-debug-reporting-enabled%E2%91%A0", @@ -3839,7 +3851,7 @@ "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%A1%E2%91%A8", - "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A5%E2%91%A6", + "https://wicg.github.io/attribution-reporting-api/#ref-for-ordered-map%E2%91%A5%E2%91%A8", "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", "https://wicg.github.io/attribution-reporting-api/#ref-for-verbose-debug-data%E2%91%A5", @@ -3930,7 +3942,7 @@ "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source%E2%91%A7%E2%91%A6", "https://wicg.github.io/attribution-reporting-api/#ref-for-attribution-source%E2%91%A7%E2%91%A7", "https://wicg.github.io/attribution-reporting-api/#ref-for-obtain-a-set-of-possible-trigger-states%E2%91%A4", - "https://wicg.github.io/attribution-reporting-api/#ref-for-list-size%E2%91%A2%E2%91%A0", + "https://wicg.github.io/attribution-reporting-api/#ref-for-list-size%E2%91%A2%E2%93%AA", "https://wicg.github.io/attribution-reporting-api/#ref-for-obtain-a-set-of-possible-trigger-states%E2%91%A5", "https://wicg.github.io/attribution-reporting-api/#ref-for-compute-the-channel-capacity-of-a-source%E2%91%A1", "https://wicg.github.io/attribution-reporting-api/#ref-for-source-type-navigation%E2%91%A6", diff --git a/ed/ids/css-content-3.json b/ed/ids/css-content-3.json index 5d657474cde4..d212de51da5e 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-leader", - "https://drafts.csswg.org/css-content-3/#leader-function", "https://drafts.csswg.org/css-content-3/#ref-for-funcdef-content-leader%E2%91%A0", + "https://drafts.csswg.org/css-content-3/#leader-function", + "https://drafts.csswg.org/css-content-3/#ref-for-funcdef-content-leader%E2%91%A1", "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 1d64fbb853d4..88cbd2e79ac6 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-flex-basis-auto%E2%91%A2", + "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", @@ -1941,9 +1941,9 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-definite%E2%91%A4%E2%91%A2", "https://drafts.csswg.org/css-flexbox-1/#change-201403-min-auto-main-size-basis", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A5", - "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%A7", + "https://drafts.csswg.org/css-flexbox-1/#change-201403-min-auto-intrinsic-percentages", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-min-height%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-max-height%E2%91%A3", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-height%E2%91%A0%E2%91%A8", @@ -2031,7 +2031,7 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-main-size%E2%91%A4%E2%91%A1", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A7%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-cross-size%E2%91%A5%E2%91%A2", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A6", + "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-definite%E2%91%A4%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-width-fit-content", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A8%E2%93%AA", @@ -2078,7 +2078,7 @@ "https://drafts.csswg.org/css-flexbox-1/#change-2012-flex-basis-zero", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex-basis%E2%91%A1%E2%91%A5", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A2%E2%91%A7", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A7", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A2%E2%91%A8", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A3%E2%93%AA", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-flex%E2%91%A3%E2%91%A0", @@ -2096,17 +2096,17 @@ "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-right", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-top", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-bottom", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A8", + "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-propdef-left%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-propdef-right%E2%91%A0", - "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-flex-basis-auto%E2%91%A7", "https://drafts.csswg.org/css-flexbox-1/#ref-for-flex-item%E2%91%A0%E2%91%A8%E2%91%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%A0%E2%91%A0", + "https://drafts.csswg.org/css-flexbox-1/#ref-for-valdef-align-items-auto%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-flexbox-1/#ref-for-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 1b10509b5adc..c7198bd4dc34 100644 --- a/ed/ids/css-fonts-4.json +++ b/ed/ids/css-fonts-4.json @@ -858,7 +858,7 @@ "https://drafts.csswg.org/css-fonts-4/#ref-for-ascent-metric", "https://drafts.csswg.org/css-fonts-4/#ref-for-descent-metric", "https://drafts.csswg.org/css-fonts-4/#ref-for-line-gap-metric", - "https://drafts.csswg.org/css-fonts-4/#ref-for-font-variant-normal-value%E2%91%A1", + "https://drafts.csswg.org/css-fonts-4/#ref-for-valdef-font-width-normal%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ex-percent-resolve", "https://drafts.csswg.org/css-fonts-4/#ref-for-ascent-metric%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ex-override-local-metrics", @@ -1014,7 +1014,7 @@ "https://drafts.csswg.org/css-fonts-4/#valdef-font-variant-ligatures-contextual", "https://drafts.csswg.org/css-fonts-4/#valdef-font-variant-ligatures-no-contextual", "https://drafts.csswg.org/css-fonts-4/#rlig-unaffected", - "https://drafts.csswg.org/css-fonts-4/#ref-for-font-optical-sizing-none-value", + "https://drafts.csswg.org/css-fonts-4/#ref-for-font-kerning-none-value", "https://drafts.csswg.org/css-fonts-4/#font-variant-position-prop", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant-position%E2%91%A2", "https://drafts.csswg.org/css-fonts-4/#propdef-font-variant-position", @@ -1285,7 +1285,7 @@ "https://drafts.csswg.org/css-fonts-4/#font-variant-normal-value", "https://drafts.csswg.org/css-fonts-4/#ref-for-propdef-font-variant%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-fonts-4/#font-variant-none-value", - "https://drafts.csswg.org/css-fonts-4/#ref-for-font-size-adjust-none-value%E2%91%A0", + "https://drafts.csswg.org/css-fonts-4/#ref-for-font-optical-sizing-none-value", "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", @@ -1872,7 +1872,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-palette-normal%E2%91%A4", + "https://drafts.csswg.org/css-fonts-4/#ref-for-font-kerning-normal-value%E2%91%A0", "https://drafts.csswg.org/css-fonts-4/#ref-for-ch", "https://drafts.csswg.org/css-fonts-4/#changes-2018-04-10", "https://drafts.csswg.org/css-fonts-4/#changes-fonts-3", diff --git a/ed/ids/css-grid-1.json b/ed/ids/css-grid-1.json index 21309658364a..09d6962cf549 100644 --- a/ed/ids/css-grid-1.json +++ b/ed/ids/css-grid-1.json @@ -202,11 +202,11 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-block-level%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-block-formatting-context%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-block-box", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-inline-size", "https://drafts.csswg.org/css-grid-1/#ref-for-inline-formatting-context", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0", + "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%A1", + "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%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-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%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-template-columns%E2%91%A0%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-rows-none%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#example-4fe2f42d", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto", + "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-implicitly-assigned-line-name%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-named-grid-area%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-repeat%E2%91%A0%E2%93%AA", @@ -1312,7 +1312,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column-end%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#propdef-grid-area", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-grid-row-start-grid-line%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-typedef-grid-row-start-grid-line%E2%91%A5", @@ -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%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-start%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-end%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A1%E2%93%AA", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A4", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-column-start%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row-start%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-identifier-value%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A5", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-margin", "https://drafts.csswg.org/css-grid-1/#auto-placement-algo", "https://drafts.csswg.org/css-grid-1/#grid-item-placement-algorithm", @@ -1479,7 +1479,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-physical", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-direction", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-writing-mode", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A6", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-property%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A6%E2%93%AA", @@ -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-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%93%AA", "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%A6", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A4", "https://drafts.csswg.org/css-grid-1/#ref-for-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%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-container%E2%91%A8%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-algo-grid-sizing%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid%E2%91%A1%E2%91%A3", @@ -1687,7 +1687,7 @@ "https://drafts.csswg.org/css-grid-1/#intrinsic-sizing-function", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-min-content%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A3", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#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-grid-placement-auto%E2%91%A7", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-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-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%A6", "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-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#max-track-sizing-function", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-minmax%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A3", "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-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-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%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-intrinsic-sizing-function%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A8", @@ -1830,7 +1830,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-growth-limit%E2%91%A3", "https://drafts.csswg.org/css-grid-1/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A7", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-max-track-sizing-function%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#algo-baseline-shims", @@ -1850,7 +1850,7 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-base-size%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-max-content-contribution%E2%91%A3", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A8", "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%A4", + "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%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%A5", + "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-max-track-sizing-function%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-grid-1/#ref-for-definite%E2%91%A1%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-free-space%E2%91%A0%E2%93%AA", @@ -2110,10 +2110,10 @@ "https://drafts.csswg.org/css-grid-1/#ref-for-layout-algorithm%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-fragmentation-container%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-propdef-grid-row%E2%91%A5", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%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-flex-fr%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-area%E2%91%A2%E2%91%A4", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%93%AA", "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%A6", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A0", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-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%A7", + "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-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%A8", + "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-content-based-minimum-size%E2%91%A7", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-track%E2%91%A2%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A0%E2%91%A8", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%93%AA", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A3", "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%A4", + "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-max-track-sizing-function%E2%91%A2%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-max-content%E2%91%A1%E2%91%A0", @@ -2500,11 +2500,11 @@ "https://drafts.csswg.org/css-grid-1/#change-2016-auto-percent-track", "https://drafts.csswg.org/css-grid-1/#ref-for-percentage-value%E2%91%A5", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A1%E2%91%A8", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%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-grid-container%E2%91%A0%E2%91%A2%E2%93%AA", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A1", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A6", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-container%E2%91%A0%E2%91%A2%E2%91%A0", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A7", "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%A3", + "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-max-track-sizing-function%E2%91%A2%E2%91%A8", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A4", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%93%AA", "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%A5", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A0", "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-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%A6", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-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%A7", + "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-flexible-sizing-function%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-1/#ref-for-min-track-sizing-function%E2%91%A1%E2%91%A1", - "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A1%E2%91%A8", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A0", "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%A5", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-1/#ref-for-grid-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-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%A3", "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-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%A4", "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-grid-placement-auto%E2%91%A0%E2%91%A7", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A8", - "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A1%E2%93%AA", + "https://drafts.csswg.org/css-grid-1/#ref-for-valdef-grid-template-columns-auto%E2%91%A2%E2%91%A5", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-grid-1/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A3", "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 f48a67ec73d2..0dcdd18e9ff1 100644 --- a/ed/ids/css-grid-2.json +++ b/ed/ids/css-grid-2.json @@ -230,7 +230,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-inline-size", "https://drafts.csswg.org/css-grid-2/#ref-for-inline-formatting-context", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A1%E2%91%A2", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A1", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-block-size", "https://drafts.csswg.org/css-grid-2/#ref-for-max-content", "https://drafts.csswg.org/css-grid-2/#ref-for-min-content", @@ -358,7 +358,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-scroll-container%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-track%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-min-track-sizing-function", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A2", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-flexible-tracks", "https://drafts.csswg.org/css-grid-2/#ref-for-automatic-minimum-size%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-content-based-minimum-size%E2%91%A0", @@ -674,7 +674,7 @@ "https://drafts.csswg.org/css-grid-2/#funcdef-grid-template-columns-fit-content", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-length-percentage%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A0", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A3", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-min-content%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-template-rows-track-sizing-function%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-fit-content%E2%91%A0", @@ -1055,13 +1055,13 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-template-areas%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-template-rows%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-track-size%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A4", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-template-columns%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-rows-none%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#example-4fe2f42d", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A1", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A2", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-implicitly-assigned-line-name%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-named-grid-area%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-repeat%E2%91%A0%E2%91%A0", @@ -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%A3", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#propdef-grid-area", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-grid-row-start-grid-line%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-typedef-grid-row-start-grid-line%E2%91%A5", @@ -1458,17 +1458,17 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-identifier-value%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-column-end%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-identifier-value%E2%91%A0%E2%91%A7", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A4", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A3", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row-end%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row-start%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-identifier-value%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-propdef-grid-row-end%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-identifier-value%E2%91%A1%E2%93%AA", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A5", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A4", "https://drafts.csswg.org/css-grid-2/#ref-for-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%A6", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A5", "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-grid-placement-auto%E2%91%A7", + "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-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-grid-placement-auto%E2%91%A8", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A6", "https://drafts.csswg.org/css-grid-2/#ref-for-implicit-grid-lines%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-span%E2%91%A0%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A5", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-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%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-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%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-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%A8", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A7", "https://drafts.csswg.org/css-grid-2/#max-track-sizing-function", "https://drafts.csswg.org/css-grid-2/#ref-for-funcdef-grid-template-columns-minmax%E2%91%A4", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%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/#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-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%A0", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-max-content%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-available-grid-space%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-container%E2%91%A0%E2%91%A0%E2%91%A2", @@ -2098,7 +2098,7 @@ "https://drafts.csswg.org/css-grid-2/#ref-for-fixed-sizing-function%E2%91%A2", "https://drafts.csswg.org/css-grid-2/#ref-for-base-size%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-indefinite%E2%91%A4", - "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-grid-2/#ref-for-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-grid-placement-auto%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A2", "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-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-grid-2/#ref-for-grid-placement-auto%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-grid-2/#ref-for-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%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/#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%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-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%A0%E2%91%A2", + "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-grid-template-columns-auto%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-grid-2/#ref-for-valdef-flex-fr%E2%91%A8", "https://drafts.csswg.org/css-grid-2/#ref-for-grid-area%E2%91%A2%E2%91%A5", - "https://drafts.csswg.org/css-grid-2/#ref-for-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%A0%E2%91%A0", "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-inline-3.json b/ed/ids/css-inline-3.json index 7e9828dce935..6aa790ace774 100644 --- a/ed/ids/css-inline-3.json +++ b/ed/ids/css-inline-3.json @@ -116,7 +116,7 @@ "https://drafts.csswg.org/css-inline-3/#ref-for-logical-height", "https://drafts.csswg.org/css-inline-3/#ref-for-line-box%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-height", - "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-edge", + "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge", "https://drafts.csswg.org/css-inline-3/#ref-for-block-container%E2%91%A6", "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-trim", "https://drafts.csswg.org/css-inline-3/#line-layout", @@ -142,13 +142,13 @@ "https://drafts.csswg.org/css-inline-3/#ref-for-margin-box", "https://drafts.csswg.org/css-inline-3/#ref-for-root-inline-box%E2%91%A1", "https://drafts.csswg.org/css-inline-3/#ref-for-inline-box%E2%91%A5", - "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-edge%E2%91%A0", + "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge%E2%91%A0", "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-height%E2%91%A0", "https://drafts.csswg.org/css-inline-3/#ref-for-margin%E2%91%A0", "https://drafts.csswg.org/css-inline-3/#ref-for-border%E2%91%A0", "https://drafts.csswg.org/css-inline-3/#ref-for-padding%E2%91%A0", "https://drafts.csswg.org/css-inline-3/#ref-for-inline-box%E2%91%A6", - "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-edge%E2%91%A1", + "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge%E2%91%A1", "https://drafts.csswg.org/css-inline-3/#ref-for-margin%E2%91%A1", "https://drafts.csswg.org/css-inline-3/#ref-for-border%E2%91%A1", "https://drafts.csswg.org/css-inline-3/#ref-for-padding%E2%91%A1", @@ -216,10 +216,11 @@ "https://drafts.csswg.org/css-inline-3/#baseline-types", "https://drafts.csswg.org/css-inline-3/#ref-for-baseline%E2%91%A3", "https://drafts.csswg.org/css-inline-3/#ref-for-inline-layout%E2%91%A1", - "https://drafts.csswg.org/css-inline-3/#issue-0c9dc842", + "https://drafts.csswg.org/css-inline-3/#issue-3bc5ecf6", "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-dominant-baseline%E2%91%A0", "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-alignment-baseline", - "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-edge%E2%91%A2", + "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-edge", + "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge%E2%91%A2", "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-initial-letter-align", "https://drafts.csswg.org/css-inline-3/#alphabetic-baseline", "https://drafts.csswg.org/css-inline-3/#cap-height-baseline", @@ -561,7 +562,7 @@ "https://drafts.csswg.org/css-inline-3/#ref-for-line-box%E2%91%A1%E2%91%A8", "https://drafts.csswg.org/css-inline-3/#ref-for-inline-level%E2%91%A7", "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-height%E2%91%A5", - "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge", + "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge%E2%91%A3", "https://drafts.csswg.org/css-inline-3/#line-height-property", "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-height%E2%91%A6", "https://drafts.csswg.org/css-inline-3/#propdef-line-height", @@ -601,12 +602,12 @@ "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-height%E2%91%A8", "https://drafts.csswg.org/css-inline-3/#example-e366ece9", "https://drafts.csswg.org/css-inline-3/#issue-af10b7fe", - "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge%E2%91%A0", + "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge%E2%91%A4", "https://drafts.csswg.org/css-inline-3/#ref-for-valdef-line-fit-edge-leading", "https://drafts.csswg.org/css-inline-3/#ref-for-inline-box%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-height%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-inline-3/#text-edges", - "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge%E2%91%A1", + "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge%E2%91%A5", "https://drafts.csswg.org/css-inline-3/#propdef-line-fit-edge", "https://drafts.csswg.org/css-inline-3/#ref-for-comb-one%E2%91%A1%E2%91%A4", "https://drafts.csswg.org/css-inline-3/#ref-for-typedef-text-edge", @@ -614,7 +615,7 @@ "https://drafts.csswg.org/css-inline-3/#issue-6de82a32", "https://drafts.csswg.org/css-inline-3/#ref-for-inline-box%E2%91%A1%E2%91%A2", "https://drafts.csswg.org/css-inline-3/#ref-for-block-axis%E2%91%A6", - "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge%E2%91%A2", + "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge%E2%91%A6", "https://drafts.csswg.org/css-inline-3/#ref-for-layout-bounds%E2%91%A5", "https://drafts.csswg.org/css-inline-3/#ref-for-inline-box%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-inline-3/#ref-for-root-inline-box%E2%91%A4", @@ -667,7 +668,7 @@ "https://drafts.csswg.org/css-inline-3/#issue-d656b674", "https://drafts.csswg.org/css-inline-3/#ref-for-valdef-line-fit-edge-text%E2%91%A0", "https://drafts.csswg.org/css-inline-3/#ref-for-valdef-line-fit-edge-leading%E2%91%A0", - "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge%E2%91%A3", + "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge%E2%91%A7", "https://drafts.csswg.org/css-inline-3/#ref-for-valdef-line-fit-edge-leading%E2%91%A1", "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-height%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-inline-3/#ref-for-layout-bounds%E2%91%A6", @@ -675,23 +676,23 @@ "https://drafts.csswg.org/css-inline-3/#ref-for-valdef-line-fit-edge-text%E2%91%A1", "https://drafts.csswg.org/css-inline-3/#ref-for-ascent-metric%E2%91%A2", "https://drafts.csswg.org/css-inline-3/#ref-for-descent-metric%E2%91%A2", - "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge%E2%91%A4", + "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge%E2%91%A8", "https://drafts.csswg.org/css-inline-3/#ref-for-valdef-line-fit-edge-leading%E2%91%A3", "https://drafts.csswg.org/css-inline-3/#ref-for-valdef-line-fit-edge-cap", "https://drafts.csswg.org/css-inline-3/#ref-for-valdef-line-fit-edge-ex", - "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge%E2%91%A5", + "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-inline-3/#ref-for-valdef-line-fit-edge-leading%E2%91%A4", "https://drafts.csswg.org/css-inline-3/#ref-for-valdef-line-fit-edge-leading%E2%91%A5", "https://drafts.csswg.org/css-inline-3/#ref-for-half-leading%E2%91%A0", "https://drafts.csswg.org/css-inline-3/#ref-for-half-leading%E2%91%A1", - "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge%E2%91%A6", + "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-inline-3/#ref-for-margin%E2%91%A4", "https://drafts.csswg.org/css-inline-3/#inline-height", "https://drafts.csswg.org/css-inline-3/#ref-for-inline-box%E2%91%A1%E2%91%A4", "https://drafts.csswg.org/css-inline-3/#ref-for-logical-height%E2%91%A4", "https://drafts.csswg.org/css-inline-3/#ref-for-line-box%E2%91%A2%E2%91%A2", "https://drafts.csswg.org/css-inline-3/#layout-bounds", - "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge%E2%91%A7", + "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-height%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-inline-3/#ref-for-layout-bounds%E2%91%A7", "https://drafts.csswg.org/css-inline-3/#ref-for-logical-height%E2%91%A5", @@ -705,13 +706,13 @@ "https://drafts.csswg.org/css-inline-3/#ref-for-inline-box%E2%91%A1%E2%91%A7", "https://drafts.csswg.org/css-inline-3/#ref-for-first-available-font%E2%91%A1", "https://drafts.csswg.org/css-inline-3/#ref-for-baseline%E2%91%A0%E2%91%A6", - "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge%E2%91%A8", + "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-inline-3/#ref-for-ascent-metric%E2%91%A3", "https://drafts.csswg.org/css-inline-3/#ref-for-descent-metric%E2%91%A3", "https://drafts.csswg.org/css-inline-3/#ref-for-dominant-baseline%E2%91%A7", "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-height%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-inline-3/#ref-for-valdef-line-height-normal%E2%91%A0", - "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge%E2%91%A0%E2%93%AA", + "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-inline-3/#ref-for-valdef-line-fit-edge-leading%E2%91%A6", "https://drafts.csswg.org/css-inline-3/#ref-for-root-inline-box%E2%91%A5", "https://drafts.csswg.org/css-inline-3/#ref-for-line-gap-metric%E2%91%A1", @@ -729,12 +730,13 @@ "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-height%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-inline-3/#ref-for-leading%E2%91%A0", "https://drafts.csswg.org/css-inline-3/#half-leading", - "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-inline-3/#ref-for-valdef-line-fit-edge-leading%E2%91%A7", "https://drafts.csswg.org/css-inline-3/#ref-for-root-inline-box%E2%91%A6", "https://drafts.csswg.org/css-inline-3/#ref-for-half-leading%E2%91%A3", "https://drafts.csswg.org/css-inline-3/#ref-for-layout-bounds%E2%91%A0%E2%91%A2", - "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge%E2%91%A0%E2%91%A1", - "https://drafts.csswg.org/css-inline-3/#ref-for-valdef-line-fit-edge-leading%E2%91%A7", + "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/css-inline-3/#ref-for-valdef-line-fit-edge-leading%E2%91%A8", "https://drafts.csswg.org/css-inline-3/#ref-for-layout-bounds%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-inline-3/#ref-for-margin%E2%91%A5", "https://drafts.csswg.org/css-inline-3/#ref-for-border%E2%91%A4", @@ -760,19 +762,19 @@ "https://drafts.csswg.org/css-inline-3/#ref-for-comb-one%E2%91%A2%E2%91%A2", "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-trim%E2%91%A3", "https://drafts.csswg.org/css-inline-3/#ref-for-comb-any%E2%91%A1", - "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-edge%E2%91%A3", + "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-edge%E2%91%A0", "https://drafts.csswg.org/css-inline-3/#ref-for-block-container%E2%91%A8", "https://drafts.csswg.org/css-inline-3/#ref-for-inline-box%E2%91%A2%E2%91%A0", "https://drafts.csswg.org/css-inline-3/#ref-for-shorthand-property%E2%91%A0", "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-trim%E2%91%A4", - "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-edge%E2%91%A4", + "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-edge%E2%91%A1", "https://drafts.csswg.org/css-inline-3/#valdef-text-box-normal", "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-trim%E2%91%A5", "https://drafts.csswg.org/css-inline-3/#ref-for-valdef-text-box-trim-none", - "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-edge%E2%91%A5", + "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-edge%E2%91%A2", "https://drafts.csswg.org/css-inline-3/#ref-for-valdef-text-box-edge-auto", "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-trim%E2%91%A6", - "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-edge%E2%91%A6", + "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-edge%E2%91%A3", "https://drafts.csswg.org/css-inline-3/#ref-for-valdef-text-box-edge-auto%E2%91%A0", "https://drafts.csswg.org/css-inline-3/#issue-6e028676", "https://drafts.csswg.org/css-inline-3/#text-box-trim", @@ -784,11 +786,10 @@ "https://drafts.csswg.org/css-inline-3/#ref-for-inline-box%E2%91%A2%E2%91%A1", "https://drafts.csswg.org/css-inline-3/#ref-for-inline-box%E2%91%A2%E2%91%A2", "https://drafts.csswg.org/css-inline-3/#ref-for-content-box%E2%91%A2", - "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-edge%E2%91%A7", - "https://drafts.csswg.org/css-inline-3/#issue-abb5f7dc", + "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-edge%E2%91%A4", "https://drafts.csswg.org/css-inline-3/#ref-for-block-container%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-inline-3/#ref-for-half-leading%E2%91%A4", - "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-edge%E2%91%A8", + "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-edge%E2%91%A5", "https://drafts.csswg.org/css-inline-3/#ref-for-content-edge%E2%91%A0", "https://drafts.csswg.org/css-inline-3/#valdef-text-box-trim-none", "https://drafts.csswg.org/css-inline-3/#ref-for-line-box%E2%91%A2%E2%91%A4", @@ -797,27 +798,24 @@ "https://drafts.csswg.org/css-inline-3/#ref-for-content-edge%E2%91%A1", "https://drafts.csswg.org/css-inline-3/#ref-for-text-over-baseline%E2%91%A2", "https://drafts.csswg.org/css-inline-3/#ref-for-text-under-baseline%E2%91%A2", - "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-edge%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css-inline-3/#ref-for-line-box%E2%91%A2%E2%91%A5", + "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-edge%E2%91%A6", "https://drafts.csswg.org/css-inline-3/#valdef-text-box-trim-trim-start", "https://drafts.csswg.org/css-inline-3/#ref-for-block-container%E2%91%A0%E2%91%A1", "https://drafts.csswg.org/css-inline-3/#ref-for-block-start", "https://drafts.csswg.org/css-inline-3/#ref-for-first-formatted-line%E2%91%A0", - "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-edge%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-inline-3/#ref-for-root-inline-box%E2%91%A7", "https://drafts.csswg.org/css-inline-3/#ref-for-inline-box%E2%91%A2%E2%91%A4", "https://drafts.csswg.org/css-inline-3/#ref-for-block-start%E2%91%A0", "https://drafts.csswg.org/css-inline-3/#ref-for-content-edge%E2%91%A2", - "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-edge%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-edge%E2%91%A7", "https://drafts.csswg.org/css-inline-3/#valdef-text-box-trim-trim-end", "https://drafts.csswg.org/css-inline-3/#ref-for-block-container%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-inline-3/#ref-for-block-end", - "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-edge%E2%91%A0%E2%91%A2", "https://drafts.csswg.org/css-inline-3/#ref-for-root-inline-box%E2%91%A8", "https://drafts.csswg.org/css-inline-3/#ref-for-inline-box%E2%91%A2%E2%91%A5", "https://drafts.csswg.org/css-inline-3/#ref-for-block-end%E2%91%A0", "https://drafts.csswg.org/css-inline-3/#ref-for-content-edge%E2%91%A3", - "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-edge%E2%91%A0%E2%91%A3", + "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-edge%E2%91%A8", "https://drafts.csswg.org/css-inline-3/#valdef-text-box-trim-trim-both", "https://drafts.csswg.org/css-inline-3/#ref-for-valdef-text-box-trim-trim-start", "https://drafts.csswg.org/css-inline-3/#ref-for-valdef-text-box-trim-trim-end", @@ -825,30 +823,31 @@ "https://drafts.csswg.org/css-inline-3/#ref-for-line-under%E2%91%A4", "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-writing-mode", "https://drafts.csswg.org/css-inline-3/#ref-for-valdef-writing-mode-vertical-lr", - "https://drafts.csswg.org/css-inline-3/#ref-for-line-box%E2%91%A2%E2%91%A6", + "https://drafts.csswg.org/css-inline-3/#ref-for-line-box%E2%91%A2%E2%91%A5", "https://drafts.csswg.org/css-inline-3/#ref-for-block-container%E2%91%A0%E2%91%A3", - "https://drafts.csswg.org/css-inline-3/#ref-for-line-box%E2%91%A2%E2%91%A7", + "https://drafts.csswg.org/css-inline-3/#ref-for-line-box%E2%91%A2%E2%91%A6", "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-trim%E2%91%A8", "https://drafts.csswg.org/css-inline-3/#text-box-edge", - "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-edge%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-edge%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-inline-3/#propdef-text-box-edge", "https://drafts.csswg.org/css-inline-3/#ref-for-comb-one%E2%91%A2%E2%91%A6", "https://drafts.csswg.org/css-inline-3/#ref-for-typedef-text-edge%E2%91%A2", "https://drafts.csswg.org/css-inline-3/#ref-for-block-container%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-inline-3/#ref-for-inline-box%E2%91%A2%E2%91%A6", "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-trim%E2%91%A0%E2%93%AA", - "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-inline-3/#valdef-text-box-edge-auto", - "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge%E2%91%A0%E2%91%A3", - "https://drafts.csswg.org/css-inline-3/#ref-for-valdef-line-fit-edge-leading%E2%91%A8", + "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge%E2%91%A0%E2%91%A7", + "https://drafts.csswg.org/css-inline-3/#ref-for-line-box%E2%91%A2%E2%91%A7", + "https://drafts.csswg.org/css-inline-3/#ref-for-valdef-line-fit-edge-leading%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-inline-3/#ref-for-initial-value", "https://drafts.csswg.org/css-inline-3/#ref-for-valdef-line-fit-edge-text%E2%91%A2", "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-trim%E2%91%A0%E2%91%A0", "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box%E2%91%A1", "https://drafts.csswg.org/css-inline-3/#ref-for-shorthand-property%E2%91%A1", - "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge%E2%91%A0%E2%91%A4", + "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge%E2%91%A0%E2%91%A8", "https://drafts.csswg.org/css-inline-3/#ref-for-initial-value%E2%91%A0", - "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge%E2%91%A1%E2%93%AA", "https://drafts.csswg.org/css-inline-3/#line-fill", "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-inline-sizing%E2%91%A0", "https://drafts.csswg.org/css-inline-3/#propdef-inline-sizing", @@ -1081,7 +1080,7 @@ "https://drafts.csswg.org/css-inline-3/#ref-for-longhand%E2%91%A0", "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-font-size%E2%91%A3", "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-height%E2%91%A1%E2%91%A0", - "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-edge%E2%91%A0%E2%91%A5", + "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-inline-sizing%E2%91%A1", "https://drafts.csswg.org/css-inline-3/#ref-for-sizing-property", "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-box-sizing", @@ -1443,10 +1442,16 @@ "https://drafts.csswg.org/css-inline-3/#example-f3a3b459", "https://drafts.csswg.org/css-inline-3/#ref-for-baseline-table%E2%91%A3", "https://drafts.csswg.org/css-inline-3/#changes", - "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-edge%E2%91%A0%E2%91%A6", - "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-edge%E2%91%A0%E2%91%A7", + "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-edge%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge%E2%91%A1%E2%91%A1", + "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-edge%E2%91%A0%E2%91%A1", + "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge%E2%91%A1%E2%91%A2", + "https://drafts.csswg.org/css-inline-3/#ref-for-line-box%E2%91%A4%E2%91%A0", + "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge%E2%91%A1%E2%91%A3", + "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-edge%E2%91%A0%E2%91%A2", + "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-edge%E2%91%A0%E2%91%A3", "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-trim%E2%91%A0%E2%91%A2", - "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge%E2%91%A0%E2%91%A6", + "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge%E2%91%A1%E2%91%A4", "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box%E2%91%A2", "https://drafts.csswg.org/css-inline-3/#ref-for-shorthand-property%E2%91%A2", "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-trim%E2%91%A0%E2%91%A3", @@ -1457,7 +1462,7 @@ "https://drafts.csswg.org/css-inline-3/#ref-for-layout-bounds%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-inline-3/#ref-for-invisible-line-box%E2%91%A1", "https://drafts.csswg.org/css-inline-3/#ref-for-inline-axis%E2%91%A7", - "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-edge%E2%91%A0%E2%91%A8", + "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-edge%E2%91%A0%E2%91%A4", "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-trim%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-inline-3/#ref-for-line-gap-metric%E2%91%A2", "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-inline-sizing%E2%91%A2", @@ -1728,10 +1733,10 @@ "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-initial-letter-align%E2%91%A8", "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-initial-letter-wrap%E2%91%A4", "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-inline-sizing%E2%91%A4", - "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge%E2%91%A0%E2%91%A7", + "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-fit-edge%E2%91%A1%E2%91%A5", "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-line-height%E2%91%A1%E2%91%A4", "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box%E2%91%A4", - "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-edge%E2%91%A1%E2%93%AA", + "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-edge%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-text-box-trim%E2%91%A0%E2%91%A6", "https://drafts.csswg.org/css-inline-3/#ref-for-propdef-vertical-align%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-inline-3/#issues-index" diff --git a/ed/ids/css-position-3.json b/ed/ids/css-position-3.json index ef8d57782934..5d3c92f247e9 100644 --- a/ed/ids/css-position-3.json +++ b/ed/ids/css-position-3.json @@ -882,6 +882,7 @@ "https://drafts.csswg.org/css-position-3/#ref-for-absolute-position%E2%91%A0%E2%91%A5", "https://drafts.csswg.org/css-position-3/#ref-for-containing-block%E2%91%A4%E2%91%A1", "https://drafts.csswg.org/css-position-3/#ref-for-static-position-rectangle%E2%91%A0%E2%91%A0", + "https://drafts.csswg.org/css-position-3/#ref-for-document-top-layer%E2%91%A0", "https://drafts.csswg.org/css-position-3/#ref-for-initial-containing-block%E2%91%A2", "https://drafts.csswg.org/css-position-3/#ref-for-fixed-positioning-containing-block%E2%91%A2", "https://drafts.csswg.org/css-position-3/#ref-for-layout-viewport%E2%91%A1", diff --git a/ed/ids/css-pseudo-4.json b/ed/ids/css-pseudo-4.json index 40ce76c4fea3..494266e75be7 100644 --- a/ed/ids/css-pseudo-4.json +++ b/ed/ids/css-pseudo-4.json @@ -521,12 +521,12 @@ "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-element-pseudo", "https://drafts.csswg.org/css-pseudo-4/#ref-for-cssstyledeclaration", "https://drafts.csswg.org/css-pseudo-4/#window-interface", - "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-element-pseudo%E2%91%A0", + "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo-type", "https://drafts.csswg.org/css-pseudo-4/#ref-for-element%E2%91%A3", "https://drafts.csswg.org/css-pseudo-4/#ref-for-element%E2%91%A4", "https://drafts.csswg.org/css-pseudo-4/#ref-for-element%E2%91%A5", "https://drafts.csswg.org/css-pseudo-4/#ref-for-csspseudoelement%E2%91%A5", - "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-element-pseudo%E2%91%A1", + "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-element-pseudo%E2%91%A0", "https://drafts.csswg.org/css-pseudo-4/#ref-for-cssomstring%E2%91%A1", "https://drafts.csswg.org/css-pseudo-4/#dom-element-pseudo-type-type", "https://drafts.csswg.org/css-pseudo-4/#dom-element-pseudo", @@ -542,7 +542,7 @@ "https://drafts.csswg.org/css-pseudo-4/#ref-for-originating-element%E2%91%A1%E2%91%A0", "https://drafts.csswg.org/css-pseudo-4/#ref-for-csspseudoelement%E2%91%A8", "https://drafts.csswg.org/css-pseudo-4/#issue-302461e7", - "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-element-pseudo%E2%91%A2", + "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-element-pseudo%E2%91%A1", "https://drafts.csswg.org/css-pseudo-4/#getComputedStyle", "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-window-getcomputedstyle", "https://drafts.csswg.org/css-pseudo-4/#ref-for-highlight-pseudo-element%E2%91%A0%E2%91%A7", @@ -600,7 +600,7 @@ "https://drafts.csswg.org/css-pseudo-4/#ref-for-propdef-direction%E2%91%A0", "https://drafts.csswg.org/css-pseudo-4/#ref-for-selectordef-marker%E2%91%A0%E2%93%AA", "https://drafts.csswg.org/css-pseudo-4/#ref-for-csspseudoelement%E2%91%A0%E2%91%A0", - "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-element-pseudo%E2%91%A3", + "https://drafts.csswg.org/css-pseudo-4/#ref-for-dom-csspseudoelement-pseudo-type%E2%91%A0", "https://drafts.csswg.org/css-pseudo-4/#ref-for-valdef-color-currentcolor%E2%91%A2", "https://drafts.csswg.org/css-pseudo-4/#ref-for-highlight-pseudo-element%E2%91%A1%E2%91%A3", "https://drafts.csswg.org/css-pseudo-4/#ref-for-selectordef-first-line%E2%91%A2%E2%91%A0", diff --git a/ed/index.json b/ed/index.json index a0cdc7000eb4..a6d4ad6ff674 100644 --- a/ed/index.json +++ b/ed/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2024-08-12T18:45:32.275Z", + "date": "2024-08-13T00:56:17.206Z", "options": { "fallback": "ed/index.json", "output": "report", @@ -1589,11 +1589,11 @@ ], "crawled": "https://drafts.csswg.org/css-backgrounds-4/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "6 August 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-backgrounds-4.json", "refs": "refs/css-backgrounds-4.json", "css": "css/css-backgrounds-4.json", @@ -1649,11 +1649,11 @@ ], "crawled": "https://drafts.csswg.org/css-borders-4/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:33 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "25 December 2023", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-borders-4.json", "refs": "refs/css-borders-4.json", "css": "css/css-borders.json", @@ -1710,11 +1710,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-6/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:33 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "11 August 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-color-6.json", "refs": "refs/css-color-6.json", "css": "css/css-color-6.json", @@ -1762,11 +1762,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-hdr/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "25 July 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-color-hdr.json", "refs": "refs/css-color-hdr.json", "css": "css/css-color-hdr.json", @@ -1816,11 +1816,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-values-1/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "21 February 2023", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-conditional-values-1.json", "refs": "refs/css-conditional-values-1.json", "css": "css/css-conditional-values.json", @@ -1877,11 +1877,11 @@ ], "crawled": "https://drafts.csswg.org/css-display-4/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:19 GMT" }, "generator": "bikeshed", "date": "13 June 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-display-4.json", "refs": "refs/css-display-4.json", "css": "css/css-display.json", @@ -1938,11 +1938,11 @@ ], "crawled": "https://drafts.csswg.org/css-easing-2/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "19 July 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-easing-2.json", "links": "links/css-easing-2.json", "refs": "refs/css-easing-2.json", @@ -1999,11 +1999,11 @@ ], "crawled": "https://drafts.csswg.org/css-env-1/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "30 August 2021", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-env-1.json", "links": "links/css-env-1.json", "refs": "refs/css-env-1.json", @@ -2054,11 +2054,11 @@ ], "crawled": "https://drafts.csswg.org/css-extensions-1/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-extensions-1.json", "refs": "refs/css-extensions-1.json", "css": "css/css-extensions.json", @@ -2108,11 +2108,11 @@ ], "crawled": "https://drafts.csswg.org/css-forms-1/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "11 October 2017", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-forms-1.json", "refs": "refs/css-forms-1.json", "headings": "headings/css-forms-1.json", @@ -2167,11 +2167,11 @@ ], "crawled": "https://drafts.csswg.org/css-gcpm-4/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-gcpm-4.json", "refs": "refs/css-gcpm-4.json", "css": "css/css-gcpm-4.json", @@ -2228,11 +2228,11 @@ ], "crawled": "https://drafts.csswg.org/css-grid-3/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:19 GMT" }, "generator": "bikeshed", "date": "10 July 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-grid-3.json", "links": "links/css-grid-3.json", "refs": "refs/css-grid-3.json", @@ -2290,11 +2290,11 @@ ], "crawled": "https://drafts.csswg.org/css-images-5/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:33 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-images-5.json", "refs": "refs/css-images-5.json", "css": "css/css-images-5.json", @@ -2344,11 +2344,11 @@ ], "crawled": "https://drafts.csswg.org/css-link-params-1/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:33 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "7 August 2023", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-link-params-1.json", "refs": "refs/css-link-params-1.json", "css": "css/css-link-params.json", @@ -2398,11 +2398,11 @@ ], "crawled": "https://drafts.csswg.org/css-mixins-1/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "19 July 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-mixins-1.json", "links": "links/css-mixins-1.json", "refs": "refs/css-mixins-1.json", @@ -2461,11 +2461,11 @@ ], "crawled": "https://drafts.csswg.org/css-multicol-2/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "5 October 2021", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-multicol-2.json", "refs": "refs/css-multicol-2.json", "css": "css/css-multicol-2.json", @@ -2522,11 +2522,11 @@ ], "crawled": "https://drafts.csswg.org/css-overflow-5/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "30 July 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-overflow-5.json", "links": "links/css-overflow-5.json", "refs": "refs/css-overflow-5.json", @@ -2584,11 +2584,11 @@ ], "crawled": "https://drafts.csswg.org/css-page-4/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "12 May 2023", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-page-4.json", "refs": "refs/css-page-4.json", "dfns": "dfns/css-page-4.json", @@ -2644,11 +2644,11 @@ ], "crawled": "https://drafts.csswg.org/css-position-4/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-position-4.json", "links": "links/css-position-4.json", "refs": "refs/css-position-4.json", @@ -2706,11 +2706,11 @@ ], "crawled": "https://drafts.csswg.org/css-shapes-2/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "1 August 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-shapes-2.json", "refs": "refs/css-shapes-2.json", "css": "css/css-shapes-2.json", @@ -2766,11 +2766,11 @@ ], "crawled": "https://drafts.csswg.org/css-size-adjust-1/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:33 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-size-adjust-1.json", "refs": "refs/css-size-adjust-1.json", "css": "css/css-size-adjust.json", @@ -2827,11 +2827,11 @@ ], "crawled": "https://drafts.csswg.org/css-values-5/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "12 August 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-values-5.json", "links": "links/css-values-5.json", "refs": "refs/css-values-5.json", @@ -2889,11 +2889,11 @@ ], "crawled": "https://drafts.csswg.org/css-variables-2/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "27 February 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-variables-2.json", "links": "links/css-variables-2.json", "refs": "refs/css-variables-2.json", @@ -10236,10 +10236,10 @@ ], "crawled": "https://wicg.github.io/attribution-reporting-api/", "crawlCacheInfo": { - "lastModified": "Thu, 01 Aug 2024 19:00:50 GMT" + "lastModified": "Mon, 12 Aug 2024 20:31:54 GMT" }, "generator": "bikeshed", - "date": "1 August 2024", + "date": "12 August 2024", "algorithms": "algorithms/attribution-reporting-api.json", "links": "links/attribution-reporting-api.json", "refs": "refs/attribution-reporting-api.json", @@ -17577,11 +17577,11 @@ ], "crawled": "https://drafts.csswg.org/css-2022/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:33 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-2022.json", "refs": "refs/css-2022.json", "dfns": "dfns/css-2022.json", @@ -17637,11 +17637,11 @@ ], "crawled": "https://drafts.csswg.org/css-2023/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "11 December 2023", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-2023.json", "refs": "refs/css-2023.json", "dfns": "dfns/css-2023.json", @@ -17703,11 +17703,11 @@ ], "crawled": "https://drafts.csswg.org/css-align-3/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:19 GMT" }, "generator": "bikeshed", "date": "9 August 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-align-3.json", "links": "links/css-align-3.json", "refs": "refs/css-align-3.json", @@ -17765,11 +17765,11 @@ ], "crawled": "https://drafts.csswg.org/css-anchor-position-1/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:33 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "18 July 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-anchor-position-1.json", "links": "links/css-anchor-position-1.json", "refs": "refs/css-anchor-position-1.json", @@ -17899,11 +17899,11 @@ ], "crawled": "https://drafts.csswg.org/css-animations-1/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:33 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "8 December 2023", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-animations-1.json", "refs": "refs/css-animations-1.json", "events": "events/css-animations-1.json", @@ -17968,11 +17968,11 @@ ], "crawled": "https://drafts.csswg.org/css-animations-2/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "17 May 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-animations-2.json", "links": "links/css-animations-2.json", "refs": "refs/css-animations-2.json", @@ -18038,11 +18038,11 @@ ], "crawled": "https://drafts.csswg.org/css-backgrounds-3/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:33 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "13 May 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-backgrounds-3.json", "links": "links/css-backgrounds-3.json", "refs": "refs/css-backgrounds-3.json", @@ -18107,11 +18107,11 @@ ], "crawled": "https://drafts.csswg.org/css-box-3/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "4 April 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-box-3.json", "refs": "refs/css-box-3.json", "dfns": "dfns/css-box-3.json", @@ -18173,11 +18173,11 @@ ], "crawled": "https://drafts.csswg.org/css-box-4/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "4 August 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-box-4.json", "refs": "refs/css-box-4.json", "css": "css/css-box.json", @@ -18241,11 +18241,11 @@ ], "crawled": "https://drafts.csswg.org/css-break-3/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-break-3.json", "refs": "refs/css-break-3.json", "dfns": "dfns/css-break-3.json", @@ -18307,11 +18307,11 @@ ], "crawled": "https://drafts.csswg.org/css-break-4/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "11 March 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-break-4.json", "refs": "refs/css-break-4.json", "css": "css/css-break.json", @@ -18374,11 +18374,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-3/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:33 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "30 January 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-cascade-3.json", "refs": "refs/css-cascade-3.json", "dfns": "dfns/css-cascade-3.json", @@ -18442,11 +18442,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-4/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-cascade-4.json", "links": "links/css-cascade-4.json", "refs": "refs/css-cascade-4.json", @@ -18510,11 +18510,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-5/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-cascade-5.json", "refs": "refs/css-cascade-5.json", "idl": "idl/css-cascade.idl", @@ -18578,11 +18578,11 @@ ], "crawled": "https://drafts.csswg.org/css-cascade-6/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "11 December 2023", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-cascade-6.json", "refs": "refs/css-cascade-6.json", "idl": "idl/css-cascade-6.idl", @@ -18646,7 +18646,7 @@ ], "crawled": "https://drafts.csswg.org/css-color-3/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "date": "18 January 2022", "links": "links/css-color-3.json", @@ -18712,11 +18712,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-4/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "25 July 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-color-4.json", "links": "links/css-color-4.json", "refs": "refs/css-color-4.json", @@ -18781,11 +18781,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-5/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "7 July 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-color-5.json", "links": "links/css-color-5.json", "refs": "refs/css-color-5.json", @@ -18850,11 +18850,11 @@ ], "crawled": "https://drafts.csswg.org/css-color-adjust-1/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "26 October 2023", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-color-adjust-1.json", "links": "links/css-color-adjust-1.json", "refs": "refs/css-color-adjust-1.json", @@ -18919,11 +18919,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-3/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "27 July 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-conditional-3.json", "links": "links/css-conditional-3.json", "refs": "refs/css-conditional-3.json", @@ -18989,11 +18989,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-4/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "19 March 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-conditional-4.json", "refs": "refs/css-conditional-4.json", "css": "css/css-conditional-4.json", @@ -19056,11 +19056,11 @@ ], "crawled": "https://drafts.csswg.org/css-conditional-5/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:33 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "8 August 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-conditional-5.json", "links": "links/css-conditional-5.json", "refs": "refs/css-conditional-5.json", @@ -19125,11 +19125,11 @@ ], "crawled": "https://drafts.csswg.org/css-contain-1/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "28 June 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-contain-1.json", "links": "links/css-contain-1.json", "refs": "refs/css-contain-1.json", @@ -19194,11 +19194,11 @@ ], "crawled": "https://drafts.csswg.org/css-contain-2/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:33 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "15 June 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-contain-2.json", "links": "links/css-contain-2.json", "refs": "refs/css-contain-2.json", @@ -19264,11 +19264,11 @@ ], "crawled": "https://drafts.csswg.org/css-contain-3/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "20 June 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-contain-3.json", "refs": "refs/css-contain-3.json", "headings": "headings/css-contain-3.json", @@ -19329,11 +19329,11 @@ ], "crawled": "https://drafts.csswg.org/css-content-3/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "17 May 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-content-3.json", "links": "links/css-content-3.json", "refs": "refs/css-content-3.json", @@ -19397,11 +19397,11 @@ ], "crawled": "https://drafts.csswg.org/css-counter-styles-3/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:33 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "18 December 2023", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-counter-styles-3.json", "links": "links/css-counter-styles-3.json", "refs": "refs/css-counter-styles-3.json", @@ -19467,11 +19467,11 @@ ], "crawled": "https://drafts.csswg.org/css-display-3/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:33 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "22 November 2023", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-display-3.json", "refs": "refs/css-display-3.json", "dfns": "dfns/css-display-3.json", @@ -19534,11 +19534,11 @@ ], "crawled": "https://drafts.csswg.org/css-easing-1/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "1 December 2023", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-easing-1.json", "links": "links/css-easing-1.json", "refs": "refs/css-easing-1.json", @@ -19601,11 +19601,11 @@ ], "crawled": "https://drafts.csswg.org/css-flexbox-1/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:33 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "9 August 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-flexbox-1.json", "links": "links/css-flexbox-1.json", "refs": "refs/css-flexbox-1.json", @@ -19669,11 +19669,11 @@ ], "crawled": "https://drafts.csswg.org/css-font-loading-3/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:33 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "5 August 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-font-loading-3.json", "links": "links/css-font-loading-3.json", "refs": "refs/css-font-loading-3.json", @@ -19741,11 +19741,11 @@ ], "crawled": "https://drafts.csswg.org/css-fonts-4/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "18 July 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-fonts-4.json", "links": "links/css-fonts-4.json", "refs": "refs/css-fonts-4.json", @@ -19810,11 +19810,11 @@ ], "crawled": "https://drafts.csswg.org/css-fonts-5/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "11 July 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-fonts-5.json", "refs": "refs/css-fonts-5.json", "css": "css/css-fonts-5.json", @@ -19878,11 +19878,11 @@ ], "crawled": "https://drafts.csswg.org/css-gcpm-3/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:33 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "4 May 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-gcpm-3.json", "refs": "refs/css-gcpm-3.json", "css": "css/css-gcpm.json", @@ -19945,11 +19945,11 @@ ], "crawled": "https://drafts.csswg.org/css-grid-1/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "3 November 2023", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-grid-1.json", "links": "links/css-grid-1.json", "refs": "refs/css-grid-1.json", @@ -20014,11 +20014,11 @@ ], "crawled": "https://drafts.csswg.org/css-grid-2/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "4 August 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-grid-2.json", "links": "links/css-grid-2.json", "refs": "refs/css-grid-2.json", @@ -20076,11 +20076,11 @@ ], "crawled": "https://drafts.csswg.org/css-highlight-api-1/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:33 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "26 July 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-highlight-api-1.json", "links": "links/css-highlight-api-1.json", "refs": "refs/css-highlight-api-1.json", @@ -20146,11 +20146,11 @@ ], "crawled": "https://drafts.csswg.org/css-images-3/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:33 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "19 July 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-images-3.json", "links": "links/css-images-3.json", "refs": "refs/css-images-3.json", @@ -20215,11 +20215,11 @@ ], "crawled": "https://drafts.csswg.org/css-images-4/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:33 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "19 July 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-images-4.json", "links": "links/css-images-4.json", "refs": "refs/css-images-4.json", @@ -20284,11 +20284,11 @@ ], "crawled": "https://drafts.csswg.org/css-inline-3/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", - "date": "8 August 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "date": "12 August 2024", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-inline-3.json", "links": "links/css-inline-3.json", "refs": "refs/css-inline-3.json", @@ -20411,11 +20411,11 @@ ], "crawled": "https://drafts.csswg.org/css-line-grid-1/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "26 July 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-line-grid-1.json", "refs": "refs/css-line-grid-1.json", "css": "css/css-line-grid.json", @@ -20478,11 +20478,11 @@ ], "crawled": "https://drafts.csswg.org/css-lists-3/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-lists-3.json", "links": "links/css-lists-3.json", "refs": "refs/css-lists-3.json", @@ -20546,11 +20546,11 @@ ], "crawled": "https://drafts.csswg.org/css-logical-1/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:33 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-logical-1.json", "refs": "refs/css-logical-1.json", "css": "css/css-logical.json", @@ -20681,11 +20681,11 @@ ], "crawled": "https://drafts.csswg.org/css-multicol-1/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:19 GMT" }, "generator": "bikeshed", "date": "6 May 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-multicol-1.json", "refs": "refs/css-multicol-1.json", "css": "css/css-multicol.json", @@ -20748,11 +20748,11 @@ ], "crawled": "https://drafts.csswg.org/css-namespaces-3/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-namespaces-3.json", "refs": "refs/css-namespaces-3.json", "css": "css/css-namespaces.json", @@ -20809,11 +20809,11 @@ ], "crawled": "https://drafts.csswg.org/css-nav-1/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:33 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "29 July 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-nav-1.json", "links": "links/css-nav-1.json", "refs": "refs/css-nav-1.json", @@ -20873,11 +20873,11 @@ ], "crawled": "https://drafts.csswg.org/css-nesting-1/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "19 July 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-nesting-1.json", "refs": "refs/css-nesting-1.json", "idl": "idl/css-nesting.idl", @@ -20942,11 +20942,11 @@ ], "crawled": "https://drafts.csswg.org/css-overflow-3/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "21 June 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-overflow-3.json", "refs": "refs/css-overflow-3.json", "css": "css/css-overflow.json", @@ -21010,11 +21010,11 @@ ], "crawled": "https://drafts.csswg.org/css-overflow-4/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "14 June 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-overflow-4.json", "refs": "refs/css-overflow-4.json", "css": "css/css-overflow-4.json", @@ -21077,11 +21077,11 @@ ], "crawled": "https://drafts.csswg.org/css-overscroll-1/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "3 March 2023", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-overscroll-1.json", "refs": "refs/css-overscroll-1.json", "css": "css/css-overscroll.json", @@ -21145,11 +21145,11 @@ ], "crawled": "https://drafts.csswg.org/css-page-3/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "5 December 2023", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-page-3.json", "links": "links/css-page-3.json", "refs": "refs/css-page-3.json", @@ -21207,11 +21207,11 @@ ], "crawled": "https://drafts.csswg.org/css-page-floats-3/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:19 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-page-floats-3.json", "links": "links/css-page-floats-3.json", "refs": "refs/css-page-floats-3.json", @@ -21341,11 +21341,11 @@ ], "crawled": "https://drafts.csswg.org/css-position-3/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:33 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", - "date": "10 August 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "date": "12 August 2024", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-position-3.json", "links": "links/css-position-3.json", "refs": "refs/css-position-3.json", @@ -21474,11 +21474,11 @@ ], "crawled": "https://drafts.csswg.org/css-pseudo-4/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "20 June 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-pseudo-4.json", "links": "links/css-pseudo-4.json", "refs": "refs/css-pseudo-4.json", @@ -21537,11 +21537,11 @@ ], "crawled": "https://drafts.csswg.org/css-regions-1/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:33 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-regions-1.json", "refs": "refs/css-regions-1.json", "idl": "idl/css-regions.idl", @@ -21599,11 +21599,11 @@ ], "crawled": "https://drafts.csswg.org/css-rhythm-1/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:33 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-rhythm-1.json", "refs": "refs/css-rhythm-1.json", "css": "css/css-rhythm.json", @@ -21666,11 +21666,11 @@ ], "crawled": "https://drafts.csswg.org/css-round-display-1/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "1 August 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-round-display-1.json", "refs": "refs/css-round-display-1.json", "css": "css/css-round-display.json", @@ -21733,11 +21733,11 @@ ], "crawled": "https://drafts.csswg.org/css-ruby-1/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:33 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "15 July 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-ruby-1.json", "links": "links/css-ruby-1.json", "refs": "refs/css-ruby-1.json", @@ -21801,11 +21801,11 @@ ], "crawled": "https://drafts.csswg.org/css-scoping-1/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "7 August 2023", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-scoping-1.json", "links": "links/css-scoping-1.json", "refs": "refs/css-scoping-1.json", @@ -21869,11 +21869,11 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-anchoring-1/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:33 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "22 December 2020", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-scroll-anchoring-1.json", "links": "links/css-scroll-anchoring-1.json", "refs": "refs/css-scroll-anchoring-1.json", @@ -21938,11 +21938,11 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-snap-1/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "11 April 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-scroll-snap-1.json", "links": "links/css-scroll-snap-1.json", "refs": "refs/css-scroll-snap-1.json", @@ -22006,11 +22006,11 @@ ], "crawled": "https://drafts.csswg.org/css-scroll-snap-2/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "19 July 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-scroll-snap-2.json", "links": "links/css-scroll-snap-2.json", "refs": "refs/css-scroll-snap-2.json", @@ -22076,11 +22076,11 @@ ], "crawled": "https://drafts.csswg.org/css-scrollbars-1/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:33 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "4 April 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-scrollbars-1.json", "refs": "refs/css-scrollbars-1.json", "css": "css/css-scrollbars.json", @@ -22143,11 +22143,11 @@ ], "crawled": "https://drafts.csswg.org/css-shadow-parts-1/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "20 March 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-shadow-parts-1.json", "links": "links/css-shadow-parts-1.json", "refs": "refs/css-shadow-parts-1.json", @@ -22213,11 +22213,11 @@ ], "crawled": "https://drafts.csswg.org/css-shapes-1/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "20 February 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-shapes-1.json", "refs": "refs/css-shapes-1.json", "css": "css/css-shapes.json", @@ -22281,11 +22281,11 @@ ], "crawled": "https://drafts.csswg.org/css-sizing-3/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "25 July 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-sizing-3.json", "links": "links/css-sizing-3.json", "refs": "refs/css-sizing-3.json", @@ -22349,11 +22349,11 @@ ], "crawled": "https://drafts.csswg.org/css-sizing-4/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:33 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "25 July 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-sizing-4.json", "refs": "refs/css-sizing-4.json", "css": "css/css-sizing-4.json", @@ -22416,11 +22416,11 @@ ], "crawled": "https://drafts.csswg.org/css-speech-1/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-speech-1.json", "refs": "refs/css-speech-1.json", "css": "css/css-speech.json", @@ -22481,7 +22481,7 @@ ], "crawled": "https://drafts.csswg.org/css-style-attr/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:33 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "date": "10 April 2015", "links": "links/css-style-attr.json", @@ -22546,11 +22546,11 @@ ], "crawled": "https://drafts.csswg.org/css-syntax-3/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:33 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "25 June 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-syntax-3.json", "links": "links/css-syntax-3.json", "refs": "refs/css-syntax-3.json", @@ -22614,11 +22614,11 @@ ], "crawled": "https://drafts.csswg.org/css-tables-3/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:33 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "1 August 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-tables-3.json", "links": "links/css-tables-3.json", "refs": "refs/css-tables-3.json", @@ -22683,11 +22683,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-3/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "31 July 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-text-3.json", "links": "links/css-text-3.json", "refs": "refs/css-text-3.json", @@ -22751,11 +22751,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-4/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:33 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "31 July 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-text-4.json", "links": "links/css-text-4.json", "refs": "refs/css-text-4.json", @@ -22820,11 +22820,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-decor-3/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-text-decor-3.json", "refs": "refs/css-text-decor-3.json", "css": "css/css-text-decor.json", @@ -22887,11 +22887,11 @@ ], "crawled": "https://drafts.csswg.org/css-text-decor-4/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "8 March 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-text-decor-4.json", "refs": "refs/css-text-decor-4.json", "css": "css/css-text-decor-4.json", @@ -22955,11 +22955,11 @@ ], "crawled": "https://drafts.csswg.org/css-transforms-1/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "7 August 2023", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-transforms-1.json", "links": "links/css-transforms-1.json", "refs": "refs/css-transforms-1.json", @@ -23023,11 +23023,11 @@ ], "crawled": "https://drafts.csswg.org/css-transforms-2/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:33 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "3 April 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-transforms-2.json", "links": "links/css-transforms-2.json", "refs": "refs/css-transforms-2.json", @@ -23092,11 +23092,11 @@ ], "crawled": "https://drafts.csswg.org/css-transitions-1/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "10 December 2023", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-transitions-1.json", "links": "links/css-transitions-1.json", "refs": "refs/css-transitions-1.json", @@ -23162,11 +23162,11 @@ ], "crawled": "https://drafts.csswg.org/css-transitions-2/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:33 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "5 September 2023", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-transitions-2.json", "links": "links/css-transitions-2.json", "refs": "refs/css-transitions-2.json", @@ -23296,11 +23296,11 @@ ], "crawled": "https://drafts.csswg.org/css-ui-3/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "27 February 2023", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-ui-3.json", "links": "links/css-ui-3.json", "refs": "refs/css-ui-3.json", @@ -23364,11 +23364,11 @@ ], "crawled": "https://drafts.csswg.org/css-ui-4/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "31 July 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-ui-4.json", "refs": "refs/css-ui-4.json", "css": "css/css-ui.json", @@ -23433,11 +23433,11 @@ ], "crawled": "https://drafts.csswg.org/css-values-3/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "31 July 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-values-3.json", "refs": "refs/css-values-3.json", "dfns": "dfns/css-values-3.json", @@ -23501,11 +23501,11 @@ ], "crawled": "https://drafts.csswg.org/css-values-4/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "17 June 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-values-4.json", "links": "links/css-values-4.json", "refs": "refs/css-values-4.json", @@ -23570,11 +23570,11 @@ ], "crawled": "https://drafts.csswg.org/css-variables-1/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "2 August 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-variables-1.json", "links": "links/css-variables-1.json", "refs": "refs/css-variables-1.json", @@ -23632,11 +23632,11 @@ ], "crawled": "https://drafts.csswg.org/css-view-transitions-1/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "25 July 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-view-transitions-1.json", "links": "links/css-view-transitions-1.json", "refs": "refs/css-view-transitions-1.json", @@ -23695,11 +23695,11 @@ ], "crawled": "https://drafts.csswg.org/css-view-transitions-2/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "9 August 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-view-transitions-2.json", "links": "links/css-view-transitions-2.json", "refs": "refs/css-view-transitions-2.json", @@ -23766,11 +23766,11 @@ ], "crawled": "https://drafts.csswg.org/css-viewport/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:33 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "3 August 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-viewport-1.json", "links": "links/css-viewport-1.json", "refs": "refs/css-viewport-1.json", @@ -23834,11 +23834,11 @@ ], "crawled": "https://drafts.csswg.org/css-will-change-1/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:33 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "29 April 2022", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-will-change-1.json", "refs": "refs/css-will-change-1.json", "css": "css/css-will-change.json", @@ -23902,11 +23902,11 @@ ], "crawled": "https://drafts.csswg.org/css-writing-modes-3/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/css-writing-modes-3.json", "refs": "refs/css-writing-modes-3.json", "dfns": "dfns/css-writing-modes-3.json", @@ -23969,11 +23969,11 @@ ], "crawled": "https://drafts.csswg.org/css-writing-modes-4/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:33 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "28 August 2023", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css-writing-modes-4.json", "links": "links/css-writing-modes-4.json", "refs": "refs/css-writing-modes-4.json", @@ -24175,11 +24175,11 @@ ], "crawled": "https://drafts.csswg.org/css2/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "18 December 2023", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/CSS22.json", "links": "links/CSS22.json", "refs": "refs/CSS22.json", @@ -24243,11 +24243,11 @@ ], "crawled": "https://drafts.csswg.org/css-exclusions-1/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:33 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "24 July 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/css3-exclusions.json", "links": "links/css3-exclusions.json", "refs": "refs/css3-exclusions.json", @@ -24311,11 +24311,11 @@ ], "crawled": "https://drafts.csswg.org/cssom-1/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:33 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "2 July 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/cssom-1.json", "links": "links/cssom-1.json", "refs": "refs/cssom-1.json", @@ -24380,11 +24380,11 @@ ], "crawled": "https://drafts.csswg.org/cssom-view-1/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "21 June 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/cssom-view-1.json", "links": "links/cssom-view-1.json", "refs": "refs/cssom-view-1.json", @@ -27954,7 +27954,7 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-3/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:33 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "date": "14 May 2024", "links": "links/mediaqueries-3.json", @@ -28019,11 +28019,11 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-4/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/mediaqueries-4.json", "refs": "refs/mediaqueries-4.json", "css": "css/mediaqueries.json", @@ -28086,11 +28086,11 @@ ], "crawled": "https://drafts.csswg.org/mediaqueries-5/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "19 July 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/mediaqueries-5.json", "refs": "refs/mediaqueries-5.json", "css": "css/mediaqueries-5.json", @@ -31021,11 +31021,11 @@ ], "crawled": "https://drafts.csswg.org/resize-observer-1/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:33 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "27 January 2023", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/resize-observer-1.json", "links": "links/resize-observer-1.json", "refs": "refs/resize-observer-1.json", @@ -31349,11 +31349,11 @@ ], "crawled": "https://drafts.csswg.org/scroll-animations-1/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:33 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "31 January 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/scroll-animations-1.json", "links": "links/scroll-animations-1.json", "refs": "refs/scroll-animations-1.json", @@ -31609,7 +31609,7 @@ ], "crawled": "https://drafts.csswg.org/selectors-3/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "date": "30 January 2018", "links": "links/selectors-3.json", @@ -31674,11 +31674,11 @@ ], "crawled": "https://drafts.csswg.org/selectors-4/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "6 March 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/selectors-4.json", "links": "links/selectors-4.json", "refs": "refs/selectors-4.json", @@ -34020,11 +34020,11 @@ ], "crawled": "https://drafts.csswg.org/web-animations-1/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "17 May 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/web-animations-1.json", "links": "links/web-animations-1.json", "refs": "refs/web-animations-1.json", @@ -34089,11 +34089,11 @@ ], "crawled": "https://drafts.csswg.org/web-animations-2/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:33 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "15 May 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "algorithms": "algorithms/web-animations-2.json", "links": "links/web-animations-2.json", "refs": "refs/web-animations-2.json", @@ -36849,7 +36849,7 @@ ], "crawled": "https://w3c.github.io/woff/woff1/spec/Overview.html", "crawlCacheInfo": { - "lastModified": "Mon, 05 Aug 2024 16:45:40 GMT" + "lastModified": "Mon, 12 Aug 2024 23:42:30 GMT" }, "date": "Table of Contents", "algorithms": "algorithms/WOFF.json", @@ -36911,9 +36911,9 @@ ], "crawled": "https://w3c.github.io/woff/woff2/", "crawlCacheInfo": { - "lastModified": "Mon, 05 Aug 2024 16:45:40 GMT" + "lastModified": "Mon, 12 Aug 2024 23:42:30 GMT" }, - "date": "10 March 2022", + "date": "08 August 2024", "algorithms": "algorithms/WOFF2.json", "links": "links/WOFF2.json", "refs": "refs/WOFF2.json", @@ -37082,11 +37082,11 @@ ], "crawled": "https://drafts.csswg.org/selectors-nonelement-1/", "crawlCacheInfo": { - "lastModified": "Mon, 12 Aug 2024 14:28:34 GMT" + "lastModified": "Mon, 12 Aug 2024 23:04:18 GMT" }, "generator": "bikeshed", "date": "24 January 2024", - "revision": "81d6bdeff65b3975a551f28ffcf38512821670b2", + "revision": "9af0cd6f6e7891ded0bb991749bb39717dd8ce02", "links": "links/selectors-nonelement-1.json", "refs": "refs/selectors-nonelement-1.json", "css": "css/selectors-nonelement.json", diff --git a/ed/links/WOFF2.json b/ed/links/WOFF2.json index 0813d5d90d85..8158d6ee4ecb 100644 --- a/ed/links/WOFF2.json +++ b/ed/links/WOFF2.json @@ -22,18 +22,7 @@ ] }, "https://www.w3.org/2002/06/registering-mediatype.html": {}, - "https://www.w3.org/2004/01/pp-impl/44556/status": {}, - "https://www.w3.org/2021/Process-20211102/": {}, - "https://www.w3.org/Consortium/Patent-Policy-20200915/": {}, - "https://www.w3.org/Consortium/Patent-Policy/": { - "anchors": [ - "sec-Requirements", - "def-essential", - "sec-Disclosure" - ] - }, "https://www.w3.org/Fonts/WG/WOFF2/Implementation.html": {}, - "https://www.w3.org/Submission/2008/SUBM-MTX-20080305/": {}, "https://www.w3.org/TR/": {}, "https://www.w3.org/TR/2012/REC-WOFF-20121213/": {}, "https://www.w3.org/TR/2014/WD-WOFF2-20140508/": {}, @@ -64,12 +53,26 @@ ] }, "https://www.w3.org/groups/wg/webfonts": {}, + "https://www.w3.org/groups/wg/webfonts/ipr/": {}, + "https://www.w3.org/policies/patent-policy/": { + "anchors": [ + "sec-Requirements", + "def-essential", + "sec-Disclosure" + ] + }, + "https://www.w3.org/policies/process/20231103/": { + "anchors": [ + "recs-and-notes" + ] + }, "https://www.w3.org/standards/licensing/": { "anchors": [ - "3", - "2" + "google-incs-additional-licensing-information-for-the-web-fonts-working-group-specifications", + "monotype-imaging-incs-additional-licensing-information-for-the-web-fonts-working-group-specification-woff-file-format-20" ] - } + }, + "https://www.w3.org/submissions/2008/SUBM-MTX-20080305/": {} }, "autolinks": {} } diff --git a/ed/links/css-inline-3.json b/ed/links/css-inline-3.json index 42112e8ab869..55af2d2c1fdd 100644 --- a/ed/links/css-inline-3.json +++ b/ed/links/css-inline-3.json @@ -146,6 +146,7 @@ "https://www.w3.org/TR/2020/WD-css-inline-3-20200827/": {}, "https://www.w3.org/TR/2022/WD-css-inline-3-20221114/": {}, "https://www.w3.org/TR/2023/WD-css-inline-3-20230401/": {}, + "https://www.w3.org/TR/2024/WD-css-inline-3-20240808/": {}, "https://www.w3.org/TR/CSS/": {}, "https://www.w3.org/TR/CSS2/about.html": { "anchors": [ diff --git a/ed/refs/WOFF2.json b/ed/refs/WOFF2.json index 46af2e894c6e..2489057eae63 100644 --- a/ed/refs/WOFF2.json +++ b/ed/refs/WOFF2.json @@ -45,7 +45,7 @@ }, { "name": "MTX", - "url": "https://www.w3.org/Submission/2008/SUBM-MTX-20080305/" + "url": "https://www.w3.org/submissions/2008/SUBM-MTX-20080305/" } ] }