diff --git a/tr/algorithms/accname-1.2.json b/tr/algorithms/accname-1.2.json
index 611040c8ec11..9085cb68153f 100644
--- a/tr/algorithms/accname-1.2.json
+++ b/tr/algorithms/accname-1.2.json
@@ -22,7 +22,7 @@
]
},
{
- "html": "LabelledBy: Otherwise, if the current node
has an\n aria-labelledby
attribute that contains at least one valid IDREF, and the current node
is not already part of an ongoing aria-labelledby
or\n aria-describedby
traversal, process its IDREFs in the order they occur:",
+ "html": "LabelledBy: Otherwise, if the current node
has an\n aria-labelledby
attribute that contains at least one valid IDREF, and the current node
is not already part of an ongoing aria-labelledby
or\n aria-describedby
traversal, process its IDREFs in the order they occur:",
"rationale": "set",
"steps": [
{
@@ -76,7 +76,7 @@
]
},
{
- "html": "AriaLabel: Otherwise, if the current node
has an aria-label
attribute\n whose value is not undefined, not the empty string, nor, when trimmed of whitespace, is not the empty string:",
+ "html": "AriaLabel: Otherwise, if the current node
has an aria-label
attribute\n whose value is not undefined, not the empty string, nor, when trimmed of whitespace, is not the empty string:",
"rationale": "if",
"steps": [
{
@@ -88,17 +88,17 @@
]
},
{
- "html": "Host Language Label: Otherwise, if the current node
's native markup provides an\n attribute (e.g. alt
) or element (e.g. HTML label
or SVG title
) that defines a text alternative, return that alternative in the form of\n a flat string
as defined by the host language, unless the element is marked as presentational (role=\"presentation\"
or role=\"none\"
)."
+ "html": "Host Language Label: Otherwise, if the current node
's native markup provides an\n attribute (e.g. alt
) or element (e.g. HTML label
or SVG title
) that defines a text alternative, return that alternative in the form of\n a flat string
as defined by the host language, unless the element is marked as presentational (role=\"presentation\"
or role=\"none\"
)."
},
{
- "html": "Name From Content: Otherwise, if the current node's
allows\n name from content, or if the current node
is referenced by aria-labelledby
, aria-describedby
, or\n is a native host language text alternative element (e.g. label
in HTML), or is a descendant of a native host language text alternative element:",
+ "html": "Name From Content: Otherwise, if the current node's
allows\n name from content, or if the current node
is referenced by aria-labelledby
, aria-describedby
, or\n is a native host language text alternative element (e.g. label
in HTML), or is a descendant of a native host language text alternative element:",
"rationale": "for",
"steps": [
{
"html": "Name From Content Reset: Set the accumulated text
to the empty string."
},
{
- "html": "Name From Generated Content: Check for\n CSS generated textual content associated with the current node
and include it in the accumulated text
. The\n CSS ::before
and ::after
pseudo\n elements [CSS2] can provide textual content for elements that have a content model.",
+ "html": "Name From Generated Content: Check for\n CSS generated textual content associated with the current node
and include it in the accumulated text
. The\n CSS ::before
and ::after
pseudo\n elements [CSS2] can provide textual content for elements that have a content model.",
"rationale": "for",
"steps": [
{
@@ -114,10 +114,10 @@
"rationale": "if",
"steps": [
{
- "html": "If the current node
has an attached shadow root, set the rendered child nodes
to be the child nodes of the shadow root."
+ "html": "If the current node
has an attached shadow root, set the rendered child nodes
to be the child nodes of the shadow root."
},
{
- "html": "Otherwise, if the current node
is a slot with assigned nodes, set the rendered child nodes
to be the assigned nodes of the\n current node
."
+ "html": "Otherwise, if the current node
is a slot with assigned nodes, set the rendered child nodes
to be the assigned nodes of the\n current node
."
},
{
"html": "Otherwise, set the rendered child nodes
to be the child nodes of the current node
."
@@ -145,7 +145,7 @@
]
},
{
- "html": "Text Node: Otherwise, if the current node
is a Text Node, return its textual\n contents."
+ "html": "Text Node: Otherwise, if the current node
is a Text Node, return its textual\n contents."
},
{
"html": "Recursive Name From Content: Otherwise, if the current node
is a descendant of an\n element whose or is being computed, and contains descendants, proceed to\n Name From Content Reset."
@@ -159,7 +159,7 @@
]
},
{
- "html": "After all steps are completed, the total accumulated text
is used as the or of the\n element that initiated the computation."
+ "html": "After all steps are completed, the total accumulated text
is used as the or of the\n element that initiated the computation."
}
]
}
diff --git a/tr/algorithms/compute-pressure.json b/tr/algorithms/compute-pressure.json
index 9be2476f06da..241d948fd16a 100644
--- a/tr/algorithms/compute-pressure.json
+++ b/tr/algorithms/compute-pressure.json
@@ -11,7 +11,7 @@
"rationale": "if",
"steps": [
{
- "html": "If implementation-defined low-level hardware metrics that contribute to the\n current pressure state drop below or exceed an, per metric,\n implementation-defined threshold\n for the current pressure state, return true."
+ "html": "If implementation-defined low-level hardware metrics that contribute to the\n current pressure state drop below or exceed an, per metric,\n implementation-defined threshold\n for the current pressure state, return true."
},
{
"html": "Return false."
@@ -32,47 +32,47 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Let relevantGlobal be this's relevant global object."
+ "html": "Let relevantGlobal be this's relevant global object."
},
{
- "html": "For each document in relevantGlobal's owning document set:",
+ "html": "For each document in relevantGlobal's owning document set:",
"rationale": "if",
"steps": [
{
- "html": "If document is not allowed to use the policy-controlled feature token \"compute-pressure\", return a promise rejected with NotAllowedError
."
+ "html": "If document is not allowed to use the policy-controlled feature token \"compute-pressure\", return a promise rejected with NotAllowedError
."
}
]
},
{
- "html": "Set this.[[SampleIntervalMap]]
[source] to options's sampleInterval
."
+ "html": "Set this.[[SampleIntervalMap]]
[source] to options's sampleInterval
."
},
{
- "html": "Let promise be a new promise."
+ "html": "Let promise be a new promise."
},
{
"html": "Let pendingPromiseTuple be (source, promise)."
},
{
- "html": "Append pendingPromiseTuple to this.[[PendingObservePromises]]
."
+ "html": "Append pendingPromiseTuple to this.[[PendingObservePromises]]
."
},
{
- "html": "If promise was fulfilled or rejected, then:",
+ "html": "If promise was fulfilled or rejected, then:",
"rationale": "remove",
"steps": [
{
- "html": "Remove tuple from this.[[PendingObservePromises]]
."
+ "html": "Remove tuple from this.[[PendingObservePromises]]
."
}
]
},
{
- "html": "Run the following steps in parallel:",
+ "html": "Run the following steps in parallel:",
"rationale": "let",
"steps": [
{
"html": "Let platformCollector be null."
},
{
- "html": "If relevantGlobal's platform collector mapping\n contains source:",
+ "html": "If relevantGlobal's platform collector mapping\n contains source:",
"rationale": "set",
"steps": [
{
@@ -102,7 +102,7 @@
"html": "Set newCollector's associated pressure source to virtualPressureSource."
},
{
- "html": "Append newCollector to\n virtualPressureSource's connected platform collectors."
+ "html": "Append newCollector to\n virtualPressureSource's connected platform collectors."
}
]
}
@@ -113,7 +113,7 @@
"rationale": "let",
"steps": [
{
- "html": "Let realPressureSource be an implementation-defined\n pressure source that provides telemetry data about\n source, or null if none exists."
+ "html": "Let realPressureSource be an implementation-defined\n pressure source that provides telemetry data about\n source, or null if none exists."
},
{
"html": "Set newCollector's associated pressure source to realPressureSource."
@@ -135,13 +135,13 @@
]
},
{
- "html": "If platformCollector is null, queue a global task on the\n PressureObserver task source given relevantGlobal to reject\n promise NotSupportedError
and abort these steps."
+ "html": "If platformCollector is null, queue a global task on the\n PressureObserver task source given relevantGlobal to reject\n promise NotSupportedError
and abort these steps."
},
{
"html": "Invoke activate data collection with source and\n relevantGlobal."
},
{
- "html": "Queue a global task on the PressureObserver task source given\n relevantGlobal to run these steps:",
+ "html": "Queue a global task on the PressureObserver task source given\n relevantGlobal to run these steps:",
"rationale": "if",
"steps": [
{
@@ -149,7 +149,7 @@
"rationale": "if",
"steps": [
{
- "html": "If relevantGlobal's registered observer list for source is empty,\n invoke deactivate data collection with source and relevantGlobal."
+ "html": "If relevantGlobal's registered observer list for source is empty,\n invoke deactivate data collection with source and relevantGlobal."
},
{
"html": "Return."
@@ -157,7 +157,7 @@
]
},
{
- "html": "Append a new registered observer whose observer is this\n to relevantGlobal's registered observer list for source."
+ "html": "Append a new registered observer whose observer is this\n to relevantGlobal's registered observer list for source."
},
{
"html": "Resolve promise."
@@ -176,41 +176,41 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If source is not a supported source type, throw \"NotSupportedError
\"."
+ "html": "If source is not a supported source type, throw \"NotSupportedError
\"."
},
{
- "html": "Remove from this.[[QueuedRecords]]
all\n records associated with source."
+ "html": "Remove from this.[[QueuedRecords]]
all\n records associated with source."
},
{
- "html": "Remove this.[[SampleIntervalMap]]
[source]."
+ "html": "Remove this.[[SampleIntervalMap]]
[source]."
},
{
- "html": "Remove this.[[LastRecordMap]]
[source]."
+ "html": "Remove this.[[LastRecordMap]]
[source]."
},
{
- "html": "Remove this.[[AfterPenaltyRecordMap]]
[source]."
+ "html": "Remove this.[[AfterPenaltyRecordMap]]
[source]."
},
{
- "html": "For each (promiseSource, pendingPromise) of this.[[PendingObservePromises]]
,\n if source is equal to promiseSource, reject pendingPromise with an AbortError
."
+ "html": "For each (promiseSource, pendingPromise) of this.[[PendingObservePromises]]
,\n if source is equal to promiseSource, reject pendingPromise with an AbortError
."
},
{
- "html": "Let relevantGlobal be this's relevant global object."
+ "html": "Let relevantGlobal be this's relevant global object."
},
{
"html": "Let registeredObserverList be relevantGlobal's registered observer list for source."
},
{
- "html": "Remove any registered observer from\n registeredObserverList whose observer is this."
+ "html": "Remove any registered observer from\n registeredObserverList whose observer is this."
},
{
- "html": "If registeredObserverList is empty:",
+ "html": "If registeredObserverList is empty:",
"rationale": "invoke",
"steps": [
{
"html": "Invoke deactivate data collection with source and\n relevantGlobal."
},
{
- "html": "Remove relevantGlobal's platform collector mapping[source]."
+ "html": "Remove relevantGlobal's platform collector mapping[source]."
}
]
}
@@ -221,39 +221,39 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Empty observer.[[QueuedRecords]]
."
+ "html": "Empty observer.[[QueuedRecords]]
."
},
{
- "html": "Clear this.[[SampleIntervalMap]]
."
+ "html": "Clear this.[[SampleIntervalMap]]
."
},
{
- "html": "Clear this.[[LastRecordMap]]
."
+ "html": "Clear this.[[LastRecordMap]]
."
},
{
- "html": "Clear this.[[AfterPenaltyRecordMap]]
."
+ "html": "Clear this.[[AfterPenaltyRecordMap]]
."
},
{
- "html": "For each (promiseSource, pendingPromise) of this.[[PendingObservePromises]]
,\n reject pendingPromise with an AbortError
."
+ "html": "For each (promiseSource, pendingPromise) of this.[[PendingObservePromises]]
,\n reject pendingPromise with an AbortError
."
},
{
- "html": "Let relevantGlobal be this's relevant global object."
+ "html": "Let relevantGlobal be this's relevant global object."
},
{
- "html": "For each source → registeredObserverList of\n relevantGlobal's registered observer list ordered map:",
+ "html": "For each source → registeredObserverList of\n relevantGlobal's registered observer list ordered map:",
"rationale": "remove",
"steps": [
{
- "html": "Remove any registered observer from\n registeredObserverList whose observer is this."
+ "html": "Remove any registered observer from\n registeredObserverList whose observer is this."
},
{
- "html": "If registeredObserverList is empty:",
+ "html": "If registeredObserverList is empty:",
"rationale": "invoke",
"steps": [
{
"html": "Invoke deactivate data collection with source and\n relevantGlobal."
},
{
- "html": "Remove relevantGlobal's platform collector mapping[source]."
+ "html": "Remove relevantGlobal's platform collector mapping[source]."
}
]
}
@@ -266,10 +266,10 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "Let records be a clone of observer.[[QueuedRecords]]
."
+ "html": "Let records be a clone of observer.[[QueuedRecords]]
."
},
{
- "html": "Empty observer.[[QueuedRecords]]
."
+ "html": "Empty observer.[[QueuedRecords]]
."
},
{
"html": "Return records."
@@ -288,24 +288,24 @@
{
"name": "owning document set",
"href": "https://www.w3.org/TR/compute-pressure/#dfn-owning-document-set",
- "html": "To determine the owning document set for a relevant global object relevantGlobal:",
+ "html": "To determine the owning document set for a relevant global object relevantGlobal:",
"rationale": "let",
"steps": [
{
- "html": "Let owningDocumentSet be an empty set."
+ "html": "Let owningDocumentSet be an empty set."
},
{
- "html": "If relevantGlobal is Window
, then append relevantGlobal's associated document to owningDocumentSet."
+ "html": "If relevantGlobal is Window
, then append relevantGlobal's associated document to owningDocumentSet."
},
{
- "html": "Otherwise, for each owner in WorkerGlobalScope
relevantGlobal's owner set:",
+ "html": "Otherwise, for each owner in WorkerGlobalScope
relevantGlobal's owner set:",
"rationale": "if",
"steps": [
{
- "html": "If owner is a Document
, then append owner to owningDocumentSet."
+ "html": "If owner is a Document
, then append owner to owningDocumentSet."
},
{
- "html": "If owner is a WorkerGlobalScope
, set owningDocumentSet to the union of\n owningDocumentSet and owner's owning document set."
+ "html": "If owner is a WorkerGlobalScope
, set owningDocumentSet to the union of\n owningDocumentSet and owner's owning document set."
}
]
},
@@ -321,34 +321,34 @@
"rationale": "if",
"steps": [
{
- "html": "If document is not fully active, return false."
+ "html": "If document is not fully active, return false."
},
{
- "html": "Let relevantGlobal be document's relevant global object."
+ "html": "Let relevantGlobal be document's relevant global object."
},
{
- "html": "For each origin in\n \n initiators of active Picture-in-Picture sessions:",
+ "html": "For each origin in\n \n initiators of active Picture-in-Picture sessions:",
"rationale": "if",
"steps": [
{
- "html": "If relevantGlobal's relevant settings object's origin is same origin with origin, return true."
+ "html": "If relevantGlobal's relevant settings object's origin is same origin with origin, return true."
}
]
},
{
- "html": "If relevantGlobal's browsing context is capturing, return true."
+ "html": "If relevantGlobal's browsing context is capturing, return true."
},
{
- "html": "Let topLevelBC be relevantGlobal's browsing context's top-level browsing context."
+ "html": "Let topLevelBC be relevantGlobal's browsing context's top-level browsing context."
},
{
- "html": "If topLevelBC does not have system focus, return false."
+ "html": "If topLevelBC does not have system focus, return false."
},
{
- "html": "Let focusedDocument be the topLevelBC's\n \n currently focused area's node document."
+ "html": "Let focusedDocument be the topLevelBC's\n \n currently focused area's node document."
},
{
- "html": "If relevantGlobal's relevant settings object's origin is same origin with\n focusedDocument's origin, return true."
+ "html": "If relevantGlobal's relevant settings object's origin is same origin with\n focusedDocument's origin, return true."
},
{
"html": "Otherwise, return false."
@@ -362,33 +362,33 @@
"rationale": "let",
"steps": [
{
- "html": "Let relevantGlobal be observer's relevant global object."
+ "html": "Let relevantGlobal be observer's relevant global object."
},
{
- "html": "If relevantGlobal is a Window
object:",
+ "html": "If relevantGlobal is a Window
object:",
"rationale": "return",
"steps": [
{
- "html": "Return the result of running document has implicit focus with relevantGlobal's associated Document."
+ "html": "Return the result of running document has implicit focus with relevantGlobal's associated Document."
}
]
},
{
- "html": "If relevantGlobal is a WorkerGlobalScope
object:",
+ "html": "If relevantGlobal is a WorkerGlobalScope
object:",
"rationale": "let",
"steps": [
{
"html": "Let owningDocuments be relevantGlobal's owning document set."
},
{
- "html": "For each document in owningDocuments:",
+ "html": "For each document in owningDocuments:",
"rationale": "if",
"steps": [
{
"html": "If the result of running document has implicit focus with document is true,\n return true."
},
{
- "html": "Otherwise, continue."
+ "html": "Otherwise, continue."
}
]
}
@@ -404,7 +404,7 @@
"rationale": "if",
"steps": [
{
- "html": "If observer.[[LastRecordMap]]
[source] does not exist, return true."
+ "html": "If observer.[[LastRecordMap]]
[source] does not exist, return true."
},
{
"html": "Let record be observer.[[LastRecordMap]]
[source]."
@@ -425,7 +425,7 @@
"rationale": "if",
"steps": [
{
- "html": "If observer.[[LastRecordMap]]
[source] does not exist, return true."
+ "html": "If observer.[[LastRecordMap]]
[source] does not exist, return true."
},
{
"html": "Let record be observer.[[LastRecordMap]]
[source]."
@@ -460,29 +460,29 @@
"html": "Let topLevelTraversable be null."
},
{
- "html": "If relevantGlobal is a Window
object:",
+ "html": "If relevantGlobal is a Window
object:",
"rationale": "set",
"steps": [
{
- "html": "Set topLevelTraversable to relevantGlobal's navigable's top-level traversable."
+ "html": "Set topLevelTraversable to relevantGlobal's navigable's top-level traversable."
}
]
},
{
- "html": "If relevantGlobal is a DedicatedWorkerGlobalScope
object:",
+ "html": "If relevantGlobal is a DedicatedWorkerGlobalScope
object:",
"rationale": "let",
"steps": [
{
"html": "Let owningDocuments be relevantGlobal's owning document set."
},
{
- "html": "If owningDocuments is empty, return null."
+ "html": "If owningDocuments is empty, return null."
},
{
- "html": "Assert: owningDocuments's size is 1."
+ "html": "Assert: owningDocuments's size is 1."
},
{
- "html": "Set topLevelTraversable to owningDocuments[0]'s node navigable's top-level traversable."
+ "html": "Set topLevelTraversable to owningDocuments[0]'s node navigable's top-level traversable."
}
]
},
@@ -496,7 +496,7 @@
"html": "Let virtualPressureSource be null."
},
{
- "html": "If topLevelVirtualPressureSourceMapping contains source:",
+ "html": "If topLevelVirtualPressureSourceMapping contains source:",
"rationale": "set",
"steps": [
{
@@ -516,7 +516,7 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If relevantGlobal's platform collector mapping does not\n contain source, abort these steps."
+ "html": "If relevantGlobal's platform collector mapping does not\n contain source, abort these steps."
},
{
"html": "Let platformCollector be relevantGlobal's platform collector mapping[source]."
@@ -528,7 +528,7 @@
"html": "Set platformCollector's activated to true."
},
{
- "html": "In an implementation-defined manner, start running the data collection steps with relevantGlobal, source, and\n platformCollector."
+ "html": "In an implementation-defined manner, start running the data collection steps with relevantGlobal, source, and\n platformCollector."
}
]
},
@@ -539,7 +539,7 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If relevantGlobal's platform collector mapping does not\n contain source, abort these steps."
+ "html": "If relevantGlobal's platform collector mapping does not\n contain source, abort these steps."
},
{
"html": "Let platformCollector be relevantGlobal's platform collector mapping[source]."
@@ -548,7 +548,7 @@
"html": "If platformCollector's activated is false,\n abort these steps."
},
{
- "html": "In an implementation-defined manner, stop running the data collection steps with relevantGlobal, source, and\n platformCollector."
+ "html": "In an implementation-defined manner, stop running the data collection steps with relevantGlobal, source, and\n platformCollector."
},
{
"html": "Set platformCollector's activated to false."
@@ -558,12 +558,12 @@
"rationale": "remove",
"steps": [
{
- "html": "Remove platformCollector from its associated pressure source's connected platform collectors."
+ "html": "Remove platformCollector from its associated pressure source's connected platform collectors."
}
]
},
{
- "html": "Otherwise, perform any implementation-defined steps to signal to\n platformCollector's associated pressure source\n to stop retrieving telemetry data."
+ "html": "Otherwise, perform any implementation-defined steps to signal to\n platformCollector's associated pressure source\n to stop retrieving telemetry data."
}
]
},
@@ -610,39 +610,39 @@
]
},
{
- "html": "Assert: state is not null."
+ "html": "Assert: state is not null."
},
{
"html": "Let rawTimestamp be sample's timestamp."
},
{
- "html": "Let timeValue be the relative high resolution time based on\n rawTimestamp and relevantGlobal."
+ "html": "Let timeValue be the relative high resolution time based on\n rawTimestamp and relevantGlobal."
},
{
- "html": "For each observer in relevantGlobal's\n registered observer list for source:",
+ "html": "For each observer in relevantGlobal's\n registered observer list for source:",
"rationale": "if",
"steps": [
{
- "html": "If running may receive data with observer\n returns false, continue."
+ "html": "If running may receive data with observer\n returns false, continue."
},
{
- "html": "If running passes rate test with observer, source and timeValue\n returns false, continue."
+ "html": "If running passes rate test with observer, source and timeValue\n returns false, continue."
},
{
- "html": "If running has change in data with observer, source, state \n \n returns false, continue."
+ "html": "If running has change in data with observer, source, state \n \n returns false, continue."
},
{
"html": "Let record be a new PressureRecord
object with its\n [[Source]]
set to source,\n [[State]]
set to state,\n \n and [[Time]]
set to timeValue."
},
{
- "html": "If observer.[[AfterPenaltyRecordMap]]
[source] exists:",
+ "html": "If observer.[[AfterPenaltyRecordMap]]
[source] exists:",
"rationale": "set",
"steps": [
{
"html": "Set observer.[[AfterPenaltyRecordMap]]
[source] to record."
},
{
- "html": "Continue."
+ "html": "Continue."
}
]
},
@@ -661,14 +661,14 @@
"rationale": "if",
"steps": [
{
- "html": "If observer.[[AfterPenaltyRecordMap]]
[source] exists:",
+ "html": "If observer.[[AfterPenaltyRecordMap]]
[source] exists:",
"rationale": "let",
"steps": [
{
"html": "Let record be observer.[[AfterPenaltyRecordMap]]
[source]."
},
{
- "html": "Remove observer.[[AfterPenaltyRecordMap]]
[source]."
+ "html": "Remove observer.[[AfterPenaltyRecordMap]]
[source]."
},
{
"html": "Run queue a record with observer, source, record."
@@ -678,7 +678,7 @@
]
},
{
- "html": "Continue."
+ "html": "Continue."
}
]
},
@@ -696,16 +696,16 @@
"rationale": ".algorithm",
"steps": [
{
- "html": "If size of observer.[[QueuedRecords]]
is greater than\n max queued records, then remove the first item."
+ "html": "If size of observer.[[QueuedRecords]]
is greater than\n max queued records, then remove the first item."
},
{
- "html": "Append record to observer.[[QueuedRecords]]
."
+ "html": "Append record to observer.[[QueuedRecords]]
."
},
{
"html": "Set observer.[[LastRecordMap]]
[source] to record."
},
{
- "html": "Queue a pressure observer task with observer's relevant global object."
+ "html": "Queue a pressure observer task with observer's relevant global object."
}
]
},
@@ -722,7 +722,7 @@
"html": "Set the relevantGlobal's pressure observer task queued to true."
},
{
- "html": "Queue a global task on PressureObserver task source with relevantGlobal to notify pressure observers."
+ "html": "Queue a global task on PressureObserver task source with relevantGlobal to notify pressure observers."
}
]
},
@@ -736,82 +736,82 @@
"html": "Set relevantGlobal's pressure observer task queued to false."
},
{
- "html": "Let notifySet be a new set of all observers in\n relevantGlobal’s registered observer lists."
+ "html": "Let notifySet be a new set of all observers in\n relevantGlobal’s registered observer lists."
},
{
- "html": "For each observer of notifySet:",
+ "html": "For each observer of notifySet:",
"rationale": "let",
"steps": [
{
- "html": "Let records be a clone of observer.[[QueuedRecords]]
."
+ "html": "Let records be a clone of observer.[[QueuedRecords]]
."
},
{
- "html": "Empty observer.[[QueuedRecords]]
."
+ "html": "Empty observer.[[QueuedRecords]]
."
},
{
- "html": "If records is not empty, then invoke observer.[[Callback]]
\n with records and observer. If this throws an exception, catch it, and report the exception."
+ "html": "If records is not empty, then invoke observer.[[Callback]]
\n with records and observer. If this throws an exception, catch it, and report the exception."
}
]
}
]
},
{
- "html": "This specification defines the following unloading document cleanup steps given a Document
document:",
+ "html": "This specification defines the following unloading document cleanup steps given a Document
document:",
"rationale": ".algorithm",
"steps": [
{
- "html": "Let relevantGlobal be document's relevant global object."
+ "html": "Let relevantGlobal be document's relevant global object."
},
{
- "html": "For each source key of relevantGlobal's\n registered observer list ordered map:",
+ "html": "For each source key of relevantGlobal's\n registered observer list ordered map:",
"rationale": "invoke",
"steps": [
{
"html": "Invoke deactivate data collection with source and\n relevantGlobal."
},
{
- "html": "Remove relevantGlobal's platform collector mapping[source]."
+ "html": "Remove relevantGlobal's platform collector mapping[source]."
}
]
}
]
},
{
- "html": "Whenever a WorkerGlobalScope
relevantGlobal's\n closing flag is set to true, perform the following\n steps:",
+ "html": "Whenever a WorkerGlobalScope
relevantGlobal's\n closing flag is set to true, perform the following\n steps:",
"rationale": ".algorithm",
"steps": [
{
- "html": "For each source key of relevantGlobal's\n registered observer list ordered map:",
+ "html": "For each source key of relevantGlobal's\n registered observer list ordered map:",
"rationale": "invoke",
"steps": [
{
"html": "Invoke deactivate data collection with source and\n relevantGlobal."
},
{
- "html": "Remove relevantGlobal's platform collector mapping[source]."
+ "html": "Remove relevantGlobal's platform collector mapping[source]."
}
]
}
]
},
{
- "html": "The remote end steps given session, URL variables and parameters are:",
+ "html": "The remote end steps given session, URL variables and parameters are:",
"rationale": ".algorithm",
"steps": [
{
"html": "Let virtualPressureSourceType be the result of invoking\n get a property \"type\" from parameters."
},
{
- "html": "If the user agent's supported source types does not\n contain virtualPressureSourceType, return error with\n WebDriver error code invalid argument."
+ "html": "If the user agent's supported source types does not\n contain virtualPressureSourceType, return error with\n WebDriver error code invalid argument."
},
{
- "html": "Let topLevelTraversable be the current browsing\n context's top-level traversable."
+ "html": "Let topLevelTraversable be the current browsing\n context's top-level traversable."
},
{
"html": "Let topLevelVirtualPressureSourceMapping be the topLevelTraversable's virtual pressure source mapping."
},
{
- "html": "If topLevelVirtualPressureSourceMapping contains virtualPressureSourceType, return error with\n WebDriver error code invalid argument."
+ "html": "If topLevelVirtualPressureSourceMapping contains virtualPressureSourceType, return error with\n WebDriver error code invalid argument."
},
{
"html": "Let supported be the result of invoking get a\n property with default\n with \"supported\" and true from parameters."
@@ -826,22 +826,22 @@
"html": "Set topLevelVirtualPressureSourceMapping[virtualPressureSourceType] to virtualPressureSource."
},
{
- "html": "Return success with data null."
+ "html": "Return success with data null."
}
]
},
{
- "html": "The remote end steps given session, URL variables and parameters are:",
+ "html": "The remote end steps given session, URL variables and parameters are:",
"rationale": ".algorithm",
"steps": [
{
"html": "Let virtualPressureSourceType be the value of the URL variables[\"type\"]."
},
{
- "html": "If the user agent's supported source types does not\n contain virtualPressureSourceType, return error with\n WebDriver error code invalid argument."
+ "html": "If the user agent's supported source types does not\n contain virtualPressureSourceType, return error with\n WebDriver error code invalid argument."
},
{
- "html": "Let topLevelTraversable be the current browsing\n context's top-level traversable."
+ "html": "Let topLevelTraversable be the current browsing\n context's top-level traversable."
},
{
"html": "Let topLevelVirtualPressureSourceMapping be the topLevelTraversable's virtual pressure source mapping."
@@ -850,7 +850,7 @@
"html": "Let pressureSource be topLevelVirtualPressureSourceMapping[virtualPressureSourceType]."
},
{
- "html": "For each platformCollector of pressureSource's connected platform collectors:",
+ "html": "For each platformCollector of pressureSource's connected platform collectors:",
"rationale": "set",
"steps": [
{
@@ -859,31 +859,31 @@
]
},
{
- "html": "Remove topLevelVirtualPressureSourceMapping[virtualPressureSourceType]."
+ "html": "Remove topLevelVirtualPressureSourceMapping[virtualPressureSourceType]."
},
{
- "html": "Return success with data null."
+ "html": "Return success with data null."
}
]
},
{
- "html": "The remote end steps given session, URL variables and parameters are:",
+ "html": "The remote end steps given session, URL variables and parameters are:",
"rationale": ".algorithm",
"steps": [
{
"html": "Let virtualPressureSourceType be the value of the URL variables[\"type\"]."
},
{
- "html": "If the user agent's supported source types does not\n contain virtualPressureSourceType, return error with\n WebDriver error code invalid argument."
+ "html": "If the user agent's supported source types does not\n contain virtualPressureSourceType, return error with\n WebDriver error code invalid argument."
},
{
- "html": "Let topLevelTraversable be the current browsing\n context's top-level traversable."
+ "html": "Let topLevelTraversable be the current browsing\n context's top-level traversable."
},
{
"html": "Let topLevelVirtualPressureSourceMapping be the topLevelTraversable's virtual pressure source mapping."
},
{
- "html": "If topLevelVirtualPressureSourceMapping does not contain virtualPressureSource,\n return error with WebDriver error code\n unsupported operation."
+ "html": "If topLevelVirtualPressureSourceMapping does not contain virtualPressureSource,\n return error with WebDriver error code\n unsupported operation."
},
{
"html": "Let virtualPressureSource be topLevelVirtualPressureSourceMapping[virtualPressureSourceType]."
@@ -892,16 +892,16 @@
"html": "Let sample be the result of invoking\n get a property \"sample\" from parameters."
},
{
- "html": "If sample is not of type PressureState
, return error with WebDriver error code invalid argument."
+ "html": "If sample is not of type PressureState
, return error with WebDriver error code invalid argument."
},
{
- "html": "Set virtualPressureSource's latest sample to a new\n pressure source sample whose data is\n sample and timestamp is the unsafe shared current time."
+ "html": "Set virtualPressureSource's latest sample to a new\n pressure source sample whose data is\n sample and timestamp is the unsafe shared current time."
},
{
- "html": "In an implementation-defined way, make virtualPressureSource's\n latest sample available to virtualPressureSource's\n connected platform collectors."
+ "html": "In an implementation-defined way, make virtualPressureSource's\n latest sample available to virtualPressureSource's\n connected platform collectors."
},
{
- "html": "Return success with data null."
+ "html": "Return success with data null."
}
]
}
diff --git a/tr/algorithms/html-aam-1.0.json b/tr/algorithms/html-aam-1.0.json
index 1c3457c179fe..53c560428efa 100644
--- a/tr/algorithms/html-aam-1.0.json
+++ b/tr/algorithms/html-aam-1.0.json
@@ -289,7 +289,7 @@
]
},
{
- "html": "abbr
, b
, bdi
, bdo
, br
, cite
, code
, dfn
, em
, i
, kbd
, mark
, q
,\n rp
, rt
, ruby
, s
, samp
, small
, strong
,\n sub
and sup
, time
, u
, var
, wbr
",
+ "html": "abbr
, b
, bdi
, bdo
, br
, cite
, code
, dfn
, em
, i
, kbd
, mark
, q
,\n rp
, rt
, ruby
, s
, samp
, small
, strong
,\n sub
and sup
, time
, u
, var
, wbr
",
"rationale": "if",
"steps": [
{
diff --git a/tr/headings/accname-1.2.json b/tr/headings/accname-1.2.json
index c5bfef4a9007..1656e71669e3 100644
--- a/tr/headings/accname-1.2.json
+++ b/tr/headings/accname-1.2.json
@@ -139,7 +139,7 @@
"id": "ack_group",
"href": "https://www.w3.org/TR/accname-1.2/#ack_group",
"level": 4,
- "title": "Participants active in the ARIA WG at the time of publication",
+ "title": "ARIA WG participants at the time of publication",
"number": "6.2.1"
},
{
diff --git a/tr/headings/compute-pressure.json b/tr/headings/compute-pressure.json
index 8974edffcc19..025e62874c44 100644
--- a/tr/headings/compute-pressure.json
+++ b/tr/headings/compute-pressure.json
@@ -430,54 +430,68 @@
"title": "Acknowledgments",
"number": "A"
},
+ {
+ "id": "substantive-changes-summary",
+ "href": "https://www.w3.org/TR/compute-pressure/#substantive-changes-summary",
+ "level": 2,
+ "title": "Summary of substantive changes",
+ "number": "B"
+ },
+ {
+ "id": "substantive-changes-summary-fpwd",
+ "href": "https://www.w3.org/TR/compute-pressure/#substantive-changes-summary-fpwd",
+ "level": 3,
+ "title": "Changes since the First Public Working Draft (2022/12/20)",
+ "number": "B.1"
+ },
{
"id": "index",
"href": "https://www.w3.org/TR/compute-pressure/#index",
- "level": 2,
+ "level": 3,
"title": "Index",
- "number": "B"
+ "number": "B.2"
},
{
"id": "index-defined-here",
"href": "https://www.w3.org/TR/compute-pressure/#index-defined-here",
- "level": 3,
+ "level": 4,
"title": "Terms defined by this specification",
- "number": "B.1"
+ "number": "B.2.1"
},
{
"id": "index-defined-elsewhere",
"href": "https://www.w3.org/TR/compute-pressure/#index-defined-elsewhere",
- "level": 3,
+ "level": 4,
"title": "Terms defined by reference",
- "number": "B.2"
+ "number": "B.2.2"
},
{
"id": "idl-index",
"href": "https://www.w3.org/TR/compute-pressure/#idl-index",
- "level": 2,
+ "level": 3,
"title": "IDL Index",
- "number": "C"
+ "number": "B.3"
},
{
"id": "references",
"href": "https://www.w3.org/TR/compute-pressure/#references",
"level": 2,
"title": "References",
- "number": "D"
+ "number": "C"
},
{
"id": "normative-references",
"href": "https://www.w3.org/TR/compute-pressure/#normative-references",
"level": 3,
"title": "Normative references",
- "number": "D.1"
+ "number": "C.1"
},
{
"id": "informative-references",
"href": "https://www.w3.org/TR/compute-pressure/#informative-references",
"level": 3,
"title": "Informative references",
- "number": "D.2"
+ "number": "C.2"
}
]
}
\ No newline at end of file
diff --git a/tr/headings/html-aam-1.0.json b/tr/headings/html-aam-1.0.json
index 9bdbbcf52fcd..de3133b870fe 100644
--- a/tr/headings/html-aam-1.0.json
+++ b/tr/headings/html-aam-1.0.json
@@ -317,796 +317,803 @@
"title": "dialog",
"number": "3.5.33"
},
+ {
+ "id": "dir-obsolete",
+ "href": "https://www.w3.org/TR/html-aam-1.0/#dir-obsolete",
+ "level": 4,
+ "title": "dir (obsolete)",
+ "number": "3.5.34"
+ },
{
"id": "div",
"href": "https://www.w3.org/TR/html-aam-1.0/#div",
"level": 4,
"title": "div",
- "number": "3.5.34"
+ "number": "3.5.35"
},
{
"id": "dl",
"href": "https://www.w3.org/TR/html-aam-1.0/#dl",
"level": 4,
"title": "dl",
- "number": "3.5.35"
+ "number": "3.5.36"
},
{
"id": "dt",
"href": "https://www.w3.org/TR/html-aam-1.0/#dt",
"level": 4,
"title": "dt",
- "number": "3.5.36"
+ "number": "3.5.37"
},
{
"id": "em",
"href": "https://www.w3.org/TR/html-aam-1.0/#em",
"level": 4,
"title": "em",
- "number": "3.5.37"
+ "number": "3.5.38"
},
{
"id": "embed",
"href": "https://www.w3.org/TR/html-aam-1.0/#embed",
"level": 4,
"title": "embed",
- "number": "3.5.38"
+ "number": "3.5.39"
},
{
"id": "fieldset",
"href": "https://www.w3.org/TR/html-aam-1.0/#fieldset",
"level": 4,
"title": "fieldset",
- "number": "3.5.39"
+ "number": "3.5.40"
},
{
"id": "figcaption",
"href": "https://www.w3.org/TR/html-aam-1.0/#figcaption",
"level": 4,
"title": "figcaption",
- "number": "3.5.40"
+ "number": "3.5.41"
},
{
"id": "figure",
"href": "https://www.w3.org/TR/html-aam-1.0/#figure",
"level": 4,
"title": "figure",
- "number": "3.5.41"
+ "number": "3.5.42"
},
{
"id": "footer-scoped-to-the-body-element",
"href": "https://www.w3.org/TR/html-aam-1.0/#footer-scoped-to-the-body-element",
"level": 4,
"title": "footer (scoped to the body element)",
- "number": "3.5.42"
+ "number": "3.5.43"
},
{
"id": "footer-scoped-to-the-main-element-a-sectioning-content-element",
"href": "https://www.w3.org/TR/html-aam-1.0/#footer-scoped-to-the-main-element-a-sectioning-content-element",
"level": 4,
"title": "footer (scoped to the main element,a sectioning content element)",
- "number": "3.5.43"
+ "number": "3.5.44"
},
{
"id": "form",
"href": "https://www.w3.org/TR/html-aam-1.0/#form",
"level": 4,
"title": "form",
- "number": "3.5.44"
+ "number": "3.5.45"
},
{
"id": "form-associated-custom-element",
"href": "https://www.w3.org/TR/html-aam-1.0/#form-associated-custom-element",
"level": 4,
"title": "form-associated custom element",
- "number": "3.5.45"
+ "number": "3.5.46"
},
{
"id": "h1-h2-h3-h4-h5-and-h6",
"href": "https://www.w3.org/TR/html-aam-1.0/#h1-h2-h3-h4-h5-and-h6",
"level": 4,
"title": "h1, h2, h3, h4, h5, and h6",
- "number": "3.5.46"
+ "number": "3.5.47"
},
{
"id": "head",
"href": "https://www.w3.org/TR/html-aam-1.0/#head",
"level": 4,
"title": "head",
- "number": "3.5.47"
+ "number": "3.5.48"
},
{
"id": "header-scoped-to-the-body-element",
"href": "https://www.w3.org/TR/html-aam-1.0/#header-scoped-to-the-body-element",
"level": 4,
"title": "header (scoped to the body element)",
- "number": "3.5.48"
+ "number": "3.5.49"
},
{
"id": "header-scoped-to-the-main-element-or-a-sectioning-content-element",
"href": "https://www.w3.org/TR/html-aam-1.0/#header-scoped-to-the-main-element-or-a-sectioning-content-element",
"level": 4,
"title": "header (scoped to the main element, or a sectioning content element)",
- "number": "3.5.49"
+ "number": "3.5.50"
},
{
"id": "hgroup",
"href": "https://www.w3.org/TR/html-aam-1.0/#hgroup",
"level": 4,
"title": "hgroup",
- "number": "3.5.50"
+ "number": "3.5.51"
},
{
"id": "hr",
"href": "https://www.w3.org/TR/html-aam-1.0/#hr",
"level": 4,
"title": "hr",
- "number": "3.5.51"
+ "number": "3.5.52"
},
{
"id": "html",
"href": "https://www.w3.org/TR/html-aam-1.0/#html",
"level": 4,
"title": "html",
- "number": "3.5.52"
+ "number": "3.5.53"
},
{
"id": "i",
"href": "https://www.w3.org/TR/html-aam-1.0/#i",
"level": 4,
"title": "i",
- "number": "3.5.53"
+ "number": "3.5.54"
},
{
"id": "iframe",
"href": "https://www.w3.org/TR/html-aam-1.0/#iframe",
"level": 4,
"title": "iframe",
- "number": "3.5.54"
+ "number": "3.5.55"
},
{
"id": "img",
"href": "https://www.w3.org/TR/html-aam-1.0/#img",
"level": 4,
"title": "img",
- "number": "3.5.55"
+ "number": "3.5.56"
},
{
"id": "img-alt-attribute-value-is-the-empty-string-i-e-alt-or-alt-with-no-value-in-the-markup",
"href": "https://www.w3.org/TR/html-aam-1.0/#img-alt-attribute-value-is-the-empty-string-i-e-alt-or-alt-with-no-value-in-the-markup",
"level": 4,
"title": "img (alt attribute value is the empty string, i.e. alt=\"\" or alt with no value in the markup)",
- "number": "3.5.56"
+ "number": "3.5.57"
},
{
"id": "input-type-attribute-in-the-button-state",
"href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-button-state",
"level": 4,
"title": "input (type attribute in the Button state)",
- "number": "3.5.57"
+ "number": "3.5.58"
},
{
"id": "input-type-attribute-in-the-checkbox-state",
"href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-checkbox-state",
"level": 4,
"title": "input (type attribute in the Checkbox state)",
- "number": "3.5.58"
+ "number": "3.5.59"
},
{
"id": "input-type-attribute-in-the-color-state",
"href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-color-state",
"level": 4,
"title": "input (type attribute in the Color state)",
- "number": "3.5.59"
+ "number": "3.5.60"
},
{
"id": "input-type-attribute-in-the-date-state",
"href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-date-state",
"level": 4,
"title": "input (type attribute in the Date state)",
- "number": "3.5.60"
+ "number": "3.5.61"
},
{
"id": "input-type-attribute-in-the-local-date-and-time-state",
"href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-local-date-and-time-state",
"level": 4,
"title": "input (type attribute in the Local Date and Time state)",
- "number": "3.5.61"
+ "number": "3.5.62"
},
{
"id": "input-type-attribute-in-the-e-mail-state-with-no-suggestions-source-element",
"href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-e-mail-state-with-no-suggestions-source-element",
"level": 4,
"title": "input (type attribute in the E-mail state with no suggestions source element)",
- "number": "3.5.62"
+ "number": "3.5.63"
},
{
"id": "input-type-attribute-in-the-file-upload-state",
"href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-file-upload-state",
"level": 4,
"title": "input (type attribute in the File Upload state)",
- "number": "3.5.63"
+ "number": "3.5.64"
},
{
"id": "input-type-attribute-in-the-hidden-state",
"href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-hidden-state",
"level": 4,
"title": "input (type attribute in the Hidden state)",
- "number": "3.5.64"
+ "number": "3.5.65"
},
{
"id": "input-type-attribute-in-the-image-button-state",
"href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-image-button-state",
"level": 4,
"title": "input (type attribute in the Image Button state)",
- "number": "3.5.65"
+ "number": "3.5.66"
},
{
"id": "input-type-attribute-in-the-month-state",
"href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-month-state",
"level": 4,
"title": "input (type attribute in the Month state)",
- "number": "3.5.66"
+ "number": "3.5.67"
},
{
"id": "input-type-attribute-in-the-number-state",
"href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-number-state",
"level": 4,
"title": "input (type attribute in the Number state)",
- "number": "3.5.67"
+ "number": "3.5.68"
},
{
"id": "input-type-attribute-in-the-password-state",
"href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-password-state",
"level": 4,
"title": "input (type attribute in the Password state)",
- "number": "3.5.68"
+ "number": "3.5.69"
},
{
"id": "input-type-attribute-in-the-radio-button-state",
"href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-radio-button-state",
"level": 4,
"title": "input (type attribute in the Radio Button state)",
- "number": "3.5.69"
+ "number": "3.5.70"
},
{
"id": "input-type-attribute-in-the-range-state",
"href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-range-state",
"level": 4,
"title": "input (type attribute in the Range state)",
- "number": "3.5.70"
+ "number": "3.5.71"
},
{
"id": "input-type-attribute-in-the-reset-button-state",
"href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-reset-button-state",
"level": 4,
"title": "input (type attribute in the Reset Button state)",
- "number": "3.5.71"
+ "number": "3.5.72"
},
{
"id": "input-type-attribute-in-the-search-state-with-no-suggestions-source-element",
"href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-search-state-with-no-suggestions-source-element",
"level": 4,
"title": "input (type attribute in the Search state with no suggestions source element)",
- "number": "3.5.72"
+ "number": "3.5.73"
},
{
"id": "input-type-attribute-in-the-submit-button-state",
"href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-submit-button-state",
"level": 4,
"title": "input (type attribute in the Submit Button state)",
- "number": "3.5.73"
+ "number": "3.5.74"
},
{
"id": "input-type-attribute-in-the-telephone-state-with-no-suggestions-source-element",
"href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-telephone-state-with-no-suggestions-source-element",
"level": 4,
"title": "input (type attribute in the Telephone state with no suggestions source element)",
- "number": "3.5.74"
+ "number": "3.5.75"
},
{
"id": "input-type-attribute-in-the-text-state-with-no-suggestions-source-element",
"href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-text-state-with-no-suggestions-source-element",
"level": 4,
"title": "input (type attribute in the Text state with no suggestions source element)",
- "number": "3.5.75"
+ "number": "3.5.76"
},
{
"id": "input-type-attribute-in-the-text-search-telephone-url-or-e-mail-states-with-a-suggestions-source-element",
"href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-text-search-telephone-url-or-e-mail-states-with-a-suggestions-source-element",
"level": 4,
"title": "input (type attribute in the Text, Search, Telephone, URL, or E-mail states with a suggestions source element)",
- "number": "3.5.76"
+ "number": "3.5.77"
},
{
"id": "input-type-attribute-in-the-time-state",
"href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-time-state",
"level": 4,
"title": "input (type attribute in the Time state)",
- "number": "3.5.77"
+ "number": "3.5.78"
},
{
"id": "input-type-attribute-in-the-url-state-with-no-suggestions-source-element",
"href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-url-state-with-no-suggestions-source-element",
"level": 4,
"title": "input (type attribute in the URL state with no suggestions source element)",
- "number": "3.5.78"
+ "number": "3.5.79"
},
{
"id": "input-type-attribute-in-the-week-state",
"href": "https://www.w3.org/TR/html-aam-1.0/#input-type-attribute-in-the-week-state",
"level": 4,
"title": "input (type attribute in the Week state)",
- "number": "3.5.79"
+ "number": "3.5.80"
},
{
"id": "ins",
"href": "https://www.w3.org/TR/html-aam-1.0/#ins",
"level": 4,
"title": "ins",
- "number": "3.5.80"
+ "number": "3.5.81"
},
{
"id": "kbd",
"href": "https://www.w3.org/TR/html-aam-1.0/#kbd",
"level": 4,
"title": "kbd",
- "number": "3.5.81"
+ "number": "3.5.82"
},
{
"id": "label",
"href": "https://www.w3.org/TR/html-aam-1.0/#label",
"level": 4,
"title": "label",
- "number": "3.5.82"
+ "number": "3.5.83"
},
{
"id": "legend",
"href": "https://www.w3.org/TR/html-aam-1.0/#legend",
"level": 4,
"title": "legend",
- "number": "3.5.83"
+ "number": "3.5.84"
},
{
"id": "li",
"href": "https://www.w3.org/TR/html-aam-1.0/#li",
"level": 4,
"title": "li",
- "number": "3.5.84"
+ "number": "3.5.85"
},
{
"id": "link",
"href": "https://www.w3.org/TR/html-aam-1.0/#link",
"level": 4,
"title": "link",
- "number": "3.5.85"
+ "number": "3.5.86"
},
{
"id": "main",
"href": "https://www.w3.org/TR/html-aam-1.0/#main",
"level": 4,
"title": "main",
- "number": "3.5.86"
+ "number": "3.5.87"
},
{
"id": "map",
"href": "https://www.w3.org/TR/html-aam-1.0/#map",
"level": 4,
"title": "map",
- "number": "3.5.87"
+ "number": "3.5.88"
},
{
"id": "mark",
"href": "https://www.w3.org/TR/html-aam-1.0/#mark",
"level": 4,
"title": "mark",
- "number": "3.5.88"
+ "number": "3.5.89"
},
{
"id": "math",
"href": "https://www.w3.org/TR/html-aam-1.0/#math",
"level": 4,
"title": "math",
- "number": "3.5.89"
+ "number": "3.5.90"
},
{
"id": "menu",
"href": "https://www.w3.org/TR/html-aam-1.0/#menu",
"level": 4,
"title": "menu",
- "number": "3.5.90"
+ "number": "3.5.91"
},
{
"id": "meta",
"href": "https://www.w3.org/TR/html-aam-1.0/#meta",
"level": 4,
"title": "meta",
- "number": "3.5.91"
+ "number": "3.5.92"
},
{
"id": "meter",
"href": "https://www.w3.org/TR/html-aam-1.0/#meter",
"level": 4,
"title": "meter",
- "number": "3.5.92"
+ "number": "3.5.93"
},
{
"id": "nav",
"href": "https://www.w3.org/TR/html-aam-1.0/#nav",
"level": 4,
"title": "nav",
- "number": "3.5.93"
+ "number": "3.5.94"
},
{
"id": "noscript",
"href": "https://www.w3.org/TR/html-aam-1.0/#noscript",
"level": 4,
"title": "noscript",
- "number": "3.5.94"
+ "number": "3.5.95"
},
{
"id": "object",
"href": "https://www.w3.org/TR/html-aam-1.0/#object",
"level": 4,
"title": "object",
- "number": "3.5.95"
+ "number": "3.5.96"
},
{
"id": "ol",
"href": "https://www.w3.org/TR/html-aam-1.0/#ol",
"level": 4,
"title": "ol",
- "number": "3.5.96"
+ "number": "3.5.97"
},
{
"id": "optgroup",
"href": "https://www.w3.org/TR/html-aam-1.0/#optgroup",
"level": 4,
"title": "optgroup",
- "number": "3.5.97"
+ "number": "3.5.98"
},
{
"id": "option-in-a-list-of-options-or-represents-a-suggestion-in-a-datalist",
"href": "https://www.w3.org/TR/html-aam-1.0/#option-in-a-list-of-options-or-represents-a-suggestion-in-a-datalist",
"level": 4,
"title": "option (in a list of options or represents a suggestion in a datalist)",
- "number": "3.5.98"
+ "number": "3.5.99"
},
{
"id": "output",
"href": "https://www.w3.org/TR/html-aam-1.0/#output",
"level": 4,
"title": "output",
- "number": "3.5.99"
+ "number": "3.5.100"
},
{
"id": "p",
"href": "https://www.w3.org/TR/html-aam-1.0/#p",
"level": 4,
"title": "p",
- "number": "3.5.100"
+ "number": "3.5.101"
},
{
"id": "param",
"href": "https://www.w3.org/TR/html-aam-1.0/#param",
"level": 4,
"title": "param",
- "number": "3.5.101"
+ "number": "3.5.102"
},
{
"id": "picture",
"href": "https://www.w3.org/TR/html-aam-1.0/#picture",
"level": 4,
"title": "picture",
- "number": "3.5.102"
+ "number": "3.5.103"
},
{
"id": "pre",
"href": "https://www.w3.org/TR/html-aam-1.0/#pre",
"level": 4,
"title": "pre",
- "number": "3.5.103"
+ "number": "3.5.104"
},
{
"id": "progress",
"href": "https://www.w3.org/TR/html-aam-1.0/#progress",
"level": 4,
"title": "progress",
- "number": "3.5.104"
+ "number": "3.5.105"
},
{
"id": "q",
"href": "https://www.w3.org/TR/html-aam-1.0/#q",
"level": 4,
"title": "q",
- "number": "3.5.105"
+ "number": "3.5.106"
},
{
"id": "rp",
"href": "https://www.w3.org/TR/html-aam-1.0/#rp",
"level": 4,
"title": "rp",
- "number": "3.5.106"
+ "number": "3.5.107"
},
{
"id": "rt",
"href": "https://www.w3.org/TR/html-aam-1.0/#rt",
"level": 4,
"title": "rt",
- "number": "3.5.107"
+ "number": "3.5.108"
},
{
"id": "ruby",
"href": "https://www.w3.org/TR/html-aam-1.0/#ruby",
"level": 4,
"title": "ruby",
- "number": "3.5.108"
+ "number": "3.5.109"
},
{
"id": "s",
"href": "https://www.w3.org/TR/html-aam-1.0/#s",
"level": 4,
"title": "s",
- "number": "3.5.109"
+ "number": "3.5.110"
},
{
"id": "samp",
"href": "https://www.w3.org/TR/html-aam-1.0/#samp",
"level": 4,
"title": "samp",
- "number": "3.5.110"
+ "number": "3.5.111"
},
{
"id": "script",
"href": "https://www.w3.org/TR/html-aam-1.0/#script",
"level": 4,
"title": "script",
- "number": "3.5.111"
+ "number": "3.5.112"
},
{
"id": "search",
"href": "https://www.w3.org/TR/html-aam-1.0/#search",
"level": 4,
"title": "search",
- "number": "3.5.112"
+ "number": "3.5.113"
},
{
"id": "section",
"href": "https://www.w3.org/TR/html-aam-1.0/#section",
"level": 4,
"title": "section",
- "number": "3.5.113"
+ "number": "3.5.114"
},
{
"id": "select-with-a-multiple-attribute-or-size-attribute-having-value-greater-than-1",
"href": "https://www.w3.org/TR/html-aam-1.0/#select-with-a-multiple-attribute-or-size-attribute-having-value-greater-than-1",
"level": 4,
"title": "select (with a multiple attribute or size attribute having value greater than 1)",
- "number": "3.5.114"
+ "number": "3.5.115"
},
{
"id": "select-with-no-multiple-attribute-and-no-size-attribute-having-value-greater-than-1",
"href": "https://www.w3.org/TR/html-aam-1.0/#select-with-no-multiple-attribute-and-no-size-attribute-having-value-greater-than-1",
"level": 4,
"title": "select (with NO multiple attribute and NO size attribute having value greater than 1)",
- "number": "3.5.115"
+ "number": "3.5.116"
},
{
"id": "slot",
"href": "https://www.w3.org/TR/html-aam-1.0/#slot",
"level": 4,
"title": "slot",
- "number": "3.5.116"
+ "number": "3.5.117"
},
{
"id": "small",
"href": "https://www.w3.org/TR/html-aam-1.0/#small",
"level": 4,
"title": "small",
- "number": "3.5.117"
+ "number": "3.5.118"
},
{
"id": "source",
"href": "https://www.w3.org/TR/html-aam-1.0/#source",
"level": 4,
"title": "source",
- "number": "3.5.118"
+ "number": "3.5.119"
},
{
"id": "span",
"href": "https://www.w3.org/TR/html-aam-1.0/#span",
"level": 4,
"title": "span",
- "number": "3.5.119"
+ "number": "3.5.120"
},
{
"id": "strong",
"href": "https://www.w3.org/TR/html-aam-1.0/#strong",
"level": 4,
"title": "strong",
- "number": "3.5.120"
+ "number": "3.5.121"
},
{
"id": "style",
"href": "https://www.w3.org/TR/html-aam-1.0/#style",
"level": 4,
"title": "style",
- "number": "3.5.121"
+ "number": "3.5.122"
},
{
"id": "sub",
"href": "https://www.w3.org/TR/html-aam-1.0/#sub",
"level": 4,
"title": "sub",
- "number": "3.5.122"
+ "number": "3.5.123"
},
{
"id": "summary",
"href": "https://www.w3.org/TR/html-aam-1.0/#summary",
"level": 4,
"title": "summary",
- "number": "3.5.123"
+ "number": "3.5.124"
},
{
"id": "sup",
"href": "https://www.w3.org/TR/html-aam-1.0/#sup",
"level": 4,
"title": "sup",
- "number": "3.5.124"
+ "number": "3.5.125"
},
{
"id": "svg",
"href": "https://www.w3.org/TR/html-aam-1.0/#svg",
"level": 4,
"title": "svg",
- "number": "3.5.125"
+ "number": "3.5.126"
},
{
"id": "table",
"href": "https://www.w3.org/TR/html-aam-1.0/#table",
"level": 4,
"title": "table",
- "number": "3.5.126"
+ "number": "3.5.127"
},
{
"id": "tbody",
"href": "https://www.w3.org/TR/html-aam-1.0/#tbody",
"level": 4,
"title": "tbody",
- "number": "3.5.127"
+ "number": "3.5.128"
},
{
"id": "td-ancestor-table-element-has-table-role",
"href": "https://www.w3.org/TR/html-aam-1.0/#td-ancestor-table-element-has-table-role",
"level": 4,
"title": "td (ancestor table element has table role)",
- "number": "3.5.128"
+ "number": "3.5.129"
},
{
"id": "td-ancestor-table-element-has-grid-or-treegrid-role",
"href": "https://www.w3.org/TR/html-aam-1.0/#td-ancestor-table-element-has-grid-or-treegrid-role",
"level": 4,
"title": "td (ancestor table element has grid or treegrid role)",
- "number": "3.5.129"
+ "number": "3.5.130"
},
{
"id": "template",
"href": "https://www.w3.org/TR/html-aam-1.0/#template",
"level": 4,
"title": "template",
- "number": "3.5.130"
+ "number": "3.5.131"
},
{
"id": "textarea",
"href": "https://www.w3.org/TR/html-aam-1.0/#textarea",
"level": 4,
"title": "textarea",
- "number": "3.5.131"
+ "number": "3.5.132"
},
{
"id": "tfoot",
"href": "https://www.w3.org/TR/html-aam-1.0/#tfoot",
"level": 4,
"title": "tfoot",
- "number": "3.5.132"
+ "number": "3.5.133"
},
{
"id": "th-is-not-a-column-header-row-header-column-group-header-or-row-group-header-and-ancestor-table-element-has-table-role",
"href": "https://www.w3.org/TR/html-aam-1.0/#th-is-not-a-column-header-row-header-column-group-header-or-row-group-header-and-ancestor-table-element-has-table-role",
"level": 4,
"title": "th (is not a column header, row header, column group header or row group header, and ancestor table element has table role)",
- "number": "3.5.133"
+ "number": "3.5.134"
},
{
"id": "th-is-not-a-column-header-row-header-column-group-header-or-row-group-header-and-ancestor-table-element-has-grid-or-treegrid-role",
"href": "https://www.w3.org/TR/html-aam-1.0/#th-is-not-a-column-header-row-header-column-group-header-or-row-group-header-and-ancestor-table-element-has-grid-or-treegrid-role",
"level": 4,
"title": "th (is not a column header, row header, column group header or row group header, and ancestor table element has grid or treegrid role)",
- "number": "3.5.134"
+ "number": "3.5.135"
},
{
"id": "th-is-a-column-header-or-column-group-header",
"href": "https://www.w3.org/TR/html-aam-1.0/#th-is-a-column-header-or-column-group-header",
"level": 4,
"title": "th (is a column header or column group header)",
- "number": "3.5.135"
+ "number": "3.5.136"
},
{
"id": "th-is-a-row-header-or-row-group-header",
"href": "https://www.w3.org/TR/html-aam-1.0/#th-is-a-row-header-or-row-group-header",
"level": 4,
"title": "th (is a row header or row group header)",
- "number": "3.5.136"
+ "number": "3.5.137"
},
{
"id": "thead",
"href": "https://www.w3.org/TR/html-aam-1.0/#thead",
"level": 4,
"title": "thead",
- "number": "3.5.137"
+ "number": "3.5.138"
},
{
"id": "time",
"href": "https://www.w3.org/TR/html-aam-1.0/#time",
"level": 4,
"title": "time",
- "number": "3.5.138"
+ "number": "3.5.139"
},
{
"id": "title-0",
"href": "https://www.w3.org/TR/html-aam-1.0/#title-0",
"level": 4,
"title": "title",
- "number": "3.5.139"
+ "number": "3.5.140"
},
{
"id": "tr",
"href": "https://www.w3.org/TR/html-aam-1.0/#tr",
"level": 4,
"title": "tr",
- "number": "3.5.140"
+ "number": "3.5.141"
},
{
"id": "track",
"href": "https://www.w3.org/TR/html-aam-1.0/#track",
"level": 4,
"title": "track",
- "number": "3.5.141"
+ "number": "3.5.142"
},
{
"id": "u",
"href": "https://www.w3.org/TR/html-aam-1.0/#u",
"level": 4,
"title": "u",
- "number": "3.5.142"
+ "number": "3.5.143"
},
{
"id": "ul",
"href": "https://www.w3.org/TR/html-aam-1.0/#ul",
"level": 4,
"title": "ul",
- "number": "3.5.143"
+ "number": "3.5.144"
},
{
"id": "var",
"href": "https://www.w3.org/TR/html-aam-1.0/#var",
"level": 4,
"title": "var",
- "number": "3.5.144"
+ "number": "3.5.145"
},
{
"id": "video",
"href": "https://www.w3.org/TR/html-aam-1.0/#video",
"level": 4,
"title": "video",
- "number": "3.5.145"
+ "number": "3.5.146"
},
{
"id": "wbr",
"href": "https://www.w3.org/TR/html-aam-1.0/#wbr",
"level": 4,
"title": "wbr",
- "number": "3.5.146"
+ "number": "3.5.147"
},
{
"id": "html-attribute-state-and-property-mappings",
@@ -2388,12 +2395,19 @@
"title": "Acknowledgments",
"number": "A.2"
},
+ {
+ "id": "ack_group",
+ "href": "https://www.w3.org/TR/html-aam-1.0/#ack_group",
+ "level": 4,
+ "title": "ARIA WG participants at the time of publication",
+ "number": "A.2.1"
+ },
{
"id": "ack_funders",
"href": "https://www.w3.org/TR/html-aam-1.0/#ack_funders",
"level": 4,
"title": "Enabling funders",
- "number": "A.2.1"
+ "number": "A.2.2"
},
{
"id": "references",
diff --git a/tr/ids/accname-1.2.json b/tr/ids/accname-1.2.json
index bc8a88daf64a..a1eae77f1a30 100644
--- a/tr/ids/accname-1.2.json
+++ b/tr/ids/accname-1.2.json
@@ -163,8 +163,9 @@
"https://www.w3.org/TR/accname-1.2/#x6-1-2-substantive-changes-since-the-accessible-name-and-description-computation-1-1-recommendation",
"https://www.w3.org/TR/accname-1.2/#acknowledgements",
"https://www.w3.org/TR/accname-1.2/#x6-2-acknowledgments",
+ "https://www.w3.org/TR/accname-1.2/#gh-contributors",
"https://www.w3.org/TR/accname-1.2/#ack_group",
- "https://www.w3.org/TR/accname-1.2/#x6-2-1-participants-active-in-the-aria-wg-at-the-time-of-publication",
+ "https://www.w3.org/TR/accname-1.2/#x6-2-1-aria-wg-participants-at-the-time-of-publication",
"https://www.w3.org/TR/accname-1.2/#ack_funders",
"https://www.w3.org/TR/accname-1.2/#x6-2-2-enabling-funders",
"https://www.w3.org/TR/accname-1.2/#references",
diff --git a/tr/ids/compute-pressure.json b/tr/ids/compute-pressure.json
index 008239b7d369..a86249ad70ef 100644
--- a/tr/ids/compute-pressure.json
+++ b/tr/ids/compute-pressure.json
@@ -1019,12 +1019,16 @@
"https://www.w3.org/TR/compute-pressure/#dfn-user-agent",
"https://www.w3.org/TR/compute-pressure/#acknowledgments",
"https://www.w3.org/TR/compute-pressure/#a-acknowledgments",
+ "https://www.w3.org/TR/compute-pressure/#substantive-changes-summary",
+ "https://www.w3.org/TR/compute-pressure/#b-summary-of-substantive-changes",
+ "https://www.w3.org/TR/compute-pressure/#substantive-changes-summary-fpwd",
+ "https://www.w3.org/TR/compute-pressure/#b-1-changes-since-the-first-public-working-draft-2022-12-20",
"https://www.w3.org/TR/compute-pressure/#index",
- "https://www.w3.org/TR/compute-pressure/#b-index",
+ "https://www.w3.org/TR/compute-pressure/#b-2-index",
"https://www.w3.org/TR/compute-pressure/#index-defined-here",
- "https://www.w3.org/TR/compute-pressure/#b-1-terms-defined-by-this-specification",
+ "https://www.w3.org/TR/compute-pressure/#b-2-1-terms-defined-by-this-specification",
"https://www.w3.org/TR/compute-pressure/#index-defined-elsewhere",
- "https://www.w3.org/TR/compute-pressure/#b-2-terms-defined-by-reference",
+ "https://www.w3.org/TR/compute-pressure/#b-2-2-terms-defined-by-reference",
"https://www.w3.org/TR/compute-pressure/#index-term-document-interface",
"https://www.w3.org/TR/compute-pressure/#index-term-documents",
"https://www.w3.org/TR/compute-pressure/#index-term-node",
@@ -1130,7 +1134,7 @@
"https://www.w3.org/TR/compute-pressure/#index-term-undefined-type",
"https://www.w3.org/TR/compute-pressure/#index-term-unsigned-long-type",
"https://www.w3.org/TR/compute-pressure/#idl-index",
- "https://www.w3.org/TR/compute-pressure/#c-idl-index",
+ "https://www.w3.org/TR/compute-pressure/#b-3-idl-index",
"https://www.w3.org/TR/compute-pressure/#actual-idl-index",
"https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressuresource-16",
"https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressurestate-8",
@@ -1177,9 +1181,9 @@
"https://www.w3.org/TR/compute-pressure/#ref-for-index-term-unsigned-long-type-2",
"https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserveroptions-sampleinterval-4",
"https://www.w3.org/TR/compute-pressure/#references",
- "https://www.w3.org/TR/compute-pressure/#d-references",
+ "https://www.w3.org/TR/compute-pressure/#c-references",
"https://www.w3.org/TR/compute-pressure/#normative-references",
- "https://www.w3.org/TR/compute-pressure/#d-1-normative-references",
+ "https://www.w3.org/TR/compute-pressure/#c-1-normative-references",
"https://www.w3.org/TR/compute-pressure/#bib-dom",
"https://www.w3.org/TR/compute-pressure/#bib-hr-time",
"https://www.w3.org/TR/compute-pressure/#bib-html",
@@ -1191,7 +1195,7 @@
"https://www.w3.org/TR/compute-pressure/#bib-webdriver2",
"https://www.w3.org/TR/compute-pressure/#bib-webidl",
"https://www.w3.org/TR/compute-pressure/#informative-references",
- "https://www.w3.org/TR/compute-pressure/#d-2-informative-references",
+ "https://www.w3.org/TR/compute-pressure/#c-2-informative-references",
"https://www.w3.org/TR/compute-pressure/#bib-ecmascript",
"https://www.w3.org/TR/compute-pressure/#back-to-top"
]
diff --git a/tr/ids/html-aam-1.0.json b/tr/ids/html-aam-1.0.json
index 84306b805978..83591ccccf19 100644
--- a/tr/ids/html-aam-1.0.json
+++ b/tr/ids/html-aam-1.0.json
@@ -109,6 +109,8 @@
"https://www.w3.org/TR/html-aam-1.0/#el-dfn",
"https://www.w3.org/TR/html-aam-1.0/#dialog",
"https://www.w3.org/TR/html-aam-1.0/#el-dialog",
+ "https://www.w3.org/TR/html-aam-1.0/#dir-obsolete",
+ "https://www.w3.org/TR/html-aam-1.0/#el-dir",
"https://www.w3.org/TR/html-aam-1.0/#div",
"https://www.w3.org/TR/html-aam-1.0/#el-div",
"https://www.w3.org/TR/html-aam-1.0/#dl",
@@ -728,10 +730,11 @@
"https://www.w3.org/TR/html-aam-1.0/#substantive-changes-since-moving-to-the-web-application-working-group-formerly-web-platform-wg-01-oct-2016-0",
"https://www.w3.org/TR/html-aam-1.0/#acknowledgements",
"https://www.w3.org/TR/html-aam-1.0/#a-2-acknowledgments",
- "https://www.w3.org/TR/html-aam-1.0/#ack_group",
"https://www.w3.org/TR/html-aam-1.0/#gh-contributors",
+ "https://www.w3.org/TR/html-aam-1.0/#ack_group",
+ "https://www.w3.org/TR/html-aam-1.0/#a-2-1-aria-wg-participants-at-the-time-of-publication",
"https://www.w3.org/TR/html-aam-1.0/#ack_funders",
- "https://www.w3.org/TR/html-aam-1.0/#a-2-1-enabling-funders",
+ "https://www.w3.org/TR/html-aam-1.0/#a-2-2-enabling-funders",
"https://www.w3.org/TR/html-aam-1.0/#references",
"https://www.w3.org/TR/html-aam-1.0/#b-references",
"https://www.w3.org/TR/html-aam-1.0/#normative-references",
diff --git a/tr/index.json b/tr/index.json
index 97a6d55b0f46..aeba6d4ebac5 100644
--- a/tr/index.json
+++ b/tr/index.json
@@ -1,7 +1,7 @@
{
"type": "crawl",
"title": "Reffy crawl",
- "date": "2024-12-11T01:35:08.554Z",
+ "date": "2024-12-12T01:35:17.036Z",
"options": {
"fallback": "tr/index.json",
"output": "report",
@@ -671,7 +671,7 @@
},
"stats": {
"crawled": 337,
- "errors": 0
+ "errors": 1
},
"crawler": "reffy-18.0.1",
"results": [
@@ -719,7 +719,7 @@
"https://aomediacodec.github.io/av1-spec/"
],
"crawled": "https://aomediacodec.github.io/av1-spec/av1-spec.pdf",
- "date": "11 December 2024",
+ "date": "12 December 2024",
"links": "links/av1-spec.json"
},
{
@@ -838,11 +838,11 @@
],
"crawled": "https://www.w3.org/TR/accname-1.2/",
"crawlCacheInfo": {
- "lastModified": "Fri, 02 Aug 2024 15:36:42 GMT"
+ "lastModified": "Wed, 11 Dec 2024 17:51:40 GMT"
},
"generator": "respec",
- "date": "02 August 2024",
- "revision": "fd418099f8ffe7a9ab7bd596a44688302b0a1c99",
+ "date": "11 December 2024",
+ "revision": "801bdb84aa45df641d379213e3773a474ffab28e",
"algorithms": "algorithms/accname-1.2.json",
"links": "links/accname-1.2.json",
"refs": "refs/accname-1.2.json",
@@ -1756,11 +1756,11 @@
],
"crawled": "https://www.w3.org/TR/compute-pressure/",
"crawlCacheInfo": {
- "lastModified": "Fri, 22 Nov 2024 09:40:19 GMT"
+ "lastModified": "Wed, 11 Dec 2024 12:18:57 GMT"
},
"generator": "respec",
- "date": "22 November 2024",
- "revision": "1726dafe35a6f416c33cb63a9aeb4cf825ad50a7",
+ "date": "11 December 2024",
+ "revision": "e5311921d7056bdfe4e235a79670bdbf6568ceed",
"algorithms": "algorithms/compute-pressure.json",
"links": "links/compute-pressure.json",
"refs": "refs/compute-pressure.json",
@@ -1891,7 +1891,8 @@
"refs": "refs/core-aam-1.2.json",
"dfns": "dfns/core-aam-1.2.json",
"headings": "headings/core-aam-1.2.json",
- "ids": "ids/core-aam-1.2.json"
+ "ids": "ids/core-aam-1.2.json",
+ "error": "Error: Loading https://www.w3.org/TR/core-aam-1.2/ triggered HTTP status 500\n at processSpecification (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/util.js:481:19)\n at async crawlSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:107:22)\n at async processSpec (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:352:22)\n at async ThrottledQueue.runThrottled (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/throttled-queue.js:78:22)\n at async Promise.all (index 19)\n at async crawlList (file:///home/runner/work/webref/webref/node_modules/reffy/src/lib/specs-crawler.js:373:21)"
},
{
"url": "https://www.w3.org/TR/credential-management-1/",
@@ -9721,7 +9722,7 @@
],
"crawled": "https://www.w3.org/TR/eme-initdata-registry/",
"crawlCacheInfo": {
- "lastModified": "Fri, 12 Jul 2024 12:26:24 GMT"
+ "lastModified": "Fri, 12 Jul 2024 12:39:25 GMT"
},
"generator": "respec",
"date": "18 July 2024",
@@ -11254,11 +11255,11 @@
],
"crawled": "https://www.w3.org/TR/html-aam-1.0/",
"crawlCacheInfo": {
- "lastModified": "Thu, 21 Nov 2024 15:04:48 GMT"
+ "lastModified": "Wed, 11 Dec 2024 19:19:07 GMT"
},
"generator": "respec",
- "date": "21 November 2024",
- "revision": "a26b436d0dadaefb78715e68d8b31357915b9446",
+ "date": "11 December 2024",
+ "revision": "af984853f1d53239ec7ba0f71a1494f312019f21",
"algorithms": "algorithms/html-aam-1.0.json",
"links": "links/html-aam-1.0.json",
"refs": "refs/html-aam-1.0.json",
@@ -14031,7 +14032,7 @@
],
"crawled": "https://www.w3.org/TR/openscreenprotocol/",
"crawlCacheInfo": {
- "lastModified": "Thu, 05 Dec 2024 17:53:23 GMT"
+ "lastModified": "Wed, 11 Dec 2024 14:14:13 GMT"
},
"generator": "bikeshed",
"date": "10 December 2024",
diff --git a/tr/links/accname-1.2.json b/tr/links/accname-1.2.json
index 72c7a9f3d115..de339fc042c9 100644
--- a/tr/links/accname-1.2.json
+++ b/tr/links/accname-1.2.json
@@ -6,12 +6,30 @@
"links": {
"rawlinks": {
"https://datatracker.ietf.org/doc/html/bcp14": {},
- "https://dom.spec.whatwg.org/": {
- "anchors": [
- "concept-element",
- "concept-attribute"
- ]
- },
+ "https://dom.spec.whatwg.org/": {},
+ "https://github.com/OisinNolan": {},
+ "https://github.com/a11ydoer": {},
+ "https://github.com/adampage": {},
+ "https://github.com/aleventhal": {},
+ "https://github.com/billybonks": {},
+ "https://github.com/carmacleod": {},
+ "https://github.com/cookiecrook": {},
+ "https://github.com/cyns": {},
+ "https://github.com/daniel-montalvo": {},
+ "https://github.com/jaragunde": {},
+ "https://github.com/jasonkiss": {},
+ "https://github.com/jnurthen": {},
+ "https://github.com/joanmarie": {},
+ "https://github.com/kasperisager": {},
+ "https://github.com/klown": {},
+ "https://github.com/marcoscaceres": {},
+ "https://github.com/nolanlawson": {},
+ "https://github.com/patrickhlauke": {},
+ "https://github.com/pkra": {},
+ "https://github.com/plehegar": {},
+ "https://github.com/richschwer": {},
+ "https://github.com/scottaohara": {},
+ "https://github.com/spectranaut": {},
"https://github.com/w3c/accname/commit/1f451d6": {},
"https://github.com/w3c/accname/commit/3efa7de": {},
"https://github.com/w3c/accname/commit/45dbaa2": {},
@@ -34,11 +52,7 @@
"https://github.com/w3c/accname/pull/177": {},
"https://github.com/w3c/accname/pull/53": {},
"https://github.com/w3c/accname/pull/69": {},
- "https://infra.spec.whatwg.org/": {
- "anchors": [
- "user-agent"
- ]
- },
+ "https://infra.spec.whatwg.org/": {},
"https://www.rfc-editor.org/rfc/rfc2119": {},
"https://www.rfc-editor.org/rfc/rfc8174": {},
"https://www.w3.org/TR/": {},
@@ -70,11 +84,6 @@
"https://www.w3.org/TR/wai-aria-1.1/": {},
"https://www.w3.org/TR/wai-aria-1.2/": {
"anchors": [
- "dfn-accessible-object",
- "dfn-accessibility-api",
- "dfn-role",
- "dfn-state",
- "dfn-accessibility-tree",
"aria-label",
"aria-labelledby",
"namefromauthor",
@@ -82,8 +91,6 @@
"namefromprohibited",
"aria-describedby",
"aria-description",
- "dfn-perceivable",
- "dfn-widget",
"textbox",
"combobox",
"listbox",
@@ -122,13 +129,21 @@
},
"https://infra.spec.whatwg.org/": {
"anchors": [
+ "user-agent",
"ascii-whitespace"
]
},
"https://www.w3.org/TR/wai-aria-1.2/": {
"anchors": [
+ "dfn-accessible-object",
+ "dfn-accessibility-api",
+ "dfn-role",
+ "dfn-state",
"dfn-property",
- "dfn-hidden"
+ "dfn-accessibility-tree",
+ "dfn-perceivable",
+ "dfn-hidden",
+ "dfn-widget"
]
}
}
diff --git a/tr/links/compute-pressure.json b/tr/links/compute-pressure.json
index b5fd6f936ca5..9aebb0f8adb5 100644
--- a/tr/links/compute-pressure.json
+++ b/tr/links/compute-pressure.json
@@ -18,6 +18,33 @@
]
},
"https://github.com/w3c/compute-pressure/issues/275": {},
+ "https://github.com/w3c/compute-pressure/pull/175": {},
+ "https://github.com/w3c/compute-pressure/pull/180": {},
+ "https://github.com/w3c/compute-pressure/pull/191": {},
+ "https://github.com/w3c/compute-pressure/pull/192": {},
+ "https://github.com/w3c/compute-pressure/pull/202": {},
+ "https://github.com/w3c/compute-pressure/pull/203": {},
+ "https://github.com/w3c/compute-pressure/pull/223": {},
+ "https://github.com/w3c/compute-pressure/pull/225": {},
+ "https://github.com/w3c/compute-pressure/pull/227": {},
+ "https://github.com/w3c/compute-pressure/pull/230": {},
+ "https://github.com/w3c/compute-pressure/pull/236": {},
+ "https://github.com/w3c/compute-pressure/pull/238": {},
+ "https://github.com/w3c/compute-pressure/pull/239": {},
+ "https://github.com/w3c/compute-pressure/pull/241": {},
+ "https://github.com/w3c/compute-pressure/pull/254": {},
+ "https://github.com/w3c/compute-pressure/pull/261": {},
+ "https://github.com/w3c/compute-pressure/pull/263": {},
+ "https://github.com/w3c/compute-pressure/pull/268": {},
+ "https://github.com/w3c/compute-pressure/pull/274": {},
+ "https://github.com/w3c/compute-pressure/pull/276": {},
+ "https://github.com/w3c/compute-pressure/pull/280": {},
+ "https://github.com/w3c/compute-pressure/pull/283": {},
+ "https://github.com/w3c/compute-pressure/pull/284": {},
+ "https://github.com/w3c/compute-pressure/pull/292": {},
+ "https://github.com/w3c/compute-pressure/pull/293": {},
+ "https://github.com/w3c/compute-pressure/pull/300": {},
+ "https://github.com/w3c/compute-pressure/pull/302": {},
"https://github.com/wicg/compute-pressure/": {
"anchors": [
"goals--motivating-use-cases"
@@ -47,18 +74,7 @@
"device-ids"
]
},
- "https://webidl.spec.whatwg.org/": {
- "anchors": [
- "idl-sequence",
- "Exposed",
- "SecureContext",
- "idl-promise",
- "SameObject",
- "idl-frozen-array",
- "Default",
- "EnforceRange"
- ]
- },
+ "https://webidl.spec.whatwg.org/": {},
"https://www.rfc-editor.org/rfc/rfc2119": {},
"https://www.rfc-editor.org/rfc/rfc8174": {},
"https://www.usenix.org/system/files/sec22-zaheri.pdf": {},
@@ -68,6 +84,7 @@
]
},
"https://www.w3.org/TR/": {},
+ "https://www.w3.org/TR/2022/WD-compute-pressure-20221220/": {},
"https://www.w3.org/TR/hr-time-3/": {},
"https://www.w3.org/TR/mediacapture-streams/": {},
"https://www.w3.org/TR/permissions-policy-1/": {},
@@ -229,6 +246,11 @@
"notsupportederror",
"idl-promise",
"idl-undefined",
+ "idl-sequence",
+ "Exposed",
+ "SecureContext",
+ "SameObject",
+ "idl-frozen-array",
"this",
"a-promise-rejected-with",
"notallowederror",
@@ -237,9 +259,11 @@
"resolve",
"reject",
"aborterror",
+ "Default",
"idl-object",
"getter-steps",
"default-tojson-steps",
+ "EnforceRange",
"idl-unsigned-long"
]
},
diff --git a/tr/links/html-aam-1.0.json b/tr/links/html-aam-1.0.json
index a194e46cba86..9e73b951f5c9 100644
--- a/tr/links/html-aam-1.0.json
+++ b/tr/links/html-aam-1.0.json
@@ -7,15 +7,12 @@
"rawlinks": {
"http://accessibility.linuxfoundation.org/a11yspecs/ia2/docs/html/": {},
"https://datatracker.ietf.org/doc/html/bcp14": {},
- "https://developer-old.gnome.org/libatspi/stable/": {},
"https://developer.apple.com/documentation/appkit/nsaccessibility": {},
"https://developer.apple.com/reference/appkit/nsaccessibility": {},
"https://developer.gnome.org/atk/stable/": {},
"https://docs.microsoft.com/en-us/windows/win32/winauto/ui-automation-specification": {},
"https://dom.spec.whatwg.org/": {
"anchors": [
- "concept-element",
- "concept-node",
"concept-tree-child"
]
},
@@ -129,18 +126,17 @@
"https://github.com/w3c/html-aam/pull/516": {},
"https://github.com/ylafon": {},
"https://github.com/zcorpan": {},
+ "https://gnome.pages.gitlab.gnome.org/at-spi2-core/libatspi/": {},
"https://gnome.pages.gitlab.gnome.org/atk/": {},
"https://html.spec.whatwg.org/multipage/": {},
"https://html.spec.whatwg.org/multipage/canvas.html": {
"anchors": [
- "canvas",
"attr-canvas-height",
"attr-canvas-width"
]
},
"https://html.spec.whatwg.org/multipage/custom-elements.html": {
"anchors": [
- "autonomous-custom-element",
"custom-elements-face-example",
"form-associated-custom-element",
"attr-face-readonly"
@@ -166,8 +162,6 @@
},
"https://html.spec.whatwg.org/multipage/edits.html": {
"anchors": [
- "the-del-element",
- "the-ins-element",
"attr-mod-cite",
"attr-mod-datetime"
]
@@ -182,10 +176,7 @@
},
"https://html.spec.whatwg.org/multipage/embedded-content.html": {
"anchors": [
- "the-img-element",
"attr-img-alt",
- "the-picture-element",
- "the-source-element",
"attr-img-crossorigin",
"attr-img-decoding",
"attr-img-fetchpriority",
@@ -224,21 +215,10 @@
},
"https://html.spec.whatwg.org/multipage/form-elements.html": {
"anchors": [
- "the-button-element",
- "the-datalist-element",
- "the-fieldset-element",
- "the-legend-element",
- "the-meter-element",
- "the-optgroup-element",
- "the-option-element",
"concept-select-option-list",
"concept-option-selectedness",
- "the-output-element",
- "the-progress-element",
- "the-select-element",
"attr-select-multiple",
"attr-select-size",
- "the-textarea-element",
"attr-textarea-cols",
"attr-optgroup-disabled",
"attr-option-disabled",
@@ -271,8 +251,6 @@
"https://html.spec.whatwg.org/multipage/forms.html": {
"anchors": [
"category-label",
- "the-form-element",
- "the-label-element",
"attr-form-accept-charset",
"attr-form-autocomplete",
"attr-label-for",
@@ -282,22 +260,6 @@
},
"https://html.spec.whatwg.org/multipage/grouping-content.html": {
"anchors": [
- "the-blockquote-element",
- "the-dd-element",
- "the-div-element",
- "the-dl-element",
- "the-dt-element",
- "the-figcaption-element",
- "the-figure-element",
- "the-main-element",
- "the-hr-element",
- "the-li-element",
- "the-ol-element",
- "menus",
- "the-ul-element",
- "the-p-element",
- "the-pre-element",
- "the-search-element",
"attr-blockquote-cite",
"attr-ol-reversed",
"attr-ol-start",
@@ -307,9 +269,6 @@
},
"https://html.spec.whatwg.org/multipage/iframe-embed-object.html": {
"anchors": [
- "the-embed-element",
- "the-iframe-element",
- "the-object-element",
"attr-iframe-allow",
"attr-iframe-allowfullscreen",
"attr-object-data",
@@ -326,8 +285,6 @@
},
"https://html.spec.whatwg.org/multipage/image-maps.html": {
"anchors": [
- "the-area-element",
- "the-map-element",
"attr-area-alt",
"attr-area-coords",
"attr-map-name",
@@ -342,7 +299,6 @@
},
"https://html.spec.whatwg.org/multipage/input.html": {
"anchors": [
- "the-input-element",
"attr-input-type",
"button-state-(type=button)",
"checkbox-state-(type=checkbox)",
@@ -405,16 +361,12 @@
},
"https://html.spec.whatwg.org/multipage/interactive-elements.html": {
"anchors": [
- "the-details-element",
- "the-dialog-element",
- "the-summary-element",
"attr-details-open",
"attr-dialog-open"
]
},
"https://html.spec.whatwg.org/multipage/links.html": {
"anchors": [
- "hyperlink",
"attr-hyperlink-href",
"attr-hyperlink-download",
"attr-hyperlink-hreflang",
@@ -427,10 +379,7 @@
},
"https://html.spec.whatwg.org/multipage/media.html": {
"anchors": [
- "audio",
"attr-media-controls",
- "the-track-element",
- "video",
"attr-media-autoplay",
"attr-media-crossorigin",
"attr-track-default",
@@ -458,8 +407,7 @@
"https://html.spec.whatwg.org/multipage/obsolete.html": {
"anchors": [
"menuitem",
- "attr-menu-type",
- "param"
+ "attr-menu-type"
]
},
"https://html.spec.whatwg.org/multipage/popover.html": {
@@ -472,10 +420,7 @@
},
"https://html.spec.whatwg.org/multipage/scripting.html": {
"anchors": [
- "the-noscript-element",
"the-script-element",
- "the-slot-element",
- "the-template-element",
"attr-script-async",
"attr-script-defer",
"attr-script-crossorigin",
@@ -489,27 +434,11 @@
},
"https://html.spec.whatwg.org/multipage/sections.html": {
"anchors": [
- "the-address-element",
- "the-article-element",
- "the-aside-element",
- "the-body-element",
- "the-footer-element",
- "the-h1,-h2,-h3,-h4,-h5,-and-h6-elements",
- "the-header-element",
- "the-hgroup-element",
- "the-nav-element",
- "the-section-element"
+ "the-h1,-h2,-h3,-h4,-h5,-and-h6-elements"
]
},
"https://html.spec.whatwg.org/multipage/semantics.html": {
"anchors": [
- "the-base-element",
- "the-head-element",
- "the-html-element",
- "the-link-element",
- "meta",
- "the-style-element",
- "the-title-element",
"attr-link-as",
"attr-link-blocking",
"attr-style-media",
@@ -535,20 +464,10 @@
},
"https://html.spec.whatwg.org/multipage/tables.html": {
"anchors": [
- "the-caption-element",
- "the-col-element",
- "the-colgroup-element",
- "the-table-element",
- "the-tbody-element",
- "the-td-element",
- "the-tfoot-element",
- "the-th-element",
"column-header",
"row-header",
"column-group-header",
"row-group-header",
- "the-thead-element",
- "the-tr-element",
"attr-th-abbr",
"attr-tdth-colspan",
"attr-tdth-headers",
@@ -560,35 +479,6 @@
},
"https://html.spec.whatwg.org/multipage/text-level-semantics.html": {
"anchors": [
- "the-a-element",
- "the-abbr-element",
- "the-b-element",
- "the-bdi-element",
- "the-bdo-element",
- "the-br-element",
- "the-cite-element",
- "the-code-element",
- "the-data-element",
- "the-dfn-element",
- "the-em-element",
- "the-i-element",
- "the-kbd-element",
- "the-mark-element",
- "the-q-element",
- "the-rp-element",
- "the-rt-element",
- "the-ruby-element",
- "the-s-element",
- "the-samp-element",
- "the-small-element",
- "the-span-element",
- "the-strong-element",
- "the-sub-element",
- "the-sup-element",
- "the-time-element",
- "the-u-element",
- "the-var-element",
- "the-wbr-element",
"attr-q-cite",
"attr-time-datetime",
"attr-abbr-title",
@@ -609,7 +499,6 @@
},
"https://infra.spec.whatwg.org/": {
"anchors": [
- "user-agent",
"implementation-defined"
]
},
@@ -780,14 +669,6 @@
"aria-describedby"
]
},
- "https://www.w3.org/TR/wai-aria/": {
- "anchors": [
- "dfn-accessibility-api",
- "dfn-accessibility-tree",
- "dfn-accessible-object",
- "dfn-widget"
- ]
- },
"https://www.w3.org/WAI/ARIA/": {},
"https://www.w3.org/WAI/PF/": {},
"https://www.w3.org/WAI/PF/html-accessibility-tf.html": {},
@@ -808,6 +689,35 @@
}
},
"autolinks": {
+ "https://dom.spec.whatwg.org/": {
+ "anchors": [
+ "concept-element",
+ "concept-node"
+ ]
+ },
+ "https://html.spec.whatwg.org/multipage/canvas.html": {
+ "anchors": [
+ "canvas"
+ ]
+ },
+ "https://html.spec.whatwg.org/multipage/custom-elements.html": {
+ "anchors": [
+ "autonomous-custom-element"
+ ]
+ },
+ "https://html.spec.whatwg.org/multipage/edits.html": {
+ "anchors": [
+ "the-del-element",
+ "the-ins-element"
+ ]
+ },
+ "https://html.spec.whatwg.org/multipage/embedded-content.html": {
+ "anchors": [
+ "the-img-element",
+ "the-picture-element",
+ "the-source-element"
+ ]
+ },
"https://html.spec.whatwg.org/multipage/form-control-infrastructure.html": {
"anchors": [
"form-owner"
@@ -815,19 +725,180 @@
},
"https://html.spec.whatwg.org/multipage/form-elements.html": {
"anchors": [
- "the-legend-element"
+ "the-button-element",
+ "the-datalist-element",
+ "the-fieldset-element",
+ "the-legend-element",
+ "the-meter-element",
+ "the-optgroup-element",
+ "the-option-element",
+ "the-output-element",
+ "the-progress-element",
+ "the-select-element",
+ "the-textarea-element"
+ ]
+ },
+ "https://html.spec.whatwg.org/multipage/forms.html": {
+ "anchors": [
+ "the-form-element",
+ "the-label-element"
]
},
"https://html.spec.whatwg.org/multipage/grouping-content.html": {
"anchors": [
- "menus"
+ "the-blockquote-element",
+ "the-dd-element",
+ "the-div-element",
+ "the-dl-element",
+ "the-dt-element",
+ "the-figcaption-element",
+ "the-figure-element",
+ "the-main-element",
+ "the-hr-element",
+ "the-li-element",
+ "the-ol-element",
+ "menus",
+ "the-ul-element",
+ "the-p-element",
+ "the-pre-element",
+ "the-search-element"
+ ]
+ },
+ "https://html.spec.whatwg.org/multipage/iframe-embed-object.html": {
+ "anchors": [
+ "the-embed-element",
+ "the-iframe-element",
+ "the-object-element"
+ ]
+ },
+ "https://html.spec.whatwg.org/multipage/image-maps.html": {
+ "anchors": [
+ "the-area-element",
+ "the-map-element"
+ ]
+ },
+ "https://html.spec.whatwg.org/multipage/input.html": {
+ "anchors": [
+ "the-input-element"
+ ]
+ },
+ "https://html.spec.whatwg.org/multipage/interactive-elements.html": {
+ "anchors": [
+ "the-details-element",
+ "the-dialog-element",
+ "the-summary-element"
+ ]
+ },
+ "https://html.spec.whatwg.org/multipage/links.html": {
+ "anchors": [
+ "hyperlink"
+ ]
+ },
+ "https://html.spec.whatwg.org/multipage/media.html": {
+ "anchors": [
+ "audio",
+ "the-track-element",
+ "video"
+ ]
+ },
+ "https://html.spec.whatwg.org/multipage/obsolete.html": {
+ "anchors": [
+ "dir",
+ "param"
+ ]
+ },
+ "https://html.spec.whatwg.org/multipage/scripting.html": {
+ "anchors": [
+ "the-noscript-element",
+ "the-slot-element",
+ "the-template-element"
+ ]
+ },
+ "https://html.spec.whatwg.org/multipage/sections.html": {
+ "anchors": [
+ "the-address-element",
+ "the-article-element",
+ "the-aside-element",
+ "the-body-element",
+ "the-footer-element",
+ "the-header-element",
+ "the-hgroup-element",
+ "the-nav-element",
+ "the-section-element"
+ ]
+ },
+ "https://html.spec.whatwg.org/multipage/semantics.html": {
+ "anchors": [
+ "the-base-element",
+ "the-head-element",
+ "the-html-element",
+ "the-link-element",
+ "meta",
+ "the-style-element",
+ "the-title-element"
+ ]
+ },
+ "https://html.spec.whatwg.org/multipage/tables.html": {
+ "anchors": [
+ "the-caption-element",
+ "the-col-element",
+ "the-colgroup-element",
+ "the-table-element",
+ "the-tbody-element",
+ "the-td-element",
+ "the-tfoot-element",
+ "the-th-element",
+ "the-thead-element",
+ "the-tr-element"
+ ]
+ },
+ "https://html.spec.whatwg.org/multipage/text-level-semantics.html": {
+ "anchors": [
+ "the-a-element",
+ "the-abbr-element",
+ "the-b-element",
+ "the-bdi-element",
+ "the-bdo-element",
+ "the-br-element",
+ "the-cite-element",
+ "the-code-element",
+ "the-data-element",
+ "the-dfn-element",
+ "the-em-element",
+ "the-i-element",
+ "the-kbd-element",
+ "the-mark-element",
+ "the-q-element",
+ "the-rp-element",
+ "the-rt-element",
+ "the-ruby-element",
+ "the-s-element",
+ "the-samp-element",
+ "the-small-element",
+ "the-span-element",
+ "the-strong-element",
+ "the-sub-element",
+ "the-sup-element",
+ "the-time-element",
+ "the-u-element",
+ "the-var-element",
+ "the-wbr-element"
+ ]
+ },
+ "https://infra.spec.whatwg.org/": {
+ "anchors": [
+ "user-agent"
]
},
"https://www.w3.org/TR/wai-aria/": {
"anchors": [
+ "dfn-accessibility-api",
"dfn-role",
"dfn-state",
- "dfn-property"
+ "dfn-property",
+ "dfn-accessibility-tree",
+ "dfn-accessible-object",
+ "dfn-widget"
]
}
}
diff --git a/tr/links/openscreenprotocol.json b/tr/links/openscreenprotocol.json
index 9982a9d4fac7..e201493a0888 100644
--- a/tr/links/openscreenprotocol.json
+++ b/tr/links/openscreenprotocol.json
@@ -61,6 +61,7 @@
]
},
"https://www.w3.org/TR/openscreen-application/": {},
+ "https://www.w3.org/TR/openscreen-network/": {},
"https://www.w3.org/TR/presentation-api/": {
"anchors": [
"creating-a-receiving-browsing-context",
diff --git a/tr/refs/html-aam-1.0.json b/tr/refs/html-aam-1.0.json
index c530b8021374..e2fd5fa123a4 100644
--- a/tr/refs/html-aam-1.0.json
+++ b/tr/refs/html-aam-1.0.json
@@ -41,7 +41,7 @@
"informative": [
{
"name": "AT-SPI",
- "url": "https://developer-old.gnome.org/libatspi/stable/"
+ "url": "https://gnome.pages.gitlab.gnome.org/at-spi2-core/libatspi/"
},
{
"name": "ATK",