diff --git a/tr/css/scroll-animations.json b/tr/css/scroll-animations.json index f1c62bceb77d..c80870bb74a2 100644 --- a/tr/css/scroll-animations.json +++ b/tr/css/scroll-animations.json @@ -6,12 +6,12 @@ "properties": [ { "name": "scroll-timeline-name", - "value": "none | #", + "value": "none | #", "initial": "none", "appliesTo": "all elements", "inherited": "no", "percentages": "n/a", - "computedValue": "the keyword none or a list of s", + "computedValue": "the keyword none or a list of CSS identifiers", "canonicalOrder": "per grammar", "animationType": "not animatable", "styleDeclaration": [ @@ -21,7 +21,7 @@ }, { "name": "scroll-timeline-axis", - "value": "[ block | inline | vertical | horizontal ]#", + "value": "[ block | inline | x | y ]#", "initial": "block", "appliesTo": "all elements", "inherited": "no", @@ -43,16 +43,16 @@ "value": "inline" }, { - "name": "vertical", - "prose": "Specifies to use the measure of progress along the vertical axis of the scroll container.", + "name": "x", + "prose": "Specifies to use the measure of progress along the horizontal axis of the scroll container.", "type": "value", - "value": "vertical" + "value": "x" }, { - "name": "horizontal", - "prose": "Specifies to use the measure of progress along the horizontal axis of the scroll container.", + "name": "y", + "prose": "Specifies to use the measure of progress along the vertical axis of the scroll container.", "type": "value", - "value": "horizontal" + "value": "y" }, { "name": "nearest", @@ -78,44 +78,9 @@ "scrollTimelineAxis" ] }, - { - "name": "scroll-timeline-attachment", - "value": "[ local | defer | ancestor ]#", - "initial": "local", - "appliesTo": "all elements", - "inherited": "no", - "percentages": "n/a", - "computedValue": "a list of the keywords specified", - "canonicalOrder": "per grammar", - "animationType": "not animatable", - "values": [ - { - "name": "local", - "prose": "This scroll progress timeline name attaches to the corresponding scroll progress timeline defined on this box.", - "type": "value", - "value": "local" - }, - { - "name": "defer", - "prose": "This scroll progress timeline name’s attachment is deferred to its descendants. In other words, this element declares a scroll progress timeline’s name and defines its scope (see § 4.2 Named Timeline Scoping and Lookup), but defers the timeline’s definition (scroll container source and axis) to its descendants. If more than one matching descendant scroll progress timeline exists, or if no such timeline exists, then the timeline name has no attachment, and represents an inactive timeline. Should it instead be ignored (be invisible to lookup)? (This might make it harder to implement.) If multiple, should it attach instead to the last declared timeline (in tree order) rather than invalidating the attachment?", - "type": "value", - "value": "defer" - }, - { - "name": "ancestor", - "prose": "This scroll progress timeline definition, attaches to the closest matching scroll progress timeline name that was deferred (defer) by an ancestor (if any). If no such ancestor exists, the attachment is treated as local.", - "type": "value", - "value": "ancestor" - } - ], - "styleDeclaration": [ - "scroll-timeline-attachment", - "scrollTimelineAttachment" - ] - }, { "name": "scroll-timeline", - "value": "[ <'scroll-timeline-name'> [ <'scroll-timeline-axis'> || <'scroll-timeline-attachment'> ]? ]#", + "value": "[ <'scroll-timeline-name'> <'scroll-timeline-axis'>? ]#", "initial": "see individual properties", "appliesTo": "all elements", "inherited": "no", @@ -130,12 +95,12 @@ }, { "name": "view-timeline-name", - "value": "none | #", + "value": "none | #", "initial": "none", "appliesTo": "all elements", "inherited": "no", "percentages": "n/a", - "computedValue": "the keyword none or a list of s", + "computedValue": "the keyword none or a list of CSS identifiers", "canonicalOrder": "per grammar", "animationType": "not animatable", "styleDeclaration": [ @@ -145,7 +110,7 @@ }, { "name": "view-timeline-axis", - "value": "[ block | inline | vertical | horizontal ]#", + "value": "[ block | inline | x | y ]#", "initial": "block", "appliesTo": "all elements", "inherited": "no", @@ -167,16 +132,16 @@ "value": "inline" }, { - "name": "vertical", - "prose": "Specifies to use the measure of progress along the vertical axis of the scroll container.", + "name": "x", + "prose": "Specifies to use the measure of progress along the horizontal axis of the scroll container.", "type": "value", - "value": "vertical" + "value": "x" }, { - "name": "horizontal", - "prose": "Specifies to use the measure of progress along the horizontal axis of the scroll container.", + "name": "y", + "prose": "Specifies to use the measure of progress along the vertical axis of the scroll container.", "type": "value", - "value": "horizontal" + "value": "y" }, { "name": "nearest", @@ -231,44 +196,9 @@ "viewTimelineInset" ] }, - { - "name": "view-timeline-attachment", - "value": "[ local | defer | ancestor ]#", - "initial": "local", - "appliesTo": "all elements", - "inherited": "no", - "percentages": "n/a", - "computedValue": "a list of the keywords specified", - "canonicalOrder": "per grammar", - "animationType": "not animatable", - "values": [ - { - "name": "local", - "prose": "This view progress timeline name attaches to the corresponding view progress timeline defined on this box.", - "type": "value", - "value": "local" - }, - { - "name": "defer", - "prose": "This view progress timeline name’s attachment is deferred to its descendants. In other words, this element declares a view progress timeline’s name and defines its scope (see § 4.2 Named Timeline Scoping and Lookup), but defers the timeline’s definition (subject, scroll container source, axis, and visibility range) to its descendants. If more than one matching descendant view progress timeline exists, or if no such timeline exists, then this timeline name has no attachment, and represents an inactive timeline.", - "type": "value", - "value": "defer" - }, - { - "name": "ancestor", - "prose": "This view progress timeline definition attaches to the closest matching view progress timeline name that was deferred (defer) by an ancestor (if any). If no such ancestor exists, the attachment is treated as local.", - "type": "value", - "value": "ancestor" - } - ], - "styleDeclaration": [ - "view-timeline-attachment", - "viewTimelineAttachment" - ] - }, { "name": "view-timeline", - "value": "[ <'view-timeline-name'> [ <'view-timeline-axis'> || <'view-timeline-attachment'> ]? ]#", + "value": "[ <'view-timeline-name'> <'view-timeline-axis'>? ]#", "initial": "see individual properties", "appliesTo": "all elements", "inherited": "see individual properties", @@ -365,6 +295,35 @@ "animation-range-end", "animationRangeEnd" ] + }, + { + "name": "timeline-scope", + "value": "none | #", + "initial": "none", + "appliesTo": "all elements", + "inherited": "no", + "percentages": "n/a", + "computedValue": "the keyword none or a list of CSS identifiers", + "canonicalOrder": "per grammar", + "animationType": "not animatable", + "values": [ + { + "name": "none", + "prose": "No changes in timeline name scope.", + "type": "value", + "value": "none" + }, + { + "name": "", + "prose": "Declares the name of a matching named timeline defined by a descendant—whose scope is not already explicitly declared by a descendant using timeline-scope—to be in scope for this element and its descendants. If no such timeline exists, or if more than one such timeline exists, instead declares an inactive timeline with the specified name.", + "type": "value", + "value": "" + } + ], + "styleDeclaration": [ + "timeline-scope", + "timelineScope" + ] } ], "atrules": [], @@ -389,16 +348,16 @@ "value": "inline" }, { - "name": "vertical", - "prose": "Specifies to use the measure of progress along the vertical axis of the scroll container.", + "name": "x", + "prose": "Specifies to use the measure of progress along the horizontal axis of the scroll container.", "type": "value", - "value": "vertical" + "value": "x" }, { - "name": "horizontal", - "prose": "Specifies to use the measure of progress along the horizontal axis of the scroll container.", + "name": "y", + "prose": "Specifies to use the measure of progress along the vertical axis of the scroll container.", "type": "value", - "value": "horizontal" + "value": "y" }, { "name": "nearest", @@ -423,7 +382,7 @@ { "name": "", "type": "type", - "value": "block | inline | vertical | horizontal" + "value": "block | inline | x | y" }, { "name": "", diff --git a/tr/dfns/scroll-animations-1.json b/tr/dfns/scroll-animations-1.json index 0fe5bd5481c5..0af64961672b 100644 --- a/tr/dfns/scroll-animations-1.json +++ b/tr/dfns/scroll-animations-1.json @@ -160,10 +160,10 @@ "definedIn": "dt" }, { - "id": "valdef-scroll-vertical", - "href": "https://www.w3.org/TR/scroll-animations-1/#valdef-scroll-vertical", + "id": "valdef-scroll-x", + "href": "https://www.w3.org/TR/scroll-animations-1/#valdef-scroll-x", "linkingText": [ - "vertical" + "x" ], "localLinkingText": [], "type": "value", @@ -182,10 +182,10 @@ "definedIn": "dt" }, { - "id": "valdef-scroll-horizontal", - "href": "https://www.w3.org/TR/scroll-animations-1/#valdef-scroll-horizontal", + "id": "valdef-scroll-y", + "href": "https://www.w3.org/TR/scroll-animations-1/#valdef-scroll-y", "linkingText": [ - "horizontal" + "y" ], "localLinkingText": [], "type": "value", @@ -329,10 +329,10 @@ "definedIn": "pre" }, { - "id": "dom-scrollaxis-horizontal", - "href": "https://www.w3.org/TR/scroll-animations-1/#dom-scrollaxis-horizontal", + "id": "dom-scrollaxis-x", + "href": "https://www.w3.org/TR/scroll-animations-1/#dom-scrollaxis-x", "linkingText": [ - "\"horizontal\"" + "\"x\"" ], "localLinkingText": [], "type": "enum-value", @@ -349,10 +349,10 @@ "definedIn": "pre" }, { - "id": "dom-scrollaxis-vertical", - "href": "https://www.w3.org/TR/scroll-animations-1/#dom-scrollaxis-vertical", + "id": "dom-scrollaxis-y", + "href": "https://www.w3.org/TR/scroll-animations-1/#dom-scrollaxis-y", "linkingText": [ - "\"vertical\"" + "\"y\"" ], "localLinkingText": [], "type": "enum-value", @@ -549,26 +549,6 @@ }, "definedIn": "prose" }, - { - "id": "name-attachment", - "href": "https://www.w3.org/TR/scroll-animations-1/#name-attachment", - "linkingText": [ - "name attachment" - ], - "localLinkingText": [ - "attachment" - ], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "title", - "href": "https://www.w3.org/TR/scroll-animations-1/#title", - "title": "Scroll-driven Animations" - }, - "definedIn": "prose" - }, { "id": "propdef-scroll-timeline-name", "href": "https://www.w3.org/TR/scroll-animations-1/#propdef-scroll-timeline-name", @@ -607,86 +587,6 @@ }, "definedIn": "table" }, - { - "id": "propdef-scroll-timeline-attachment", - "href": "https://www.w3.org/TR/scroll-animations-1/#propdef-scroll-timeline-attachment", - "linkingText": [ - "scroll-timeline-attachment" - ], - "localLinkingText": [], - "type": "property", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "scroll-timeline-attachment", - "href": "https://www.w3.org/TR/scroll-animations-1/#scroll-timeline-attachment", - "title": "Attachment of a Scroll Progress Timeline: the scroll-timeline-attachment property", - "number": "2.3.3" - }, - "definedIn": "table" - }, - { - "id": "valdef-scroll-timeline-attachment-local", - "href": "https://www.w3.org/TR/scroll-animations-1/#valdef-scroll-timeline-attachment-local", - "linkingText": [ - "local" - ], - "localLinkingText": [], - "type": "value", - "for": [ - "scroll-timeline-attachment" - ], - "access": "public", - "informative": false, - "heading": { - "id": "scroll-timeline-attachment", - "href": "https://www.w3.org/TR/scroll-animations-1/#scroll-timeline-attachment", - "title": "Attachment of a Scroll Progress Timeline: the scroll-timeline-attachment property", - "number": "2.3.3" - }, - "definedIn": "dt" - }, - { - "id": "valdef-scroll-timeline-attachment-defer", - "href": "https://www.w3.org/TR/scroll-animations-1/#valdef-scroll-timeline-attachment-defer", - "linkingText": [ - "defer" - ], - "localLinkingText": [], - "type": "value", - "for": [ - "scroll-timeline-attachment" - ], - "access": "public", - "informative": false, - "heading": { - "id": "title", - "href": "https://www.w3.org/TR/scroll-animations-1/#title", - "title": "Scroll-driven Animations" - }, - "definedIn": "dt" - }, - { - "id": "valdef-scroll-timeline-attachment-ancestor", - "href": "https://www.w3.org/TR/scroll-animations-1/#valdef-scroll-timeline-attachment-ancestor", - "linkingText": [ - "ancestor" - ], - "localLinkingText": [], - "type": "value", - "for": [ - "scroll-timeline-attachment" - ], - "access": "public", - "informative": false, - "heading": { - "id": "title", - "href": "https://www.w3.org/TR/scroll-animations-1/#title", - "title": "Scroll-driven Animations" - }, - "definedIn": "dt" - }, { "id": "propdef-scroll-timeline", "href": "https://www.w3.org/TR/scroll-animations-1/#propdef-scroll-timeline", @@ -702,7 +602,7 @@ "id": "scroll-timeline-shorthand", "href": "https://www.w3.org/TR/scroll-animations-1/#scroll-timeline-shorthand", "title": "Scroll Timeline Shorthand: the scroll-timeline shorthand", - "number": "2.3.4" + "number": "2.3.3" }, "definedIn": "table" }, @@ -1201,86 +1101,6 @@ }, "definedIn": "dt" }, - { - "id": "propdef-view-timeline-attachment", - "href": "https://www.w3.org/TR/scroll-animations-1/#propdef-view-timeline-attachment", - "linkingText": [ - "view-timeline-attachment" - ], - "localLinkingText": [], - "type": "property", - "for": [], - "access": "public", - "informative": false, - "heading": { - "id": "view-timeline-attachment", - "href": "https://www.w3.org/TR/scroll-animations-1/#view-timeline-attachment", - "title": "Attachment of a View Progress Timeline: the view-timeline-attachment property", - "number": "3.4.4" - }, - "definedIn": "table" - }, - { - "id": "valdef-view-timeline-attachment-local", - "href": "https://www.w3.org/TR/scroll-animations-1/#valdef-view-timeline-attachment-local", - "linkingText": [ - "local" - ], - "localLinkingText": [], - "type": "value", - "for": [ - "view-timeline-attachment" - ], - "access": "public", - "informative": false, - "heading": { - "id": "view-timeline-attachment", - "href": "https://www.w3.org/TR/scroll-animations-1/#view-timeline-attachment", - "title": "Attachment of a View Progress Timeline: the view-timeline-attachment property", - "number": "3.4.4" - }, - "definedIn": "dt" - }, - { - "id": "valdef-view-timeline-attachment-defer", - "href": "https://www.w3.org/TR/scroll-animations-1/#valdef-view-timeline-attachment-defer", - "linkingText": [ - "defer" - ], - "localLinkingText": [], - "type": "value", - "for": [ - "view-timeline-attachment" - ], - "access": "public", - "informative": false, - "heading": { - "id": "title", - "href": "https://www.w3.org/TR/scroll-animations-1/#title", - "title": "Scroll-driven Animations" - }, - "definedIn": "dt" - }, - { - "id": "valdef-view-timeline-attachment-ancestor", - "href": "https://www.w3.org/TR/scroll-animations-1/#valdef-view-timeline-attachment-ancestor", - "linkingText": [ - "ancestor" - ], - "localLinkingText": [], - "type": "value", - "for": [ - "view-timeline-attachment" - ], - "access": "public", - "informative": false, - "heading": { - "id": "title", - "href": "https://www.w3.org/TR/scroll-animations-1/#title", - "title": "Scroll-driven Animations" - }, - "definedIn": "dt" - }, { "id": "propdef-view-timeline", "href": "https://www.w3.org/TR/scroll-animations-1/#propdef-view-timeline", @@ -1296,7 +1116,7 @@ "id": "view-timeline-shorthand", "href": "https://www.w3.org/TR/scroll-animations-1/#view-timeline-shorthand", "title": "View Timeline Shorthand: the view-timeline shorthand", - "number": "3.4.5" + "number": "3.4.4" }, "definedIn": "table" }, @@ -1320,10 +1140,10 @@ "definedIn": "prose" }, { - "id": "initially-stale", - "href": "https://www.w3.org/TR/scroll-animations-1/#initially-stale", + "id": "stale-timelines", + "href": "https://www.w3.org/TR/scroll-animations-1/#stale-timelines", "linkingText": [ - "initially stale" + "stale timelines" ], "localLinkingText": [], "type": "dfn", @@ -1606,6 +1426,44 @@ "title": "Scroll-driven Animations" }, "definedIn": "dt" + }, + { + "id": "propdef-timeline-scope", + "href": "https://www.w3.org/TR/scroll-animations-1/#propdef-timeline-scope", + "linkingText": [ + "timeline-scope" + ], + "localLinkingText": [], + "type": "property", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "timeline-scope", + "href": "https://www.w3.org/TR/scroll-animations-1/#timeline-scope", + "title": "Declaring a Named Timeline’s Scope: the timeline-scope property" + }, + "definedIn": "table" + }, + { + "id": "valdef-timeline-scope-none", + "href": "https://www.w3.org/TR/scroll-animations-1/#valdef-timeline-scope-none", + "linkingText": [ + "none" + ], + "localLinkingText": [], + "type": "value", + "for": [ + "timeline-scope" + ], + "access": "public", + "informative": false, + "heading": { + "id": "timeline-scope", + "href": "https://www.w3.org/TR/scroll-animations-1/#timeline-scope", + "title": "Declaring a Named Timeline’s Scope: the timeline-scope property" + }, + "definedIn": "dt" } ] } \ 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 ace8805028b2..9d6a5db7472f 100644 --- a/tr/headings/html-aam-1.0.json +++ b/tr/headings/html-aam-1.0.json @@ -226,6 +226,20 @@ "title": "Accessible Description Computation", "number": "4.2" }, + { + "id": "privacy-considerations", + "href": "https://www.w3.org/TR/html-aam-1.0/#privacy-considerations", + "level": 2, + "title": "Privacy considerations", + "number": "5" + }, + { + "id": "security-considerations", + "href": "https://www.w3.org/TR/html-aam-1.0/#security-considerations", + "level": 2, + "title": "Security considerations", + "number": "6" + }, { "id": "appendices", "href": "https://www.w3.org/TR/html-aam-1.0/#appendices", diff --git a/tr/headings/scroll-animations-1.json b/tr/headings/scroll-animations-1.json index 7084dacfb563..efa2b158d087 100644 --- a/tr/headings/scroll-animations-1.json +++ b/tr/headings/scroll-animations-1.json @@ -112,19 +112,12 @@ "title": "Axis of a Scroll Progress Timeline: the scroll-timeline-axis property", "number": "2.3.2" }, - { - "id": "scroll-timeline-attachment", - "href": "https://www.w3.org/TR/scroll-animations-1/#scroll-timeline-attachment", - "level": 4, - "title": "Attachment of a Scroll Progress Timeline: the scroll-timeline-attachment property", - "number": "2.3.3" - }, { "id": "scroll-timeline-shorthand", "href": "https://www.w3.org/TR/scroll-animations-1/#scroll-timeline-shorthand", "level": 4, "title": "Scroll Timeline Shorthand: the scroll-timeline shorthand", - "number": "2.3.4" + "number": "2.3.3" }, { "id": "view-timelines", @@ -196,19 +189,12 @@ "title": "Inset of a View Progress Timeline: the view-timeline-inset property", "number": "3.4.3" }, - { - "id": "view-timeline-attachment", - "href": "https://www.w3.org/TR/scroll-animations-1/#view-timeline-attachment", - "level": 4, - "title": "Attachment of a View Progress Timeline: the view-timeline-attachment property", - "number": "3.4.4" - }, { "id": "view-timeline-shorthand", "href": "https://www.w3.org/TR/scroll-animations-1/#view-timeline-shorthand", "level": 4, "title": "View Timeline Shorthand: the view-timeline shorthand", - "number": "3.4.5" + "number": "3.4.4" }, { "id": "scroll-driven-attachment", @@ -225,8 +211,8 @@ "number": "4.1" }, { - "id": "timeline-scope", - "href": "https://www.w3.org/TR/scroll-animations-1/#timeline-scope", + "id": "timeline-scoping", + "href": "https://www.w3.org/TR/scroll-animations-1/#timeline-scoping", "level": 3, "title": "Named Timeline Scoping and Lookup", "number": "4.2" @@ -315,6 +301,19 @@ "level": 3, "title": "Reporting Timeline Range Progress: the getCurrentTime() method" }, + { + "id": "timeline-name-scope", + "href": "https://www.w3.org/TR/scroll-animations-1/#timeline-name-scope", + "level": 2, + "title": "Timeline Name Scope", + "number": "B" + }, + { + "id": "timeline-scope", + "href": "https://www.w3.org/TR/scroll-animations-1/#timeline-scope", + "level": 3, + "title": "Declaring a Named Timeline’s Scope: the timeline-scope property" + }, { "id": "changes", "href": "https://www.w3.org/TR/scroll-animations-1/#changes", diff --git a/tr/headings/wai-aria-1.2.json b/tr/headings/wai-aria-1.2.json index 78634a15f85f..6966a6eeda74 100644 --- a/tr/headings/wai-aria-1.2.json +++ b/tr/headings/wai-aria-1.2.json @@ -736,82 +736,61 @@ "title": "Mapping WAI-ARIA Value types to languages", "number": "A" }, - { - "id": "candidate-recommendation-exit-criteria", - "href": "https://www.w3.org/TR/wai-aria-1.2/#candidate-recommendation-exit-criteria", - "level": 2, - "title": "Candidate Recommendation Exit Criteria", - "number": "B" - }, { "id": "changelog", "href": "https://www.w3.org/TR/wai-aria-1.2/#changelog", "level": 2, - "title": "Change Log", - "number": "C" - }, - { - "id": "substantive-changes-since-the-previous-candidate-recommendation", - "href": "https://www.w3.org/TR/wai-aria-1.2/#substantive-changes-since-the-previous-candidate-recommendation", - "level": 3, - "title": "Substantive changes since the previous Candidate Recommendation", - "number": "C.1" - }, - { - "id": "substantive-changes-since-the-wai-aria-1-1-recommendation", - "href": "https://www.w3.org/TR/wai-aria-1.2/#substantive-changes-since-the-wai-aria-1-1-recommendation", - "level": 3, "title": "Substantive changes since the WAI-ARIA 1.1 Recommendation", - "number": "C.2" + "number": "B" }, { "id": "acknowledgements", "href": "https://www.w3.org/TR/wai-aria-1.2/#acknowledgements", "level": 2, "title": "Acknowledgments", - "number": "D" + "number": "C" }, { "id": "ack_group", "href": "https://www.w3.org/TR/wai-aria-1.2/#ack_group", "level": 3, "title": "Participants active in the ARIA WG at the time of publication", - "number": "D.1" + "number": "C.1" }, { "id": "ack_others", "href": "https://www.w3.org/TR/wai-aria-1.2/#ack_others", "level": 3, "title": "Other ARIA contributors, commenters, and previously active participants", - "number": "D.2" + "number": "C.2" }, { "id": "ack_funders", "href": "https://www.w3.org/TR/wai-aria-1.2/#ack_funders", "level": 3, "title": "Enabling funders", - "number": "D.3" + "number": "C.3" }, { "id": "references", "href": "https://www.w3.org/TR/wai-aria-1.2/#references", "level": 2, "title": "References", - "number": "E" + "number": "D" }, { "id": "normative-references", "href": "https://www.w3.org/TR/wai-aria-1.2/#normative-references", "level": 3, "title": "Normative references", - "number": "E.1" + "number": "D.1" }, { "id": "informative-references", "href": "https://www.w3.org/TR/wai-aria-1.2/#informative-references", "level": 3, "title": "Informative references", - "number": "E.2" + "number": "D.2" } ] } \ No newline at end of file diff --git a/tr/idl/scroll-animations.idl b/tr/idl/scroll-animations.idl index 7842871cbbd3..2433a9e77f0c 100644 --- a/tr/idl/scroll-animations.idl +++ b/tr/idl/scroll-animations.idl @@ -6,8 +6,8 @@ enum ScrollAxis { "block", "inline", - "horizontal", - "vertical" + "x", + "y" }; dictionary ScrollTimelineOptions { diff --git a/tr/ids/html-aam-1.0.json b/tr/ids/html-aam-1.0.json index 6cd900c5c6a9..351c3436631c 100644 --- a/tr/ids/html-aam-1.0.json +++ b/tr/ids/html-aam-1.0.json @@ -38,6 +38,14 @@ "https://www.w3.org/TR/html-aam-1.0/#html-element-role-mappings", "https://www.w3.org/TR/html-aam-1.0/#x3-4-html-element-role-mappings", "https://www.w3.org/TR/html-aam-1.0/#element-mapping-table", + "https://www.w3.org/TR/html-aam-1.0/#issue-container-generatedID-1", + "https://www.w3.org/TR/html-aam-1.0/#h-note-1", + "https://www.w3.org/TR/html-aam-1.0/#issue-container-generatedID-2", + "https://www.w3.org/TR/html-aam-1.0/#h-note-2", + "https://www.w3.org/TR/html-aam-1.0/#issue-container-generatedID-3", + "https://www.w3.org/TR/html-aam-1.0/#h-note-3", + "https://www.w3.org/TR/html-aam-1.0/#issue-container-generatedID-4", + "https://www.w3.org/TR/html-aam-1.0/#h-note-4", "https://www.w3.org/TR/html-aam-1.0/#el-a", "https://www.w3.org/TR/html-aam-1.0/#el-a-no-href", "https://www.w3.org/TR/html-aam-1.0/#el-abbr", @@ -66,12 +74,16 @@ "https://www.w3.org/TR/html-aam-1.0/#el-data", "https://www.w3.org/TR/html-aam-1.0/#el-datalist", "https://www.w3.org/TR/html-aam-1.0/#el-dd", + "https://www.w3.org/TR/html-aam-1.0/#issue-container-generatedID-5", + "https://www.w3.org/TR/html-aam-1.0/#h-note-5", "https://www.w3.org/TR/html-aam-1.0/#el-del", "https://www.w3.org/TR/html-aam-1.0/#el-details", "https://www.w3.org/TR/html-aam-1.0/#el-dfn", "https://www.w3.org/TR/html-aam-1.0/#el-dialog", "https://www.w3.org/TR/html-aam-1.0/#el-div", "https://www.w3.org/TR/html-aam-1.0/#el-dl", + "https://www.w3.org/TR/html-aam-1.0/#issue-container-generatedID-6", + "https://www.w3.org/TR/html-aam-1.0/#h-note-6", "https://www.w3.org/TR/html-aam-1.0/#el-dt", "https://www.w3.org/TR/html-aam-1.0/#el-em", "https://www.w3.org/TR/html-aam-1.0/#el-embed", @@ -80,12 +92,16 @@ "https://www.w3.org/TR/html-aam-1.0/#el-figure", "https://www.w3.org/TR/html-aam-1.0/#el-footer-ancestorbody", "https://www.w3.org/TR/html-aam-1.0/#el-footer", + "https://www.w3.org/TR/html-aam-1.0/#issue-container-generatedID-7", + "https://www.w3.org/TR/html-aam-1.0/#h-note-7", "https://www.w3.org/TR/html-aam-1.0/#el-form", "https://www.w3.org/TR/html-aam-1.0/#el-form-associated-custom-element", "https://www.w3.org/TR/html-aam-1.0/#el-h1-h6", "https://www.w3.org/TR/html-aam-1.0/#el-head", "https://www.w3.org/TR/html-aam-1.0/#el-header-ancestorbody", "https://www.w3.org/TR/html-aam-1.0/#el-header", + "https://www.w3.org/TR/html-aam-1.0/#issue-container-generatedID-8", + "https://www.w3.org/TR/html-aam-1.0/#h-note-8", "https://www.w3.org/TR/html-aam-1.0/#el-hgroup", "https://www.w3.org/TR/html-aam-1.0/#el-hr", "https://www.w3.org/TR/html-aam-1.0/#el-html", @@ -185,11 +201,11 @@ "https://www.w3.org/TR/html-aam-1.0/#el-wbr", "https://www.w3.org/TR/html-aam-1.0/#html-attribute-state-and-property-mappings", "https://www.w3.org/TR/html-aam-1.0/#x3-5-html-attribute-state-and-property-mappings", - "https://www.w3.org/TR/html-aam-1.0/#issue-container-generatedID-1", - "https://www.w3.org/TR/html-aam-1.0/#h-note-1", + "https://www.w3.org/TR/html-aam-1.0/#issue-container-generatedID-9", + "https://www.w3.org/TR/html-aam-1.0/#h-note-9", "https://www.w3.org/TR/html-aam-1.0/#attribute-mapping-table", - "https://www.w3.org/TR/html-aam-1.0/#issue-container-generatedID-2", - "https://www.w3.org/TR/html-aam-1.0/#h-note-2", + "https://www.w3.org/TR/html-aam-1.0/#issue-container-generatedID-10", + "https://www.w3.org/TR/html-aam-1.0/#h-note-10", "https://www.w3.org/TR/html-aam-1.0/#att-abbr", "https://www.w3.org/TR/html-aam-1.0/#att-accept", "https://www.w3.org/TR/html-aam-1.0/#att-accept-charset", @@ -254,8 +270,8 @@ "https://www.w3.org/TR/html-aam-1.0/#att-http-equiv", "https://www.w3.org/TR/html-aam-1.0/#att-id", "https://www.w3.org/TR/html-aam-1.0/#att-inert", - "https://www.w3.org/TR/html-aam-1.0/#issue-container-generatedID-3", - "https://www.w3.org/TR/html-aam-1.0/#h-note-3", + "https://www.w3.org/TR/html-aam-1.0/#issue-container-generatedID-11", + "https://www.w3.org/TR/html-aam-1.0/#h-note-11", "https://www.w3.org/TR/html-aam-1.0/#att-indeterminate", "https://www.w3.org/TR/html-aam-1.0/#att-ismap", "https://www.w3.org/TR/html-aam-1.0/#att-itemid", @@ -368,8 +384,8 @@ "https://www.w3.org/TR/html-aam-1.0/#x4-1-9-figure-element-accessible-name-computation", "https://www.w3.org/TR/html-aam-1.0/#img-element-accessible-name-computation", "https://www.w3.org/TR/html-aam-1.0/#x4-1-10-img-element-accessible-name-computation", - "https://www.w3.org/TR/html-aam-1.0/#issue-container-generatedID-4", - "https://www.w3.org/TR/html-aam-1.0/#h-note-4", + "https://www.w3.org/TR/html-aam-1.0/#issue-container-generatedID-12", + "https://www.w3.org/TR/html-aam-1.0/#h-note-12", "https://www.w3.org/TR/html-aam-1.0/#table-element-accessible-name-computation", "https://www.w3.org/TR/html-aam-1.0/#x4-1-11-table-element-accessible-name-computation", "https://www.w3.org/TR/html-aam-1.0/#tr-td-th-elements-accessible-name-computation", @@ -380,14 +396,18 @@ "https://www.w3.org/TR/html-aam-1.0/#x4-1-14-area-element-accessible-name-computation", "https://www.w3.org/TR/html-aam-1.0/#iframe-element-accessible-name-computation", "https://www.w3.org/TR/html-aam-1.0/#x4-1-15-iframe-element-accessible-name-computation", - "https://www.w3.org/TR/html-aam-1.0/#issue-container-generatedID-5", - "https://www.w3.org/TR/html-aam-1.0/#h-note-5", + "https://www.w3.org/TR/html-aam-1.0/#issue-container-generatedID-13", + "https://www.w3.org/TR/html-aam-1.0/#h-note-13", "https://www.w3.org/TR/html-aam-1.0/#section-and-grouping-element-accessible-name-computation", "https://www.w3.org/TR/html-aam-1.0/#x4-1-16-section-and-grouping-element-accessible-name-computation", "https://www.w3.org/TR/html-aam-1.0/#text-level-element-accessible-name-computation", "https://www.w3.org/TR/html-aam-1.0/#x4-1-17-text-level-element-accessible-name-computation", "https://www.w3.org/TR/html-aam-1.0/#accdesc-computation", "https://www.w3.org/TR/html-aam-1.0/#x4-2-accessible-description-computation", + "https://www.w3.org/TR/html-aam-1.0/#privacy-considerations", + "https://www.w3.org/TR/html-aam-1.0/#x5-privacy-considerations", + "https://www.w3.org/TR/html-aam-1.0/#security-considerations", + "https://www.w3.org/TR/html-aam-1.0/#x6-security-considerations", "https://www.w3.org/TR/html-aam-1.0/#appendices", "https://www.w3.org/TR/html-aam-1.0/#a-appendices", "https://www.w3.org/TR/html-aam-1.0/#changelog", diff --git a/tr/ids/scroll-animations-1.json b/tr/ids/scroll-animations-1.json index 9591e78bce21..2f0dfa3b9b05 100644 --- a/tr/ids/scroll-animations-1.json +++ b/tr/ids/scroll-animations-1.json @@ -18,9 +18,13 @@ "https://www.w3.org/TR/scroll-animations-1/#scroll-driven-animations", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-scroll-driven-animations", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-scroll-driven-animations", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-scroll-driven-animations", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-scroll-driven-animations", "https://www.w3.org/TR/scroll-animations-1/#scroll-driven-timelines", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-scroll-driven-timelines", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-scroll-driven-timelines", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-scroll-driven-timelines", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-scroll-driven-timelines", "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container", "https://www.w3.org/TR/scroll-animations-1/#ref-for-box", "https://www.w3.org/TR/scroll-animations-1/#ref-for-scrollport", @@ -40,6 +44,8 @@ "https://www.w3.org/TR/scroll-animations-1/#scroll-progress-timelines", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-scroll-progress-timelines", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-scroll-progress-timelines", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-scroll-progress-timelines", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-scroll-progress-timelines", "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A0", "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-progress-timelines", "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-timeline", @@ -64,6 +70,8 @@ "https://www.w3.org/TR/scroll-animations-1/#funcdef-scroll", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-funcdef-scroll", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-funcdef-scroll", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-funcdef-scroll", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-funcdef-scroll", "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-single-animation-timeline", "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-timeline%E2%91%A0", "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A2", @@ -76,6 +84,8 @@ "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-axis%E2%91%A0", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-typedef-axis", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-typedef-axis", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-typedef-axis", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-typedef-axis", "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one", "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A0", "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A1", @@ -83,6 +93,8 @@ "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-scroller%E2%91%A0", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-typedef-scroller", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-typedef-scroller", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-typedef-scroller", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-typedef-scroller", "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A2", "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A3", "https://www.w3.org/TR/scroll-animations-1/#ref-for-funcdef-scroll%E2%91%A2", @@ -94,15 +106,19 @@ "https://www.w3.org/TR/scroll-animations-1/#valdef-scroll-inline", "https://www.w3.org/TR/scroll-animations-1/#ref-for-inline-axis", "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A4", - "https://www.w3.org/TR/scroll-animations-1/#valdef-scroll-vertical", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-valdef-scroll-vertical", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-valdef-scroll-vertical", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-y-axis", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A5", - "https://www.w3.org/TR/scroll-animations-1/#valdef-scroll-horizontal", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-valdef-scroll-horizontal", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-valdef-scroll-horizontal", + "https://www.w3.org/TR/scroll-animations-1/#valdef-scroll-x", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-valdef-scroll-x", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-valdef-scroll-x", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-valdef-scroll-x", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-valdef-scroll-x", "https://www.w3.org/TR/scroll-animations-1/#ref-for-x-axis", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A5", + "https://www.w3.org/TR/scroll-animations-1/#valdef-scroll-y", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-valdef-scroll-y", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-valdef-scroll-y", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-valdef-scroll-y", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-valdef-scroll-y", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-y-axis", "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A6", "https://www.w3.org/TR/scroll-animations-1/#valdef-scroll-nearest", "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A7", @@ -117,8 +133,8 @@ "https://www.w3.org/TR/scroll-animations-1/#ref-for-inactive-timeline%E2%91%A1", "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-origin", "https://www.w3.org/TR/scroll-animations-1/#ref-for-writing-mode", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-valdef-scroll-horizontal", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-valdef-scroll-vertical", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-valdef-scroll-x", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-valdef-scroll-y", "https://www.w3.org/TR/scroll-animations-1/#ref-for-root-element", "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/scroll-animations-1/#ref-for-funcdef-scroll%E2%91%A3", @@ -130,13 +146,17 @@ "https://www.w3.org/TR/scroll-animations-1/#enumdef-scrollaxis", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-enumdef-scrollaxis", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-enumdef-scrollaxis", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-enumdef-scrollaxis", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-enumdef-scrollaxis", "https://www.w3.org/TR/scroll-animations-1/#dom-scrollaxis-block", "https://www.w3.org/TR/scroll-animations-1/#dom-scrollaxis-inline", - "https://www.w3.org/TR/scroll-animations-1/#dom-scrollaxis-horizontal", - "https://www.w3.org/TR/scroll-animations-1/#dom-scrollaxis-vertical", + "https://www.w3.org/TR/scroll-animations-1/#dom-scrollaxis-x", + "https://www.w3.org/TR/scroll-animations-1/#dom-scrollaxis-y", "https://www.w3.org/TR/scroll-animations-1/#dictdef-scrolltimelineoptions", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-dictdef-scrolltimelineoptions", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-dictdef-scrolltimelineoptions", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-dictdef-scrolltimelineoptions", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-dictdef-scrolltimelineoptions", "https://www.w3.org/TR/scroll-animations-1/#ref-for-element", "https://www.w3.org/TR/scroll-animations-1/#dom-scrolltimelineoptions-source", "https://www.w3.org/TR/scroll-animations-1/#ref-for-enumdef-scrollaxis", @@ -145,6 +165,8 @@ "https://www.w3.org/TR/scroll-animations-1/#scrolltimeline", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-scrolltimeline", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-scrolltimeline", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-scrolltimeline", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-scrolltimeline", "https://www.w3.org/TR/scroll-animations-1/#ref-for-animationtimeline", "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-scrolltimeline-scrolltimeline", "https://www.w3.org/TR/scroll-animations-1/#ref-for-dictdef-scrolltimelineoptions", @@ -162,11 +184,15 @@ "https://www.w3.org/TR/scroll-animations-1/#dom-scrolltimeline-source", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-dom-scrolltimeline-source", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-dom-scrolltimeline-source", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-dom-scrolltimeline-source", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-dom-scrolltimeline-source", "https://www.w3.org/TR/scroll-animations-1/#ref-for-element%E2%91%A1", "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/scroll-animations-1/#dom-scrolltimeline-axis", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-dom-scrolltimeline-axis", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-dom-scrolltimeline-axis", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-dom-scrolltimeline-axis", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-dom-scrolltimeline-axis", "https://www.w3.org/TR/scroll-animations-1/#ref-for-enumdef-scrollaxis%E2%91%A1", "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-axis%E2%91%A1", "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-animationtimeline-currenttime", @@ -183,6 +209,8 @@ "https://www.w3.org/TR/scroll-animations-1/#dom-scrolltimeline-scrolltimeline", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-dom-scrolltimeline-scrolltimeline", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-dom-scrolltimeline-scrolltimeline", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-dom-scrolltimeline-scrolltimeline", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-dom-scrolltimeline-scrolltimeline", "https://www.w3.org/TR/scroll-animations-1/#ref-for-scrolltimeline%E2%91%A3", "https://www.w3.org/TR/scroll-animations-1/#ref-for-scrolltimeline%E2%91%A4", "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-scrolltimeline-source%E2%91%A0", @@ -209,6 +237,8 @@ "https://www.w3.org/TR/scroll-animations-1/#named-scroll-progress-timelines", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-named-scroll-progress-timelines", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-named-scroll-progress-timelines", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-named-scroll-progress-timelines", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-named-scroll-progress-timelines", "https://www.w3.org/TR/scroll-animations-1/#ref-for-coordinated-value-list", "https://www.w3.org/TR/scroll-animations-1/#ref-for-longhand", "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-timeline%E2%91%A0", @@ -216,107 +246,63 @@ "https://www.w3.org/TR/scroll-animations-1/#ref-for-coordinating-list-property", "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-timeline-name", "https://www.w3.org/TR/scroll-animations-1/#ref-for-coordinating-list-base-property", - "https://www.w3.org/TR/scroll-animations-1/#name-attachment", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-name-attachment", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-name-attachment", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-timeline-attachment", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-timeline-name%E2%91%A0", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A7", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-valdef-scroll-timeline-attachment-local", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A8", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-valdef-scroll-timeline-attachment-defer", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-valdef-scroll-timeline-attachment-ancestor", "https://www.w3.org/TR/scroll-animations-1/#scroll-timeline-name", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-timeline-name%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-timeline-name%E2%91%A0", "https://www.w3.org/TR/scroll-animations-1/#propdef-scroll-timeline-name", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-propdef-scroll-timeline-name", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-propdef-scroll-timeline-name", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-propdef-scroll-timeline-name", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-propdef-scroll-timeline-name", "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A4", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-identifier-value", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-dashed-ident", "https://www.w3.org/TR/scroll-animations-1/#ref-for-mult-comma", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-identifier-value%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-css-css-identifier", "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-scroll-progress-timelines", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-name-attachment", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-attachment", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/scroll-animations-1/#scroll-timeline-axis", "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-timeline-axis", "https://www.w3.org/TR/scroll-animations-1/#propdef-scroll-timeline-axis", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-propdef-scroll-timeline-axis", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-propdef-scroll-timeline-axis", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-propdef-scroll-timeline-axis", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-propdef-scroll-timeline-axis", "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A5", "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A6", "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A7", "https://www.w3.org/TR/scroll-animations-1/#ref-for-mult-comma%E2%91%A0", "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-scroll-progress-timelines%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-scroll-progress-timelines%E2%91%A1", "https://www.w3.org/TR/scroll-animations-1/#ref-for-inactive-timeline%E2%91%A4", "https://www.w3.org/TR/scroll-animations-1/#ref-for-funcdef-scroll%E2%91%A5", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-timeline-attachment%E2%91%A0", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-valdef-scroll-timeline-attachment-defer%E2%91%A0", - "https://www.w3.org/TR/scroll-animations-1/#scroll-timeline-attachment", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-timeline-attachment%E2%91%A1", - "https://www.w3.org/TR/scroll-animations-1/#propdef-scroll-timeline-attachment", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-propdef-scroll-timeline-attachment", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-propdef-scroll-timeline-attachment", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A8", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-mult-comma%E2%91%A1", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-name-attachment%E2%91%A0", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-timeline-name%E2%91%A2", - "https://www.w3.org/TR/scroll-animations-1/#valdef-scroll-timeline-attachment-local", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-valdef-scroll-timeline-attachment-local", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-valdef-scroll-timeline-attachment-local", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/scroll-animations-1/#valdef-scroll-timeline-attachment-defer", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-valdef-scroll-timeline-attachment-defer", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-valdef-scroll-timeline-attachment-defer", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-name-attachment%E2%91%A1", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-name-attachment%E2%91%A2", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-inactive-timeline%E2%91%A5", - "https://www.w3.org/TR/scroll-animations-1/#issue-cdc581b9", - "https://www.w3.org/TR/scroll-animations-1/#valdef-scroll-timeline-attachment-ancestor", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-valdef-scroll-timeline-attachment-ancestor", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-valdef-scroll-timeline-attachment-ancestor", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-name-attachment%E2%91%A3", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-valdef-scroll-timeline-attachment-local%E2%91%A0", "https://www.w3.org/TR/scroll-animations-1/#scroll-timeline-shorthand", "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-timeline%E2%91%A1", "https://www.w3.org/TR/scroll-animations-1/#propdef-scroll-timeline", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-propdef-scroll-timeline", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-propdef-scroll-timeline", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-timeline-name%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-propdef-scroll-timeline", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-propdef-scroll-timeline", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-timeline-name%E2%91%A1", "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-timeline-axis%E2%91%A0", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-any%E2%91%A0", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-timeline-attachment%E2%91%A2", "https://www.w3.org/TR/scroll-animations-1/#ref-for-mult-opt%E2%91%A0", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-mult-comma%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-mult-comma%E2%91%A1", "https://www.w3.org/TR/scroll-animations-1/#ref-for-shorthand-property%E2%91%A0", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-timeline-name%E2%91%A4", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-timeline-name%E2%91%A2", "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-timeline-axis%E2%91%A1", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-timeline-attachment%E2%91%A3", "https://www.w3.org/TR/scroll-animations-1/#view-timelines", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A7", "https://www.w3.org/TR/scroll-animations-1/#view-progress-subject", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-view-progress-subject", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-view-progress-subject", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-view-progress-subject", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-view-progress-subject", "https://www.w3.org/TR/scroll-animations-1/#ref-for-scrollport%E2%91%A0", "https://www.w3.org/TR/scroll-animations-1/#view-progress-timelines", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-view-progress-timelines", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-view-progress-timelines", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-view-progress-timelines", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-view-progress-timelines", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A8", "https://www.w3.org/TR/scroll-animations-1/#ref-for-principal-box%E2%91%A2", "https://www.w3.org/TR/scroll-animations-1/#ref-for-scrollport%E2%91%A1", "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-visibility-range", @@ -334,6 +320,8 @@ "https://www.w3.org/TR/scroll-animations-1/#valdef-animation-timeline-range-cover", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-valdef-animation-timeline-range-cover", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-valdef-animation-timeline-range-cover", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-valdef-animation-timeline-range-cover", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-valdef-animation-timeline-range-cover", "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A1", "https://www.w3.org/TR/scroll-animations-1/#ref-for-concept-range-start", "https://www.w3.org/TR/scroll-animations-1/#ref-for-border-edge", @@ -348,6 +336,8 @@ "https://www.w3.org/TR/scroll-animations-1/#valdef-animation-timeline-range-contain", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-valdef-animation-timeline-range-contain", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-valdef-animation-timeline-range-contain", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-valdef-animation-timeline-range-contain", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-valdef-animation-timeline-range-contain", "https://www.w3.org/TR/scroll-animations-1/#ref-for-principal-box%E2%91%A5", "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-visibility-range%E2%91%A2", "https://www.w3.org/TR/scroll-animations-1/#ref-for-scrollport%E2%91%A3", @@ -414,7 +404,7 @@ "https://www.w3.org/TR/scroll-animations-1/#ref-for-concept-range-start%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/scroll-animations-1/#ref-for-concept-range-end%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/scroll-animations-1/#ref-for-writing-mode%E2%91%A2", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/scroll-animations-1/#ref-for-x34", "https://www.w3.org/TR/scroll-animations-1/#ref-for-absolute-position", "https://www.w3.org/TR/scroll-animations-1/#ref-for-sticky-position", @@ -429,23 +419,25 @@ "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-offset%E2%91%A3", "https://www.w3.org/TR/scroll-animations-1/#ref-for-valdef-animation-timeline-range-cover%E2%91%A3", "https://www.w3.org/TR/scroll-animations-1/#ref-for-timeline-current-time%E2%91%A2", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-inactive-timeline%E2%91%A6", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-inactive-timeline%E2%91%A5", "https://www.w3.org/TR/scroll-animations-1/#ref-for-paged-media%E2%91%A0", "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A3", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-inactive-timeline%E2%91%A7", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-inactive-timeline%E2%91%A6", "https://www.w3.org/TR/scroll-animations-1/#view-timelines-anonymous", "https://www.w3.org/TR/scroll-animations-1/#view-notation", "https://www.w3.org/TR/scroll-animations-1/#ref-for-funcdef-view%E2%91%A0", "https://www.w3.org/TR/scroll-animations-1/#funcdef-view", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-funcdef-view", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-funcdef-view", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-funcdef-view", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-funcdef-view", "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-single-animation-timeline%E2%91%A0", "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-timeline%E2%91%A1", "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A4", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A1%E2%91%A4", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/scroll-animations-1/#ref-for-funcdef-view%E2%91%A1", "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-axis%E2%91%A2", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-any%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-any%E2%91%A0", "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-inset", "https://www.w3.org/TR/scroll-animations-1/#ref-for-mult-opt%E2%91%A1", "https://www.w3.org/TR/scroll-animations-1/#ref-for-funcdef-view%E2%91%A2", @@ -463,6 +455,8 @@ "https://www.w3.org/TR/scroll-animations-1/#dictdef-viewtimelineoptions", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-dictdef-viewtimelineoptions", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-dictdef-viewtimelineoptions", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-dictdef-viewtimelineoptions", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-dictdef-viewtimelineoptions", "https://www.w3.org/TR/scroll-animations-1/#ref-for-element%E2%91%A2", "https://www.w3.org/TR/scroll-animations-1/#dom-viewtimelineoptions-subject", "https://www.w3.org/TR/scroll-animations-1/#ref-for-enumdef-scrollaxis%E2%91%A2", @@ -476,6 +470,8 @@ "https://www.w3.org/TR/scroll-animations-1/#viewtimeline", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-viewtimeline", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-viewtimeline", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-viewtimeline", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-viewtimeline", "https://www.w3.org/TR/scroll-animations-1/#ref-for-scrolltimeline%E2%91%A8", "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-viewtimeline-viewtimeline", "https://www.w3.org/TR/scroll-animations-1/#ref-for-dictdef-viewtimelineoptions", @@ -495,31 +491,37 @@ "https://www.w3.org/TR/scroll-animations-1/#dom-viewtimeline-subject", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-dom-viewtimeline-subject", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-dom-viewtimeline-subject", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-dom-viewtimeline-subject", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-dom-viewtimeline-subject", "https://www.w3.org/TR/scroll-animations-1/#ref-for-element%E2%91%A4", "https://www.w3.org/TR/scroll-animations-1/#ref-for-principal-box%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/scroll-animations-1/#ref-for-scrollport%E2%91%A4", "https://www.w3.org/TR/scroll-animations-1/#dom-viewtimeline-startoffset", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-dom-viewtimeline-startoffset", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-dom-viewtimeline-startoffset", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-dom-viewtimeline-startoffset", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-dom-viewtimeline-startoffset", "https://www.w3.org/TR/scroll-animations-1/#ref-for-cssnumericvalue%E2%91%A2", "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A7", "https://www.w3.org/TR/scroll-animations-1/#ref-for-px", "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-origin%E2%91%A0", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-inactive-timeline%E2%91%A8", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-inactive-timeline%E2%91%A7", "https://www.w3.org/TR/scroll-animations-1/#dom-viewtimeline-endoffset", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-dom-viewtimeline-endoffset", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-dom-viewtimeline-endoffset", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-dom-viewtimeline-endoffset", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-dom-viewtimeline-endoffset", "https://www.w3.org/TR/scroll-animations-1/#ref-for-cssnumericvalue%E2%91%A3", "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A8", "https://www.w3.org/TR/scroll-animations-1/#ref-for-px%E2%91%A0", "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-origin%E2%91%A1", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-inactive-timeline%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-inactive-timeline%E2%91%A8", "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-viewtimeline-startoffset%E2%91%A0", "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-viewtimeline-endoffset%E2%91%A0", "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-origin%E2%91%A2", "https://www.w3.org/TR/scroll-animations-1/#ref-for-physical", "https://www.w3.org/TR/scroll-animations-1/#ref-for-writing-mode%E2%91%A3", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-element-scrollleft", "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-element-scrolltop", "https://www.w3.org/TR/scroll-animations-1/#ref-for-x-axis%E2%91%A0", @@ -529,7 +531,7 @@ "https://www.w3.org/TR/scroll-animations-1/#ref-for-scrolltimeline%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-viewtimeline-subject%E2%91%A0", "https://www.w3.org/TR/scroll-animations-1/#ref-for-principal-box%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-scrolltimeline-axis%E2%91%A1", "https://www.w3.org/TR/scroll-animations-1/#ref-for-scrolltimeline%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-axis%E2%91%A4", @@ -537,18 +539,20 @@ "https://www.w3.org/TR/scroll-animations-1/#ref-for-animationtimeline%E2%91%A3", "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/scroll-animations-1/#ref-for-cssunitvalue", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-inactive-timeline%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-inactive-timeline%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/scroll-animations-1/#dom-viewtimeline-viewtimeline", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-dom-viewtimeline-viewtimeline", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-dom-viewtimeline-viewtimeline", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-dom-viewtimeline-viewtimeline", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-dom-viewtimeline-viewtimeline", "https://www.w3.org/TR/scroll-animations-1/#ref-for-viewtimeline%E2%91%A3", "https://www.w3.org/TR/scroll-animations-1/#ref-for-viewtimeline%E2%91%A4", "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-viewtimeline-subject%E2%91%A1", "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-scrolltimeline-axis%E2%91%A2", "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-scrolltimeline-source%E2%91%A4", "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-viewtimeline-subject%E2%91%A2", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/scroll-animations-1/#ref-for-idl-DOMString%E2%91%A0", "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-inset%E2%91%A2", "https://www.w3.org/TR/scroll-animations-1/#ref-for-csskeywordvalue%E2%91%A0", @@ -559,10 +563,10 @@ "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-viewtimeline-subject%E2%91%A3", "https://www.w3.org/TR/scroll-animations-1/#ref-for-viewtimeline%E2%91%A6", "https://www.w3.org/TR/scroll-animations-1/#ref-for-principal-box%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/scroll-animations-1/#ref-for-scrollable-overflow%E2%91%A1", "https://www.w3.org/TR/scroll-animations-1/#ref-for-viewtimeline%E2%91%A7", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-inactive-timeline%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-inactive-timeline%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-viewtimeline-subject%E2%91%A4", "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-scrolltimeline-source%E2%91%A6", "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-animationtimeline-currenttime%E2%91%A3", @@ -571,119 +575,84 @@ "https://www.w3.org/TR/scroll-animations-1/#named-view-progress-timelines", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-named-view-progress-timelines", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-named-view-progress-timelines", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-named-view-progress-timelines", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-named-view-progress-timelines", "https://www.w3.org/TR/scroll-animations-1/#ref-for-coordinated-value-list%E2%91%A0", "https://www.w3.org/TR/scroll-animations-1/#ref-for-coordinating-list-property%E2%91%A0", "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-name", "https://www.w3.org/TR/scroll-animations-1/#ref-for-coordinating-list-base-property%E2%91%A0", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-view-progress-timelines", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-name-attachment%E2%91%A4", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-name%E2%91%A0", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/scroll-animations-1/#view-timeline-name", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-name%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-name%E2%91%A0", "https://www.w3.org/TR/scroll-animations-1/#propdef-view-timeline-name", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-propdef-view-timeline-name", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-propdef-view-timeline-name", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-identifier-value%E2%91%A1", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-mult-comma%E2%91%A3", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-identifier-value%E2%91%A2", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-view-progress-timelines%E2%91%A0", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-name-attachment%E2%91%A5", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-attachment%E2%91%A0", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-propdef-view-timeline-name", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-propdef-view-timeline-name", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A8", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-dashed-ident%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-mult-comma%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-css-css-identifier%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-view-progress-timelines", "https://www.w3.org/TR/scroll-animations-1/#view-timeline-axis", "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-axis", "https://www.w3.org/TR/scroll-animations-1/#propdef-view-timeline-axis", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-propdef-view-timeline-axis", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-propdef-view-timeline-axis", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-propdef-view-timeline-axis", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-propdef-view-timeline-axis", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-mult-comma%E2%91%A4", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-view-progress-timelines%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-mult-comma%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-view-progress-timelines%E2%91%A0", "https://www.w3.org/TR/scroll-animations-1/#ref-for-principal-box%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/scroll-animations-1/#ref-for-funcdef-view%E2%91%A5", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-attachment%E2%91%A1", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-valdef-view-timeline-attachment-defer", "https://www.w3.org/TR/scroll-animations-1/#view-timeline-inset", "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-inset%E2%91%A3", "https://www.w3.org/TR/scroll-animations-1/#propdef-view-timeline-inset", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-propdef-view-timeline-inset", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-propdef-view-timeline-inset", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-propdef-view-timeline-inset", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-propdef-view-timeline-inset", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-length-percentage", "https://www.w3.org/TR/scroll-animations-1/#ref-for-mult-num-range", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-mult-comma%E2%91%A5", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-mult-comma%E2%91%A4", "https://www.w3.org/TR/scroll-animations-1/#ref-for-valdef-view-timeline-inset-auto", "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-length-percentage%E2%91%A0", "https://www.w3.org/TR/scroll-animations-1/#ref-for-scrollport%E2%91%A5", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/scroll-animations-1/#ref-for-concept-range-start%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/scroll-animations-1/#ref-for-concept-range-end%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/scroll-animations-1/#ref-for-scrollport%E2%91%A6", "https://www.w3.org/TR/scroll-animations-1/#view-progress-visibility-range", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-view-progress-visibility-range", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-view-progress-visibility-range", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-view-progress-visibility-range", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-view-progress-visibility-range", "https://www.w3.org/TR/scroll-animations-1/#valdef-view-timeline-inset-auto", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-valdef-view-timeline-inset-auto", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-valdef-view-timeline-inset-auto", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-valdef-view-timeline-inset-auto", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-valdef-view-timeline-inset-auto", "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-padding", "https://www.w3.org/TR/scroll-animations-1/#valdef-view-timeline-inset-length-percentage", "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-length-percentage%E2%91%A1", "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-padding%E2%91%A0", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-attachment%E2%91%A2", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-valdef-view-timeline-attachment-defer%E2%91%A0", - "https://www.w3.org/TR/scroll-animations-1/#view-timeline-attachment", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-attachment%E2%91%A3", - "https://www.w3.org/TR/scroll-animations-1/#propdef-view-timeline-attachment", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-propdef-view-timeline-attachment", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-propdef-view-timeline-attachment", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-mult-comma%E2%91%A6", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-name-attachment%E2%91%A6", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-name%E2%91%A2", - "https://www.w3.org/TR/scroll-animations-1/#valdef-view-timeline-attachment-local", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-valdef-view-timeline-attachment-local", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-valdef-view-timeline-attachment-local", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/scroll-animations-1/#valdef-view-timeline-attachment-defer", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-valdef-view-timeline-attachment-defer", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-valdef-view-timeline-attachment-defer", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-name-attachment%E2%91%A7", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-subject%E2%91%A0", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-container%E2%91%A2%E2%91%A0", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-visibility-range%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-name-attachment%E2%91%A8", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-inactive-timeline%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/scroll-animations-1/#valdef-view-timeline-attachment-ancestor", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-name-attachment%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-valdef-view-timeline-attachment-local", "https://www.w3.org/TR/scroll-animations-1/#view-timeline-shorthand", "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline%E2%91%A0", "https://www.w3.org/TR/scroll-animations-1/#propdef-view-timeline", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-propdef-view-timeline", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-propdef-view-timeline", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-name%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-propdef-view-timeline", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-propdef-view-timeline", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-name%E2%91%A1", "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-axis%E2%91%A0", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-any%E2%91%A2", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-attachment%E2%91%A4", "https://www.w3.org/TR/scroll-animations-1/#ref-for-mult-opt%E2%91%A2", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-mult-comma%E2%91%A7", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-mult-comma%E2%91%A5", "https://www.w3.org/TR/scroll-animations-1/#ref-for-shorthand-property%E2%91%A1", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-name%E2%91%A4", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-name%E2%91%A2", "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-axis%E2%91%A1", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-attachment%E2%91%A5", "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-inset%E2%91%A4", "https://www.w3.org/TR/scroll-animations-1/#issue-6b6d7174", "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-inset%E2%91%A5", @@ -711,24 +680,16 @@ "https://www.w3.org/TR/scroll-animations-1/#ref-for-at-ruledef-keyframes", "https://www.w3.org/TR/scroll-animations-1/#ref-for-iteration-count%E2%91%A1", "https://www.w3.org/TR/scroll-animations-1/#ref-for-iteration-duration%E2%91%A0", - "https://www.w3.org/TR/scroll-animations-1/#timeline-scope", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-timeline-name%E2%91%A5", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-name%E2%91%A5", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-name-attachment%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-timeline-attachment%E2%91%A4", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-attachment%E2%91%A6", - "https://www.w3.org/TR/scroll-animations-1/#example-0ef581b6", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-timeline-attachment%E2%91%A5", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-name-attachment%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-name-attachment%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-inactive-timeline%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#timeline-scoping", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-timeline-scope", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-timeline-name%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-name%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#example-2a5405b2", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/scroll-animations-1/#events", "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-driven-animations%E2%91%A2", "https://www.w3.org/TR/scroll-animations-1/#ref-for-active-interval%E2%91%A0", @@ -739,95 +700,113 @@ "https://www.w3.org/TR/scroll-animations-1/#layout-cycles", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-layout-cycles", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-layout-cycles", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-layout-cycles", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-layout-cycles", "https://www.w3.org/TR/scroll-animations-1/#ref-for-layout-cycles", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A1%E2%91%A5", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/scroll-animations-1/#ref-for-update-animations-and-send-events", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/scroll-animations-1/#initially-stale", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-initially-stale", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-initially-stale", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/scroll-animations-1/#stale-timelines", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-stale-timelines", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-stale-timelines", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-stale-timelines", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-stale-timelines", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-stale-timelines", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-stale-timelines%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-stale-timelines%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-resizeobserver", "https://www.w3.org/TR/scroll-animations-1/#ref-for-initially-stale", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-initially-stale%E2%91%A0", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-initially-stale%E2%91%A1", "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-window-getcomputedstyle", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-initially-stale%E2%91%A2", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-initially-stale%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-timeline-scope%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-scroll-progress-timelines%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/scroll-animations-1/#privacy-considerations", "https://www.w3.org/TR/scroll-animations-1/#security-considerations", "https://www.w3.org/TR/scroll-animations-1/#timeline-ranges", "https://www.w3.org/TR/scroll-animations-1/#issue-79ed79d9", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A1", "https://www.w3.org/TR/scroll-animations-1/#ref-for-animation-attachment-range%E2%91%A0", "https://www.w3.org/TR/scroll-animations-1/#named-ranges", "https://www.w3.org/TR/scroll-animations-1/#named-timeline-range", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-named-timeline-range", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-named-timeline-range", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-named-timeline-range", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-named-timeline-range", "https://www.w3.org/TR/scroll-animations-1/#ref-for-timeline%E2%91%A0", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A1", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-timeline%E2%91%A1", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-timeline%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-view-progress-timelines%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A3", "https://www.w3.org/TR/scroll-animations-1/#typedef-timeline-range-name", "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-timeline-range-name", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-typedef-timeline-range-name", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-typedef-timeline-range-name", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-css-css-identifier", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-typedef-timeline-range-name", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-typedef-timeline-range-name", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-css-css-identifier%E2%91%A1", "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A4", "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A5", - "https://www.w3.org/TR/scroll-animations-1/#named-range-keyframes", "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A6", + "https://www.w3.org/TR/scroll-animations-1/#named-range-keyframes", "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A7", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A8", "https://www.w3.org/TR/scroll-animations-1/#ref-for-at-ruledef-keyframes%E2%91%A0", "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-keyframe-selector", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/scroll-animations-1/#ref-for-percentage-value", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-timeline-range-name%E2%91%A0", "https://www.w3.org/TR/scroll-animations-1/#ref-for-percentage-value%E2%91%A0", "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-timeline-range-name%E2%91%A1", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-css-css-identifier%E2%91%A0", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A8", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-percentage-value%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-css-css-identifier%E2%91%A2", "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-percentage-value%E2%91%A1", "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/scroll-animations-1/#ref-for-active-interval%E2%91%A2", "https://www.w3.org/TR/scroll-animations-1/#ref-for-valdef-shape-to", "https://www.w3.org/TR/scroll-animations-1/#named-range-animation-declaration", "https://www.w3.org/TR/scroll-animations-1/#animation-attachment-range", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-animation-attachment-range", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-animation-attachment-range", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-animation-attachment-range", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-animation-attachment-range", "https://www.w3.org/TR/scroll-animations-1/#ref-for-active-interval%E2%91%A3", "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-range%E2%91%A0", "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-delay%E2%91%A0", "https://www.w3.org/TR/scroll-animations-1/#ref-for-valdef-animation-duration-auto%E2%91%A0", "https://www.w3.org/TR/scroll-animations-1/#ref-for-valdef-animation-iteration-count-infinite", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-range%E2%91%A1", "https://www.w3.org/TR/scroll-animations-1/#ref-for-animation-attachment-range%E2%91%A1", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-active-interval%E2%91%A4", "https://www.w3.org/TR/scroll-animations-1/#ref-for-animation-attachment-range%E2%91%A2", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-range%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-active-interval%E2%91%A4", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-animation-attachment-range%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-range%E2%91%A2", "https://www.w3.org/TR/scroll-animations-1/#ref-for-reset-only-sub-property", "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation", "https://www.w3.org/TR/scroll-animations-1/#ref-for-shorthand-property%E2%91%A2", "https://www.w3.org/TR/scroll-animations-1/#issue-6cb6bdf3", "https://www.w3.org/TR/scroll-animations-1/#animation-range", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-range%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-range%E2%91%A3", "https://www.w3.org/TR/scroll-animations-1/#propdef-animation-range", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-propdef-animation-range", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-propdef-animation-range", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-propdef-animation-range", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-propdef-animation-range", "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-range-start", "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-range-end", "https://www.w3.org/TR/scroll-animations-1/#ref-for-mult-opt%E2%91%A3", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-mult-comma%E2%91%A8", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-range%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-mult-comma%E2%91%A6", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-range%E2%91%A4", "https://www.w3.org/TR/scroll-animations-1/#ref-for-shorthand-property%E2%91%A3", "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-range-start%E2%91%A0", "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-range-end%E2%91%A0", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-animation-attachment-range%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-animation-attachment-range%E2%91%A4", "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-range-end%E2%91%A1", "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-range-start%E2%91%A1", "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-timeline-range-name%E2%91%A2", @@ -836,7 +815,7 @@ "https://www.w3.org/TR/scroll-animations-1/#ref-for-longhand%E2%91%A0", "https://www.w3.org/TR/scroll-animations-1/#ref-for-initial-value", "https://www.w3.org/TR/scroll-animations-1/#example-7788feda", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-range%E2%91%A4", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-range%E2%91%A5", "https://www.w3.org/TR/scroll-animations-1/#ref-for-shorthand-property%E2%91%A4", "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-range-start%E2%91%A2", "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-range-end%E2%91%A3", @@ -846,67 +825,75 @@ "https://www.w3.org/TR/scroll-animations-1/#propdef-animation-range-start", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-propdef-animation-range-start", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-propdef-animation-range-start", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-propdef-animation-range-start", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-propdef-animation-range-start", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-length-percentage%E2%91%A2", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-timeline-range-name%E2%91%A4", "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-length-percentage%E2%91%A3", "https://www.w3.org/TR/scroll-animations-1/#ref-for-mult-opt%E2%91%A4", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-mult-comma%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-mult-comma%E2%91%A7", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/scroll-animations-1/#ref-for-valdef-animation-range-start-normal", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-animation-attachment-range%E2%91%A4", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-animation-attachment-range%E2%91%A5", "https://www.w3.org/TR/scroll-animations-1/#ref-for-animation-start-time", "https://www.w3.org/TR/scroll-animations-1/#valdef-animation-range-start-normal", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-valdef-animation-range-start-normal", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-valdef-animation-range-start-normal", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-animation-attachment-range%E2%91%A5", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-valdef-animation-range-start-normal", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-valdef-animation-range-start-normal", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-animation-attachment-range%E2%91%A6", "https://www.w3.org/TR/scroll-animations-1/#ref-for-timeline%E2%91%A2", "https://www.w3.org/TR/scroll-animations-1/#ref-for-active-interval%E2%91%A5", "https://www.w3.org/TR/scroll-animations-1/#valdef-animation-range-start-length-percentage", "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-length-percentage%E2%91%A4", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-animation-attachment-range%E2%91%A6", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-animation-attachment-range%E2%91%A7", "https://www.w3.org/TR/scroll-animations-1/#ref-for-timeline%E2%91%A3", "https://www.w3.org/TR/scroll-animations-1/#valdef-animation-range-start-timeline-range-name-length-percentage", "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-timeline-range-name%E2%91%A5", "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-length-percentage%E2%91%A5", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-animation-attachment-range%E2%91%A7", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-animation-attachment-range%E2%91%A8", "https://www.w3.org/TR/scroll-animations-1/#ref-for-timeline%E2%91%A4", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-length-percentage%E2%91%A6", "https://www.w3.org/TR/scroll-animations-1/#animation-range-end", "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-range-end%E2%91%A4", "https://www.w3.org/TR/scroll-animations-1/#propdef-animation-range-end", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-propdef-animation-range-end", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-propdef-animation-range-end", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-propdef-animation-range-end", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-propdef-animation-range-end", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-length-percentage%E2%91%A7", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-timeline-range-name%E2%91%A6", "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-length-percentage%E2%91%A8", "https://www.w3.org/TR/scroll-animations-1/#ref-for-mult-opt%E2%91%A5", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-mult-comma%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-mult-comma%E2%91%A8", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/scroll-animations-1/#ref-for-valdef-animation-range-end-normal", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-animation-attachment-range%E2%91%A8", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-animation-attachment-range%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/scroll-animations-1/#ref-for-end-time", "https://www.w3.org/TR/scroll-animations-1/#ref-for-active-interval%E2%91%A6", "https://www.w3.org/TR/scroll-animations-1/#valdef-animation-range-end-normal", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-valdef-animation-range-end-normal", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-valdef-animation-range-end-normal", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-animation-attachment-range%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-valdef-animation-range-end-normal", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-valdef-animation-range-end-normal", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-animation-attachment-range%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/scroll-animations-1/#ref-for-timeline%E2%91%A5", "https://www.w3.org/TR/scroll-animations-1/#ref-for-active-interval%E2%91%A7", "https://www.w3.org/TR/scroll-animations-1/#valdef-animation-range-end-length-percentage", "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-length-percentage%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-animation-attachment-range%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-animation-attachment-range%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/scroll-animations-1/#ref-for-timeline%E2%91%A6", "https://www.w3.org/TR/scroll-animations-1/#valdef-animation-range-end-timeline-range-name-length-percentage", "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-timeline-range-name%E2%91%A7", "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-length-percentage%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-animation-attachment-range%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-animation-attachment-range%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/scroll-animations-1/#ref-for-timeline%E2%91%A7", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-length-percentage%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/scroll-animations-1/#named-range-get-time", "https://www.w3.org/TR/scroll-animations-1/#ref-for-animationtimeline%E2%91%A5", @@ -914,10 +901,14 @@ "https://www.w3.org/TR/scroll-animations-1/#dictdef-animationtimeoptions", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-dictdef-animationtimeoptions", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-dictdef-animationtimeoptions", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-dictdef-animationtimeoptions", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-dictdef-animationtimeoptions", "https://www.w3.org/TR/scroll-animations-1/#ref-for-idl-DOMString%E2%91%A1", "https://www.w3.org/TR/scroll-animations-1/#dom-animationtimeoptions-range", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-dom-animationtimeoptions-range", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-dom-animationtimeoptions-range", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-dom-animationtimeoptions-range", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-dom-animationtimeoptions-range", "https://www.w3.org/TR/scroll-animations-1/#ref-for-Exposed%E2%91%A1", "https://www.w3.org/TR/scroll-animations-1/#ref-for-animationtimeline%E2%91%A6", "https://www.w3.org/TR/scroll-animations-1/#ref-for-cssnumericvalue%E2%91%A4", @@ -927,6 +918,8 @@ "https://www.w3.org/TR/scroll-animations-1/#dom-animationtimeline-getcurrenttime", "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-dom-animationtimeline-getcurrenttime", "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-dom-animationtimeline-getcurrenttime", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-dom-animationtimeline-getcurrenttime", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-dom-animationtimeline-getcurrenttime", "https://www.w3.org/TR/scroll-animations-1/#ref-for-timeline-current-time%E2%91%A3", "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-animationtimeoptions-range", "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-animationtimeline-currenttime%E2%91%A4", @@ -934,20 +927,47 @@ "https://www.w3.org/TR/scroll-animations-1/#ref-for-cssunitvalue%E2%91%A0", "https://www.w3.org/TR/scroll-animations-1/#ref-for-ms", "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-animationtimeoptions-range%E2%91%A0", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/scroll-animations-1/#ref-for-this%E2%91%A0", "https://www.w3.org/TR/scroll-animations-1/#ref-for-create-a-cssunitvalue-from-a-pair", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-animationtimeoptions-range%E2%91%A1", "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A0%E2%91%A8", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-animationtimeoptions-range%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-timeline-range%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/scroll-animations-1/#ref-for-this%E2%91%A1", "https://www.w3.org/TR/scroll-animations-1/#issue-615b83f7", "https://www.w3.org/TR/scroll-animations-1/#ref-for-dom-animationtimeline-currenttime%E2%91%A5", "https://www.w3.org/TR/scroll-animations-1/#issue-8f9cc3f0", + "https://www.w3.org/TR/scroll-animations-1/#timeline-name-scope", + "https://www.w3.org/TR/scroll-animations-1/#issue-be490712", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-timeline-scope%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#timeline-scope", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-timeline-scope%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#propdef-timeline-scope", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-propdef-timeline-scope", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-propdef-timeline-scope", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-propdef-timeline-scope", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-propdef-timeline-scope", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-comb-one%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-dashed-ident%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-mult-comma%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-valdef-timeline-scope-none", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-css-css-identifier%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-scroll-progress-timelines%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-named-view-progress-timelines%E2%91%A1", + "https://www.w3.org/TR/scroll-animations-1/#issue-73eb8d88", + "https://www.w3.org/TR/scroll-animations-1/#valdef-timeline-scope-none", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-valdef-timeline-scope-none", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-valdef-timeline-scope-none", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-valdef-timeline-scope-none", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-valdef-timeline-scope-none", + "https://www.w3.org/TR/scroll-animations-1/#valdef-timeline-scope-dashed-ident", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-dashed-ident%E2%91%A2", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-timeline-scope%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-inactive-timeline%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/scroll-animations-1/#changes", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-timeline-attachment%E2%91%A6", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-attachment%E2%91%A7", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-position", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-timeline-scope%E2%91%A4", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-typedef-dashed-ident%E2%91%A3", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-identifier-value", "https://www.w3.org/TR/scroll-animations-1/#w3c-conformance", "https://www.w3.org/TR/scroll-animations-1/#w3c-conventions", "https://www.w3.org/TR/scroll-animations-1/#w3c-example", @@ -958,294 +978,496 @@ "https://www.w3.org/TR/scroll-animations-1/#index", "https://www.w3.org/TR/scroll-animations-1/#index-defined-here", "https://www.w3.org/TR/scroll-animations-1/#index-defined-elsewhere", - "https://www.w3.org/TR/scroll-animations-1/#8101235c5f14fd6f75446bd9c0710683", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-8101235c5f14fd6f75446bd9c0710683", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-8101235c5f14fd6f75446bd9c0710683", - "https://www.w3.org/TR/scroll-animations-1/#55250157c89dbf3c54120f75bf7324b1", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-55250157c89dbf3c54120f75bf7324b1", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-55250157c89dbf3c54120f75bf7324b1", - "https://www.w3.org/TR/scroll-animations-1/#93d0cfcd246453ae548f044cbc8300f0", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-93d0cfcd246453ae548f044cbc8300f0", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-93d0cfcd246453ae548f044cbc8300f0", - "https://www.w3.org/TR/scroll-animations-1/#38b2b890050f224e3747e96770e81718", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-38b2b890050f224e3747e96770e81718", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-38b2b890050f224e3747e96770e81718", - "https://www.w3.org/TR/scroll-animations-1/#5663b1b52d8da5ebeaf856dbaa8daeae", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-5663b1b52d8da5ebeaf856dbaa8daeae", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-5663b1b52d8da5ebeaf856dbaa8daeae", - "https://www.w3.org/TR/scroll-animations-1/#cac593ae8b5036585873dd0f1809c8ac", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-cac593ae8b5036585873dd0f1809c8ac", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-cac593ae8b5036585873dd0f1809c8ac", - "https://www.w3.org/TR/scroll-animations-1/#0add8abba313ca6fcc6094b5cf8d3ff9", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-0add8abba313ca6fcc6094b5cf8d3ff9", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-0add8abba313ca6fcc6094b5cf8d3ff9", - "https://www.w3.org/TR/scroll-animations-1/#7cea966f9dc6da04eb00eff7d1449942", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-7cea966f9dc6da04eb00eff7d1449942", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-7cea966f9dc6da04eb00eff7d1449942", - "https://www.w3.org/TR/scroll-animations-1/#ad2d4fa251f5e2bab303b1a789f8333a", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-ad2d4fa251f5e2bab303b1a789f8333a", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-ad2d4fa251f5e2bab303b1a789f8333a", - "https://www.w3.org/TR/scroll-animations-1/#e1a8d3a43a7fed94f73cdf8e34cf44b8", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-e1a8d3a43a7fed94f73cdf8e34cf44b8", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-e1a8d3a43a7fed94f73cdf8e34cf44b8", - "https://www.w3.org/TR/scroll-animations-1/#7aa27e2a6ea4807baf30c730acd21017", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-7aa27e2a6ea4807baf30c730acd21017", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-7aa27e2a6ea4807baf30c730acd21017", - "https://www.w3.org/TR/scroll-animations-1/#67fa5e7c53e990719ab99a14d13b4431", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-67fa5e7c53e990719ab99a14d13b4431", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-67fa5e7c53e990719ab99a14d13b4431", - "https://www.w3.org/TR/scroll-animations-1/#e62ff53732093c43d981a2ea15a0521d", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-e62ff53732093c43d981a2ea15a0521d", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-e62ff53732093c43d981a2ea15a0521d", - "https://www.w3.org/TR/scroll-animations-1/#4cddc3acc3d649a640547e6627619181", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-4cddc3acc3d649a640547e6627619181", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-4cddc3acc3d649a640547e6627619181", - "https://www.w3.org/TR/scroll-animations-1/#d3ed6d40c6255374ff59a99d0e30897e", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-d3ed6d40c6255374ff59a99d0e30897e", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-d3ed6d40c6255374ff59a99d0e30897e", - "https://www.w3.org/TR/scroll-animations-1/#ebb5aebd0030b6c03607ef6bc1dcc94f", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-ebb5aebd0030b6c03607ef6bc1dcc94f", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-ebb5aebd0030b6c03607ef6bc1dcc94f", - "https://www.w3.org/TR/scroll-animations-1/#e08139f9e0466644139009b37a4c9853", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-e08139f9e0466644139009b37a4c9853", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-e08139f9e0466644139009b37a4c9853", - "https://www.w3.org/TR/scroll-animations-1/#ead90c50455e30a82e332becbbbce1ae", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-ead90c50455e30a82e332becbbbce1ae", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-ead90c50455e30a82e332becbbbce1ae", - "https://www.w3.org/TR/scroll-animations-1/#9618463ea0f0d7a68cd76bc88f32a75c", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-9618463ea0f0d7a68cd76bc88f32a75c", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-9618463ea0f0d7a68cd76bc88f32a75c", - "https://www.w3.org/TR/scroll-animations-1/#b1197811fc71a7098fc3b7b90ce13f63", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-b1197811fc71a7098fc3b7b90ce13f63", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-b1197811fc71a7098fc3b7b90ce13f63", - "https://www.w3.org/TR/scroll-animations-1/#ff5d9e007b8d431899a23256710f132e", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-ff5d9e007b8d431899a23256710f132e", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-ff5d9e007b8d431899a23256710f132e", - "https://www.w3.org/TR/scroll-animations-1/#0f303ce135ea6651da25736ab5f21209", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-0f303ce135ea6651da25736ab5f21209", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-0f303ce135ea6651da25736ab5f21209", - "https://www.w3.org/TR/scroll-animations-1/#158268cda38dd0cfa3f00c9b7b641b48", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-158268cda38dd0cfa3f00c9b7b641b48", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-158268cda38dd0cfa3f00c9b7b641b48", - "https://www.w3.org/TR/scroll-animations-1/#5aba1a45e0b0ec9a8a076b772954132c", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-5aba1a45e0b0ec9a8a076b772954132c", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-5aba1a45e0b0ec9a8a076b772954132c", - "https://www.w3.org/TR/scroll-animations-1/#20965be426c8dbbae4d3ce3b93841635", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-20965be426c8dbbae4d3ce3b93841635", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-20965be426c8dbbae4d3ce3b93841635", - "https://www.w3.org/TR/scroll-animations-1/#03e74d688d34ee277ae1897c1380ee2f", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-03e74d688d34ee277ae1897c1380ee2f", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-03e74d688d34ee277ae1897c1380ee2f", - "https://www.w3.org/TR/scroll-animations-1/#f648d21f357cb2606463b22448b93c0f", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-f648d21f357cb2606463b22448b93c0f", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-f648d21f357cb2606463b22448b93c0f", - "https://www.w3.org/TR/scroll-animations-1/#169f86fcfa3fe15e42dfe2c53073a5cb", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-169f86fcfa3fe15e42dfe2c53073a5cb", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-169f86fcfa3fe15e42dfe2c53073a5cb", - "https://www.w3.org/TR/scroll-animations-1/#6a2e9fbcead8fd619753a176d2d6d9f5", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-6a2e9fbcead8fd619753a176d2d6d9f5", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-6a2e9fbcead8fd619753a176d2d6d9f5", - "https://www.w3.org/TR/scroll-animations-1/#292ffb064df378ae326a3f07450b0031", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-292ffb064df378ae326a3f07450b0031", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-292ffb064df378ae326a3f07450b0031", - "https://www.w3.org/TR/scroll-animations-1/#efe9543b285af45574507c81dfbd0b0a", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-efe9543b285af45574507c81dfbd0b0a", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-efe9543b285af45574507c81dfbd0b0a", - "https://www.w3.org/TR/scroll-animations-1/#4182fe9596ded044e6d866ad0d0ec393", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-4182fe9596ded044e6d866ad0d0ec393", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-4182fe9596ded044e6d866ad0d0ec393", - "https://www.w3.org/TR/scroll-animations-1/#bd4b16b7dfd089500534738838b2f438", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-bd4b16b7dfd089500534738838b2f438", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-bd4b16b7dfd089500534738838b2f438", - "https://www.w3.org/TR/scroll-animations-1/#11adaf905382f288f0b2b16f93a36bb0", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-11adaf905382f288f0b2b16f93a36bb0", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-11adaf905382f288f0b2b16f93a36bb0", - "https://www.w3.org/TR/scroll-animations-1/#2b6ef70a27619baf4da349b9f4f47fee", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-2b6ef70a27619baf4da349b9f4f47fee", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-2b6ef70a27619baf4da349b9f4f47fee", - "https://www.w3.org/TR/scroll-animations-1/#731b4dcb37278df38d5dc96cb7d88709", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-731b4dcb37278df38d5dc96cb7d88709", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-731b4dcb37278df38d5dc96cb7d88709", - "https://www.w3.org/TR/scroll-animations-1/#a9761d9385baf882d0939c29e54178f3", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-a9761d9385baf882d0939c29e54178f3", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-a9761d9385baf882d0939c29e54178f3", - "https://www.w3.org/TR/scroll-animations-1/#0b5bb323a01d33c3301ca5e25beb9662", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-0b5bb323a01d33c3301ca5e25beb9662", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-0b5bb323a01d33c3301ca5e25beb9662", - "https://www.w3.org/TR/scroll-animations-1/#b0e6219d0e78585a78e5a52d1b3c955f", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-b0e6219d0e78585a78e5a52d1b3c955f", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-b0e6219d0e78585a78e5a52d1b3c955f", - "https://www.w3.org/TR/scroll-animations-1/#82594f1f3a6c873aa8ac6336eb6bf662", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-82594f1f3a6c873aa8ac6336eb6bf662", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-82594f1f3a6c873aa8ac6336eb6bf662", - "https://www.w3.org/TR/scroll-animations-1/#d38ad2dc5194c097d2b903765aca9070", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-d38ad2dc5194c097d2b903765aca9070", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-d38ad2dc5194c097d2b903765aca9070", - "https://www.w3.org/TR/scroll-animations-1/#4373bc69f46aedba387d3d1565e1ae01", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-4373bc69f46aedba387d3d1565e1ae01", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-4373bc69f46aedba387d3d1565e1ae01", - "https://www.w3.org/TR/scroll-animations-1/#290bd7ed69e39f589e0f4e985c80ae9b", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-290bd7ed69e39f589e0f4e985c80ae9b", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-290bd7ed69e39f589e0f4e985c80ae9b", - "https://www.w3.org/TR/scroll-animations-1/#27d4ec33b6c14d05e976818f334869ea", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-27d4ec33b6c14d05e976818f334869ea", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-27d4ec33b6c14d05e976818f334869ea", - "https://www.w3.org/TR/scroll-animations-1/#af80a10e0fd5507c3f4d174d155f6082", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-af80a10e0fd5507c3f4d174d155f6082", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-af80a10e0fd5507c3f4d174d155f6082", - "https://www.w3.org/TR/scroll-animations-1/#9b0f481cd87f347029bea93451ee1f59", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-9b0f481cd87f347029bea93451ee1f59", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-9b0f481cd87f347029bea93451ee1f59", - "https://www.w3.org/TR/scroll-animations-1/#f014258978db0b5cb28d306e0a9068b1", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-f014258978db0b5cb28d306e0a9068b1", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-f014258978db0b5cb28d306e0a9068b1", - "https://www.w3.org/TR/scroll-animations-1/#cbecbd78afca7d9db3ea65c769dd074e", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-cbecbd78afca7d9db3ea65c769dd074e", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-cbecbd78afca7d9db3ea65c769dd074e", - "https://www.w3.org/TR/scroll-animations-1/#14498b04c0241e12808bbf5790d49741", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-14498b04c0241e12808bbf5790d49741", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-14498b04c0241e12808bbf5790d49741", - "https://www.w3.org/TR/scroll-animations-1/#c920ec3fedcc249a18c0af2867b09e4e", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-c920ec3fedcc249a18c0af2867b09e4e", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-c920ec3fedcc249a18c0af2867b09e4e", - "https://www.w3.org/TR/scroll-animations-1/#a776a1df2063fe697f6c7ee6b178b262", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-a776a1df2063fe697f6c7ee6b178b262", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-a776a1df2063fe697f6c7ee6b178b262", - "https://www.w3.org/TR/scroll-animations-1/#63f2f251f3aa0bf36028f290b3f6aba0", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-63f2f251f3aa0bf36028f290b3f6aba0", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-63f2f251f3aa0bf36028f290b3f6aba0", - "https://www.w3.org/TR/scroll-animations-1/#2421c65c76a70f9151ba02cfcf7cc94f", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-2421c65c76a70f9151ba02cfcf7cc94f", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-2421c65c76a70f9151ba02cfcf7cc94f", - "https://www.w3.org/TR/scroll-animations-1/#b7e0ca4b341f3a452f79c1ef6fbdf2bc", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-b7e0ca4b341f3a452f79c1ef6fbdf2bc", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-b7e0ca4b341f3a452f79c1ef6fbdf2bc", - "https://www.w3.org/TR/scroll-animations-1/#7e4f2483ab50bb9365f702aa3b4602a4", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-7e4f2483ab50bb9365f702aa3b4602a4", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-7e4f2483ab50bb9365f702aa3b4602a4", - "https://www.w3.org/TR/scroll-animations-1/#cd974773a37d83762807136a42ef79d7", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-cd974773a37d83762807136a42ef79d7", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-cd974773a37d83762807136a42ef79d7", - "https://www.w3.org/TR/scroll-animations-1/#c99e57d392e1647d2d6690180ea9b0a7", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-c99e57d392e1647d2d6690180ea9b0a7", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-c99e57d392e1647d2d6690180ea9b0a7", - "https://www.w3.org/TR/scroll-animations-1/#29b7ef719cbdde0be7eef193ccce207d", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-29b7ef719cbdde0be7eef193ccce207d", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-29b7ef719cbdde0be7eef193ccce207d", - "https://www.w3.org/TR/scroll-animations-1/#5279471dbe8f40db10de89841dbe7235", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-5279471dbe8f40db10de89841dbe7235", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-5279471dbe8f40db10de89841dbe7235", - "https://www.w3.org/TR/scroll-animations-1/#b2ca6a6b5cd53adae8b1fa1e6c07ed3a", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-b2ca6a6b5cd53adae8b1fa1e6c07ed3a", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-b2ca6a6b5cd53adae8b1fa1e6c07ed3a", - "https://www.w3.org/TR/scroll-animations-1/#01b59f750d70ec662db6dfa54e760322", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-01b59f750d70ec662db6dfa54e760322", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-01b59f750d70ec662db6dfa54e760322", - "https://www.w3.org/TR/scroll-animations-1/#e8b694bf098bda27f0f882f24e2d5034", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-e8b694bf098bda27f0f882f24e2d5034", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-e8b694bf098bda27f0f882f24e2d5034", - "https://www.w3.org/TR/scroll-animations-1/#cba4e4c24af6200cb8f4798a079f6374", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-cba4e4c24af6200cb8f4798a079f6374", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-cba4e4c24af6200cb8f4798a079f6374", - "https://www.w3.org/TR/scroll-animations-1/#ea4107364777ea7f55ab34104ae06f24", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-ea4107364777ea7f55ab34104ae06f24", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-ea4107364777ea7f55ab34104ae06f24", - "https://www.w3.org/TR/scroll-animations-1/#010888fbdeded12e6e4147051a9391a5", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-010888fbdeded12e6e4147051a9391a5", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-010888fbdeded12e6e4147051a9391a5", - "https://www.w3.org/TR/scroll-animations-1/#4433405bd7caac49c4ce36c250924654", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-4433405bd7caac49c4ce36c250924654", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-4433405bd7caac49c4ce36c250924654", - "https://www.w3.org/TR/scroll-animations-1/#07886e33695d0e7b473ef18f656ad7ac", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-07886e33695d0e7b473ef18f656ad7ac", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-07886e33695d0e7b473ef18f656ad7ac", - "https://www.w3.org/TR/scroll-animations-1/#217dfc85318b612bdb489d33301d0fc2", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-217dfc85318b612bdb489d33301d0fc2", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-217dfc85318b612bdb489d33301d0fc2", - "https://www.w3.org/TR/scroll-animations-1/#3eaf36df88595e1b1fb545bb425dbfff", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-3eaf36df88595e1b1fb545bb425dbfff", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-3eaf36df88595e1b1fb545bb425dbfff", - "https://www.w3.org/TR/scroll-animations-1/#f993e7a5a63693dc8df0d0ec9979bee1", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-f993e7a5a63693dc8df0d0ec9979bee1", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-f993e7a5a63693dc8df0d0ec9979bee1", - "https://www.w3.org/TR/scroll-animations-1/#d1f0a86fd49be388d8b0159e241a1172", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-d1f0a86fd49be388d8b0159e241a1172", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-d1f0a86fd49be388d8b0159e241a1172", - "https://www.w3.org/TR/scroll-animations-1/#6c23c1976c1702789d8f6e0dadba625f", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-6c23c1976c1702789d8f6e0dadba625f", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-6c23c1976c1702789d8f6e0dadba625f", - "https://www.w3.org/TR/scroll-animations-1/#9caa9c048db5e6b091885df5297f34c1", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-9caa9c048db5e6b091885df5297f34c1", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-9caa9c048db5e6b091885df5297f34c1", - "https://www.w3.org/TR/scroll-animations-1/#52bdfc59f72538efe80e2a86647ac489", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-52bdfc59f72538efe80e2a86647ac489", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-52bdfc59f72538efe80e2a86647ac489", - "https://www.w3.org/TR/scroll-animations-1/#3b468ad698332aa40f919fefa3eb60f2", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-3b468ad698332aa40f919fefa3eb60f2", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-3b468ad698332aa40f919fefa3eb60f2", - "https://www.w3.org/TR/scroll-animations-1/#d9757a938c5ff3d3b570f6a0f66fbea1", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-d9757a938c5ff3d3b570f6a0f66fbea1", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-d9757a938c5ff3d3b570f6a0f66fbea1", - "https://www.w3.org/TR/scroll-animations-1/#c52697722490089eaa8a190971881c6a", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-c52697722490089eaa8a190971881c6a", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-c52697722490089eaa8a190971881c6a", - "https://www.w3.org/TR/scroll-animations-1/#63c5a7b8563dd45aa2c9118ca622d01d", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-63c5a7b8563dd45aa2c9118ca622d01d", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-63c5a7b8563dd45aa2c9118ca622d01d", - "https://www.w3.org/TR/scroll-animations-1/#84bb8ee597384f7c03f726e6327a6b12", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-84bb8ee597384f7c03f726e6327a6b12", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-84bb8ee597384f7c03f726e6327a6b12", - "https://www.w3.org/TR/scroll-animations-1/#19378b0f2773be1ba915e8873c2d79f2", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-19378b0f2773be1ba915e8873c2d79f2", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-19378b0f2773be1ba915e8873c2d79f2", - "https://www.w3.org/TR/scroll-animations-1/#132c56fa2185030639554e47c8dff435", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-132c56fa2185030639554e47c8dff435", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-132c56fa2185030639554e47c8dff435", - "https://www.w3.org/TR/scroll-animations-1/#3ee8719aeb72f2bd522d3fe6b767b83a", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-3ee8719aeb72f2bd522d3fe6b767b83a", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-3ee8719aeb72f2bd522d3fe6b767b83a", - "https://www.w3.org/TR/scroll-animations-1/#b4ad785a486363a02792fecbee63045c", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-b4ad785a486363a02792fecbee63045c", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-b4ad785a486363a02792fecbee63045c", - "https://www.w3.org/TR/scroll-animations-1/#797683e2cbf3cbd768b43b11e004b532", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-797683e2cbf3cbd768b43b11e004b532", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-797683e2cbf3cbd768b43b11e004b532", - "https://www.w3.org/TR/scroll-animations-1/#ca32f14affefc400b4284d155f6e38db", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-ca32f14affefc400b4284d155f6e38db", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-ca32f14affefc400b4284d155f6e38db", - "https://www.w3.org/TR/scroll-animations-1/#d8629a8730d027516e0c5b5b3b98d809", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-d8629a8730d027516e0c5b5b3b98d809", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-d8629a8730d027516e0c5b5b3b98d809", - "https://www.w3.org/TR/scroll-animations-1/#e7c070b65d2b00be549f81cd06ffb008", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-e7c070b65d2b00be549f81cd06ffb008", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-e7c070b65d2b00be549f81cd06ffb008", - "https://www.w3.org/TR/scroll-animations-1/#7046e5203aaf7fd729d20e17d0619517", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-7046e5203aaf7fd729d20e17d0619517", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-7046e5203aaf7fd729d20e17d0619517", - "https://www.w3.org/TR/scroll-animations-1/#0c4394fd72390bcf26f7b2214e6ccb79", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-0c4394fd72390bcf26f7b2214e6ccb79", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-0c4394fd72390bcf26f7b2214e6ccb79", - "https://www.w3.org/TR/scroll-animations-1/#e295970cf55afdce792e625b343aa6ef", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-e295970cf55afdce792e625b343aa6ef", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-e295970cf55afdce792e625b343aa6ef", - "https://www.w3.org/TR/scroll-animations-1/#f73f8d126f7f2acd48ce3a48f04d4deb", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-f73f8d126f7f2acd48ce3a48f04d4deb", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-f73f8d126f7f2acd48ce3a48f04d4deb", - "https://www.w3.org/TR/scroll-animations-1/#d1053d556789467e2338dc0ca542424b", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-d1053d556789467e2338dc0ca542424b", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-d1053d556789467e2338dc0ca542424b", - "https://www.w3.org/TR/scroll-animations-1/#d0f238a61de9310f1738a214749fab18", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-d0f238a61de9310f1738a214749fab18", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-d0f238a61de9310f1738a214749fab18", - "https://www.w3.org/TR/scroll-animations-1/#dde049eb112f043fc45407ec0d4cb457", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-dde049eb112f043fc45407ec0d4cb457", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-dde049eb112f043fc45407ec0d4cb457", - "https://www.w3.org/TR/scroll-animations-1/#38ab7db52e46bed36993204c29f67202", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-38ab7db52e46bed36993204c29f67202", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-38ab7db52e46bed36993204c29f67202", - "https://www.w3.org/TR/scroll-animations-1/#be0933df03cd63338f98de217c4158c7", - "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-be0933df03cd63338f98de217c4158c7", - "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-be0933df03cd63338f98de217c4158c7", + "https://www.w3.org/TR/scroll-animations-1/#46bad8dc", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-46bad8dc", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-46bad8dc", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-46bad8dc", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-46bad8dc", + "https://www.w3.org/TR/scroll-animations-1/#a73d7d2b", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-a73d7d2b", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-a73d7d2b", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-a73d7d2b", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-a73d7d2b", + "https://www.w3.org/TR/scroll-animations-1/#7177b17d", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-7177b17d", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-7177b17d", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-7177b17d", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-7177b17d", + "https://www.w3.org/TR/scroll-animations-1/#1e12dba3", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-1e12dba3", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-1e12dba3", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-1e12dba3", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-1e12dba3", + "https://www.w3.org/TR/scroll-animations-1/#5c51af24", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-5c51af24", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-5c51af24", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-5c51af24", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-5c51af24", + "https://www.w3.org/TR/scroll-animations-1/#5e7cfa4f", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-5e7cfa4f", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-5e7cfa4f", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-5e7cfa4f", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-5e7cfa4f", + "https://www.w3.org/TR/scroll-animations-1/#2911b948", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-2911b948", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-2911b948", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-2911b948", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-2911b948", + "https://www.w3.org/TR/scroll-animations-1/#555bb672", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-555bb672", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-555bb672", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-555bb672", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-555bb672", + "https://www.w3.org/TR/scroll-animations-1/#f5426905", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-f5426905", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-f5426905", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-f5426905", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-f5426905", + "https://www.w3.org/TR/scroll-animations-1/#f5a92069", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-f5a92069", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-f5a92069", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-f5a92069", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-f5a92069", + "https://www.w3.org/TR/scroll-animations-1/#3e6781f5", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-3e6781f5", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-3e6781f5", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-3e6781f5", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-3e6781f5", + "https://www.w3.org/TR/scroll-animations-1/#6b448e93", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-6b448e93", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-6b448e93", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-6b448e93", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-6b448e93", + "https://www.w3.org/TR/scroll-animations-1/#36261173", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-36261173", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-36261173", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-36261173", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-36261173", + "https://www.w3.org/TR/scroll-animations-1/#019ec75b", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-019ec75b", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-019ec75b", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-019ec75b", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-019ec75b", + "https://www.w3.org/TR/scroll-animations-1/#e14541aa", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-e14541aa", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-e14541aa", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-e14541aa", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-e14541aa", + "https://www.w3.org/TR/scroll-animations-1/#980ac56a", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-980ac56a", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-980ac56a", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-980ac56a", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-980ac56a", + "https://www.w3.org/TR/scroll-animations-1/#1a2b1083", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-1a2b1083", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-1a2b1083", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-1a2b1083", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-1a2b1083", + "https://www.w3.org/TR/scroll-animations-1/#5c159f8f", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-5c159f8f", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-5c159f8f", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-5c159f8f", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-5c159f8f", + "https://www.w3.org/TR/scroll-animations-1/#93f98063", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-93f98063", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-93f98063", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-93f98063", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-93f98063", + "https://www.w3.org/TR/scroll-animations-1/#8b4f8a45", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-8b4f8a45", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-8b4f8a45", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-8b4f8a45", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-8b4f8a45", + "https://www.w3.org/TR/scroll-animations-1/#a3cabdb1", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-a3cabdb1", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-a3cabdb1", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-a3cabdb1", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-a3cabdb1", + "https://www.w3.org/TR/scroll-animations-1/#b76f3e6a", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-b76f3e6a", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-b76f3e6a", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-b76f3e6a", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-b76f3e6a", + "https://www.w3.org/TR/scroll-animations-1/#5f2533dc", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-5f2533dc", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-5f2533dc", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-5f2533dc", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-5f2533dc", + "https://www.w3.org/TR/scroll-animations-1/#e3488cd0", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-e3488cd0", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-e3488cd0", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-e3488cd0", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-e3488cd0", + "https://www.w3.org/TR/scroll-animations-1/#b1f927bc", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-b1f927bc", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-b1f927bc", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-b1f927bc", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-b1f927bc", + "https://www.w3.org/TR/scroll-animations-1/#700ea31d", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-700ea31d", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-700ea31d", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-700ea31d", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-700ea31d", + "https://www.w3.org/TR/scroll-animations-1/#4cf3c57e", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-4cf3c57e", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-4cf3c57e", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-4cf3c57e", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-4cf3c57e", + "https://www.w3.org/TR/scroll-animations-1/#e2d8492b", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-e2d8492b", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-e2d8492b", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-e2d8492b", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-e2d8492b", + "https://www.w3.org/TR/scroll-animations-1/#732c4198", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-732c4198", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-732c4198", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-732c4198", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-732c4198", + "https://www.w3.org/TR/scroll-animations-1/#2f6cb60c", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-2f6cb60c", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-2f6cb60c", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-2f6cb60c", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-2f6cb60c", + "https://www.w3.org/TR/scroll-animations-1/#38cf5d56", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-38cf5d56", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-38cf5d56", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-38cf5d56", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-38cf5d56", + "https://www.w3.org/TR/scroll-animations-1/#7859cf35", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-7859cf35", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-7859cf35", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-7859cf35", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-7859cf35", + "https://www.w3.org/TR/scroll-animations-1/#b9f1859f", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-b9f1859f", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-b9f1859f", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-b9f1859f", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-b9f1859f", + "https://www.w3.org/TR/scroll-animations-1/#49e082b8", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-49e082b8", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-49e082b8", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-49e082b8", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-49e082b8", + "https://www.w3.org/TR/scroll-animations-1/#8d474f4a", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-8d474f4a", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-8d474f4a", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-8d474f4a", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-8d474f4a", + "https://www.w3.org/TR/scroll-animations-1/#6cc40578", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-6cc40578", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-6cc40578", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-6cc40578", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-6cc40578", + "https://www.w3.org/TR/scroll-animations-1/#c297b070", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-c297b070", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-c297b070", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-c297b070", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-c297b070", + "https://www.w3.org/TR/scroll-animations-1/#a0144f62", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-a0144f62", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-a0144f62", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-a0144f62", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-a0144f62", + "https://www.w3.org/TR/scroll-animations-1/#f5b34cad", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-f5b34cad", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-f5b34cad", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-f5b34cad", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-f5b34cad", + "https://www.w3.org/TR/scroll-animations-1/#4fd7e54f", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-4fd7e54f", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-4fd7e54f", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-4fd7e54f", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-4fd7e54f", + "https://www.w3.org/TR/scroll-animations-1/#128295ac", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-128295ac", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-128295ac", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-128295ac", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-128295ac", + "https://www.w3.org/TR/scroll-animations-1/#d4441b24", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-d4441b24", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-d4441b24", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-d4441b24", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-d4441b24", + "https://www.w3.org/TR/scroll-animations-1/#b35178c1", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-b35178c1", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-b35178c1", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-b35178c1", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-b35178c1", + "https://www.w3.org/TR/scroll-animations-1/#d8b99652", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-d8b99652", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-d8b99652", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-d8b99652", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-d8b99652", + "https://www.w3.org/TR/scroll-animations-1/#d9c21938", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-d9c21938", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-d9c21938", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-d9c21938", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-d9c21938", + "https://www.w3.org/TR/scroll-animations-1/#842014fe", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-842014fe", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-842014fe", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-842014fe", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-842014fe", + "https://www.w3.org/TR/scroll-animations-1/#8a110a7b", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-8a110a7b", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-8a110a7b", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-8a110a7b", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-8a110a7b", + "https://www.w3.org/TR/scroll-animations-1/#de901111", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-de901111", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-de901111", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-de901111", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-de901111", + "https://www.w3.org/TR/scroll-animations-1/#eb424f2b", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-eb424f2b", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-eb424f2b", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-eb424f2b", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-eb424f2b", + "https://www.w3.org/TR/scroll-animations-1/#20730c34", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-20730c34", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-20730c34", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-20730c34", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-20730c34", + "https://www.w3.org/TR/scroll-animations-1/#3bafef5e", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-3bafef5e", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-3bafef5e", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-3bafef5e", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-3bafef5e", + "https://www.w3.org/TR/scroll-animations-1/#4eb9d37e", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-4eb9d37e", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-4eb9d37e", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-4eb9d37e", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-4eb9d37e", + "https://www.w3.org/TR/scroll-animations-1/#a0336d84", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-a0336d84", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-a0336d84", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-a0336d84", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-a0336d84", + "https://www.w3.org/TR/scroll-animations-1/#b8dade0f", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-b8dade0f", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-b8dade0f", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-b8dade0f", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-b8dade0f", + "https://www.w3.org/TR/scroll-animations-1/#d15658b4", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-d15658b4", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-d15658b4", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-d15658b4", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-d15658b4", + "https://www.w3.org/TR/scroll-animations-1/#a6eb24bb", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-a6eb24bb", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-a6eb24bb", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-a6eb24bb", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-a6eb24bb", + "https://www.w3.org/TR/scroll-animations-1/#e1f6e4b9", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-e1f6e4b9", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-e1f6e4b9", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-e1f6e4b9", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-e1f6e4b9", + "https://www.w3.org/TR/scroll-animations-1/#dea08a34", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-dea08a34", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-dea08a34", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-dea08a34", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-dea08a34", + "https://www.w3.org/TR/scroll-animations-1/#6e1a9e5c", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-6e1a9e5c", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-6e1a9e5c", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-6e1a9e5c", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-6e1a9e5c", + "https://www.w3.org/TR/scroll-animations-1/#eb6008ce", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-eb6008ce", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-eb6008ce", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-eb6008ce", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-eb6008ce", + "https://www.w3.org/TR/scroll-animations-1/#b56d2f8c", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-b56d2f8c", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-b56d2f8c", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-b56d2f8c", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-b56d2f8c", + "https://www.w3.org/TR/scroll-animations-1/#7c931380", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-7c931380", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-7c931380", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-7c931380", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-7c931380", + "https://www.w3.org/TR/scroll-animations-1/#bfb148e6", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-bfb148e6", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-bfb148e6", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-bfb148e6", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-bfb148e6", + "https://www.w3.org/TR/scroll-animations-1/#07687fc0", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-07687fc0", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-07687fc0", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-07687fc0", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-07687fc0", + "https://www.w3.org/TR/scroll-animations-1/#0a662c58", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-0a662c58", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-0a662c58", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-0a662c58", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-0a662c58", + "https://www.w3.org/TR/scroll-animations-1/#74f897b3", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-74f897b3", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-74f897b3", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-74f897b3", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-74f897b3", + "https://www.w3.org/TR/scroll-animations-1/#85394472", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-85394472", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-85394472", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-85394472", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-85394472", + "https://www.w3.org/TR/scroll-animations-1/#296f3551", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-296f3551", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-296f3551", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-296f3551", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-296f3551", + "https://www.w3.org/TR/scroll-animations-1/#5bbf7dec", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-5bbf7dec", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-5bbf7dec", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-5bbf7dec", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-5bbf7dec", + "https://www.w3.org/TR/scroll-animations-1/#936c50ab", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-936c50ab", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-936c50ab", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-936c50ab", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-936c50ab", + "https://www.w3.org/TR/scroll-animations-1/#5d7209e9", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-5d7209e9", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-5d7209e9", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-5d7209e9", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-5d7209e9", + "https://www.w3.org/TR/scroll-animations-1/#ce3d2bbb", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-ce3d2bbb", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-ce3d2bbb", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-ce3d2bbb", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-ce3d2bbb", + "https://www.w3.org/TR/scroll-animations-1/#bf79f80d", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-bf79f80d", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-bf79f80d", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-bf79f80d", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-bf79f80d", + "https://www.w3.org/TR/scroll-animations-1/#6d19ac93", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-6d19ac93", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-6d19ac93", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-6d19ac93", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-6d19ac93", + "https://www.w3.org/TR/scroll-animations-1/#23af89d0", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-23af89d0", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-23af89d0", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-23af89d0", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-23af89d0", + "https://www.w3.org/TR/scroll-animations-1/#5e16daa2", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-5e16daa2", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-5e16daa2", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-5e16daa2", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-5e16daa2", + "https://www.w3.org/TR/scroll-animations-1/#d023aef3", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-d023aef3", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-d023aef3", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-d023aef3", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-d023aef3", + "https://www.w3.org/TR/scroll-animations-1/#50ef97a6", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-50ef97a6", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-50ef97a6", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-50ef97a6", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-50ef97a6", + "https://www.w3.org/TR/scroll-animations-1/#4f057574", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-4f057574", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-4f057574", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-4f057574", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-4f057574", + "https://www.w3.org/TR/scroll-animations-1/#c18e660a", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-c18e660a", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-c18e660a", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-c18e660a", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-c18e660a", + "https://www.w3.org/TR/scroll-animations-1/#bdeded30", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-bdeded30", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-bdeded30", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-bdeded30", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-bdeded30", + "https://www.w3.org/TR/scroll-animations-1/#287c9f40", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-287c9f40", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-287c9f40", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-287c9f40", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-287c9f40", + "https://www.w3.org/TR/scroll-animations-1/#6d1e34c4", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-6d1e34c4", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-6d1e34c4", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-6d1e34c4", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-6d1e34c4", + "https://www.w3.org/TR/scroll-animations-1/#2a7f595a", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-2a7f595a", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-2a7f595a", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-2a7f595a", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-2a7f595a", + "https://www.w3.org/TR/scroll-animations-1/#f3d86d42", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-f3d86d42", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-f3d86d42", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-f3d86d42", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-f3d86d42", + "https://www.w3.org/TR/scroll-animations-1/#7d2062a6", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-7d2062a6", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-7d2062a6", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-7d2062a6", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-7d2062a6", + "https://www.w3.org/TR/scroll-animations-1/#3a80bd01", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-3a80bd01", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-3a80bd01", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-3a80bd01", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-3a80bd01", + "https://www.w3.org/TR/scroll-animations-1/#a7c3490a", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-a7c3490a", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-a7c3490a", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-a7c3490a", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-a7c3490a", + "https://www.w3.org/TR/scroll-animations-1/#bfcaf984", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-bfcaf984", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-bfcaf984", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-bfcaf984", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-bfcaf984", + "https://www.w3.org/TR/scroll-animations-1/#a3791371", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-a3791371", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-a3791371", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-a3791371", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-a3791371", + "https://www.w3.org/TR/scroll-animations-1/#4ee07473", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-4ee07473", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-4ee07473", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-4ee07473", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-4ee07473", + "https://www.w3.org/TR/scroll-animations-1/#4c9d6912", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-4c9d6912", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-4c9d6912", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-4c9d6912", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-4c9d6912", + "https://www.w3.org/TR/scroll-animations-1/#d5294042", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-d5294042", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-d5294042", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-d5294042", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-d5294042", + "https://www.w3.org/TR/scroll-animations-1/#0c61dd0b", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-0c61dd0b", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-0c61dd0b", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-0c61dd0b", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-0c61dd0b", + "https://www.w3.org/TR/scroll-animations-1/#8855a9aa", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-8855a9aa", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-8855a9aa", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-8855a9aa", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-8855a9aa", + "https://www.w3.org/TR/scroll-animations-1/#889e932f", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-889e932f", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-889e932f", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-889e932f", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-889e932f", + "https://www.w3.org/TR/scroll-animations-1/#9cce47fd", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-9cce47fd", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-9cce47fd", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-9cce47fd", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-9cce47fd", + "https://www.w3.org/TR/scroll-animations-1/#4013a022", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-4013a022", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-4013a022", + "https://www.w3.org/TR/scroll-animations-1/#infopanel-for-4013a022", + "https://www.w3.org/TR/scroll-animations-1/#infopaneltitle-for-4013a022", "https://www.w3.org/TR/scroll-animations-1/#references", "https://www.w3.org/TR/scroll-animations-1/#normative", "https://www.w3.org/TR/scroll-animations-1/#biblio-css-align-3", @@ -1276,20 +1498,20 @@ "https://www.w3.org/TR/scroll-animations-1/#informative", "https://www.w3.org/TR/scroll-animations-1/#biblio-css-transforms-1", "https://www.w3.org/TR/scroll-animations-1/#biblio-cssom-1", + "https://www.w3.org/TR/scroll-animations-1/#biblio-resize-observer-1", "https://www.w3.org/TR/scroll-animations-1/#biblio-scroll-animations-1", "https://www.w3.org/TR/scroll-animations-1/#property-index", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-range%E2%91%A5", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-range%E2%91%A6", "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-range-end%E2%91%A5", "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-animation-range-start%E2%91%A4", "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-timeline%E2%91%A3", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-timeline-attachment%E2%91%A7", "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-timeline-axis%E2%91%A2", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-timeline-name%E2%91%A6", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-scroll-timeline-name%E2%91%A4", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-timeline-scope%E2%91%A5", "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline%E2%91%A1", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-attachment%E2%91%A8", "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-axis%E2%91%A2", "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-inset%E2%91%A6", - "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-name%E2%91%A6", + "https://www.w3.org/TR/scroll-animations-1/#ref-for-propdef-view-timeline-name%E2%91%A4", "https://www.w3.org/TR/scroll-animations-1/#idl-index", "https://www.w3.org/TR/scroll-animations-1/#issues-index" ] diff --git a/tr/ids/wai-aria-1.2.json b/tr/ids/wai-aria-1.2.json index a19f8aabeb2c..4d5a62f2210d 100644 --- a/tr/ids/wai-aria-1.2.json +++ b/tr/ids/wai-aria-1.2.json @@ -1649,27 +1649,21 @@ "https://www.w3.org/TR/wai-aria-1.2/#h-note-84", "https://www.w3.org/TR/wai-aria-1.2/#issue-container-generatedID-85", "https://www.w3.org/TR/wai-aria-1.2/#h-note-85", - "https://www.w3.org/TR/wai-aria-1.2/#candidate-recommendation-exit-criteria", - "https://www.w3.org/TR/wai-aria-1.2/#b-candidate-recommendation-exit-criteria", "https://www.w3.org/TR/wai-aria-1.2/#changelog", - "https://www.w3.org/TR/wai-aria-1.2/#c-change-log", - "https://www.w3.org/TR/wai-aria-1.2/#substantive-changes-since-the-previous-candidate-recommendation", - "https://www.w3.org/TR/wai-aria-1.2/#c-1-substantive-changes-since-the-previous-candidate-recommendation", - "https://www.w3.org/TR/wai-aria-1.2/#substantive-changes-since-the-wai-aria-1-1-recommendation", - "https://www.w3.org/TR/wai-aria-1.2/#c-2-substantive-changes-since-the-wai-aria-1-1-recommendation", + "https://www.w3.org/TR/wai-aria-1.2/#b-substantive-changes-since-the-wai-aria-1-1-recommendation", "https://www.w3.org/TR/wai-aria-1.2/#ref-for-dfn-domstring-42", "https://www.w3.org/TR/wai-aria-1.2/#acknowledgements", - "https://www.w3.org/TR/wai-aria-1.2/#d-acknowledgments", + "https://www.w3.org/TR/wai-aria-1.2/#c-acknowledgments", "https://www.w3.org/TR/wai-aria-1.2/#ack_group", - "https://www.w3.org/TR/wai-aria-1.2/#d-1-participants-active-in-the-aria-wg-at-the-time-of-publication", + "https://www.w3.org/TR/wai-aria-1.2/#c-1-participants-active-in-the-aria-wg-at-the-time-of-publication", "https://www.w3.org/TR/wai-aria-1.2/#ack_others", - "https://www.w3.org/TR/wai-aria-1.2/#d-2-other-aria-contributors-commenters-and-previously-active-participants", + "https://www.w3.org/TR/wai-aria-1.2/#c-2-other-aria-contributors-commenters-and-previously-active-participants", "https://www.w3.org/TR/wai-aria-1.2/#ack_funders", - "https://www.w3.org/TR/wai-aria-1.2/#d-3-enabling-funders", + "https://www.w3.org/TR/wai-aria-1.2/#c-3-enabling-funders", "https://www.w3.org/TR/wai-aria-1.2/#references", - "https://www.w3.org/TR/wai-aria-1.2/#e-references", + "https://www.w3.org/TR/wai-aria-1.2/#d-references", "https://www.w3.org/TR/wai-aria-1.2/#normative-references", - "https://www.w3.org/TR/wai-aria-1.2/#e-1-normative-references", + "https://www.w3.org/TR/wai-aria-1.2/#d-1-normative-references", "https://www.w3.org/TR/wai-aria-1.2/#bib-accname-1.2", "https://www.w3.org/TR/wai-aria-1.2/#bib-core-aam", "https://www.w3.org/TR/wai-aria-1.2/#bib-core-aam-1.2", @@ -1684,7 +1678,7 @@ "https://www.w3.org/TR/wai-aria-1.2/#bib-webidl", "https://www.w3.org/TR/wai-aria-1.2/#bib-xml-names", "https://www.w3.org/TR/wai-aria-1.2/#informative-references", - "https://www.w3.org/TR/wai-aria-1.2/#e-2-informative-references", + "https://www.w3.org/TR/wai-aria-1.2/#d-2-informative-references", "https://www.w3.org/TR/wai-aria-1.2/#bib-at-spi", "https://www.w3.org/TR/wai-aria-1.2/#bib-atk", "https://www.w3.org/TR/wai-aria-1.2/#bib-axapi", diff --git a/tr/ids/webgpu.json b/tr/ids/webgpu.json index 932f8cb5bdc4..2afe1266bef3 100644 --- a/tr/ids/webgpu.json +++ b/tr/ids/webgpu.json @@ -6228,9 +6228,9 @@ "https://www.w3.org/TR/webgpu/#ref-for-dictdef-gpupipelineerrorinit%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-gpupipelineerror%E2%91%A2", "https://www.w3.org/TR/webgpu/#ref-for-this", - "https://www.w3.org/TR/webgpu/#ref-for-dom-domexception-name", + "https://www.w3.org/TR/webgpu/#ref-for-domexception-name", "https://www.w3.org/TR/webgpu/#ref-for-this%E2%91%A0", - "https://www.w3.org/TR/webgpu/#ref-for-dom-domexception-message", + "https://www.w3.org/TR/webgpu/#ref-for-domexception-message", "https://www.w3.org/TR/webgpu/#ref-for-this%E2%91%A1", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelineerror-reason%E2%91%A0", "https://www.w3.org/TR/webgpu/#ref-for-dom-gpupipelineerrorinit-reason", @@ -14903,16 +14903,16 @@ "https://www.w3.org/TR/webgpu/#infopaneltitle-for-f8de33a3", "https://www.w3.org/TR/webgpu/#infopanel-for-f8de33a3", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-f8de33a3", - "https://www.w3.org/TR/webgpu/#1c385a8e", - "https://www.w3.org/TR/webgpu/#infopanel-for-1c385a8e", - "https://www.w3.org/TR/webgpu/#infopaneltitle-for-1c385a8e", - "https://www.w3.org/TR/webgpu/#infopanel-for-1c385a8e", - "https://www.w3.org/TR/webgpu/#infopaneltitle-for-1c385a8e", - "https://www.w3.org/TR/webgpu/#db82b00d", - "https://www.w3.org/TR/webgpu/#infopanel-for-db82b00d", - "https://www.w3.org/TR/webgpu/#infopaneltitle-for-db82b00d", - "https://www.w3.org/TR/webgpu/#infopanel-for-db82b00d", - "https://www.w3.org/TR/webgpu/#infopaneltitle-for-db82b00d", + "https://www.w3.org/TR/webgpu/#d210f680", + "https://www.w3.org/TR/webgpu/#infopanel-for-d210f680", + "https://www.w3.org/TR/webgpu/#infopaneltitle-for-d210f680", + "https://www.w3.org/TR/webgpu/#infopanel-for-d210f680", + "https://www.w3.org/TR/webgpu/#infopaneltitle-for-d210f680", + "https://www.w3.org/TR/webgpu/#44959ae4", + "https://www.w3.org/TR/webgpu/#infopanel-for-44959ae4", + "https://www.w3.org/TR/webgpu/#infopaneltitle-for-44959ae4", + "https://www.w3.org/TR/webgpu/#infopanel-for-44959ae4", + "https://www.w3.org/TR/webgpu/#infopaneltitle-for-44959ae4", "https://www.w3.org/TR/webgpu/#efd1ec5d", "https://www.w3.org/TR/webgpu/#infopanel-for-efd1ec5d", "https://www.w3.org/TR/webgpu/#infopaneltitle-for-efd1ec5d", diff --git a/tr/ids/webnn.json b/tr/ids/webnn.json index b9bc27c734e0..ba152ec86974 100644 --- a/tr/ids/webnn.json +++ b/tr/ids/webnn.json @@ -127,6 +127,8 @@ "https://www.w3.org/TR/webnn/#navigatorml", "https://www.w3.org/TR/webnn/#infopanel-for-navigatorml", "https://www.w3.org/TR/webnn/#infopaneltitle-for-navigatorml", + "https://www.w3.org/TR/webnn/#infopanel-for-navigatorml", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-navigatorml", "https://www.w3.org/TR/webnn/#ref-for-SecureContext", "https://www.w3.org/TR/webnn/#ref-for-SameObject", "https://www.w3.org/TR/webnn/#ref-for-ml%E2%91%A0", @@ -139,35 +141,49 @@ "https://www.w3.org/TR/webnn/#enumdef-mldevicetype", "https://www.w3.org/TR/webnn/#infopanel-for-enumdef-mldevicetype", "https://www.w3.org/TR/webnn/#infopaneltitle-for-enumdef-mldevicetype", + "https://www.w3.org/TR/webnn/#infopanel-for-enumdef-mldevicetype", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-enumdef-mldevicetype", "https://www.w3.org/TR/webnn/#dom-mldevicetype-cpu", "https://www.w3.org/TR/webnn/#dom-mldevicetype-gpu", "https://www.w3.org/TR/webnn/#enumdef-mlpowerpreference", "https://www.w3.org/TR/webnn/#infopanel-for-enumdef-mlpowerpreference", "https://www.w3.org/TR/webnn/#infopaneltitle-for-enumdef-mlpowerpreference", + "https://www.w3.org/TR/webnn/#infopanel-for-enumdef-mlpowerpreference", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-enumdef-mlpowerpreference", "https://www.w3.org/TR/webnn/#dom-mlpowerpreference-default", "https://www.w3.org/TR/webnn/#dom-mlpowerpreference-high-performance", "https://www.w3.org/TR/webnn/#dom-mlpowerpreference-low-power", "https://www.w3.org/TR/webnn/#dictdef-mlcontextoptions", "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlcontextoptions", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlcontextoptions", + "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlcontextoptions", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlcontextoptions", "https://www.w3.org/TR/webnn/#ref-for-enumdef-mldevicetype%E2%91%A0", "https://www.w3.org/TR/webnn/#dom-mlcontextoptions-devicetype", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlcontextoptions-devicetype", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlcontextoptions-devicetype", + "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlcontextoptions-devicetype", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlcontextoptions-devicetype", "https://www.w3.org/TR/webnn/#ref-for-enumdef-mlpowerpreference%E2%91%A0", "https://www.w3.org/TR/webnn/#dom-mlcontextoptions-powerpreference", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlcontextoptions-powerpreference", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlcontextoptions-powerpreference", + "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlcontextoptions-powerpreference", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlcontextoptions-powerpreference", "https://www.w3.org/TR/webnn/#ref-for-SecureContext%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-Exposed", "https://www.w3.org/TR/webnn/#ml", "https://www.w3.org/TR/webnn/#infopanel-for-ml", "https://www.w3.org/TR/webnn/#infopaneltitle-for-ml", + "https://www.w3.org/TR/webnn/#infopanel-for-ml", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-ml", "https://www.w3.org/TR/webnn/#ref-for-idl-promise%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webnn/#dom-ml-createcontext", "https://www.w3.org/TR/webnn/#infopanel-for-dom-ml-createcontext", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-ml-createcontext", + "https://www.w3.org/TR/webnn/#infopanel-for-dom-ml-createcontext", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-ml-createcontext", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlcontextoptions%E2%91%A1", "https://www.w3.org/TR/webnn/#dom-ml-createcontext-options-options", "https://www.w3.org/TR/webnn/#ref-for-idl-promise%E2%91%A1", @@ -180,6 +196,8 @@ "https://www.w3.org/TR/webnn/#dom-ml-createcontextsync", "https://www.w3.org/TR/webnn/#infopanel-for-dom-ml-createcontextsync", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-ml-createcontextsync", + "https://www.w3.org/TR/webnn/#infopanel-for-dom-ml-createcontextsync", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-ml-createcontextsync", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlcontextoptions%E2%91%A2", "https://www.w3.org/TR/webnn/#dom-ml-createcontextsync-options-options", "https://www.w3.org/TR/webnn/#ref-for-Exposed%E2%91%A1", @@ -192,6 +210,8 @@ "https://www.w3.org/TR/webnn/#webnn-feature", "https://www.w3.org/TR/webnn/#infopanel-for-webnn-feature", "https://www.w3.org/TR/webnn/#infopaneltitle-for-webnn-feature", + "https://www.w3.org/TR/webnn/#infopanel-for-webnn-feature", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-webnn-feature", "https://www.w3.org/TR/webnn/#ref-for-policy-controlled-feature-default-allowlist", "https://www.w3.org/TR/webnn/#api-ml-createcontext", "https://www.w3.org/TR/webnn/#ref-for-dom-ml-createcontext", @@ -210,6 +230,8 @@ "https://www.w3.org/TR/webnn/#create-context", "https://www.w3.org/TR/webnn/#infopanel-for-create-context", "https://www.w3.org/TR/webnn/#infopaneltitle-for-create-context", + "https://www.w3.org/TR/webnn/#infopanel-for-create-context", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-create-context", "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-gpu-device%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-contexttype-slot", @@ -258,6 +280,8 @@ "https://www.w3.org/TR/webnn/#mlgraph", "https://www.w3.org/TR/webnn/#infopanel-for-mlgraph", "https://www.w3.org/TR/webnn/#infopaneltitle-for-mlgraph", + "https://www.w3.org/TR/webnn/#infopanel-for-mlgraph", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-mlgraph", "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A6", "https://www.w3.org/TR/webnn/#dom-mlgraph-context-slot", "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A0%E2%91%A6", @@ -266,6 +290,8 @@ "https://www.w3.org/TR/webnn/#dom-mlgraph-inputdescriptors-slot", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraph-inputdescriptors-slot", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraph-inputdescriptors-slot", + "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraph-inputdescriptors-slot", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraph-inputdescriptors-slot", "https://www.w3.org/TR/webnn/#ref-for-idl-record", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMString", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor", @@ -276,6 +302,8 @@ "https://www.w3.org/TR/webnn/#dom-mlgraph-outputdescriptors-slot", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraph-outputdescriptors-slot", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraph-outputdescriptors-slot", + "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraph-outputdescriptors-slot", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraph-outputdescriptors-slot", "https://www.w3.org/TR/webnn/#ref-for-idl-record%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMString%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor%E2%91%A1", @@ -286,48 +314,74 @@ "https://www.w3.org/TR/webnn/#dom-mlgraph-implementation-slot", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraph-implementation-slot", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraph-implementation-slot", + "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraph-implementation-slot", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraph-implementation-slot", "https://www.w3.org/TR/webnn/#api-mloperanddescriptor", "https://www.w3.org/TR/webnn/#enumdef-mlinputoperandlayout", "https://www.w3.org/TR/webnn/#infopanel-for-enumdef-mlinputoperandlayout", "https://www.w3.org/TR/webnn/#infopaneltitle-for-enumdef-mlinputoperandlayout", + "https://www.w3.org/TR/webnn/#infopanel-for-enumdef-mlinputoperandlayout", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-enumdef-mlinputoperandlayout", "https://www.w3.org/TR/webnn/#dom-mlinputoperandlayout-nchw", "https://www.w3.org/TR/webnn/#dom-mlinputoperandlayout-nhwc", "https://www.w3.org/TR/webnn/#enumdef-mloperandtype", "https://www.w3.org/TR/webnn/#infopanel-for-enumdef-mloperandtype", "https://www.w3.org/TR/webnn/#infopaneltitle-for-enumdef-mloperandtype", + "https://www.w3.org/TR/webnn/#infopanel-for-enumdef-mloperandtype", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-enumdef-mloperandtype", "https://www.w3.org/TR/webnn/#dom-mloperandtype-float32", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mloperandtype-float32", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mloperandtype-float32", + "https://www.w3.org/TR/webnn/#infopanel-for-dom-mloperandtype-float32", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mloperandtype-float32", "https://www.w3.org/TR/webnn/#dom-mloperandtype-float16", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mloperandtype-float16", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mloperandtype-float16", + "https://www.w3.org/TR/webnn/#infopanel-for-dom-mloperandtype-float16", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mloperandtype-float16", "https://www.w3.org/TR/webnn/#dom-mloperandtype-int32", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mloperandtype-int32", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mloperandtype-int32", + "https://www.w3.org/TR/webnn/#infopanel-for-dom-mloperandtype-int32", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mloperandtype-int32", "https://www.w3.org/TR/webnn/#dom-mloperandtype-uint32", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mloperandtype-uint32", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mloperandtype-uint32", + "https://www.w3.org/TR/webnn/#infopanel-for-dom-mloperandtype-uint32", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mloperandtype-uint32", "https://www.w3.org/TR/webnn/#dom-mloperandtype-int8", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mloperandtype-int8", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mloperandtype-int8", + "https://www.w3.org/TR/webnn/#infopanel-for-dom-mloperandtype-int8", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mloperandtype-int8", "https://www.w3.org/TR/webnn/#dom-mloperandtype-uint8", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mloperandtype-uint8", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mloperandtype-uint8", + "https://www.w3.org/TR/webnn/#infopanel-for-dom-mloperandtype-uint8", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mloperandtype-uint8", "https://www.w3.org/TR/webnn/#dictdef-mloperanddescriptor", "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mloperanddescriptor", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mloperanddescriptor", + "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mloperanddescriptor", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mloperanddescriptor", "https://www.w3.org/TR/webnn/#ref-for-enumdef-mloperandtype%E2%91%A0", "https://www.w3.org/TR/webnn/#dom-mloperanddescriptor-type", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mloperanddescriptor-type", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mloperanddescriptor-type", + "https://www.w3.org/TR/webnn/#infopanel-for-dom-mloperanddescriptor-type", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mloperanddescriptor-type", "https://www.w3.org/TR/webnn/#ref-for-idl-sequence", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long", "https://www.w3.org/TR/webnn/#dom-mloperanddescriptor-dimensions", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mloperanddescriptor-dimensions", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mloperanddescriptor-dimensions", + "https://www.w3.org/TR/webnn/#infopanel-for-dom-mloperanddescriptor-dimensions", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mloperanddescriptor-dimensions", "https://www.w3.org/TR/webnn/#mloperanddescriptor-byte-length", "https://www.w3.org/TR/webnn/#infopanel-for-mloperanddescriptor-byte-length", "https://www.w3.org/TR/webnn/#infopaneltitle-for-mloperanddescriptor-byte-length", + "https://www.w3.org/TR/webnn/#infopanel-for-mloperanddescriptor-byte-length", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-mloperanddescriptor-byte-length", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-dimensions", "https://www.w3.org/TR/webnn/#ref-for-table-the-typedarray-constructors", @@ -341,25 +395,35 @@ "https://www.w3.org/TR/webnn/#mloperand", "https://www.w3.org/TR/webnn/#infopanel-for-mloperand", "https://www.w3.org/TR/webnn/#infopaneltitle-for-mloperand", + "https://www.w3.org/TR/webnn/#infopanel-for-mloperand", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-mloperand", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webnn/#dom-mloperand-builder-slot", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mloperand-builder-slot", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mloperand-builder-slot", + "https://www.w3.org/TR/webnn/#infopanel-for-dom-mloperand-builder-slot", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mloperand-builder-slot", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/webnn/#dom-mloperand-descriptor-slot", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mloperand-descriptor-slot", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mloperand-descriptor-slot", + "https://www.w3.org/TR/webnn/#infopanel-for-dom-mloperand-descriptor-slot", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mloperand-descriptor-slot", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webnn/#dom-mloperand-name-slot", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mloperand-name-slot", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mloperand-name-slot", + "https://www.w3.org/TR/webnn/#infopanel-for-dom-mloperand-name-slot", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mloperand-name-slot", "https://www.w3.org/TR/webnn/#ref-for-string", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webnn/#dom-mloperand-operand-slot", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mloperand-operand-slot", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mloperand-operand-slot", + "https://www.w3.org/TR/webnn/#infopanel-for-dom-mloperand-operand-slot", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mloperand-operand-slot", "https://www.w3.org/TR/webnn/#ref-for-blob-url-entry-object", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-implementation-defined", @@ -379,6 +443,8 @@ "https://www.w3.org/TR/webnn/#create-mloperand", "https://www.w3.org/TR/webnn/#infopanel-for-create-mloperand", "https://www.w3.org/TR/webnn/#infopaneltitle-for-create-mloperand", + "https://www.w3.org/TR/webnn/#infopanel-for-create-mloperand", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-create-mloperand", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-exceptiondef-typeerror", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMException%E2%91%A4", @@ -393,6 +459,8 @@ "https://www.w3.org/TR/webnn/#check-dimensions", "https://www.w3.org/TR/webnn/#infopanel-for-check-dimensions", "https://www.w3.org/TR/webnn/#infopaneltitle-for-check-dimensions", + "https://www.w3.org/TR/webnn/#infopanel-for-check-dimensions", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-check-dimensions", "https://www.w3.org/TR/webnn/#api-mlactivation", "https://www.w3.org/TR/webnn/#ref-for-mlactivation", "https://www.w3.org/TR/webnn/#ref-for-SecureContext%E2%91%A3", @@ -400,6 +468,8 @@ "https://www.w3.org/TR/webnn/#mlactivation", "https://www.w3.org/TR/webnn/#infopanel-for-mlactivation", "https://www.w3.org/TR/webnn/#infopaneltitle-for-mlactivation", + "https://www.w3.org/TR/webnn/#infopanel-for-mlactivation", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-mlactivation", "https://www.w3.org/TR/webnn/#ref-for-mlactivation%E2%91%A0", "https://www.w3.org/TR/webnn/#api-mlcontext", "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%91%A0", @@ -410,60 +480,90 @@ "https://www.w3.org/TR/webnn/#context-type", "https://www.w3.org/TR/webnn/#infopanel-for-context-type", "https://www.w3.org/TR/webnn/#infopaneltitle-for-context-type", + "https://www.w3.org/TR/webnn/#infopanel-for-context-type", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-context-type", "https://www.w3.org/TR/webnn/#default-context", "https://www.w3.org/TR/webnn/#infopanel-for-default-context", "https://www.w3.org/TR/webnn/#infopaneltitle-for-default-context", + "https://www.w3.org/TR/webnn/#infopanel-for-default-context", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-default-context", "https://www.w3.org/TR/webnn/#webgpu-context", "https://www.w3.org/TR/webnn/#infopanel-for-webgpu-context", "https://www.w3.org/TR/webnn/#infopaneltitle-for-webgpu-context", + "https://www.w3.org/TR/webnn/#infopanel-for-webgpu-context", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-webgpu-context", "https://www.w3.org/TR/webnn/#device-type", "https://www.w3.org/TR/webnn/#infopanel-for-device-type", "https://www.w3.org/TR/webnn/#infopaneltitle-for-device-type", + "https://www.w3.org/TR/webnn/#infopanel-for-device-type", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-device-type", "https://www.w3.org/TR/webnn/#device-type-cpu", "https://www.w3.org/TR/webnn/#infopanel-for-device-type-cpu", "https://www.w3.org/TR/webnn/#infopaneltitle-for-device-type-cpu", + "https://www.w3.org/TR/webnn/#infopanel-for-device-type-cpu", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-device-type-cpu", "https://www.w3.org/TR/webnn/#device-type-gpu", "https://www.w3.org/TR/webnn/#infopanel-for-device-type-gpu", "https://www.w3.org/TR/webnn/#infopaneltitle-for-device-type-gpu", + "https://www.w3.org/TR/webnn/#infopanel-for-device-type-gpu", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-device-type-gpu", "https://www.w3.org/TR/webnn/#power-preference", "https://www.w3.org/TR/webnn/#infopanel-for-power-preference", "https://www.w3.org/TR/webnn/#infopaneltitle-for-power-preference", + "https://www.w3.org/TR/webnn/#infopanel-for-power-preference", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-power-preference", "https://www.w3.org/TR/webnn/#power-preference-default", "https://www.w3.org/TR/webnn/#infopanel-for-power-preference-default", "https://www.w3.org/TR/webnn/#infopaneltitle-for-power-preference-default", + "https://www.w3.org/TR/webnn/#infopanel-for-power-preference-default", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-power-preference-default", "https://www.w3.org/TR/webnn/#power-preference-high-performance", "https://www.w3.org/TR/webnn/#infopanel-for-power-preference-high-performance", "https://www.w3.org/TR/webnn/#infopaneltitle-for-power-preference-high-performance", + "https://www.w3.org/TR/webnn/#infopanel-for-power-preference-high-performance", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-power-preference-high-performance", "https://www.w3.org/TR/webnn/#power-preference-low-power", "https://www.w3.org/TR/webnn/#infopanel-for-power-preference-low-power", "https://www.w3.org/TR/webnn/#infopaneltitle-for-power-preference-low-power", + "https://www.w3.org/TR/webnn/#infopanel-for-power-preference-low-power", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-power-preference-low-power", "https://www.w3.org/TR/webnn/#ref-for-idl-record%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMString%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-ArrayBufferView%E2%91%A2", "https://www.w3.org/TR/webnn/#typedefdef-mlnamedarraybufferviews", "https://www.w3.org/TR/webnn/#infopanel-for-typedefdef-mlnamedarraybufferviews", "https://www.w3.org/TR/webnn/#infopaneltitle-for-typedefdef-mlnamedarraybufferviews", + "https://www.w3.org/TR/webnn/#infopanel-for-typedefdef-mlnamedarraybufferviews", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-typedefdef-mlnamedarraybufferviews", "https://www.w3.org/TR/webnn/#ref-for-SecureContext%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-Exposed%E2%91%A5", "https://www.w3.org/TR/webnn/#mlcontext", "https://www.w3.org/TR/webnn/#infopanel-for-mlcontext", "https://www.w3.org/TR/webnn/#infopaneltitle-for-mlcontext", + "https://www.w3.org/TR/webnn/#infopanel-for-mlcontext", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-mlcontext", "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webnn/#dom-mlcontext-contexttype-slot", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlcontext-contexttype-slot", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlcontext-contexttype-slot", + "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlcontext-contexttype-slot", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlcontext-contexttype-slot", "https://www.w3.org/TR/webnn/#ref-for-context-type%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-context-type%E2%91%A1", "https://www.w3.org/TR/webnn/#dom-mlcontext-devicetype-slot", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlcontext-devicetype-slot", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlcontext-devicetype-slot", + "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlcontext-devicetype-slot", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlcontext-devicetype-slot", "https://www.w3.org/TR/webnn/#ref-for-device-type%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-device-type%E2%91%A4", "https://www.w3.org/TR/webnn/#dom-mlcontext-powerpreference-slot", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlcontext-powerpreference-slot", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlcontext-powerpreference-slot", + "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlcontext-powerpreference-slot", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlcontext-powerpreference-slot", "https://www.w3.org/TR/webnn/#ref-for-power-preference%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-power-preference%E2%91%A3", @@ -479,6 +579,8 @@ "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webnn/#infopanel-for-validate-mlcontext", "https://www.w3.org/TR/webnn/#infopaneltitle-for-validate-mlcontext", + "https://www.w3.org/TR/webnn/#infopanel-for-validate-mlcontext", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-validate-mlcontext", "https://www.w3.org/TR/webnn/#ref-for-dom-mlcontext-contexttype-slot%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-webgpu-context%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-default-context%E2%91%A1", @@ -504,6 +606,8 @@ "https://www.w3.org/TR/webnn/#dom-mlcontext-computesync", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlcontext-computesync", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlcontext-computesync", + "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlcontext-computesync", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlcontext-computesync", "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webnn/#dom-mlcontext-computesync-graph-inputs-outputs-graph", "https://www.w3.org/TR/webnn/#ref-for-typedefdef-mlnamedarraybufferviews%E2%91%A1", @@ -549,6 +653,8 @@ "https://www.w3.org/TR/webnn/#validate-buffer-with-descriptor", "https://www.w3.org/TR/webnn/#infopanel-for-validate-buffer-with-descriptor", "https://www.w3.org/TR/webnn/#infopaneltitle-for-validate-buffer-with-descriptor", + "https://www.w3.org/TR/webnn/#infopanel-for-validate-buffer-with-descriptor", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-validate-buffer-with-descriptor", "https://www.w3.org/TR/webnn/#ref-for-typedefdef-mlbufferview", "https://www.w3.org/TR/webnn/#ref-for-table-the-typedarray-constructors%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperanddescriptor-type%E2%91%A2", @@ -560,6 +666,8 @@ "https://www.w3.org/TR/webnn/#mlnamedarraybufferviews-transfer%E2%91%A0", "https://www.w3.org/TR/webnn/#infopanel-for-mlnamedarraybufferviews-transfer%E2%91%A0", "https://www.w3.org/TR/webnn/#infopaneltitle-for-mlnamedarraybufferviews-transfer%E2%91%A0", + "https://www.w3.org/TR/webnn/#infopanel-for-mlnamedarraybufferviews-transfer%E2%91%A0", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-mlnamedarraybufferviews-transfer%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-typedefdef-mlnamedarraybufferviews%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-typedefdef-mlnamedarraybufferviews%E2%91%A7", "https://www.w3.org/TR/webnn/#ref-for-arraybuffer-transfer", @@ -581,20 +689,28 @@ "https://www.w3.org/TR/webnn/#dictdef-mlcomputeresult", "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlcomputeresult", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlcomputeresult", + "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlcomputeresult", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlcomputeresult", "https://www.w3.org/TR/webnn/#ref-for-typedefdef-mlnamedarraybufferviews%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/webnn/#dom-mlcomputeresult-inputs", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlcomputeresult-inputs", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlcomputeresult-inputs", + "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlcomputeresult-inputs", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlcomputeresult-inputs", "https://www.w3.org/TR/webnn/#ref-for-typedefdef-mlnamedarraybufferviews%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/webnn/#dom-mlcomputeresult-outputs", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlcomputeresult-outputs", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlcomputeresult-outputs", + "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlcomputeresult-outputs", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlcomputeresult-outputs", "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-idl-promise%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mlcomputeresult", "https://www.w3.org/TR/webnn/#dom-mlcontext-compute", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlcontext-compute", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlcontext-compute", + "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlcontext-compute", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlcontext-compute", "https://www.w3.org/TR/webnn/#ref-for-mlgraph%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webnn/#dom-mlcontext-compute-graph-inputs-outputs-graph", "https://www.w3.org/TR/webnn/#ref-for-typedefdef-mlnamedarraybufferviews%E2%91%A0%E2%91%A1", @@ -667,6 +783,8 @@ "https://www.w3.org/TR/webnn/#dom-mlcontext-createcommandencoder", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlcontext-createcommandencoder", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlcontext-createcommandencoder", + "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlcontext-createcommandencoder", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlcontext-createcommandencoder", "https://www.w3.org/TR/webnn/#ref-for-mlcommandencoder%E2%91%A3", "https://www.w3.org/TR/webnn/#api-mlcommandencoder", "https://www.w3.org/TR/webnn/#ref-for-mlcommandencoder%E2%91%A4", @@ -677,17 +795,23 @@ "https://www.w3.org/TR/webnn/#typedefdef-mlgpuresource", "https://www.w3.org/TR/webnn/#infopanel-for-typedefdef-mlgpuresource", "https://www.w3.org/TR/webnn/#infopaneltitle-for-typedefdef-mlgpuresource", + "https://www.w3.org/TR/webnn/#infopanel-for-typedefdef-mlgpuresource", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-typedefdef-mlgpuresource", "https://www.w3.org/TR/webnn/#ref-for-idl-record%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMString%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-typedefdef-mlgpuresource", "https://www.w3.org/TR/webnn/#typedefdef-mlnamedgpuresources", "https://www.w3.org/TR/webnn/#infopanel-for-typedefdef-mlnamedgpuresources", "https://www.w3.org/TR/webnn/#infopaneltitle-for-typedefdef-mlnamedgpuresources", + "https://www.w3.org/TR/webnn/#infopanel-for-typedefdef-mlnamedgpuresources", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-typedefdef-mlnamedgpuresources", "https://www.w3.org/TR/webnn/#ref-for-SecureContext%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-Exposed%E2%91%A7", "https://www.w3.org/TR/webnn/#mlcommandencoder", "https://www.w3.org/TR/webnn/#infopanel-for-mlcommandencoder", "https://www.w3.org/TR/webnn/#infopaneltitle-for-mlcommandencoder", + "https://www.w3.org/TR/webnn/#infopanel-for-mlcommandencoder", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-mlcommandencoder", "https://www.w3.org/TR/webnn/#ref-for-mlcommandencoder%E2%91%A5", "https://www.w3.org/TR/webnn/#dom-mlcommandencoder-context-slot", "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A2%E2%91%A4", @@ -759,9 +883,13 @@ "https://www.w3.org/TR/webnn/#typedefdef-mlnamedoperands", "https://www.w3.org/TR/webnn/#infopanel-for-typedefdef-mlnamedoperands", "https://www.w3.org/TR/webnn/#infopaneltitle-for-typedefdef-mlnamedoperands", + "https://www.w3.org/TR/webnn/#infopanel-for-typedefdef-mlnamedoperands", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-typedefdef-mlnamedoperands", "https://www.w3.org/TR/webnn/#dictdef-mlbufferresourceview", "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlbufferresourceview", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlbufferresourceview", + "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlbufferresourceview", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlbufferresourceview", "https://www.w3.org/TR/webnn/#ref-for-buffer-interface%E2%91%A3", "https://www.w3.org/TR/webnn/#dom-mlbufferresourceview-resource", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long-long", @@ -773,20 +901,28 @@ "https://www.w3.org/TR/webnn/#typedefdef-mlbufferview", "https://www.w3.org/TR/webnn/#infopanel-for-typedefdef-mlbufferview", "https://www.w3.org/TR/webnn/#infopaneltitle-for-typedefdef-mlbufferview", + "https://www.w3.org/TR/webnn/#infopanel-for-typedefdef-mlbufferview", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-typedefdef-mlbufferview", "https://www.w3.org/TR/webnn/#ref-for-SecureContext%E2%91%A6", "https://www.w3.org/TR/webnn/#ref-for-Exposed%E2%91%A8", "https://www.w3.org/TR/webnn/#mlgraphbuilder", "https://www.w3.org/TR/webnn/#infopanel-for-mlgraphbuilder", "https://www.w3.org/TR/webnn/#infopaneltitle-for-mlgraphbuilder", + "https://www.w3.org/TR/webnn/#infopanel-for-mlgraphbuilder", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-mlgraphbuilder", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-mlgraphbuilder", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-mlgraphbuilder", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-mlgraphbuilder", + "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-mlgraphbuilder", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-mlgraphbuilder", "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-mlgraphbuilder-context-context", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-input", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-input", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-input", + "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-input", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-input", "https://www.w3.org/TR/webnn/#ref-for-idl-DOMString%E2%91%A4", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-input-name-descriptor-name", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor%E2%91%A6", @@ -795,6 +931,8 @@ "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-constant", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-constant", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-constant", + "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-constant", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-constant", "https://www.w3.org/TR/webnn/#ref-for-dictdef-mloperanddescriptor%E2%91%A7", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-constant-descriptor-bufferview-descriptor", "https://www.w3.org/TR/webnn/#ref-for-typedefdef-mlbufferview%E2%91%A0", @@ -803,6 +941,8 @@ "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-constant-value-type", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-constant-value-type", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-constant-value-type", + "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-constant-value-type", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-constant-value-type", "https://www.w3.org/TR/webnn/#ref-for-idl-double", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-constant-value-type-value", "https://www.w3.org/TR/webnn/#ref-for-enumdef-mloperandtype%E2%91%A1", @@ -812,6 +952,8 @@ "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-build", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-build", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-build", + "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-build", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-build", "https://www.w3.org/TR/webnn/#ref-for-typedefdef-mlnamedoperands", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-build-outputs-outputs", "https://www.w3.org/TR/webnn/#ref-for-Exposed%E2%91%A0%E2%93%AA", @@ -819,6 +961,8 @@ "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-buildsync", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-buildsync", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-buildsync", + "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-buildsync", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-buildsync", "https://www.w3.org/TR/webnn/#ref-for-typedefdef-mlnamedoperands%E2%91%A0", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-buildsync-outputs-outputs", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A0%E2%91%A1", @@ -836,6 +980,8 @@ "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-context-slot", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-context-slot", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-context-slot", + "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-context-slot", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-context-slot", "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-mlcontext%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A0%E2%91%A5", @@ -941,6 +1087,8 @@ "https://www.w3.org/TR/webnn/#dictdef-mlbatchnormalizationoptions", "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlbatchnormalizationoptions", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlbatchnormalizationoptions", + "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlbatchnormalizationoptions", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlbatchnormalizationoptions", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/webnn/#dom-mlbatchnormalizationoptions-scale", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A2%E2%91%A1", @@ -976,6 +1124,8 @@ "https://www.w3.org/TR/webnn/#dictdef-mlclampoptions", "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlclampoptions", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlclampoptions", + "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlclampoptions", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlclampoptions", "https://www.w3.org/TR/webnn/#ref-for-idl-float%E2%91%A1", "https://www.w3.org/TR/webnn/#dom-mlclampoptions-minvalue", "https://www.w3.org/TR/webnn/#ref-for-idl-float%E2%91%A2", @@ -1013,6 +1163,8 @@ "https://www.w3.org/TR/webnn/#enumdef-mlconv2dfilteroperandlayout", "https://www.w3.org/TR/webnn/#infopanel-for-enumdef-mlconv2dfilteroperandlayout", "https://www.w3.org/TR/webnn/#infopaneltitle-for-enumdef-mlconv2dfilteroperandlayout", + "https://www.w3.org/TR/webnn/#infopanel-for-enumdef-mlconv2dfilteroperandlayout", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-enumdef-mlconv2dfilteroperandlayout", "https://www.w3.org/TR/webnn/#dom-mlconv2dfilteroperandlayout-oihw", "https://www.w3.org/TR/webnn/#dom-mlconv2dfilteroperandlayout-hwio", "https://www.w3.org/TR/webnn/#dom-mlconv2dfilteroperandlayout-ohwi", @@ -1020,12 +1172,16 @@ "https://www.w3.org/TR/webnn/#enumdef-mlautopad", "https://www.w3.org/TR/webnn/#infopanel-for-enumdef-mlautopad", "https://www.w3.org/TR/webnn/#infopaneltitle-for-enumdef-mlautopad", + "https://www.w3.org/TR/webnn/#infopanel-for-enumdef-mlautopad", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-enumdef-mlautopad", "https://www.w3.org/TR/webnn/#dom-mlautopad-explicit", "https://www.w3.org/TR/webnn/#dom-mlautopad-same-upper", "https://www.w3.org/TR/webnn/#dom-mlautopad-same-lower", "https://www.w3.org/TR/webnn/#dictdef-mlconv2doptions", "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlconv2doptions", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlconv2doptions", + "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlconv2doptions", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlconv2doptions", "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A4", "https://www.w3.org/TR/webnn/#dom-mlconv2doptions-padding", @@ -1073,12 +1229,16 @@ "https://www.w3.org/TR/webnn/#enumdef-mlconvtranspose2dfilteroperandlayout", "https://www.w3.org/TR/webnn/#infopanel-for-enumdef-mlconvtranspose2dfilteroperandlayout", "https://www.w3.org/TR/webnn/#infopaneltitle-for-enumdef-mlconvtranspose2dfilteroperandlayout", + "https://www.w3.org/TR/webnn/#infopanel-for-enumdef-mlconvtranspose2dfilteroperandlayout", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-enumdef-mlconvtranspose2dfilteroperandlayout", "https://www.w3.org/TR/webnn/#dom-mlconvtranspose2dfilteroperandlayout-iohw", "https://www.w3.org/TR/webnn/#dom-mlconvtranspose2dfilteroperandlayout-hwoi", "https://www.w3.org/TR/webnn/#dom-mlconvtranspose2dfilteroperandlayout-ohwi", "https://www.w3.org/TR/webnn/#dictdef-mlconvtranspose2doptions", "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlconvtranspose2doptions", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlconvtranspose2doptions", + "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlconvtranspose2doptions", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlconvtranspose2doptions", "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A4", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/webnn/#dom-mlconvtranspose2doptions-padding", @@ -1221,6 +1381,8 @@ "https://www.w3.org/TR/webnn/#dictdef-mleluoptions", "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mleluoptions", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mleluoptions", + "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mleluoptions", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mleluoptions", "https://www.w3.org/TR/webnn/#ref-for-idl-float%E2%91%A5", "https://www.w3.org/TR/webnn/#dom-mleluoptions-alpha", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A1%E2%91%A6", @@ -1243,6 +1405,8 @@ "https://www.w3.org/TR/webnn/#dictdef-mlgemmoptions", "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlgemmoptions", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlgemmoptions", + "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlgemmoptions", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlgemmoptions", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/webnn/#dom-mlgemmoptions-c", "https://www.w3.org/TR/webnn/#ref-for-idl-float%E2%91%A7", @@ -1258,6 +1422,8 @@ "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-gemm", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-gemm", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-gemm", + "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-gemm", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-gemm", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-gemm-a-b-options-a", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A0%E2%91%A7", @@ -1277,17 +1443,23 @@ "https://www.w3.org/TR/webnn/#enumdef-mlgruweightlayout", "https://www.w3.org/TR/webnn/#infopanel-for-enumdef-mlgruweightlayout", "https://www.w3.org/TR/webnn/#infopaneltitle-for-enumdef-mlgruweightlayout", + "https://www.w3.org/TR/webnn/#infopanel-for-enumdef-mlgruweightlayout", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-enumdef-mlgruweightlayout", "https://www.w3.org/TR/webnn/#dom-mlgruweightlayout-zrn", "https://www.w3.org/TR/webnn/#dom-mlgruweightlayout-rzn", "https://www.w3.org/TR/webnn/#enumdef-mlrecurrentnetworkdirection", "https://www.w3.org/TR/webnn/#infopanel-for-enumdef-mlrecurrentnetworkdirection", "https://www.w3.org/TR/webnn/#infopaneltitle-for-enumdef-mlrecurrentnetworkdirection", + "https://www.w3.org/TR/webnn/#infopanel-for-enumdef-mlrecurrentnetworkdirection", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-enumdef-mlrecurrentnetworkdirection", "https://www.w3.org/TR/webnn/#dom-mlrecurrentnetworkdirection-forward", "https://www.w3.org/TR/webnn/#dom-mlrecurrentnetworkdirection-backward", "https://www.w3.org/TR/webnn/#dom-mlrecurrentnetworkdirection-both", "https://www.w3.org/TR/webnn/#dictdef-mlgruoptions", "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlgruoptions", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlgruoptions", + "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlgruoptions", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlgruoptions", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/webnn/#dom-mlgruoptions-bias", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A1%E2%91%A3", @@ -1340,6 +1512,8 @@ "https://www.w3.org/TR/webnn/#dictdef-mlgrucelloptions", "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlgrucelloptions", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlgrucelloptions", + "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlgrucelloptions", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlgrucelloptions", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/webnn/#dom-mlgrucelloptions-bias", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A2%E2%91%A7", @@ -1382,6 +1556,8 @@ "https://www.w3.org/TR/webnn/#dictdef-mlhardsigmoidoptions", "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlhardsigmoidoptions", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlhardsigmoidoptions", + "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlhardsigmoidoptions", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlhardsigmoidoptions", "https://www.w3.org/TR/webnn/#ref-for-idl-float%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/webnn/#dom-mlhardsigmoidoptions-alpha", "https://www.w3.org/TR/webnn/#ref-for-idl-float%E2%91%A0%E2%91%A2", @@ -1418,6 +1594,8 @@ "https://www.w3.org/TR/webnn/#dictdef-mlinstancenormalizationoptions", "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlinstancenormalizationoptions", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlinstancenormalizationoptions", + "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlinstancenormalizationoptions", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlinstancenormalizationoptions", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A4%E2%91%A8", "https://www.w3.org/TR/webnn/#dom-mlinstancenormalizationoptions-scale", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A5%E2%93%AA", @@ -1444,6 +1622,8 @@ "https://www.w3.org/TR/webnn/#dictdef-mlleakyreluoptions", "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlleakyreluoptions", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlleakyreluoptions", + "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlleakyreluoptions", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlleakyreluoptions", "https://www.w3.org/TR/webnn/#ref-for-idl-float%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/webnn/#dom-mlleakyreluoptions-alpha", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A2%E2%91%A3", @@ -1466,6 +1646,8 @@ "https://www.w3.org/TR/webnn/#dictdef-mllinearoptions", "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mllinearoptions", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mllinearoptions", + "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mllinearoptions", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mllinearoptions", "https://www.w3.org/TR/webnn/#ref-for-idl-float%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/webnn/#dom-mllinearoptions-alpha", "https://www.w3.org/TR/webnn/#ref-for-idl-float%E2%91%A1%E2%91%A0", @@ -1491,11 +1673,15 @@ "https://www.w3.org/TR/webnn/#enumdef-mllstmweightlayout", "https://www.w3.org/TR/webnn/#infopanel-for-enumdef-mllstmweightlayout", "https://www.w3.org/TR/webnn/#infopaneltitle-for-enumdef-mllstmweightlayout", + "https://www.w3.org/TR/webnn/#infopanel-for-enumdef-mllstmweightlayout", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-enumdef-mllstmweightlayout", "https://www.w3.org/TR/webnn/#dom-mllstmweightlayout-iofg", "https://www.w3.org/TR/webnn/#dom-mllstmweightlayout-ifgo", "https://www.w3.org/TR/webnn/#dictdef-mllstmoptions", "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mllstmoptions", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mllstmoptions", + "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mllstmoptions", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mllstmoptions", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A6%E2%91%A4", "https://www.w3.org/TR/webnn/#dom-mllstmoptions-bias", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A6%E2%91%A5", @@ -1551,6 +1737,8 @@ "https://www.w3.org/TR/webnn/#dictdef-mllstmcelloptions", "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mllstmcelloptions", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mllstmcelloptions", + "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mllstmcelloptions", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mllstmcelloptions", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A8%E2%91%A2", "https://www.w3.org/TR/webnn/#dom-mllstmcelloptions-bias", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A0%E2%91%A8%E2%91%A3", @@ -1608,6 +1796,8 @@ "https://www.w3.org/TR/webnn/#enumdef-mlpaddingmode", "https://www.w3.org/TR/webnn/#infopanel-for-enumdef-mlpaddingmode", "https://www.w3.org/TR/webnn/#infopaneltitle-for-enumdef-mlpaddingmode", + "https://www.w3.org/TR/webnn/#infopanel-for-enumdef-mlpaddingmode", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-enumdef-mlpaddingmode", "https://www.w3.org/TR/webnn/#dom-mlpaddingmode-constant", "https://www.w3.org/TR/webnn/#dom-mlpaddingmode-edge", "https://www.w3.org/TR/webnn/#dom-mlpaddingmode-reflection", @@ -1615,6 +1805,8 @@ "https://www.w3.org/TR/webnn/#dictdef-mlpadoptions", "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlpadoptions", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlpadoptions", + "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlpadoptions", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlpadoptions", "https://www.w3.org/TR/webnn/#ref-for-enumdef-mlpaddingmode", "https://www.w3.org/TR/webnn/#dom-mlpadoptions-mode", "https://www.w3.org/TR/webnn/#ref-for-idl-float%E2%91%A1%E2%91%A3", @@ -1644,11 +1836,15 @@ "https://www.w3.org/TR/webnn/#enumdef-mlroundingtype", "https://www.w3.org/TR/webnn/#infopanel-for-enumdef-mlroundingtype", "https://www.w3.org/TR/webnn/#infopaneltitle-for-enumdef-mlroundingtype", + "https://www.w3.org/TR/webnn/#infopanel-for-enumdef-mlroundingtype", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-enumdef-mlroundingtype", "https://www.w3.org/TR/webnn/#dom-mlroundingtype-floor", "https://www.w3.org/TR/webnn/#dom-mlroundingtype-ceil", "https://www.w3.org/TR/webnn/#dictdef-mlpool2doptions", "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlpool2doptions", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlpool2doptions", + "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlpool2doptions", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlpool2doptions", "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/webnn/#dom-mlpool2doptions-windowdimensions", @@ -1715,6 +1911,8 @@ "https://www.w3.org/TR/webnn/#dictdef-mlreduceoptions", "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlreduceoptions", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlreduceoptions", + "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlreduceoptions", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlreduceoptions", "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A4%E2%91%A0", "https://www.w3.org/TR/webnn/#dom-mlreduceoptions-axes", @@ -1801,11 +1999,15 @@ "https://www.w3.org/TR/webnn/#enumdef-mlinterpolationmode", "https://www.w3.org/TR/webnn/#infopanel-for-enumdef-mlinterpolationmode", "https://www.w3.org/TR/webnn/#infopaneltitle-for-enumdef-mlinterpolationmode", + "https://www.w3.org/TR/webnn/#infopanel-for-enumdef-mlinterpolationmode", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-enumdef-mlinterpolationmode", "https://www.w3.org/TR/webnn/#dom-mlinterpolationmode-nearest-neighbor", "https://www.w3.org/TR/webnn/#dom-mlinterpolationmode-linear", "https://www.w3.org/TR/webnn/#dictdef-mlresample2doptions", "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlresample2doptions", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlresample2doptions", + "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlresample2doptions", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlresample2doptions", "https://www.w3.org/TR/webnn/#ref-for-enumdef-mlinterpolationmode", "https://www.w3.org/TR/webnn/#dom-mlresample2doptions-mode", "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A1%E2%91%A4", @@ -1881,6 +2083,8 @@ "https://www.w3.org/TR/webnn/#dom-mlgraphbuilder-softmax%E2%91%A0", "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-softmax%E2%91%A0", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-softmax%E2%91%A0", + "https://www.w3.org/TR/webnn/#infopanel-for-dom-mlgraphbuilder-softmax%E2%91%A0", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dom-mlgraphbuilder-softmax%E2%91%A0", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A6%E2%91%A8", "https://www.w3.org/TR/webnn/#ref-for-mloperand%E2%91%A1%E2%91%A7%E2%93%AA", "https://www.w3.org/TR/webnn/#ref-for-mlactivation%E2%91%A2%E2%91%A2", @@ -1888,6 +2092,8 @@ "https://www.w3.org/TR/webnn/#dictdef-mlsoftplusoptions", "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlsoftplusoptions", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlsoftplusoptions", + "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlsoftplusoptions", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlsoftplusoptions", "https://www.w3.org/TR/webnn/#ref-for-idl-float%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/webnn/#dom-mlsoftplusoptions-steepness", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A3%E2%91%A8", @@ -1919,6 +2125,8 @@ "https://www.w3.org/TR/webnn/#dictdef-mlsplitoptions", "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlsplitoptions", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlsplitoptions", + "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlsplitoptions", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlsplitoptions", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A5%E2%91%A2", "https://www.w3.org/TR/webnn/#dom-mlsplitoptions-axis", "https://www.w3.org/TR/webnn/#ref-for-mlgraphbuilder%E2%91%A4%E2%91%A0", @@ -1947,6 +2155,8 @@ "https://www.w3.org/TR/webnn/#dictdef-mlsqueezeoptions", "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlsqueezeoptions", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlsqueezeoptions", + "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mlsqueezeoptions", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mlsqueezeoptions", "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A6%E2%91%A2", "https://www.w3.org/TR/webnn/#dom-mlsqueezeoptions-axes", @@ -1976,6 +2186,8 @@ "https://www.w3.org/TR/webnn/#dictdef-mltransposeoptions", "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mltransposeoptions", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mltransposeoptions", + "https://www.w3.org/TR/webnn/#infopanel-for-dictdef-mltransposeoptions", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dictdef-mltransposeoptions", "https://www.w3.org/TR/webnn/#ref-for-idl-sequence%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/webnn/#ref-for-idl-unsigned-long%E2%91%A6%E2%91%A4", "https://www.w3.org/TR/webnn/#dom-mltransposeoptions-permutation", @@ -2003,6 +2215,8 @@ "https://www.w3.org/TR/webnn/#ref-for-ArrayBufferView%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperandtype-float32", "https://www.w3.org/TR/webnn/#ref-for-idl-Float32Array", + "https://www.w3.org/TR/webnn/#ref-for-dom-mloperandtype-float16", + "https://www.w3.org/TR/webnn/#ref-for-sec-float16array", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperandtype-int32", "https://www.w3.org/TR/webnn/#ref-for-idl-Int32Array", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperandtype-uint32", @@ -2011,9 +2225,8 @@ "https://www.w3.org/TR/webnn/#ref-for-idl-Int8Array", "https://www.w3.org/TR/webnn/#ref-for-dom-mloperandtype-uint8", "https://www.w3.org/TR/webnn/#ref-for-idl-Uint8Array", - "https://www.w3.org/TR/webnn/#issue-6951340c", - "https://www.w3.org/TR/webnn/#ref-for-ArrayBufferView%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/webnn/#ref-for-dom-mloperandtype-float16", + "https://www.w3.org/TR/webnn/#ref-for-sec-float16array%E2%91%A0", + "https://www.w3.org/TR/webnn/#ref-for-idl-Uint16Array", "https://www.w3.org/TR/webnn/#acknowledgements", "https://www.w3.org/TR/webnn/#w3c-conformance", "https://www.w3.org/TR/webnn/#w3c-conventions", @@ -2025,195 +2238,333 @@ "https://www.w3.org/TR/webnn/#e2497c61", "https://www.w3.org/TR/webnn/#infopanel-for-e2497c61", "https://www.w3.org/TR/webnn/#infopaneltitle-for-e2497c61", + "https://www.w3.org/TR/webnn/#infopanel-for-e2497c61", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-e2497c61", "https://www.w3.org/TR/webnn/#134d399c", "https://www.w3.org/TR/webnn/#infopanel-for-134d399c", "https://www.w3.org/TR/webnn/#infopaneltitle-for-134d399c", + "https://www.w3.org/TR/webnn/#infopanel-for-134d399c", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-134d399c", "https://www.w3.org/TR/webnn/#e63ec40a", "https://www.w3.org/TR/webnn/#infopanel-for-e63ec40a", "https://www.w3.org/TR/webnn/#infopaneltitle-for-e63ec40a", + "https://www.w3.org/TR/webnn/#infopanel-for-e63ec40a", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-e63ec40a", "https://www.w3.org/TR/webnn/#38d90164", "https://www.w3.org/TR/webnn/#infopanel-for-38d90164", "https://www.w3.org/TR/webnn/#infopaneltitle-for-38d90164", + "https://www.w3.org/TR/webnn/#infopanel-for-38d90164", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-38d90164", "https://www.w3.org/TR/webnn/#023f906d", "https://www.w3.org/TR/webnn/#infopanel-for-023f906d", "https://www.w3.org/TR/webnn/#infopaneltitle-for-023f906d", + "https://www.w3.org/TR/webnn/#infopanel-for-023f906d", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-023f906d", "https://www.w3.org/TR/webnn/#87709b97", "https://www.w3.org/TR/webnn/#infopanel-for-87709b97", "https://www.w3.org/TR/webnn/#infopaneltitle-for-87709b97", + "https://www.w3.org/TR/webnn/#infopanel-for-87709b97", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-87709b97", + "https://www.w3.org/TR/webnn/#7bb7bc47", + "https://www.w3.org/TR/webnn/#infopanel-for-7bb7bc47", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-7bb7bc47", + "https://www.w3.org/TR/webnn/#infopanel-for-7bb7bc47", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-7bb7bc47", "https://www.w3.org/TR/webnn/#b8308563", "https://www.w3.org/TR/webnn/#infopanel-for-b8308563", "https://www.w3.org/TR/webnn/#infopaneltitle-for-b8308563", + "https://www.w3.org/TR/webnn/#infopanel-for-b8308563", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-b8308563", "https://www.w3.org/TR/webnn/#be0c27b2", "https://www.w3.org/TR/webnn/#infopanel-for-be0c27b2", "https://www.w3.org/TR/webnn/#infopaneltitle-for-be0c27b2", + "https://www.w3.org/TR/webnn/#infopanel-for-be0c27b2", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-be0c27b2", "https://www.w3.org/TR/webnn/#5d7209e9", "https://www.w3.org/TR/webnn/#infopanel-for-5d7209e9", "https://www.w3.org/TR/webnn/#infopaneltitle-for-5d7209e9", + "https://www.w3.org/TR/webnn/#infopanel-for-5d7209e9", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-5d7209e9", "https://www.w3.org/TR/webnn/#a4785085", "https://www.w3.org/TR/webnn/#infopanel-for-a4785085", "https://www.w3.org/TR/webnn/#infopaneltitle-for-a4785085", + "https://www.w3.org/TR/webnn/#infopanel-for-a4785085", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-a4785085", "https://www.w3.org/TR/webnn/#3610bd67", "https://www.w3.org/TR/webnn/#infopanel-for-3610bd67", "https://www.w3.org/TR/webnn/#infopaneltitle-for-3610bd67", + "https://www.w3.org/TR/webnn/#infopanel-for-3610bd67", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-3610bd67", "https://www.w3.org/TR/webnn/#3349d69f", "https://www.w3.org/TR/webnn/#infopanel-for-3349d69f", "https://www.w3.org/TR/webnn/#infopaneltitle-for-3349d69f", + "https://www.w3.org/TR/webnn/#infopanel-for-3349d69f", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-3349d69f", "https://www.w3.org/TR/webnn/#a72449dd", "https://www.w3.org/TR/webnn/#infopanel-for-a72449dd", "https://www.w3.org/TR/webnn/#infopaneltitle-for-a72449dd", + "https://www.w3.org/TR/webnn/#infopanel-for-a72449dd", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-a72449dd", "https://www.w3.org/TR/webnn/#e99bd18e", "https://www.w3.org/TR/webnn/#infopanel-for-e99bd18e", "https://www.w3.org/TR/webnn/#infopaneltitle-for-e99bd18e", + "https://www.w3.org/TR/webnn/#infopanel-for-e99bd18e", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-e99bd18e", "https://www.w3.org/TR/webnn/#77b4c09a", "https://www.w3.org/TR/webnn/#infopanel-for-77b4c09a", "https://www.w3.org/TR/webnn/#infopaneltitle-for-77b4c09a", + "https://www.w3.org/TR/webnn/#infopanel-for-77b4c09a", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-77b4c09a", "https://www.w3.org/TR/webnn/#1243a891", "https://www.w3.org/TR/webnn/#infopanel-for-1243a891", "https://www.w3.org/TR/webnn/#infopaneltitle-for-1243a891", + "https://www.w3.org/TR/webnn/#infopanel-for-1243a891", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-1243a891", "https://www.w3.org/TR/webnn/#860300d4", "https://www.w3.org/TR/webnn/#infopanel-for-860300d4", "https://www.w3.org/TR/webnn/#infopaneltitle-for-860300d4", + "https://www.w3.org/TR/webnn/#infopanel-for-860300d4", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-860300d4", "https://www.w3.org/TR/webnn/#0698d556", "https://www.w3.org/TR/webnn/#infopanel-for-0698d556", "https://www.w3.org/TR/webnn/#infopaneltitle-for-0698d556", + "https://www.w3.org/TR/webnn/#infopanel-for-0698d556", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-0698d556", "https://www.w3.org/TR/webnn/#c88e6590", "https://www.w3.org/TR/webnn/#infopanel-for-c88e6590", "https://www.w3.org/TR/webnn/#infopaneltitle-for-c88e6590", + "https://www.w3.org/TR/webnn/#infopanel-for-c88e6590", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-c88e6590", "https://www.w3.org/TR/webnn/#4ed2f1ff", "https://www.w3.org/TR/webnn/#infopanel-for-4ed2f1ff", "https://www.w3.org/TR/webnn/#infopaneltitle-for-4ed2f1ff", + "https://www.w3.org/TR/webnn/#infopanel-for-4ed2f1ff", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-4ed2f1ff", "https://www.w3.org/TR/webnn/#4acc25f4", "https://www.w3.org/TR/webnn/#infopanel-for-4acc25f4", "https://www.w3.org/TR/webnn/#infopaneltitle-for-4acc25f4", + "https://www.w3.org/TR/webnn/#infopanel-for-4acc25f4", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-4acc25f4", "https://www.w3.org/TR/webnn/#12d473bb", "https://www.w3.org/TR/webnn/#infopanel-for-12d473bb", "https://www.w3.org/TR/webnn/#infopaneltitle-for-12d473bb", + "https://www.w3.org/TR/webnn/#infopanel-for-12d473bb", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-12d473bb", "https://www.w3.org/TR/webnn/#30267b02", "https://www.w3.org/TR/webnn/#infopanel-for-30267b02", "https://www.w3.org/TR/webnn/#infopaneltitle-for-30267b02", + "https://www.w3.org/TR/webnn/#infopanel-for-30267b02", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-30267b02", "https://www.w3.org/TR/webnn/#09adced4", "https://www.w3.org/TR/webnn/#infopanel-for-09adced4", "https://www.w3.org/TR/webnn/#infopaneltitle-for-09adced4", + "https://www.w3.org/TR/webnn/#infopanel-for-09adced4", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-09adced4", "https://www.w3.org/TR/webnn/#2e08cf49", "https://www.w3.org/TR/webnn/#infopanel-for-2e08cf49", "https://www.w3.org/TR/webnn/#infopaneltitle-for-2e08cf49", + "https://www.w3.org/TR/webnn/#infopanel-for-2e08cf49", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-2e08cf49", "https://www.w3.org/TR/webnn/#4abf7301", "https://www.w3.org/TR/webnn/#infopanel-for-4abf7301", "https://www.w3.org/TR/webnn/#infopaneltitle-for-4abf7301", + "https://www.w3.org/TR/webnn/#infopanel-for-4abf7301", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-4abf7301", "https://www.w3.org/TR/webnn/#49f6fafc", "https://www.w3.org/TR/webnn/#infopanel-for-49f6fafc", "https://www.w3.org/TR/webnn/#infopaneltitle-for-49f6fafc", + "https://www.w3.org/TR/webnn/#infopanel-for-49f6fafc", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-49f6fafc", "https://www.w3.org/TR/webnn/#6c9ab516", "https://www.w3.org/TR/webnn/#infopanel-for-6c9ab516", "https://www.w3.org/TR/webnn/#infopaneltitle-for-6c9ab516", + "https://www.w3.org/TR/webnn/#infopanel-for-6c9ab516", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-6c9ab516", "https://www.w3.org/TR/webnn/#dca2de17", "https://www.w3.org/TR/webnn/#infopanel-for-dca2de17", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dca2de17", + "https://www.w3.org/TR/webnn/#infopanel-for-dca2de17", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dca2de17", "https://www.w3.org/TR/webnn/#8855a9aa", "https://www.w3.org/TR/webnn/#infopanel-for-8855a9aa", "https://www.w3.org/TR/webnn/#infopaneltitle-for-8855a9aa", + "https://www.w3.org/TR/webnn/#infopanel-for-8855a9aa", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-8855a9aa", "https://www.w3.org/TR/webnn/#24fec0b4", "https://www.w3.org/TR/webnn/#infopanel-for-24fec0b4", "https://www.w3.org/TR/webnn/#infopaneltitle-for-24fec0b4", + "https://www.w3.org/TR/webnn/#infopanel-for-24fec0b4", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-24fec0b4", "https://www.w3.org/TR/webnn/#889e932f", "https://www.w3.org/TR/webnn/#infopanel-for-889e932f", "https://www.w3.org/TR/webnn/#infopaneltitle-for-889e932f", + "https://www.w3.org/TR/webnn/#infopanel-for-889e932f", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-889e932f", "https://www.w3.org/TR/webnn/#0a296dfe", "https://www.w3.org/TR/webnn/#infopanel-for-0a296dfe", "https://www.w3.org/TR/webnn/#infopaneltitle-for-0a296dfe", + "https://www.w3.org/TR/webnn/#infopanel-for-0a296dfe", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-0a296dfe", "https://www.w3.org/TR/webnn/#0e951fad", "https://www.w3.org/TR/webnn/#infopanel-for-0e951fad", "https://www.w3.org/TR/webnn/#infopaneltitle-for-0e951fad", + "https://www.w3.org/TR/webnn/#infopanel-for-0e951fad", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-0e951fad", "https://www.w3.org/TR/webnn/#1c26b9f3", "https://www.w3.org/TR/webnn/#infopanel-for-1c26b9f3", "https://www.w3.org/TR/webnn/#infopaneltitle-for-1c26b9f3", + "https://www.w3.org/TR/webnn/#infopanel-for-1c26b9f3", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-1c26b9f3", "https://www.w3.org/TR/webnn/#3182eb71", "https://www.w3.org/TR/webnn/#infopanel-for-3182eb71", "https://www.w3.org/TR/webnn/#infopaneltitle-for-3182eb71", + "https://www.w3.org/TR/webnn/#infopanel-for-3182eb71", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-3182eb71", "https://www.w3.org/TR/webnn/#34443090", "https://www.w3.org/TR/webnn/#infopanel-for-34443090", "https://www.w3.org/TR/webnn/#infopaneltitle-for-34443090", + "https://www.w3.org/TR/webnn/#infopanel-for-34443090", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-34443090", "https://www.w3.org/TR/webnn/#bdbd19d1", "https://www.w3.org/TR/webnn/#infopanel-for-bdbd19d1", "https://www.w3.org/TR/webnn/#infopaneltitle-for-bdbd19d1", + "https://www.w3.org/TR/webnn/#infopanel-for-bdbd19d1", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-bdbd19d1", "https://www.w3.org/TR/webnn/#a5c91173", "https://www.w3.org/TR/webnn/#infopanel-for-a5c91173", "https://www.w3.org/TR/webnn/#infopaneltitle-for-a5c91173", + "https://www.w3.org/TR/webnn/#infopanel-for-a5c91173", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-a5c91173", "https://www.w3.org/TR/webnn/#b75bb3bd", "https://www.w3.org/TR/webnn/#infopanel-for-b75bb3bd", "https://www.w3.org/TR/webnn/#infopaneltitle-for-b75bb3bd", + "https://www.w3.org/TR/webnn/#infopanel-for-b75bb3bd", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-b75bb3bd", "https://www.w3.org/TR/webnn/#c3e881ef", "https://www.w3.org/TR/webnn/#infopanel-for-c3e881ef", "https://www.w3.org/TR/webnn/#infopaneltitle-for-c3e881ef", + "https://www.w3.org/TR/webnn/#infopanel-for-c3e881ef", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-c3e881ef", "https://www.w3.org/TR/webnn/#82ca3efc", "https://www.w3.org/TR/webnn/#infopanel-for-82ca3efc", "https://www.w3.org/TR/webnn/#infopaneltitle-for-82ca3efc", + "https://www.w3.org/TR/webnn/#infopanel-for-82ca3efc", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-82ca3efc", + "https://www.w3.org/TR/webnn/#49f6acb5", + "https://www.w3.org/TR/webnn/#infopanel-for-49f6acb5", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-49f6acb5", + "https://www.w3.org/TR/webnn/#infopanel-for-49f6acb5", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-49f6acb5", "https://www.w3.org/TR/webnn/#13d0450b", "https://www.w3.org/TR/webnn/#infopanel-for-13d0450b", "https://www.w3.org/TR/webnn/#infopaneltitle-for-13d0450b", + "https://www.w3.org/TR/webnn/#infopanel-for-13d0450b", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-13d0450b", "https://www.w3.org/TR/webnn/#95d7775a", "https://www.w3.org/TR/webnn/#infopanel-for-95d7775a", "https://www.w3.org/TR/webnn/#infopaneltitle-for-95d7775a", + "https://www.w3.org/TR/webnn/#infopanel-for-95d7775a", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-95d7775a", "https://www.w3.org/TR/webnn/#dacde8b5", "https://www.w3.org/TR/webnn/#infopanel-for-dacde8b5", "https://www.w3.org/TR/webnn/#infopaneltitle-for-dacde8b5", + "https://www.w3.org/TR/webnn/#infopanel-for-dacde8b5", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-dacde8b5", "https://www.w3.org/TR/webnn/#5372cca8", "https://www.w3.org/TR/webnn/#infopanel-for-5372cca8", "https://www.w3.org/TR/webnn/#infopaneltitle-for-5372cca8", + "https://www.w3.org/TR/webnn/#infopanel-for-5372cca8", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-5372cca8", "https://www.w3.org/TR/webnn/#e9acf661", "https://www.w3.org/TR/webnn/#infopanel-for-e9acf661", "https://www.w3.org/TR/webnn/#infopaneltitle-for-e9acf661", + "https://www.w3.org/TR/webnn/#infopanel-for-e9acf661", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-e9acf661", "https://www.w3.org/TR/webnn/#8c800cdf", "https://www.w3.org/TR/webnn/#infopanel-for-8c800cdf", "https://www.w3.org/TR/webnn/#infopaneltitle-for-8c800cdf", + "https://www.w3.org/TR/webnn/#infopanel-for-8c800cdf", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-8c800cdf", "https://www.w3.org/TR/webnn/#eec1be2d", "https://www.w3.org/TR/webnn/#infopanel-for-eec1be2d", "https://www.w3.org/TR/webnn/#infopaneltitle-for-eec1be2d", + "https://www.w3.org/TR/webnn/#infopanel-for-eec1be2d", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-eec1be2d", "https://www.w3.org/TR/webnn/#7b05fe24", "https://www.w3.org/TR/webnn/#infopanel-for-7b05fe24", "https://www.w3.org/TR/webnn/#infopaneltitle-for-7b05fe24", + "https://www.w3.org/TR/webnn/#infopanel-for-7b05fe24", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-7b05fe24", "https://www.w3.org/TR/webnn/#a32c65d4", "https://www.w3.org/TR/webnn/#infopanel-for-a32c65d4", "https://www.w3.org/TR/webnn/#infopaneltitle-for-a32c65d4", + "https://www.w3.org/TR/webnn/#infopanel-for-a32c65d4", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-a32c65d4", "https://www.w3.org/TR/webnn/#56f81a8e", "https://www.w3.org/TR/webnn/#infopanel-for-56f81a8e", "https://www.w3.org/TR/webnn/#infopaneltitle-for-56f81a8e", + "https://www.w3.org/TR/webnn/#infopanel-for-56f81a8e", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-56f81a8e", "https://www.w3.org/TR/webnn/#aedfadcb", "https://www.w3.org/TR/webnn/#infopanel-for-aedfadcb", "https://www.w3.org/TR/webnn/#infopaneltitle-for-aedfadcb", + "https://www.w3.org/TR/webnn/#infopanel-for-aedfadcb", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-aedfadcb", "https://www.w3.org/TR/webnn/#7787d359", "https://www.w3.org/TR/webnn/#infopanel-for-7787d359", "https://www.w3.org/TR/webnn/#infopaneltitle-for-7787d359", + "https://www.w3.org/TR/webnn/#infopanel-for-7787d359", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-7787d359", "https://www.w3.org/TR/webnn/#b262501e", "https://www.w3.org/TR/webnn/#infopanel-for-b262501e", "https://www.w3.org/TR/webnn/#infopaneltitle-for-b262501e", + "https://www.w3.org/TR/webnn/#infopanel-for-b262501e", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-b262501e", "https://www.w3.org/TR/webnn/#3b90bdcd", "https://www.w3.org/TR/webnn/#infopanel-for-3b90bdcd", "https://www.w3.org/TR/webnn/#infopaneltitle-for-3b90bdcd", + "https://www.w3.org/TR/webnn/#infopanel-for-3b90bdcd", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-3b90bdcd", "https://www.w3.org/TR/webnn/#9cce47fd", "https://www.w3.org/TR/webnn/#infopanel-for-9cce47fd", "https://www.w3.org/TR/webnn/#infopaneltitle-for-9cce47fd", + "https://www.w3.org/TR/webnn/#infopanel-for-9cce47fd", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-9cce47fd", "https://www.w3.org/TR/webnn/#4013a022", "https://www.w3.org/TR/webnn/#infopanel-for-4013a022", "https://www.w3.org/TR/webnn/#infopaneltitle-for-4013a022", + "https://www.w3.org/TR/webnn/#infopanel-for-4013a022", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-4013a022", "https://www.w3.org/TR/webnn/#69c80471", "https://www.w3.org/TR/webnn/#infopanel-for-69c80471", "https://www.w3.org/TR/webnn/#infopaneltitle-for-69c80471", + "https://www.w3.org/TR/webnn/#infopanel-for-69c80471", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-69c80471", "https://www.w3.org/TR/webnn/#5f90bbfb", "https://www.w3.org/TR/webnn/#infopanel-for-5f90bbfb", "https://www.w3.org/TR/webnn/#infopaneltitle-for-5f90bbfb", + "https://www.w3.org/TR/webnn/#infopanel-for-5f90bbfb", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-5f90bbfb", "https://www.w3.org/TR/webnn/#f32e046f", "https://www.w3.org/TR/webnn/#infopanel-for-f32e046f", "https://www.w3.org/TR/webnn/#infopaneltitle-for-f32e046f", + "https://www.w3.org/TR/webnn/#infopanel-for-f32e046f", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-f32e046f", "https://www.w3.org/TR/webnn/#e97a9688", "https://www.w3.org/TR/webnn/#infopanel-for-e97a9688", "https://www.w3.org/TR/webnn/#infopaneltitle-for-e97a9688", + "https://www.w3.org/TR/webnn/#infopanel-for-e97a9688", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-e97a9688", "https://www.w3.org/TR/webnn/#f14b47b8", "https://www.w3.org/TR/webnn/#infopanel-for-f14b47b8", "https://www.w3.org/TR/webnn/#infopaneltitle-for-f14b47b8", + "https://www.w3.org/TR/webnn/#infopanel-for-f14b47b8", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-f14b47b8", "https://www.w3.org/TR/webnn/#f3fd9d04", "https://www.w3.org/TR/webnn/#infopanel-for-f3fd9d04", "https://www.w3.org/TR/webnn/#infopaneltitle-for-f3fd9d04", + "https://www.w3.org/TR/webnn/#infopanel-for-f3fd9d04", + "https://www.w3.org/TR/webnn/#infopaneltitle-for-f3fd9d04", "https://www.w3.org/TR/webnn/#references", "https://www.w3.org/TR/webnn/#normative", "https://www.w3.org/TR/webnn/#biblio-css-values-4", diff --git a/tr/ids/window-management.json b/tr/ids/window-management.json index 11e0849306a2..f2319bbe645e 100644 --- a/tr/ids/window-management.json +++ b/tr/ids/window-management.json @@ -47,17 +47,23 @@ "https://www.w3.org/TR/window-management/#screen", "https://www.w3.org/TR/window-management/#infopanel-for-screen", "https://www.w3.org/TR/window-management/#infopaneltitle-for-screen", + "https://www.w3.org/TR/window-management/#infopanel-for-screen", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-screen", "https://www.w3.org/TR/window-management/#ref-for-screen%E2%91%A3", "https://www.w3.org/TR/window-management/#ref-for-screen%E2%91%A4", "https://www.w3.org/TR/window-management/#ref-for-screen%E2%91%A5", "https://www.w3.org/TR/window-management/#screen-color-depth", "https://www.w3.org/TR/window-management/#infopanel-for-screen-color-depth", "https://www.w3.org/TR/window-management/#infopaneltitle-for-screen-color-depth", + "https://www.w3.org/TR/window-management/#infopanel-for-screen-color-depth", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-screen-color-depth", "https://www.w3.org/TR/window-management/#ref-for-pixel-color-depth", "https://www.w3.org/TR/window-management/#ref-for-screen%E2%91%A6", "https://www.w3.org/TR/window-management/#screen-device-pixel-ratio", "https://www.w3.org/TR/window-management/#infopanel-for-screen-device-pixel-ratio", "https://www.w3.org/TR/window-management/#infopaneltitle-for-screen-device-pixel-ratio", + "https://www.w3.org/TR/window-management/#infopanel-for-screen-device-pixel-ratio", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-screen-device-pixel-ratio", "https://www.w3.org/TR/window-management/#ref-for-window%E2%91%A0", "https://www.w3.org/TR/window-management/#ref-for-dom-window-devicepixelratio", "https://www.w3.org/TR/window-management/#ref-for-px", @@ -66,10 +72,14 @@ "https://www.w3.org/TR/window-management/#screen-orientation", "https://www.w3.org/TR/window-management/#infopanel-for-screen-orientation", "https://www.w3.org/TR/window-management/#infopaneltitle-for-screen-orientation", + "https://www.w3.org/TR/window-management/#infopanel-for-screen-orientation", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-screen-orientation", "https://www.w3.org/TR/window-management/#ref-for-screen%E2%91%A8", "https://www.w3.org/TR/window-management/#screen-label", "https://www.w3.org/TR/window-management/#infopanel-for-screen-label", "https://www.w3.org/TR/window-management/#infopaneltitle-for-screen-label", + "https://www.w3.org/TR/window-management/#infopanel-for-screen-label", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-screen-label", "https://www.w3.org/TR/window-management/#ref-for-screen-label", "https://www.w3.org/TR/window-management/#ref-for-dfn-active-fingerprinting", "https://www.w3.org/TR/window-management/#ref-for-screen-label%E2%91%A0", @@ -80,11 +90,15 @@ "https://www.w3.org/TR/window-management/#screen-pixels", "https://www.w3.org/TR/window-management/#infopanel-for-screen-pixels", "https://www.w3.org/TR/window-management/#infopaneltitle-for-screen-pixels", + "https://www.w3.org/TR/window-management/#infopanel-for-screen-pixels", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-screen-pixels", "https://www.w3.org/TR/window-management/#ref-for-screen-pixels%E2%91%A0", "https://www.w3.org/TR/window-management/#ref-for-screen-pixels%E2%91%A1", "https://www.w3.org/TR/window-management/#pixel-color-depth", "https://www.w3.org/TR/window-management/#infopanel-for-pixel-color-depth", "https://www.w3.org/TR/window-management/#infopaneltitle-for-pixel-color-depth", + "https://www.w3.org/TR/window-management/#infopanel-for-pixel-color-depth", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-pixel-color-depth", "https://www.w3.org/TR/window-management/#ref-for-screen-pixels%E2%91%A2", "https://www.w3.org/TR/window-management/#ref-for-pixel-color-depth%E2%91%A0", "https://www.w3.org/TR/window-management/#ref-for-screen-pixels%E2%91%A3", @@ -93,6 +107,8 @@ "https://www.w3.org/TR/window-management/#screen-screen-area", "https://www.w3.org/TR/window-management/#infopanel-for-screen-screen-area", "https://www.w3.org/TR/window-management/#infopaneltitle-for-screen-screen-area", + "https://www.w3.org/TR/window-management/#infopanel-for-screen-screen-area", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-screen-screen-area", "https://www.w3.org/TR/window-management/#ref-for-screen-pixels%E2%91%A4", "https://www.w3.org/TR/window-management/#ref-for-web-exposed-screen-area", "https://www.w3.org/TR/window-management/#ref-for-screen%E2%91%A0%E2%91%A1", @@ -100,12 +116,16 @@ "https://www.w3.org/TR/window-management/#screen-width", "https://www.w3.org/TR/window-management/#infopanel-for-screen-width", "https://www.w3.org/TR/window-management/#infopaneltitle-for-screen-width", + "https://www.w3.org/TR/window-management/#infopanel-for-screen-width", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-screen-width", "https://www.w3.org/TR/window-management/#ref-for-screen-pixels%E2%91%A5", "https://www.w3.org/TR/window-management/#ref-for-screen-screen-area%E2%91%A0", "https://www.w3.org/TR/window-management/#ref-for-screen-screen-area%E2%91%A1", "https://www.w3.org/TR/window-management/#screen-height", "https://www.w3.org/TR/window-management/#infopanel-for-screen-height", "https://www.w3.org/TR/window-management/#infopaneltitle-for-screen-height", + "https://www.w3.org/TR/window-management/#infopanel-for-screen-height", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-screen-height", "https://www.w3.org/TR/window-management/#ref-for-screen-pixels%E2%91%A6", "https://www.w3.org/TR/window-management/#ref-for-screen-screen-area%E2%91%A2", "https://www.w3.org/TR/window-management/#ref-for-screen-width", @@ -118,6 +138,8 @@ "https://www.w3.org/TR/window-management/#screen-available-screen-area", "https://www.w3.org/TR/window-management/#infopanel-for-screen-available-screen-area", "https://www.w3.org/TR/window-management/#infopaneltitle-for-screen-available-screen-area", + "https://www.w3.org/TR/window-management/#infopanel-for-screen-available-screen-area", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-screen-available-screen-area", "https://www.w3.org/TR/window-management/#ref-for-screen-screen-area%E2%91%A4", "https://www.w3.org/TR/window-management/#ref-for-screen-screen-area%E2%91%A5", "https://www.w3.org/TR/window-management/#ref-for-screen-screen-area%E2%91%A6", @@ -126,12 +148,16 @@ "https://www.w3.org/TR/window-management/#screen-available-width", "https://www.w3.org/TR/window-management/#infopanel-for-screen-available-width", "https://www.w3.org/TR/window-management/#infopaneltitle-for-screen-available-width", + "https://www.w3.org/TR/window-management/#infopanel-for-screen-available-width", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-screen-available-width", "https://www.w3.org/TR/window-management/#ref-for-screen%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/window-management/#ref-for-screen-pixels%E2%91%A7", "https://www.w3.org/TR/window-management/#ref-for-screen-available-screen-area", "https://www.w3.org/TR/window-management/#screen-available-height", "https://www.w3.org/TR/window-management/#infopanel-for-screen-available-height", "https://www.w3.org/TR/window-management/#infopaneltitle-for-screen-available-height", + "https://www.w3.org/TR/window-management/#infopanel-for-screen-available-height", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-screen-available-height", "https://www.w3.org/TR/window-management/#ref-for-screen%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/window-management/#ref-for-screen-pixels%E2%91%A8", "https://www.w3.org/TR/window-management/#ref-for-screen-available-screen-area%E2%91%A0", @@ -139,10 +165,14 @@ "https://www.w3.org/TR/window-management/#virtual-screen-arrangement", "https://www.w3.org/TR/window-management/#infopanel-for-virtual-screen-arrangement", "https://www.w3.org/TR/window-management/#infopaneltitle-for-virtual-screen-arrangement", + "https://www.w3.org/TR/window-management/#infopanel-for-virtual-screen-arrangement", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-virtual-screen-arrangement", "https://www.w3.org/TR/window-management/#ref-for-screen%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/window-management/#multi-screen-origin", "https://www.w3.org/TR/window-management/#infopanel-for-multi-screen-origin", "https://www.w3.org/TR/window-management/#infopaneltitle-for-multi-screen-origin", + "https://www.w3.org/TR/window-management/#infopanel-for-multi-screen-origin", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-multi-screen-origin", "https://www.w3.org/TR/window-management/#ref-for-multi-screen-origin", "https://www.w3.org/TR/window-management/#ref-for-virtual-screen-arrangement", "https://www.w3.org/TR/window-management/#ref-for-multi-screen-origin%E2%91%A0", @@ -160,6 +190,8 @@ "https://www.w3.org/TR/window-management/#screen-screen-position", "https://www.w3.org/TR/window-management/#infopanel-for-screen-screen-position", "https://www.w3.org/TR/window-management/#infopaneltitle-for-screen-screen-position", + "https://www.w3.org/TR/window-management/#infopanel-for-screen-screen-position", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-screen-screen-position", "https://www.w3.org/TR/window-management/#ref-for-screen-screen-area%E2%91%A8", "https://www.w3.org/TR/window-management/#ref-for-virtual-screen-arrangement%E2%91%A3", "https://www.w3.org/TR/window-management/#ref-for-multi-screen-origin%E2%91%A2", @@ -168,6 +200,8 @@ "https://www.w3.org/TR/window-management/#screen-available-screen-position", "https://www.w3.org/TR/window-management/#infopanel-for-screen-available-screen-position", "https://www.w3.org/TR/window-management/#infopaneltitle-for-screen-available-screen-position", + "https://www.w3.org/TR/window-management/#infopanel-for-screen-available-screen-position", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-screen-available-screen-position", "https://www.w3.org/TR/window-management/#ref-for-screen-available-screen-area%E2%91%A1", "https://www.w3.org/TR/window-management/#ref-for-virtual-screen-arrangement%E2%91%A4", "https://www.w3.org/TR/window-management/#ref-for-multi-screen-origin%E2%91%A3", @@ -175,11 +209,15 @@ "https://www.w3.org/TR/window-management/#primary", "https://www.w3.org/TR/window-management/#infopanel-for-primary", "https://www.w3.org/TR/window-management/#infopaneltitle-for-primary", + "https://www.w3.org/TR/window-management/#infopanel-for-primary", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-primary", "https://www.w3.org/TR/window-management/#ref-for-screen%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/window-management/#ref-for-screen%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/window-management/#secondary", "https://www.w3.org/TR/window-management/#infopanel-for-secondary", "https://www.w3.org/TR/window-management/#infopaneltitle-for-secondary", + "https://www.w3.org/TR/window-management/#infopanel-for-secondary", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-secondary", "https://www.w3.org/TR/window-management/#ref-for-screen%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/window-management/#ref-for-primary%E2%91%A0", "https://www.w3.org/TR/window-management/#ref-for-secondary", @@ -188,9 +226,13 @@ "https://www.w3.org/TR/window-management/#internal", "https://www.w3.org/TR/window-management/#infopanel-for-internal", "https://www.w3.org/TR/window-management/#infopaneltitle-for-internal", + "https://www.w3.org/TR/window-management/#infopanel-for-internal", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-internal", "https://www.w3.org/TR/window-management/#external", "https://www.w3.org/TR/window-management/#infopanel-for-external", "https://www.w3.org/TR/window-management/#infopaneltitle-for-external", + "https://www.w3.org/TR/window-management/#infopanel-for-external", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-external", "https://www.w3.org/TR/window-management/#ref-for-external", "https://www.w3.org/TR/window-management/#ref-for-external%E2%91%A0", "https://www.w3.org/TR/window-management/#ref-for-external%E2%91%A1", @@ -209,12 +251,16 @@ "https://www.w3.org/TR/window-management/#current-screen", "https://www.w3.org/TR/window-management/#infopanel-for-current-screen", "https://www.w3.org/TR/window-management/#infopaneltitle-for-current-screen", + "https://www.w3.org/TR/window-management/#infopanel-for-current-screen", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-current-screen", "https://www.w3.org/TR/window-management/#ref-for-screen%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/window-management/#ref-for-window%E2%91%A2", "https://www.w3.org/TR/window-management/#concept-observable-screen-properties", "https://www.w3.org/TR/window-management/#screen-basic-observable-properties", "https://www.w3.org/TR/window-management/#infopanel-for-screen-basic-observable-properties", "https://www.w3.org/TR/window-management/#infopaneltitle-for-screen-basic-observable-properties", + "https://www.w3.org/TR/window-management/#infopanel-for-screen-basic-observable-properties", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-screen-basic-observable-properties", "https://www.w3.org/TR/window-management/#ref-for-screen%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/window-management/#ref-for-screen-width%E2%91%A1", "https://www.w3.org/TR/window-management/#ref-for-screen-height%E2%91%A1", @@ -227,6 +273,8 @@ "https://www.w3.org/TR/window-management/#screen-advanced-observable-properties", "https://www.w3.org/TR/window-management/#infopanel-for-screen-advanced-observable-properties", "https://www.w3.org/TR/window-management/#infopaneltitle-for-screen-advanced-observable-properties", + "https://www.w3.org/TR/window-management/#infopanel-for-screen-advanced-observable-properties", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-screen-advanced-observable-properties", "https://www.w3.org/TR/window-management/#ref-for-screen%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/window-management/#ref-for-screen-screen-position", "https://www.w3.org/TR/window-management/#ref-for-screen-available-screen-position", @@ -259,6 +307,8 @@ "https://www.w3.org/TR/window-management/#dom-screen-isextended", "https://www.w3.org/TR/window-management/#infopanel-for-dom-screen-isextended", "https://www.w3.org/TR/window-management/#infopaneltitle-for-dom-screen-isextended", + "https://www.w3.org/TR/window-management/#infopanel-for-dom-screen-isextended", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-dom-screen-isextended", "https://www.w3.org/TR/window-management/#ref-for-this", "https://www.w3.org/TR/window-management/#ref-for-concept-relevant-global", "https://www.w3.org/TR/window-management/#ref-for-concept-document-window", @@ -271,6 +321,8 @@ "https://www.w3.org/TR/window-management/#dom-screen-onchange", "https://www.w3.org/TR/window-management/#infopanel-for-dom-screen-onchange", "https://www.w3.org/TR/window-management/#infopaneltitle-for-dom-screen-onchange", + "https://www.w3.org/TR/window-management/#infopanel-for-dom-screen-onchange", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-dom-screen-onchange", "https://www.w3.org/TR/window-management/#ref-for-event-handler-idl-attributes", "https://www.w3.org/TR/window-management/#ref-for-event-handler-event-type", "https://www.w3.org/TR/window-management/#ref-for-eventdef-screen-change%E2%91%A0", @@ -284,6 +336,8 @@ "https://www.w3.org/TR/window-management/#eventdef-screen-change", "https://www.w3.org/TR/window-management/#infopanel-for-eventdef-screen-change", "https://www.w3.org/TR/window-management/#infopaneltitle-for-eventdef-screen-change", + "https://www.w3.org/TR/window-management/#infopanel-for-eventdef-screen-change", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-eventdef-screen-change", "https://www.w3.org/TR/window-management/#ref-for-screen%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/window-management/#ref-for-dom-window-screen%E2%91%A0", "https://www.w3.org/TR/window-management/#api-extensions-to-window", @@ -302,14 +356,20 @@ "https://www.w3.org/TR/window-management/#window-placement-task-source", "https://www.w3.org/TR/window-management/#infopanel-for-window-placement-task-source", "https://www.w3.org/TR/window-management/#infopaneltitle-for-window-placement-task-source", + "https://www.w3.org/TR/window-management/#infopanel-for-window-placement-task-source", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-window-placement-task-source", "https://www.w3.org/TR/window-management/#ref-for-window%E2%91%A7", "https://www.w3.org/TR/window-management/#ref-for-sec-object-internal-methods-and-internal-slots", "https://www.w3.org/TR/window-management/#dom-window-screendetails-slot", "https://www.w3.org/TR/window-management/#infopanel-for-dom-window-screendetails-slot", "https://www.w3.org/TR/window-management/#infopaneltitle-for-dom-window-screendetails-slot", + "https://www.w3.org/TR/window-management/#infopanel-for-dom-window-screendetails-slot", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-dom-window-screendetails-slot", "https://www.w3.org/TR/window-management/#dom-window-getscreendetails", "https://www.w3.org/TR/window-management/#infopanel-for-dom-window-getscreendetails", "https://www.w3.org/TR/window-management/#infopaneltitle-for-dom-window-getscreendetails", + "https://www.w3.org/TR/window-management/#infopanel-for-dom-window-getscreendetails", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-dom-window-getscreendetails", "https://www.w3.org/TR/window-management/#ref-for-a-new-promise", "https://www.w3.org/TR/window-management/#ref-for-this%E2%91%A0", "https://www.w3.org/TR/window-management/#ref-for-concept-relevant-global%E2%91%A1", @@ -362,6 +422,8 @@ "https://www.w3.org/TR/window-management/#dom-window-targetscreenfullscreen-slot", "https://www.w3.org/TR/window-management/#infopanel-for-dom-window-targetscreenfullscreen-slot", "https://www.w3.org/TR/window-management/#infopaneltitle-for-dom-window-targetscreenfullscreen-slot", + "https://www.w3.org/TR/window-management/#infopanel-for-dom-window-targetscreenfullscreen-slot", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-dom-window-targetscreenfullscreen-slot", "https://www.w3.org/TR/window-management/#ref-for-last-activation-timestamp", "https://www.w3.org/TR/window-management/#ref-for-dom-domhighrestimestamp", "https://www.w3.org/TR/window-management/#ref-for-window%E2%91%A0%E2%91%A1", @@ -401,6 +463,8 @@ "https://www.w3.org/TR/window-management/#screendetails", "https://www.w3.org/TR/window-management/#infopanel-for-screendetails", "https://www.w3.org/TR/window-management/#infopaneltitle-for-screendetails", + "https://www.w3.org/TR/window-management/#infopanel-for-screendetails", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-screendetails", "https://www.w3.org/TR/window-management/#ref-for-eventtarget%E2%91%A0", "https://www.w3.org/TR/window-management/#ref-for-idl-frozen-array", "https://www.w3.org/TR/window-management/#ref-for-screendetailed%E2%91%A3", @@ -416,6 +480,8 @@ "https://www.w3.org/TR/window-management/#dom-screendetails-screens", "https://www.w3.org/TR/window-management/#infopanel-for-dom-screendetails-screens", "https://www.w3.org/TR/window-management/#infopaneltitle-for-dom-screendetails-screens", + "https://www.w3.org/TR/window-management/#infopanel-for-dom-screendetails-screens", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-dom-screendetails-screens", "https://www.w3.org/TR/window-management/#ref-for-list", "https://www.w3.org/TR/window-management/#ref-for-screen%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/window-management/#ref-for-screendetailed%E2%91%A5", @@ -425,6 +491,8 @@ "https://www.w3.org/TR/window-management/#screen-ordering", "https://www.w3.org/TR/window-management/#infopanel-for-screen-ordering", "https://www.w3.org/TR/window-management/#infopaneltitle-for-screen-ordering", + "https://www.w3.org/TR/window-management/#infopanel-for-screen-ordering", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-screen-ordering", "https://www.w3.org/TR/window-management/#ref-for-screen%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/window-management/#ref-for-screen%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/window-management/#ref-for-screen-screen-position%E2%91%A0", @@ -438,6 +506,8 @@ "https://www.w3.org/TR/window-management/#dom-screendetails-currentscreen", "https://www.w3.org/TR/window-management/#infopanel-for-dom-screendetails-currentscreen", "https://www.w3.org/TR/window-management/#infopaneltitle-for-dom-screendetails-currentscreen", + "https://www.w3.org/TR/window-management/#infopanel-for-dom-screendetails-currentscreen", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-dom-screendetails-currentscreen", "https://www.w3.org/TR/window-management/#ref-for-screendetailed%E2%91%A6", "https://www.w3.org/TR/window-management/#ref-for-dom-screendetails-screens%E2%91%A2", "https://www.w3.org/TR/window-management/#ref-for-current-screen%E2%91%A3", @@ -464,6 +534,8 @@ "https://www.w3.org/TR/window-management/#dom-screendetails-onscreenschange", "https://www.w3.org/TR/window-management/#infopanel-for-dom-screendetails-onscreenschange", "https://www.w3.org/TR/window-management/#infopaneltitle-for-dom-screendetails-onscreenschange", + "https://www.w3.org/TR/window-management/#infopanel-for-dom-screendetails-onscreenschange", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-dom-screendetails-onscreenschange", "https://www.w3.org/TR/window-management/#ref-for-event-handler-idl-attributes%E2%91%A0", "https://www.w3.org/TR/window-management/#ref-for-event-handler-event-type%E2%91%A0", "https://www.w3.org/TR/window-management/#ref-for-eventdef-screendetails-screenschange", @@ -476,11 +548,15 @@ "https://www.w3.org/TR/window-management/#eventdef-screendetails-screenschange", "https://www.w3.org/TR/window-management/#infopanel-for-eventdef-screendetails-screenschange", "https://www.w3.org/TR/window-management/#infopaneltitle-for-eventdef-screendetails-screenschange", + "https://www.w3.org/TR/window-management/#infopanel-for-eventdef-screendetails-screenschange", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-eventdef-screendetails-screenschange", "https://www.w3.org/TR/window-management/#api-screendetails-oncurrentscreenchange-attribute", "https://www.w3.org/TR/window-management/#ref-for-dom-screendetails-oncurrentscreenchange%E2%91%A1", "https://www.w3.org/TR/window-management/#dom-screendetails-oncurrentscreenchange", "https://www.w3.org/TR/window-management/#infopanel-for-dom-screendetails-oncurrentscreenchange", "https://www.w3.org/TR/window-management/#infopaneltitle-for-dom-screendetails-oncurrentscreenchange", + "https://www.w3.org/TR/window-management/#infopanel-for-dom-screendetails-oncurrentscreenchange", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-dom-screendetails-oncurrentscreenchange", "https://www.w3.org/TR/window-management/#ref-for-event-handler-idl-attributes%E2%91%A1", "https://www.w3.org/TR/window-management/#ref-for-event-handler-event-type%E2%91%A1", "https://www.w3.org/TR/window-management/#ref-for-eventdef-screendetails-currentscreenchange%E2%91%A0", @@ -498,6 +574,8 @@ "https://www.w3.org/TR/window-management/#eventdef-screendetails-currentscreenchange", "https://www.w3.org/TR/window-management/#infopanel-for-eventdef-screendetails-currentscreenchange", "https://www.w3.org/TR/window-management/#infopaneltitle-for-eventdef-screendetails-currentscreenchange", + "https://www.w3.org/TR/window-management/#infopanel-for-eventdef-screendetails-currentscreenchange", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-eventdef-screendetails-currentscreenchange", "https://www.w3.org/TR/window-management/#ref-for-screendetails%E2%91%A6", "https://www.w3.org/TR/window-management/#ref-for-dom-window-screendetails-slot%E2%91%A2", "https://www.w3.org/TR/window-management/#api-screendetailed-interface", @@ -521,6 +599,8 @@ "https://www.w3.org/TR/window-management/#screendetailed", "https://www.w3.org/TR/window-management/#infopanel-for-screendetailed", "https://www.w3.org/TR/window-management/#infopaneltitle-for-screendetailed", + "https://www.w3.org/TR/window-management/#infopanel-for-screendetailed", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-screendetailed", "https://www.w3.org/TR/window-management/#ref-for-screen%E2%91%A4%E2%91%A2", "https://www.w3.org/TR/window-management/#ref-for-idl-long", "https://www.w3.org/TR/window-management/#ref-for-dom-screendetailed-availleft%E2%91%A0", @@ -541,30 +621,40 @@ "https://www.w3.org/TR/window-management/#dom-screendetailed-availleft", "https://www.w3.org/TR/window-management/#infopanel-for-dom-screendetailed-availleft", "https://www.w3.org/TR/window-management/#infopaneltitle-for-dom-screendetailed-availleft", + "https://www.w3.org/TR/window-management/#infopanel-for-dom-screendetailed-availleft", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-dom-screendetailed-availleft", "https://www.w3.org/TR/window-management/#ref-for-screen-available-screen-position%E2%91%A0", "https://www.w3.org/TR/window-management/#ref-for-this%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/window-management/#ref-for-screen%E2%91%A4%E2%91%A3", "https://www.w3.org/TR/window-management/#dom-screendetailed-availtop", "https://www.w3.org/TR/window-management/#infopanel-for-dom-screendetailed-availtop", "https://www.w3.org/TR/window-management/#infopaneltitle-for-dom-screendetailed-availtop", + "https://www.w3.org/TR/window-management/#infopanel-for-dom-screendetailed-availtop", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-dom-screendetailed-availtop", "https://www.w3.org/TR/window-management/#ref-for-screen-available-screen-position%E2%91%A1", "https://www.w3.org/TR/window-management/#ref-for-this%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/window-management/#ref-for-screen%E2%91%A4%E2%91%A4", "https://www.w3.org/TR/window-management/#dom-screendetailed-left", "https://www.w3.org/TR/window-management/#infopanel-for-dom-screendetailed-left", "https://www.w3.org/TR/window-management/#infopaneltitle-for-dom-screendetailed-left", + "https://www.w3.org/TR/window-management/#infopanel-for-dom-screendetailed-left", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-dom-screendetailed-left", "https://www.w3.org/TR/window-management/#ref-for-screen-screen-position%E2%91%A6", "https://www.w3.org/TR/window-management/#ref-for-this%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/window-management/#ref-for-screen%E2%91%A4%E2%91%A5", "https://www.w3.org/TR/window-management/#dom-screendetailed-top", "https://www.w3.org/TR/window-management/#infopanel-for-dom-screendetailed-top", "https://www.w3.org/TR/window-management/#infopaneltitle-for-dom-screendetailed-top", + "https://www.w3.org/TR/window-management/#infopanel-for-dom-screendetailed-top", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-dom-screendetailed-top", "https://www.w3.org/TR/window-management/#ref-for-screen-screen-position%E2%91%A7", "https://www.w3.org/TR/window-management/#ref-for-this%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/window-management/#ref-for-screen%E2%91%A4%E2%91%A6", "https://www.w3.org/TR/window-management/#dom-screendetailed-isprimary", "https://www.w3.org/TR/window-management/#infopanel-for-dom-screendetailed-isprimary", "https://www.w3.org/TR/window-management/#infopaneltitle-for-dom-screendetailed-isprimary", + "https://www.w3.org/TR/window-management/#infopanel-for-dom-screendetailed-isprimary", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-dom-screendetailed-isprimary", "https://www.w3.org/TR/window-management/#ref-for-this%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/window-management/#ref-for-screen%E2%91%A4%E2%91%A7", "https://www.w3.org/TR/window-management/#ref-for-primary%E2%91%A2", @@ -572,18 +662,24 @@ "https://www.w3.org/TR/window-management/#dom-screendetailed-isinternal", "https://www.w3.org/TR/window-management/#infopanel-for-dom-screendetailed-isinternal", "https://www.w3.org/TR/window-management/#infopaneltitle-for-dom-screendetailed-isinternal", + "https://www.w3.org/TR/window-management/#infopanel-for-dom-screendetailed-isinternal", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-dom-screendetailed-isinternal", "https://www.w3.org/TR/window-management/#ref-for-this%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/window-management/#ref-for-screen%E2%91%A5%E2%93%AA", "https://www.w3.org/TR/window-management/#ref-for-internal%E2%91%A5", "https://www.w3.org/TR/window-management/#dom-screendetailed-devicepixelratio", "https://www.w3.org/TR/window-management/#infopanel-for-dom-screendetailed-devicepixelratio", "https://www.w3.org/TR/window-management/#infopaneltitle-for-dom-screendetailed-devicepixelratio", + "https://www.w3.org/TR/window-management/#infopanel-for-dom-screendetailed-devicepixelratio", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-dom-screendetailed-devicepixelratio", "https://www.w3.org/TR/window-management/#ref-for-screen-device-pixel-ratio%E2%91%A1", "https://www.w3.org/TR/window-management/#ref-for-this%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/window-management/#ref-for-screen%E2%91%A5%E2%91%A0", "https://www.w3.org/TR/window-management/#dom-screendetailed-label", "https://www.w3.org/TR/window-management/#infopanel-for-dom-screendetailed-label", "https://www.w3.org/TR/window-management/#infopaneltitle-for-dom-screendetailed-label", + "https://www.w3.org/TR/window-management/#infopanel-for-dom-screendetailed-label", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-dom-screendetailed-label", "https://www.w3.org/TR/window-management/#ref-for-screen-label%E2%91%A2", "https://www.w3.org/TR/window-management/#ref-for-this%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/window-management/#ref-for-screen%E2%91%A5%E2%91%A1", @@ -592,6 +688,8 @@ "https://www.w3.org/TR/window-management/#dom-screendetailed-onchange", "https://www.w3.org/TR/window-management/#infopanel-for-dom-screendetailed-onchange", "https://www.w3.org/TR/window-management/#infopaneltitle-for-dom-screendetailed-onchange", + "https://www.w3.org/TR/window-management/#infopanel-for-dom-screendetailed-onchange", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-dom-screendetailed-onchange", "https://www.w3.org/TR/window-management/#ref-for-dom-screen-onchange%E2%91%A2", "https://www.w3.org/TR/window-management/#ref-for-screen%E2%91%A5%E2%91%A2", "https://www.w3.org/TR/window-management/#ref-for-screen-basic-observable-properties%E2%91%A1", @@ -605,6 +703,8 @@ "https://www.w3.org/TR/window-management/#eventdef-screendetailed-change", "https://www.w3.org/TR/window-management/#infopanel-for-eventdef-screendetailed-change", "https://www.w3.org/TR/window-management/#infopaneltitle-for-eventdef-screendetailed-change", + "https://www.w3.org/TR/window-management/#infopanel-for-eventdef-screendetailed-change", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-eventdef-screendetailed-change", "https://www.w3.org/TR/window-management/#api-extensions-to-fullscreen-options", "https://www.w3.org/TR/window-management/#ref-for-dictdef-fullscreenoptions%E2%91%A0", "https://www.w3.org/TR/window-management/#ref-for-dom-fullscreenoptions-screen", @@ -616,6 +716,8 @@ "https://www.w3.org/TR/window-management/#dom-fullscreenoptions-screen", "https://www.w3.org/TR/window-management/#infopanel-for-dom-fullscreenoptions-screen", "https://www.w3.org/TR/window-management/#infopaneltitle-for-dom-fullscreenoptions-screen", + "https://www.w3.org/TR/window-management/#infopanel-for-dom-fullscreenoptions-screen", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-dom-fullscreenoptions-screen", "https://www.w3.org/TR/window-management/#ref-for-screen%E2%91%A5%E2%91%A5", "https://www.w3.org/TR/window-management/#api-element-requestfullscreen-method-definition-changes", "https://www.w3.org/TR/window-management/#ref-for-dom-element-requestfullscreen%E2%91%A0", @@ -636,6 +738,8 @@ "https://www.w3.org/TR/window-management/#permissiondef-window-management", "https://www.w3.org/TR/window-management/#infopanel-for-permissiondef-window-management", "https://www.w3.org/TR/window-management/#infopaneltitle-for-permissiondef-window-management", + "https://www.w3.org/TR/window-management/#infopanel-for-permissiondef-window-management", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-permissiondef-window-management", "https://www.w3.org/TR/window-management/#ref-for-permissiondef-window-management%E2%91%A0", "https://www.w3.org/TR/window-management/#issue-0a4a425c", "https://www.w3.org/TR/window-management/#ref-for-permissiondef-window-management%E2%91%A1", @@ -645,6 +749,8 @@ "https://www.w3.org/TR/window-management/#dom-permissionpolicy-window-management", "https://www.w3.org/TR/window-management/#infopanel-for-dom-permissionpolicy-window-management", "https://www.w3.org/TR/window-management/#infopaneltitle-for-dom-permissionpolicy-window-management", + "https://www.w3.org/TR/window-management/#infopanel-for-dom-permissionpolicy-window-management", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-dom-permissionpolicy-window-management", "https://www.w3.org/TR/window-management/#ref-for-dom-screen-isextended%E2%91%A5", "https://www.w3.org/TR/window-management/#ref-for-dom-window-getscreendetails%E2%91%A4", "https://www.w3.org/TR/window-management/#ref-for-policy-controlled-feature-default-allowlist", @@ -686,192 +792,316 @@ "https://www.w3.org/TR/window-management/#index", "https://www.w3.org/TR/window-management/#index-defined-here", "https://www.w3.org/TR/window-management/#index-defined-elsewhere", - "https://www.w3.org/TR/window-management/#410b8791a225bd2a6fb146c400de6819", - "https://www.w3.org/TR/window-management/#infopanel-for-410b8791a225bd2a6fb146c400de6819", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-410b8791a225bd2a6fb146c400de6819", - "https://www.w3.org/TR/window-management/#10be45ecdb8c3bd625140efeff1508ee", - "https://www.w3.org/TR/window-management/#infopanel-for-10be45ecdb8c3bd625140efeff1508ee", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-10be45ecdb8c3bd625140efeff1508ee", - "https://www.w3.org/TR/window-management/#6b46be30a7dbee593b087d0e43c324f5", - "https://www.w3.org/TR/window-management/#infopanel-for-6b46be30a7dbee593b087d0e43c324f5", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-6b46be30a7dbee593b087d0e43c324f5", - "https://www.w3.org/TR/window-management/#93507e19c7b69ab61c90ab0445206f1d", - "https://www.w3.org/TR/window-management/#infopanel-for-93507e19c7b69ab61c90ab0445206f1d", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-93507e19c7b69ab61c90ab0445206f1d", - "https://www.w3.org/TR/window-management/#d13a3b7eb782089bfcacfae7a5576be9", - "https://www.w3.org/TR/window-management/#infopanel-for-d13a3b7eb782089bfcacfae7a5576be9", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-d13a3b7eb782089bfcacfae7a5576be9", - "https://www.w3.org/TR/window-management/#98f33d7982703092421d067a12a1ebfa", - "https://www.w3.org/TR/window-management/#infopanel-for-98f33d7982703092421d067a12a1ebfa", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-98f33d7982703092421d067a12a1ebfa", - "https://www.w3.org/TR/window-management/#2f0ab16bdcc13285a7a9001a4987b1f1", - "https://www.w3.org/TR/window-management/#infopanel-for-2f0ab16bdcc13285a7a9001a4987b1f1", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-2f0ab16bdcc13285a7a9001a4987b1f1", - "https://www.w3.org/TR/window-management/#46ad06d0adee6b4b64bc815def4374e6", - "https://www.w3.org/TR/window-management/#infopanel-for-46ad06d0adee6b4b64bc815def4374e6", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-46ad06d0adee6b4b64bc815def4374e6", - "https://www.w3.org/TR/window-management/#bb56846dce44e54661c9ca7bc392bc9d", - "https://www.w3.org/TR/window-management/#infopanel-for-bb56846dce44e54661c9ca7bc392bc9d", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-bb56846dce44e54661c9ca7bc392bc9d", - "https://www.w3.org/TR/window-management/#9f2b515e9e4e6f2dce55f88257df53b0", - "https://www.w3.org/TR/window-management/#infopanel-for-9f2b515e9e4e6f2dce55f88257df53b0", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-9f2b515e9e4e6f2dce55f88257df53b0", - "https://www.w3.org/TR/window-management/#c942ca3e03dbb34ef28fe2d8a69d2c84", - "https://www.w3.org/TR/window-management/#infopanel-for-c942ca3e03dbb34ef28fe2d8a69d2c84", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-c942ca3e03dbb34ef28fe2d8a69d2c84", - "https://www.w3.org/TR/window-management/#7c652bfa9e8aca27b9e2b6ae03049a35", - "https://www.w3.org/TR/window-management/#infopanel-for-7c652bfa9e8aca27b9e2b6ae03049a35", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-7c652bfa9e8aca27b9e2b6ae03049a35", - "https://www.w3.org/TR/window-management/#953c4d676991e8fd6ae1c6bc6d44b7fb", - "https://www.w3.org/TR/window-management/#infopanel-for-953c4d676991e8fd6ae1c6bc6d44b7fb", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-953c4d676991e8fd6ae1c6bc6d44b7fb", - "https://www.w3.org/TR/window-management/#22ba40d53e7d7fe6859a450c3322a0fe", - "https://www.w3.org/TR/window-management/#infopanel-for-22ba40d53e7d7fe6859a450c3322a0fe", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-22ba40d53e7d7fe6859a450c3322a0fe", - "https://www.w3.org/TR/window-management/#a6aa66e0075314e8eefa4e662cb40fbb", - "https://www.w3.org/TR/window-management/#infopanel-for-a6aa66e0075314e8eefa4e662cb40fbb", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-a6aa66e0075314e8eefa4e662cb40fbb", - "https://www.w3.org/TR/window-management/#985c42e2af63b3e74bd3b70d55668fd4", - "https://www.w3.org/TR/window-management/#infopanel-for-985c42e2af63b3e74bd3b70d55668fd4", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-985c42e2af63b3e74bd3b70d55668fd4", - "https://www.w3.org/TR/window-management/#15045c15505e025cd6b6d0f134b7c986", - "https://www.w3.org/TR/window-management/#infopanel-for-15045c15505e025cd6b6d0f134b7c986", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-15045c15505e025cd6b6d0f134b7c986", - "https://www.w3.org/TR/window-management/#b38c0514f9f3397f516d4fefd2fd346e", - "https://www.w3.org/TR/window-management/#infopanel-for-b38c0514f9f3397f516d4fefd2fd346e", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-b38c0514f9f3397f516d4fefd2fd346e", - "https://www.w3.org/TR/window-management/#440a3a8550f27dbef01b921622a2849f", - "https://www.w3.org/TR/window-management/#infopanel-for-440a3a8550f27dbef01b921622a2849f", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-440a3a8550f27dbef01b921622a2849f", - "https://www.w3.org/TR/window-management/#5d66818935d3b5b26fe1f12e414c37e6", - "https://www.w3.org/TR/window-management/#infopanel-for-5d66818935d3b5b26fe1f12e414c37e6", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-5d66818935d3b5b26fe1f12e414c37e6", - "https://www.w3.org/TR/window-management/#17f1422256aaa84ed73c3e82e27bec5c", - "https://www.w3.org/TR/window-management/#infopanel-for-17f1422256aaa84ed73c3e82e27bec5c", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-17f1422256aaa84ed73c3e82e27bec5c", - "https://www.w3.org/TR/window-management/#2cdf1229f09bab2d8e5658d2ec9ecf2e", - "https://www.w3.org/TR/window-management/#infopanel-for-2cdf1229f09bab2d8e5658d2ec9ecf2e", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-2cdf1229f09bab2d8e5658d2ec9ecf2e", - "https://www.w3.org/TR/window-management/#c5be78feb248086ab6bdb68f50541440", - "https://www.w3.org/TR/window-management/#infopanel-for-c5be78feb248086ab6bdb68f50541440", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-c5be78feb248086ab6bdb68f50541440", - "https://www.w3.org/TR/window-management/#716703f1068cc638b4235f83154eff6c", - "https://www.w3.org/TR/window-management/#infopanel-for-716703f1068cc638b4235f83154eff6c", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-716703f1068cc638b4235f83154eff6c", - "https://www.w3.org/TR/window-management/#d1f0a86fd49be388d8b0159e241a1172", - "https://www.w3.org/TR/window-management/#infopanel-for-d1f0a86fd49be388d8b0159e241a1172", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-d1f0a86fd49be388d8b0159e241a1172", - "https://www.w3.org/TR/window-management/#de11cdc07a64c79878f1c3074e81554a", - "https://www.w3.org/TR/window-management/#infopanel-for-de11cdc07a64c79878f1c3074e81554a", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-de11cdc07a64c79878f1c3074e81554a", - "https://www.w3.org/TR/window-management/#3dc9eee4a6a1d169f561b6d87bd08573", - "https://www.w3.org/TR/window-management/#infopanel-for-3dc9eee4a6a1d169f561b6d87bd08573", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-3dc9eee4a6a1d169f561b6d87bd08573", - "https://www.w3.org/TR/window-management/#04e6c32034490f45e4757ead7871de18", - "https://www.w3.org/TR/window-management/#infopanel-for-04e6c32034490f45e4757ead7871de18", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-04e6c32034490f45e4757ead7871de18", - "https://www.w3.org/TR/window-management/#293dcd27f7228c1698581dc6518812f9", - "https://www.w3.org/TR/window-management/#infopanel-for-293dcd27f7228c1698581dc6518812f9", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-293dcd27f7228c1698581dc6518812f9", - "https://www.w3.org/TR/window-management/#63ae16e3c4cc120a678b317e8329b704", - "https://www.w3.org/TR/window-management/#infopanel-for-63ae16e3c4cc120a678b317e8329b704", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-63ae16e3c4cc120a678b317e8329b704", - "https://www.w3.org/TR/window-management/#e76cd636ec243fdd4a25330499736463", - "https://www.w3.org/TR/window-management/#infopanel-for-e76cd636ec243fdd4a25330499736463", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-e76cd636ec243fdd4a25330499736463", - "https://www.w3.org/TR/window-management/#3a2763fcaa6bc82693554cf36780c0dd", - "https://www.w3.org/TR/window-management/#infopanel-for-3a2763fcaa6bc82693554cf36780c0dd", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-3a2763fcaa6bc82693554cf36780c0dd", - "https://www.w3.org/TR/window-management/#f53b33c52bcfb862f43253b82237b557", - "https://www.w3.org/TR/window-management/#infopanel-for-f53b33c52bcfb862f43253b82237b557", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-f53b33c52bcfb862f43253b82237b557", - "https://www.w3.org/TR/window-management/#3b26601cc89b91ada4c771e32284e4c9", - "https://www.w3.org/TR/window-management/#infopanel-for-3b26601cc89b91ada4c771e32284e4c9", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-3b26601cc89b91ada4c771e32284e4c9", - "https://www.w3.org/TR/window-management/#a8756513b792b8f203588906035a13bb", - "https://www.w3.org/TR/window-management/#infopanel-for-a8756513b792b8f203588906035a13bb", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-a8756513b792b8f203588906035a13bb", - "https://www.w3.org/TR/window-management/#2233058c8f0998915af8393ee2abbc1d", - "https://www.w3.org/TR/window-management/#infopanel-for-2233058c8f0998915af8393ee2abbc1d", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-2233058c8f0998915af8393ee2abbc1d", - "https://www.w3.org/TR/window-management/#c104b697744f6f246969dcc26b898f11", - "https://www.w3.org/TR/window-management/#infopanel-for-c104b697744f6f246969dcc26b898f11", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-c104b697744f6f246969dcc26b898f11", - "https://www.w3.org/TR/window-management/#5b762d09d78e8674458b84982b3cb3c9", - "https://www.w3.org/TR/window-management/#infopanel-for-5b762d09d78e8674458b84982b3cb3c9", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-5b762d09d78e8674458b84982b3cb3c9", - "https://www.w3.org/TR/window-management/#757d809d5f605c1da66cef19adfb3cfc", - "https://www.w3.org/TR/window-management/#infopanel-for-757d809d5f605c1da66cef19adfb3cfc", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-757d809d5f605c1da66cef19adfb3cfc", - "https://www.w3.org/TR/window-management/#fcfc8b0ed220faa237969aed00e2586d", - "https://www.w3.org/TR/window-management/#infopanel-for-fcfc8b0ed220faa237969aed00e2586d", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-fcfc8b0ed220faa237969aed00e2586d", - "https://www.w3.org/TR/window-management/#fafd38d2108e357bcc9a6fd7f3cd04a7", - "https://www.w3.org/TR/window-management/#infopanel-for-fafd38d2108e357bcc9a6fd7f3cd04a7", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-fafd38d2108e357bcc9a6fd7f3cd04a7", - "https://www.w3.org/TR/window-management/#3a95d754838487f36737b7755feb571d", - "https://www.w3.org/TR/window-management/#infopanel-for-3a95d754838487f36737b7755feb571d", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-3a95d754838487f36737b7755feb571d", - "https://www.w3.org/TR/window-management/#d11f00e6a8f0e00b05c8506a77c0e8cd", - "https://www.w3.org/TR/window-management/#infopanel-for-d11f00e6a8f0e00b05c8506a77c0e8cd", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-d11f00e6a8f0e00b05c8506a77c0e8cd", - "https://www.w3.org/TR/window-management/#58430306043b4cb3e9adf9a1697e6880", - "https://www.w3.org/TR/window-management/#infopanel-for-58430306043b4cb3e9adf9a1697e6880", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-58430306043b4cb3e9adf9a1697e6880", - "https://www.w3.org/TR/window-management/#ce4143652a613b189ef92d5f7aeef03e", - "https://www.w3.org/TR/window-management/#infopanel-for-ce4143652a613b189ef92d5f7aeef03e", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-ce4143652a613b189ef92d5f7aeef03e", - "https://www.w3.org/TR/window-management/#739e36c305c675d68e00df2e2ca994f2", - "https://www.w3.org/TR/window-management/#infopanel-for-739e36c305c675d68e00df2e2ca994f2", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-739e36c305c675d68e00df2e2ca994f2", - "https://www.w3.org/TR/window-management/#70131bcc75ed38da8c563cb9dfb4520a", - "https://www.w3.org/TR/window-management/#infopanel-for-70131bcc75ed38da8c563cb9dfb4520a", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-70131bcc75ed38da8c563cb9dfb4520a", - "https://www.w3.org/TR/window-management/#385467998c3c38c5d7bdcefc3f1e42a9", - "https://www.w3.org/TR/window-management/#infopanel-for-385467998c3c38c5d7bdcefc3f1e42a9", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-385467998c3c38c5d7bdcefc3f1e42a9", - "https://www.w3.org/TR/window-management/#0ab204fb9cc9a746edaff83c0db0740a", - "https://www.w3.org/TR/window-management/#infopanel-for-0ab204fb9cc9a746edaff83c0db0740a", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-0ab204fb9cc9a746edaff83c0db0740a", - "https://www.w3.org/TR/window-management/#d0f238a61de9310f1738a214749fab18", - "https://www.w3.org/TR/window-management/#infopanel-for-d0f238a61de9310f1738a214749fab18", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-d0f238a61de9310f1738a214749fab18", - "https://www.w3.org/TR/window-management/#dde049eb112f043fc45407ec0d4cb457", - "https://www.w3.org/TR/window-management/#infopanel-for-dde049eb112f043fc45407ec0d4cb457", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-dde049eb112f043fc45407ec0d4cb457", - "https://www.w3.org/TR/window-management/#30e8367dc9a547b9096d98ba691987d9", - "https://www.w3.org/TR/window-management/#infopanel-for-30e8367dc9a547b9096d98ba691987d9", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-30e8367dc9a547b9096d98ba691987d9", - "https://www.w3.org/TR/window-management/#aa43258e2b51dc6ebe6268a36e6fd733", - "https://www.w3.org/TR/window-management/#infopanel-for-aa43258e2b51dc6ebe6268a36e6fd733", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-aa43258e2b51dc6ebe6268a36e6fd733", - "https://www.w3.org/TR/window-management/#93669c631ec1ef8e696b4c083bdbe12c", - "https://www.w3.org/TR/window-management/#infopanel-for-93669c631ec1ef8e696b4c083bdbe12c", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-93669c631ec1ef8e696b4c083bdbe12c", - "https://www.w3.org/TR/window-management/#cdf224ec60dc3b08449a2fbdf3a90406", - "https://www.w3.org/TR/window-management/#infopanel-for-cdf224ec60dc3b08449a2fbdf3a90406", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-cdf224ec60dc3b08449a2fbdf3a90406", - "https://www.w3.org/TR/window-management/#bbe33fc7ac016834e4aaddbfd1b084a1", - "https://www.w3.org/TR/window-management/#infopanel-for-bbe33fc7ac016834e4aaddbfd1b084a1", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-bbe33fc7ac016834e4aaddbfd1b084a1", - "https://www.w3.org/TR/window-management/#f8062b07e25ed0281f5cbfb9a54070b4", - "https://www.w3.org/TR/window-management/#infopanel-for-f8062b07e25ed0281f5cbfb9a54070b4", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-f8062b07e25ed0281f5cbfb9a54070b4", - "https://www.w3.org/TR/window-management/#ab1ce4d78629825192d60fdbb0c63834", - "https://www.w3.org/TR/window-management/#infopanel-for-ab1ce4d78629825192d60fdbb0c63834", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-ab1ce4d78629825192d60fdbb0c63834", - "https://www.w3.org/TR/window-management/#a189a0d7ce5bc36522126b11ca418f0a", - "https://www.w3.org/TR/window-management/#infopanel-for-a189a0d7ce5bc36522126b11ca418f0a", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-a189a0d7ce5bc36522126b11ca418f0a", - "https://www.w3.org/TR/window-management/#f7204c0306e7ffcb24c31adf6e629e1d", - "https://www.w3.org/TR/window-management/#infopanel-for-f7204c0306e7ffcb24c31adf6e629e1d", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-f7204c0306e7ffcb24c31adf6e629e1d", - "https://www.w3.org/TR/window-management/#f4f973f92274819781816b033aea1f11", - "https://www.w3.org/TR/window-management/#infopanel-for-f4f973f92274819781816b033aea1f11", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-f4f973f92274819781816b033aea1f11", - "https://www.w3.org/TR/window-management/#be0933df03cd63338f98de217c4158c7", - "https://www.w3.org/TR/window-management/#infopanel-for-be0933df03cd63338f98de217c4158c7", - "https://www.w3.org/TR/window-management/#infopaneltitle-for-be0933df03cd63338f98de217c4158c7", + "https://www.w3.org/TR/window-management/#6c691ee6", + "https://www.w3.org/TR/window-management/#infopanel-for-6c691ee6", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-6c691ee6", + "https://www.w3.org/TR/window-management/#infopanel-for-6c691ee6", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-6c691ee6", + "https://www.w3.org/TR/window-management/#5c979c74", + "https://www.w3.org/TR/window-management/#infopanel-for-5c979c74", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-5c979c74", + "https://www.w3.org/TR/window-management/#infopanel-for-5c979c74", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-5c979c74", + "https://www.w3.org/TR/window-management/#e4aff4af", + "https://www.w3.org/TR/window-management/#infopanel-for-e4aff4af", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-e4aff4af", + "https://www.w3.org/TR/window-management/#infopanel-for-e4aff4af", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-e4aff4af", + "https://www.w3.org/TR/window-management/#144dd367", + "https://www.w3.org/TR/window-management/#infopanel-for-144dd367", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-144dd367", + "https://www.w3.org/TR/window-management/#infopanel-for-144dd367", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-144dd367", + "https://www.w3.org/TR/window-management/#04f9966b", + "https://www.w3.org/TR/window-management/#infopanel-for-04f9966b", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-04f9966b", + "https://www.w3.org/TR/window-management/#infopanel-for-04f9966b", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-04f9966b", + "https://www.w3.org/TR/window-management/#2616ee30", + "https://www.w3.org/TR/window-management/#infopanel-for-2616ee30", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-2616ee30", + "https://www.w3.org/TR/window-management/#infopanel-for-2616ee30", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-2616ee30", + "https://www.w3.org/TR/window-management/#268c3b4d", + "https://www.w3.org/TR/window-management/#infopanel-for-268c3b4d", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-268c3b4d", + "https://www.w3.org/TR/window-management/#infopanel-for-268c3b4d", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-268c3b4d", + "https://www.w3.org/TR/window-management/#e413ed5e", + "https://www.w3.org/TR/window-management/#infopanel-for-e413ed5e", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-e413ed5e", + "https://www.w3.org/TR/window-management/#infopanel-for-e413ed5e", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-e413ed5e", + "https://www.w3.org/TR/window-management/#fc3f1924", + "https://www.w3.org/TR/window-management/#infopanel-for-fc3f1924", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-fc3f1924", + "https://www.w3.org/TR/window-management/#infopanel-for-fc3f1924", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-fc3f1924", + "https://www.w3.org/TR/window-management/#e11b135c", + "https://www.w3.org/TR/window-management/#infopanel-for-e11b135c", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-e11b135c", + "https://www.w3.org/TR/window-management/#infopanel-for-e11b135c", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-e11b135c", + "https://www.w3.org/TR/window-management/#7038339a", + "https://www.w3.org/TR/window-management/#infopanel-for-7038339a", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-7038339a", + "https://www.w3.org/TR/window-management/#infopanel-for-7038339a", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-7038339a", + "https://www.w3.org/TR/window-management/#feae5e4b", + "https://www.w3.org/TR/window-management/#infopanel-for-feae5e4b", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-feae5e4b", + "https://www.w3.org/TR/window-management/#infopanel-for-feae5e4b", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-feae5e4b", + "https://www.w3.org/TR/window-management/#56acfb7f", + "https://www.w3.org/TR/window-management/#infopanel-for-56acfb7f", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-56acfb7f", + "https://www.w3.org/TR/window-management/#infopanel-for-56acfb7f", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-56acfb7f", + "https://www.w3.org/TR/window-management/#ebe350b9", + "https://www.w3.org/TR/window-management/#infopanel-for-ebe350b9", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-ebe350b9", + "https://www.w3.org/TR/window-management/#infopanel-for-ebe350b9", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-ebe350b9", + "https://www.w3.org/TR/window-management/#2bc0cdf4", + "https://www.w3.org/TR/window-management/#infopanel-for-2bc0cdf4", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-2bc0cdf4", + "https://www.w3.org/TR/window-management/#infopanel-for-2bc0cdf4", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-2bc0cdf4", + "https://www.w3.org/TR/window-management/#a973e0fe", + "https://www.w3.org/TR/window-management/#infopanel-for-a973e0fe", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-a973e0fe", + "https://www.w3.org/TR/window-management/#infopanel-for-a973e0fe", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-a973e0fe", + "https://www.w3.org/TR/window-management/#5fd23811", + "https://www.w3.org/TR/window-management/#infopanel-for-5fd23811", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-5fd23811", + "https://www.w3.org/TR/window-management/#infopanel-for-5fd23811", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-5fd23811", + "https://www.w3.org/TR/window-management/#900ce14b", + "https://www.w3.org/TR/window-management/#infopanel-for-900ce14b", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-900ce14b", + "https://www.w3.org/TR/window-management/#infopanel-for-900ce14b", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-900ce14b", + "https://www.w3.org/TR/window-management/#6777aaf6", + "https://www.w3.org/TR/window-management/#infopanel-for-6777aaf6", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-6777aaf6", + "https://www.w3.org/TR/window-management/#infopanel-for-6777aaf6", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-6777aaf6", + "https://www.w3.org/TR/window-management/#543d760f", + "https://www.w3.org/TR/window-management/#infopanel-for-543d760f", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-543d760f", + "https://www.w3.org/TR/window-management/#infopanel-for-543d760f", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-543d760f", + "https://www.w3.org/TR/window-management/#bcdb6841", + "https://www.w3.org/TR/window-management/#infopanel-for-bcdb6841", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-bcdb6841", + "https://www.w3.org/TR/window-management/#infopanel-for-bcdb6841", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-bcdb6841", + "https://www.w3.org/TR/window-management/#2a9f2069", + "https://www.w3.org/TR/window-management/#infopanel-for-2a9f2069", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-2a9f2069", + "https://www.w3.org/TR/window-management/#infopanel-for-2a9f2069", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-2a9f2069", + "https://www.w3.org/TR/window-management/#a18023da", + "https://www.w3.org/TR/window-management/#infopanel-for-a18023da", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-a18023da", + "https://www.w3.org/TR/window-management/#infopanel-for-a18023da", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-a18023da", + "https://www.w3.org/TR/window-management/#f0951476", + "https://www.w3.org/TR/window-management/#infopanel-for-f0951476", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-f0951476", + "https://www.w3.org/TR/window-management/#infopanel-for-f0951476", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-f0951476", + "https://www.w3.org/TR/window-management/#5d7209e9", + "https://www.w3.org/TR/window-management/#infopanel-for-5d7209e9", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-5d7209e9", + "https://www.w3.org/TR/window-management/#infopanel-for-5d7209e9", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-5d7209e9", + "https://www.w3.org/TR/window-management/#35972864", + "https://www.w3.org/TR/window-management/#infopanel-for-35972864", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-35972864", + "https://www.w3.org/TR/window-management/#infopanel-for-35972864", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-35972864", + "https://www.w3.org/TR/window-management/#3610bd67", + "https://www.w3.org/TR/window-management/#infopanel-for-3610bd67", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-3610bd67", + "https://www.w3.org/TR/window-management/#infopanel-for-3610bd67", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-3610bd67", + "https://www.w3.org/TR/window-management/#3349d69f", + "https://www.w3.org/TR/window-management/#infopanel-for-3349d69f", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-3349d69f", + "https://www.w3.org/TR/window-management/#infopanel-for-3349d69f", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-3349d69f", + "https://www.w3.org/TR/window-management/#aca22383", + "https://www.w3.org/TR/window-management/#infopanel-for-aca22383", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-aca22383", + "https://www.w3.org/TR/window-management/#infopanel-for-aca22383", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-aca22383", + "https://www.w3.org/TR/window-management/#9d386f55", + "https://www.w3.org/TR/window-management/#infopanel-for-9d386f55", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-9d386f55", + "https://www.w3.org/TR/window-management/#infopanel-for-9d386f55", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-9d386f55", + "https://www.w3.org/TR/window-management/#03675365", + "https://www.w3.org/TR/window-management/#infopanel-for-03675365", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-03675365", + "https://www.w3.org/TR/window-management/#infopanel-for-03675365", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-03675365", + "https://www.w3.org/TR/window-management/#a72449dd", + "https://www.w3.org/TR/window-management/#infopanel-for-a72449dd", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-a72449dd", + "https://www.w3.org/TR/window-management/#infopanel-for-a72449dd", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-a72449dd", + "https://www.w3.org/TR/window-management/#3976d3be", + "https://www.w3.org/TR/window-management/#infopanel-for-3976d3be", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-3976d3be", + "https://www.w3.org/TR/window-management/#infopanel-for-3976d3be", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-3976d3be", + "https://www.w3.org/TR/window-management/#f449d4f8", + "https://www.w3.org/TR/window-management/#infopanel-for-f449d4f8", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-f449d4f8", + "https://www.w3.org/TR/window-management/#infopanel-for-f449d4f8", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-f449d4f8", + "https://www.w3.org/TR/window-management/#48438eb3", + "https://www.w3.org/TR/window-management/#infopanel-for-48438eb3", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-48438eb3", + "https://www.w3.org/TR/window-management/#infopanel-for-48438eb3", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-48438eb3", + "https://www.w3.org/TR/window-management/#e99bd18e", + "https://www.w3.org/TR/window-management/#infopanel-for-e99bd18e", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-e99bd18e", + "https://www.w3.org/TR/window-management/#infopanel-for-e99bd18e", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-e99bd18e", + "https://www.w3.org/TR/window-management/#ae2a6342", + "https://www.w3.org/TR/window-management/#infopanel-for-ae2a6342", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-ae2a6342", + "https://www.w3.org/TR/window-management/#infopanel-for-ae2a6342", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-ae2a6342", + "https://www.w3.org/TR/window-management/#47fe679e", + "https://www.w3.org/TR/window-management/#infopanel-for-47fe679e", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-47fe679e", + "https://www.w3.org/TR/window-management/#infopanel-for-47fe679e", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-47fe679e", + "https://www.w3.org/TR/window-management/#6906895e", + "https://www.w3.org/TR/window-management/#infopanel-for-6906895e", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-6906895e", + "https://www.w3.org/TR/window-management/#infopanel-for-6906895e", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-6906895e", + "https://www.w3.org/TR/window-management/#53275e46", + "https://www.w3.org/TR/window-management/#infopanel-for-53275e46", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-53275e46", + "https://www.w3.org/TR/window-management/#infopanel-for-53275e46", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-53275e46", + "https://www.w3.org/TR/window-management/#649608b9", + "https://www.w3.org/TR/window-management/#infopanel-for-649608b9", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-649608b9", + "https://www.w3.org/TR/window-management/#infopanel-for-649608b9", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-649608b9", + "https://www.w3.org/TR/window-management/#95c866a0", + "https://www.w3.org/TR/window-management/#infopanel-for-95c866a0", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-95c866a0", + "https://www.w3.org/TR/window-management/#infopanel-for-95c866a0", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-95c866a0", + "https://www.w3.org/TR/window-management/#f46afd5a", + "https://www.w3.org/TR/window-management/#infopanel-for-f46afd5a", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-f46afd5a", + "https://www.w3.org/TR/window-management/#infopanel-for-f46afd5a", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-f46afd5a", + "https://www.w3.org/TR/window-management/#a849381c", + "https://www.w3.org/TR/window-management/#infopanel-for-a849381c", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-a849381c", + "https://www.w3.org/TR/window-management/#infopanel-for-a849381c", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-a849381c", + "https://www.w3.org/TR/window-management/#e0c95dbc", + "https://www.w3.org/TR/window-management/#infopanel-for-e0c95dbc", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-e0c95dbc", + "https://www.w3.org/TR/window-management/#infopanel-for-e0c95dbc", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-e0c95dbc", + "https://www.w3.org/TR/window-management/#756a432d", + "https://www.w3.org/TR/window-management/#infopanel-for-756a432d", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-756a432d", + "https://www.w3.org/TR/window-management/#infopanel-for-756a432d", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-756a432d", + "https://www.w3.org/TR/window-management/#c88e6590", + "https://www.w3.org/TR/window-management/#infopanel-for-c88e6590", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-c88e6590", + "https://www.w3.org/TR/window-management/#infopanel-for-c88e6590", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-c88e6590", + "https://www.w3.org/TR/window-management/#4ed2f1ff", + "https://www.w3.org/TR/window-management/#infopanel-for-4ed2f1ff", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-4ed2f1ff", + "https://www.w3.org/TR/window-management/#infopanel-for-4ed2f1ff", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-4ed2f1ff", + "https://www.w3.org/TR/window-management/#dca2de17", + "https://www.w3.org/TR/window-management/#infopanel-for-dca2de17", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-dca2de17", + "https://www.w3.org/TR/window-management/#infopanel-for-dca2de17", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-dca2de17", + "https://www.w3.org/TR/window-management/#8855a9aa", + "https://www.w3.org/TR/window-management/#infopanel-for-8855a9aa", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-8855a9aa", + "https://www.w3.org/TR/window-management/#infopanel-for-8855a9aa", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-8855a9aa", + "https://www.w3.org/TR/window-management/#889e932f", + "https://www.w3.org/TR/window-management/#infopanel-for-889e932f", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-889e932f", + "https://www.w3.org/TR/window-management/#infopanel-for-889e932f", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-889e932f", + "https://www.w3.org/TR/window-management/#dcf5fafa", + "https://www.w3.org/TR/window-management/#infopanel-for-dcf5fafa", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-dcf5fafa", + "https://www.w3.org/TR/window-management/#infopanel-for-dcf5fafa", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-dcf5fafa", + "https://www.w3.org/TR/window-management/#ba556545", + "https://www.w3.org/TR/window-management/#infopanel-for-ba556545", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-ba556545", + "https://www.w3.org/TR/window-management/#infopanel-for-ba556545", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-ba556545", + "https://www.w3.org/TR/window-management/#bdbd19d1", + "https://www.w3.org/TR/window-management/#infopanel-for-bdbd19d1", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-bdbd19d1", + "https://www.w3.org/TR/window-management/#infopanel-for-bdbd19d1", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-bdbd19d1", + "https://www.w3.org/TR/window-management/#b75bb3bd", + "https://www.w3.org/TR/window-management/#infopanel-for-b75bb3bd", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-b75bb3bd", + "https://www.w3.org/TR/window-management/#infopanel-for-b75bb3bd", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-b75bb3bd", + "https://www.w3.org/TR/window-management/#dacde8b5", + "https://www.w3.org/TR/window-management/#infopanel-for-dacde8b5", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-dacde8b5", + "https://www.w3.org/TR/window-management/#infopanel-for-dacde8b5", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-dacde8b5", + "https://www.w3.org/TR/window-management/#5372cca8", + "https://www.w3.org/TR/window-management/#infopanel-for-5372cca8", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-5372cca8", + "https://www.w3.org/TR/window-management/#infopanel-for-5372cca8", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-5372cca8", + "https://www.w3.org/TR/window-management/#eec1be2d", + "https://www.w3.org/TR/window-management/#infopanel-for-eec1be2d", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-eec1be2d", + "https://www.w3.org/TR/window-management/#infopanel-for-eec1be2d", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-eec1be2d", + "https://www.w3.org/TR/window-management/#f8de33a3", + "https://www.w3.org/TR/window-management/#infopanel-for-f8de33a3", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-f8de33a3", + "https://www.w3.org/TR/window-management/#infopanel-for-f8de33a3", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-f8de33a3", + "https://www.w3.org/TR/window-management/#b262501e", + "https://www.w3.org/TR/window-management/#infopanel-for-b262501e", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-b262501e", + "https://www.w3.org/TR/window-management/#infopanel-for-b262501e", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-b262501e", + "https://www.w3.org/TR/window-management/#3b90bdcd", + "https://www.w3.org/TR/window-management/#infopanel-for-3b90bdcd", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-3b90bdcd", + "https://www.w3.org/TR/window-management/#infopanel-for-3b90bdcd", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-3b90bdcd", + "https://www.w3.org/TR/window-management/#4013a022", + "https://www.w3.org/TR/window-management/#infopanel-for-4013a022", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-4013a022", + "https://www.w3.org/TR/window-management/#infopanel-for-4013a022", + "https://www.w3.org/TR/window-management/#infopaneltitle-for-4013a022", "https://www.w3.org/TR/window-management/#references", "https://www.w3.org/TR/window-management/#normative", "https://www.w3.org/TR/window-management/#biblio-css-values-4", diff --git a/tr/index.json b/tr/index.json index e228dd5a7364..406242697412 100644 --- a/tr/index.json +++ b/tr/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2023-06-06T01:29:59.313Z", + "date": "2023-06-07T01:30:48.012Z", "options": { "fallback": "webref-fallback/tr/index.json", "output": "report", @@ -9083,10 +9083,10 @@ ], "crawled": "https://www.w3.org/TR/html-aam-1.0/", "crawlCacheInfo": { - "lastModified": "Fri, 19 May 2023 13:01:25 GMT" + "lastModified": "Tue, 06 Jun 2023 19:20:33 GMT" }, "generator": "respec", - "date": "19 May 2023", + "date": "06 June 2023", "links": "links/html-aam-1.0.json", "refs": "refs/html-aam-1.0.json", "headings": "headings/html-aam-1.0.json", @@ -13460,10 +13460,10 @@ ], "crawled": "https://www.w3.org/TR/scroll-animations-1/", "crawlCacheInfo": { - "lastModified": "Fri, 28 Apr 2023 03:14:30 GMT" + "lastModified": "Tue, 06 Jun 2023 20:03:38 GMT" }, "generator": "bikeshed", - "date": "28 April 2023", + "date": "6 June 2023", "links": "links/scroll-animations-1.json", "refs": "refs/scroll-animations-1.json", "idl": "idl/scroll-animations.idl", @@ -15707,10 +15707,10 @@ ], "crawled": "https://www.w3.org/TR/wai-aria-1.2/", "crawlCacheInfo": { - "lastModified": "Mon, 27 Mar 2023 14:07:55 GMT" + "lastModified": "Thu, 01 Jun 2023 16:15:37 GMT" }, "generator": "respec", - "date": "28 March 2023", + "date": "06 June 2023", "links": "links/wai-aria-1.2.json", "refs": "refs/wai-aria-1.2.json", "idl": "idl/wai-aria.idl", @@ -17300,10 +17300,10 @@ ], "crawled": "https://www.w3.org/TR/webgpu/", "crawlCacheInfo": { - "lastModified": "Thu, 01 Jun 2023 21:47:16 GMT" + "lastModified": "Tue, 06 Jun 2023 23:47:41 GMT" }, "generator": "bikeshed", - "date": "1 June 2023", + "date": "6 June 2023", "links": "links/webgpu.json", "refs": "refs/webgpu.json", "events": "events/webgpu.json", @@ -17426,10 +17426,10 @@ ], "crawled": "https://www.w3.org/TR/webnn/", "crawlCacheInfo": { - "lastModified": "Fri, 19 May 2023 13:25:48 GMT" + "lastModified": "Tue, 06 Jun 2023 09:15:39 GMT" }, "generator": "bikeshed", - "date": "19 May 2023", + "date": "6 June 2023", "links": "links/webnn.json", "refs": "refs/webnn.json", "idl": "idl/webnn.idl", @@ -18550,10 +18550,10 @@ ], "crawled": "https://www.w3.org/TR/WGSL/", "crawlCacheInfo": { - "lastModified": "Mon, 05 Jun 2023 19:14:05 GMT" + "lastModified": "Tue, 06 Jun 2023 18:29:22 GMT" }, "generator": "bikeshed", - "date": "5 June 2023", + "date": "6 June 2023", "links": "links/WGSL.json", "refs": "refs/WGSL.json", "dfns": "dfns/WGSL.json", @@ -18605,10 +18605,10 @@ ], "crawled": "https://www.w3.org/TR/window-management/", "crawlCacheInfo": { - "lastModified": "Wed, 05 Apr 2023 00:02:27 GMT" + "lastModified": "Tue, 06 Jun 2023 17:57:43 GMT" }, "generator": "bikeshed", - "date": "5 April 2023", + "date": "6 June 2023", "links": "links/window-management.json", "refs": "refs/window-management.json", "events": "events/window-management.json", diff --git a/tr/links/html-aam-1.0.json b/tr/links/html-aam-1.0.json index 8436b99fcf42..ac582a958fd3 100644 --- a/tr/links/html-aam-1.0.json +++ b/tr/links/html-aam-1.0.json @@ -44,6 +44,8 @@ "https://github.com/spectranaut": {}, "https://github.com/stevefaulkner": {}, "https://github.com/vikas-parashar": {}, + "https://github.com/w3c/aria/issues/1662": {}, + "https://github.com/w3c/aria/issues/1915": {}, "https://github.com/w3c/html-aam/commits/gh-pages": {}, "https://github.com/w3c/html-aam/issues/106": {}, "https://github.com/w3c/html-aam/issues/115": {}, @@ -114,6 +116,7 @@ "https://github.com/w3c/html-aam/pull/420": {}, "https://github.com/w3c/html-aam/pull/442": {}, "https://github.com/w3c/html-aam/pull/444": {}, + "https://github.com/w3c/html-aam/pull/465": {}, "https://github.com/ylafon": {}, "https://github.com/zcorpan": {}, "https://gitlab.gnome.org/GNOME/at-spi2-core/": {}, @@ -618,6 +621,11 @@ "https://w3c.github.io/mathml-aam/": { "specShortname": "mathml-aam" }, + "https://w3ctag.github.io/design-principles/": { + "anchors": [ + "do-not-expose-use-of-assistive-tech" + ] + }, "https://wiki.linuxfoundation.org/accessibility/iaccessible2/": {}, "https://wiki.linuxfoundation.org/accessibility/iaccessible2/start": {}, "https://www.rfc-editor.org/rfc/rfc2119": {}, @@ -752,6 +760,12 @@ ], "specShortname": "core-aam-1.2" }, + "https://www.w3.org/TR/fingerprinting-guidance/": { + "anchors": [ + "active-0" + ], + "specShortname": "fingerprinting-guidance" + }, "https://www.w3.org/TR/html5/": {}, "https://www.w3.org/TR/svg-aam-1.0/": { "specShortname": "svg-aam-1.0" diff --git a/tr/links/scroll-animations-1.json b/tr/links/scroll-animations-1.json index 63190f9a7a84..feb9fd086911 100644 --- a/tr/links/scroll-animations-1.json +++ b/tr/links/scroll-animations-1.json @@ -41,8 +41,9 @@ "https://github.com/w3c/csswg-drafts/issues": {}, "https://github.com/w3c/csswg-drafts/issues/7759": {}, "https://github.com/w3c/csswg-drafts/issues/8201": {}, - "https://github.com/w3c/csswg-drafts/issues/8298": {}, "https://github.com/w3c/csswg-drafts/issues/8438": {}, + "https://github.com/w3c/csswg-drafts/issues/8746": {}, + "https://github.com/w3c/csswg-drafts/issues/8915": {}, "https://html.spec.whatwg.org/multipage/": {}, "https://html.spec.whatwg.org/multipage/nav-history-apis.html": { "anchors": [ @@ -91,7 +92,11 @@ }, "https://www.w3.org/Style/CSS/Test/": {}, "https://www.w3.org/TR/": {}, - "https://www.w3.org/TR/2023/WD-scroll-animations-1-20230406/": {}, + "https://www.w3.org/TR/2023/WD-scroll-animations-1-20230428/": { + "anchors": [ + "changes" + ] + }, "https://www.w3.org/TR/CSS/": { "anchors": [ "future-proofing", @@ -205,8 +210,7 @@ "https://www.w3.org/TR/css-position-3/": { "anchors": [ "absolute-position", - "sticky-position", - "propdef-position" + "sticky-position" ], "specShortname": "css-position-3" }, @@ -257,14 +261,15 @@ "coordinating-list-property", "coordinating-list-base-property", "linked-properties", - "identifier-value", + "typedef-dashed-ident", "mult-comma", + "css-css-identifier", "px", "typedef-length-percentage", "mult-num-range", - "css-css-identifier", "percentage-value", - "ms" + "ms", + "identifier-value" ], "specShortname": "css-values-4" }, @@ -279,8 +284,8 @@ "anchors": [ "block-axis", "inline-axis", - "y-axis", "x-axis", + "y-axis", "writing-mode", "physical", "valdef-direction-rtl" @@ -313,7 +318,16 @@ ], "specShortname": "mediaqueries-5" }, + "https://www.w3.org/TR/resize-observer-1/": { + "anchors": [ + "resizeobserver" + ], + "specShortname": "resize-observer-1" + }, "https://www.w3.org/TR/scroll-animations-1/": { + "anchors": [ + "initially-stale" + ], "specShortname": "scroll-animations-1" }, "https://www.w3.org/TR/web-animations-1/": { diff --git a/tr/links/wai-aria-1.2.json b/tr/links/wai-aria-1.2.json index d8971752e4ae..d3593a908621 100644 --- a/tr/links/wai-aria-1.2.json +++ b/tr/links/wai-aria-1.2.json @@ -4,25 +4,7 @@ "url": "https://www.w3.org/TR/wai-aria-1.2/" }, "links": { - "http://lists.w3.org/Archives/Public/public-aria/": {}, - "http://w3c.github.io/aria/aria/aria.html": {}, - "http://w3c.github.io/test-results/wai-aria/all.html": {}, "http://www.rfc-editor.org/rfc/rfc2119.txt": {}, - "http://www.w3.org/TR/accname-aam-1.1/": {}, - "http://www.w3.org/TR/core-aam-1.2/": { - "specShortname": "core-aam-1.2" - }, - "http://www.w3.org/TR/graphics-aam-1.0/": { - "specShortname": "graphics-aam-1.0" - }, - "http://www.w3.org/TR/html-aam-1.0/": { - "specShortname": "html-aam-1.0" - }, - "http://www.w3.org/TR/svg-aam-1.0/": { - "specShortname": "svg-aam-1.0" - }, - "http://www.w3.org/TR/wai-aria-1.1/": {}, - "http://www.w3.org/WAI/ARIA/1.2/CR/": {}, "http://www.w3.org/WAI/intro/aria": {}, "http://www.w3.org/WAI/intro/aria.php": {}, "https://developer-old.gnome.org/libatspi/stable/": {}, @@ -38,7 +20,6 @@ "https://en.wikipedia.org/wiki/Braille_Patterns": {}, "https://en.wikipedia.org/wiki/Keyboard_shortcut": {}, "https://en.wikipedia.org/wiki/Nemeth_Braille": {}, - "https://github.com/w3c/aria/issues/new": {}, "https://github.com/w3c/aria/wiki/Resolving-ARIA-1.1-Combobox-Issues": {}, "https://gnome.pages.gitlab.gnome.org/atk/": {}, "https://html.spec.whatwg.org/multipage/": {}, @@ -88,13 +69,6 @@ "https://wiki.linuxfoundation.org/accessibility/iaccessible2/": {}, "https://wiki.linuxfoundation.org/accessibility/iaccessible2/start": {}, "https://www.rfc-editor.org/rfc/rfc2119": {}, - "https://www.w3.org/2002/09/wbs/33280/ARIA2022-12PR/": {}, - "https://www.w3.org/2002/09/wbs/myQuestionnaires": {}, - "https://www.w3.org/2020/Process-20200915/": { - "anchors": [ - "rec-pr" - ] - }, "https://www.w3.org/2021/Process-20211102/": { "anchors": [ "recs-and-notes" @@ -102,6 +76,7 @@ }, "https://www.w3.org/Consortium/Patent-Policy/": { "anchors": [ + "sec-Requirements", "def-essential", "sec-Disclosure" ], @@ -139,7 +114,6 @@ "attribute-selectors" ] }, - "https://www.w3.org/TR/dpub-aam-1.0/": {}, "https://www.w3.org/TR/fingerprinting-guidance/": { "anchors": [ "active-0" @@ -164,9 +138,6 @@ "specShortname": "uievents-key" }, "https://www.w3.org/TR/wai-aria-1.1/": {}, - "https://www.w3.org/TR/wai-aria-1.2/": { - "specShortname": "wai-aria-1.2" - }, "https://www.w3.org/TR/wai-aria-practices-1.2/": {}, "https://www.w3.org/TR/xml-names/": {}, "https://www.w3.org/TR/xmlschema11-2/": { diff --git a/tr/links/webgpu.json b/tr/links/webgpu.json index a0e8c1613477..e29887da1add 100644 --- a/tr/links/webgpu.json +++ b/tr/links/webgpu.json @@ -256,8 +256,8 @@ "idl-frozen-array", "idl-DOMException", "this", - "dom-domexception-name", - "dom-domexception-message", + "domexception-name", + "domexception-message", "NewObject", "idl-Uint32Array", "dfn-get-buffer-source-copy", diff --git a/tr/links/webnn.json b/tr/links/webnn.json index a56c7c379803..5e7a4665b812 100644 --- a/tr/links/webnn.json +++ b/tr/links/webnn.json @@ -52,7 +52,7 @@ "https://github.com/webmachinelearning/webnn/blob/master/explainer.md": {}, "https://github.com/webmachinelearning/webnn/blob/master/op_compatibility/first_wave_models.md": {}, "https://github.com/webmachinelearning/webnn/issues": {}, - "https://github.com/webmachinelearning/webnn/issues/127": {}, + "https://github.com/webmachinelearning/webnn/issues/373": {}, "https://github.com/webmachinelearning/webnn/issues/85": {}, "https://github.com/webmachinelearning/webnn/pull/322": {}, "https://github.com/xiph/rnnoise": {}, @@ -128,6 +128,13 @@ "https://tc39.es/ecma262/multipage/": { "specShortname": "ecmascript" }, + "https://tc39.es/process-document/": {}, + "https://tc39.es/proposal-float16array/": { + "anchors": [ + "sec-float16array" + ], + "specShortname": "tc39-float16array" + }, "https://w3c.github.io/webappsec-secure-contexts/": { "specShortname": "secure-contexts" }, @@ -169,7 +176,8 @@ "idl-Int32Array", "idl-Uint32Array", "idl-Int8Array", - "idl-Uint8Array" + "idl-Uint8Array", + "idl-Uint16Array" ], "specShortname": "webidl" }, diff --git a/tr/refs/scroll-animations-1.json b/tr/refs/scroll-animations-1.json index 2dc21164f242..1619f1a36d7f 100644 --- a/tr/refs/scroll-animations-1.json +++ b/tr/refs/scroll-animations-1.json @@ -115,6 +115,10 @@ "name": "CSSOM-1", "url": "https://www.w3.org/TR/cssom-1/" }, + { + "name": "RESIZE-OBSERVER-1", + "url": "https://www.w3.org/TR/resize-observer-1/" + }, { "name": "SCROLL-ANIMATIONS-1", "url": "https://www.w3.org/TR/scroll-animations-1/"