diff --git a/tr/dfns/web-animations-1.json b/tr/dfns/web-animations-1.json index c92c0757bb6f..12c1316c8f66 100644 --- a/tr/dfns/web-animations-1.json +++ b/tr/dfns/web-animations-1.json @@ -237,14 +237,16 @@ "definedIn": "prose" }, { - "id": "default-document-timeline", - "href": "https://www.w3.org/TR/web-animations-1/#default-document-timeline", + "id": "document-default-document-timeline", + "href": "https://www.w3.org/TR/web-animations-1/#document-default-document-timeline", "linkingText": [ "default document timeline" ], "localLinkingText": [], "type": "dfn", - "for": [], + "for": [ + "document" + ], "access": "public", "informative": false, "heading": { @@ -419,27 +421,6 @@ }, "definedIn": "prose" }, - { - "id": "animation-reset-an-animations-pending-tasks", - "href": "https://www.w3.org/TR/web-animations-1/#animation-reset-an-animations-pending-tasks", - "linkingText": [ - "reset an animation’s pending tasks" - ], - "localLinkingText": [], - "type": "dfn", - "for": [ - "animation" - ], - "access": "public", - "informative": false, - "heading": { - "id": "setting-the-associated-effect", - "href": "https://www.w3.org/TR/web-animations-1/#setting-the-associated-effect", - "title": "Setting the associated effect of an animation", - "number": "4.4.2" - }, - "definedIn": "prose" - }, { "id": "animation-current-time", "href": "https://www.w3.org/TR/web-animations-1/#animation-current-time", @@ -769,6 +750,27 @@ }, "definedIn": "prose" }, + { + "id": "animation-reset-an-animations-pending-tasks", + "href": "https://www.w3.org/TR/web-animations-1/#animation-reset-an-animations-pending-tasks", + "linkingText": [ + "reset an animation’s pending tasks" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "animation" + ], + "access": "public", + "informative": false, + "heading": { + "id": "canceling-an-animation-section", + "href": "https://www.w3.org/TR/web-animations-1/#canceling-an-animation-section", + "title": "Canceling an animation", + "number": "4.4.14" + }, + "definedIn": "prose" + }, { "id": "playback-rate", "href": "https://www.w3.org/TR/web-animations-1/#playback-rate", @@ -903,15 +905,17 @@ "definedIn": "prose" }, { - "id": "play-state", - "href": "https://www.w3.org/TR/web-animations-1/#play-state", + "id": "animation-play-state", + "href": "https://www.w3.org/TR/web-animations-1/#animation-play-state", "linkingText": [ "play state" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "animation" + ], + "access": "public", "informative": false, "heading": { "id": "play-states", @@ -922,15 +926,19 @@ "definedIn": "prose" }, { - "id": "idle-play-state", - "href": "https://www.w3.org/TR/web-animations-1/#idle-play-state", + "id": "play-state-idle", + "href": "https://www.w3.org/TR/web-animations-1/#play-state-idle", "linkingText": [ + "idle" + ], + "localLinkingText": [ "idle play state" ], - "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "play state" + ], + "access": "public", "informative": false, "heading": { "id": "play-states", @@ -941,15 +949,19 @@ "definedIn": "prose" }, { - "id": "paused-play-state", - "href": "https://www.w3.org/TR/web-animations-1/#paused-play-state", + "id": "play-state-paused", + "href": "https://www.w3.org/TR/web-animations-1/#play-state-paused", "linkingText": [ + "paused" + ], + "localLinkingText": [ "paused play state" ], - "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "play state" + ], + "access": "public", "informative": false, "heading": { "id": "play-states", @@ -960,15 +972,19 @@ "definedIn": "prose" }, { - "id": "finished-play-state", - "href": "https://www.w3.org/TR/web-animations-1/#finished-play-state", + "id": "play-state-finished", + "href": "https://www.w3.org/TR/web-animations-1/#play-state-finished", "linkingText": [ + "finished" + ], + "localLinkingText": [ "finished play state" ], - "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "play state" + ], + "access": "public", "informative": false, "heading": { "id": "play-states", @@ -979,15 +995,19 @@ "definedIn": "prose" }, { - "id": "running-play-state", - "href": "https://www.w3.org/TR/web-animations-1/#running-play-state", + "id": "play-state-running", + "href": "https://www.w3.org/TR/web-animations-1/#play-state-running", "linkingText": [ + "running" + ], + "localLinkingText": [ "running play state" ], - "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "play state" + ], + "access": "public", "informative": false, "heading": { "id": "play-states", @@ -1025,7 +1045,7 @@ "localLinkingText": [], "type": "dfn", "for": [], - "access": "private", + "access": "public", "informative": false, "heading": { "id": "animation-events-section", @@ -1518,6 +1538,65 @@ }, "definedIn": "prose" }, + { + "id": "animation-relevant", + "href": "https://www.w3.org/TR/web-animations-1/#animation-relevant", + "linkingText": [ + "relevant" + ], + "localLinkingText": [], + "type": "dfn", + "for": [ + "animation" + ], + "access": "public", + "informative": false, + "heading": { + "id": "relevant-animations-section", + "href": "https://www.w3.org/TR/web-animations-1/#relevant-animations-section", + "title": "Relevant animations", + "number": "4.5.6" + }, + "definedIn": "prose" + }, + { + "id": "relevant-animations", + "href": "https://www.w3.org/TR/web-animations-1/#relevant-animations", + "linkingText": [ + "relevant animations" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "relevant-animations-section", + "href": "https://www.w3.org/TR/web-animations-1/#relevant-animations-section", + "title": "Relevant animations", + "number": "4.5.6" + }, + "definedIn": "prose" + }, + { + "id": "relevant-animations-for-a-subtree", + "href": "https://www.w3.org/TR/web-animations-1/#relevant-animations-for-a-subtree", + "linkingText": [ + "relevant animations for a subtree" + ], + "localLinkingText": [], + "type": "dfn", + "for": [], + "access": "public", + "informative": false, + "heading": { + "id": "relevant-animations-section", + "href": "https://www.w3.org/TR/web-animations-1/#relevant-animations-section", + "title": "Relevant animations", + "number": "4.5.6" + }, + "definedIn": "prose" + }, { "id": "fill-mode", "href": "https://www.w3.org/TR/web-animations-1/#fill-mode", @@ -1956,15 +2035,17 @@ "definedIn": "prose" }, { - "id": "effect-target", - "href": "https://www.w3.org/TR/web-animations-1/#effect-target", + "id": "keyframe-effect-effect-target", + "href": "https://www.w3.org/TR/web-animations-1/#keyframe-effect-effect-target", "linkingText": [ "effect target" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "keyframe effect" + ], + "access": "public", "informative": false, "heading": { "id": "keyframe-effects", @@ -1975,15 +2056,17 @@ "definedIn": "prose" }, { - "id": "target-element", - "href": "https://www.w3.org/TR/web-animations-1/#target-element", + "id": "effect-target-target-element", + "href": "https://www.w3.org/TR/web-animations-1/#effect-target-target-element", "linkingText": [ "target element" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "effect target" + ], + "access": "public", "informative": false, "heading": { "id": "keyframe-effects", @@ -1994,15 +2077,17 @@ "definedIn": "prose" }, { - "id": "target-pseudo-selector", - "href": "https://www.w3.org/TR/web-animations-1/#target-pseudo-selector", + "id": "effect-target-target-pseudo-selector", + "href": "https://www.w3.org/TR/web-animations-1/#effect-target-target-pseudo-selector", "linkingText": [ "target pseudo-selector" ], "localLinkingText": [], "type": "dfn", - "for": [], - "access": "private", + "for": [ + "effect target" + ], + "access": "public", "informative": false, "heading": { "id": "keyframe-effects", @@ -2282,14 +2367,16 @@ "definedIn": "prose" }, { - "id": "associated-animation-of-an-animation-effect", - "href": "https://www.w3.org/TR/web-animations-1/#associated-animation-of-an-animation-effect", + "id": "animation-effect-associated-animation", + "href": "https://www.w3.org/TR/web-animations-1/#animation-effect-associated-animation", "linkingText": [ - "associated animation of an animation effect" + "associated animation" ], "localLinkingText": [], "type": "dfn", - "for": [], + "for": [ + "animation effect" + ], "access": "private", "informative": false, "heading": { @@ -5306,27 +5393,6 @@ }, "definedIn": "dt" }, - { - "id": "relevant-animation", - "href": "https://www.w3.org/TR/web-animations-1/#relevant-animation", - "linkingText": [ - "relevant animation" - ], - "localLinkingText": [ - "relevant" - ], - "type": "dfn", - "for": [], - "access": "private", - "informative": false, - "heading": { - "id": "the-animatable-interface-mixin", - "href": "https://www.w3.org/TR/web-animations-1/#the-animatable-interface-mixin", - "title": "The Animatable interface mixin", - "number": "6.8" - }, - "definedIn": "prose" - }, { "id": "dom-animatable-getanimations-options-options", "href": "https://www.w3.org/TR/web-animations-1/#dom-animatable-getanimations-options-options", diff --git a/tr/headings/compute-pressure.json b/tr/headings/compute-pressure.json index 17b7f6b5abd5..0776397d0571 100644 --- a/tr/headings/compute-pressure.json +++ b/tr/headings/compute-pressure.json @@ -281,32 +281,46 @@ "title": "11. Security and privacy considerations" }, { - "id": "minimizing-information-exposure", - "href": "https://www.w3.org/TR/compute-pressure/#minimizing-information-exposure", + "id": "types-of-privacy-and-security-threats", + "href": "https://www.w3.org/TR/compute-pressure/#types-of-privacy-and-security-threats", "level": 3, - "title": "Minimizing information exposure", + "title": "Types of privacy and security threats", "number": "11.1" }, { - "id": "rate-limiting-change-notifications", - "href": "https://www.w3.org/TR/compute-pressure/#rate-limiting-change-notifications", + "id": "timing-attacks", + "href": "https://www.w3.org/TR/compute-pressure/#timing-attacks", "level": 4, - "title": "Rate-limiting change notifications", + "title": "Timing attacks", "number": "11.1.1" }, { - "id": "no-side-channels", - "href": "https://www.w3.org/TR/compute-pressure/#no-side-channels", + "id": "mitigation-strategies", + "href": "https://www.w3.org/TR/compute-pressure/#mitigation-strategies", + "level": 3, + "title": "Mitigation strategies", + "number": "11.2" + }, + { + "id": "data-minimization", + "href": "https://www.w3.org/TR/compute-pressure/#data-minimization", "level": 4, - "title": "No side-channels", - "number": "11.1.2" + "title": "Data minimization", + "number": "11.2.1" + }, + { + "id": "rate-limiting-change-notifications", + "href": "https://www.w3.org/TR/compute-pressure/#rate-limiting-change-notifications", + "level": 4, + "title": "Rate-limiting change notifications", + "number": "11.2.2" }, { - "id": "same-origin-contexts", - "href": "https://www.w3.org/TR/compute-pressure/#same-origin-contexts", + "id": "same-origin-restriction", + "href": "https://www.w3.org/TR/compute-pressure/#same-origin-restriction", "level": 4, - "title": "Same-origin contexts", - "number": "11.1.3" + "title": "Same-origin restriction", + "number": "11.2.3" }, { "id": "examples", diff --git a/tr/headings/web-animations-1.json b/tr/headings/web-animations-1.json index 6e054bed6d33..0a39b0954b70 100644 --- a/tr/headings/web-animations-1.json +++ b/tr/headings/web-animations-1.json @@ -336,6 +336,13 @@ "title": "Animation effect phases and states", "number": "4.5.5" }, + { + "id": "relevant-animations-section", + "href": "https://www.w3.org/TR/web-animations-1/#relevant-animations-section", + "level": 4, + "title": "Relevant animations", + "number": "4.5.6" + }, { "id": "fill-behavior", "href": "https://www.w3.org/TR/web-animations-1/#fill-behavior", diff --git a/tr/ids/compute-pressure.json b/tr/ids/compute-pressure.json index 6a85cdfc4c26..f11f42b1e110 100644 --- a/tr/ids/compute-pressure.json +++ b/tr/ids/compute-pressure.json @@ -445,16 +445,22 @@ "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-supported-source-types-8", "https://www.w3.org/TR/compute-pressure/#security-and-privacy-considerations", "https://www.w3.org/TR/compute-pressure/#x11-security-and-privacy-considerations", - "https://www.w3.org/TR/compute-pressure/#minimizing-information-exposure", - "https://www.w3.org/TR/compute-pressure/#x11-1-minimizing-information-exposure", + "https://www.w3.org/TR/compute-pressure/#types-of-privacy-and-security-threats", + "https://www.w3.org/TR/compute-pressure/#x11-1-types-of-privacy-and-security-threats", + "https://www.w3.org/TR/compute-pressure/#issue-container-generatedID-13", + "https://www.w3.org/TR/compute-pressure/#h-note-13", + "https://www.w3.org/TR/compute-pressure/#timing-attacks", + "https://www.w3.org/TR/compute-pressure/#x11-1-1-timing-attacks", + "https://www.w3.org/TR/compute-pressure/#mitigation-strategies", + "https://www.w3.org/TR/compute-pressure/#x11-2-mitigation-strategies", + "https://www.w3.org/TR/compute-pressure/#issue-container-generatedID-14", + "https://www.w3.org/TR/compute-pressure/#h-note-14", + "https://www.w3.org/TR/compute-pressure/#data-minimization", + "https://www.w3.org/TR/compute-pressure/#x11-2-1-data-minimization", "https://www.w3.org/TR/compute-pressure/#rate-limiting-change-notifications", - "https://www.w3.org/TR/compute-pressure/#x11-1-1-rate-limiting-change-notifications", - "https://www.w3.org/TR/compute-pressure/#no-side-channels", - "https://www.w3.org/TR/compute-pressure/#x11-1-2-no-side-channels", - "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-states-6", - "https://www.w3.org/TR/compute-pressure/#ref-for-dfn-pressure-states-7", - "https://www.w3.org/TR/compute-pressure/#same-origin-contexts", - "https://www.w3.org/TR/compute-pressure/#x11-1-3-same-origin-contexts", + "https://www.w3.org/TR/compute-pressure/#x11-2-2-rate-limiting-change-notifications", + "https://www.w3.org/TR/compute-pressure/#same-origin-restriction", + "https://www.w3.org/TR/compute-pressure/#x11-2-3-same-origin-restriction", "https://www.w3.org/TR/compute-pressure/#examples", "https://www.w3.org/TR/compute-pressure/#x12-examples", "https://www.w3.org/TR/compute-pressure/#cb-observer-example", @@ -464,8 +470,8 @@ "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-disconnect-6", "https://www.w3.org/TR/compute-pressure/#example-how-to-handle-all-state-changes-right-up-until-disconnect", "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-unobserve-4", - "https://www.w3.org/TR/compute-pressure/#issue-container-generatedID-13", - "https://www.w3.org/TR/compute-pressure/#h-note-13", + "https://www.w3.org/TR/compute-pressure/#issue-container-generatedID-15", + "https://www.w3.org/TR/compute-pressure/#h-note-15", "https://www.w3.org/TR/compute-pressure/#example-how-to-tell-the-observer-to-stop-watching-for-state-changes-for-a-specific-source", "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-disconnect-7", "https://www.w3.org/TR/compute-pressure/#ref-for-dom-pressureobserver-disconnect-8", @@ -517,7 +523,6 @@ "https://www.w3.org/TR/compute-pressure/#bib-permissions-policy", "https://www.w3.org/TR/compute-pressure/#bib-rfc2119", "https://www.w3.org/TR/compute-pressure/#bib-rfc8174", - "https://www.w3.org/TR/compute-pressure/#bib-security-privacy-questionnaire", "https://www.w3.org/TR/compute-pressure/#bib-webidl", "https://www.w3.org/TR/compute-pressure/#informative-references", "https://www.w3.org/TR/compute-pressure/#c-2-informative-references", diff --git a/tr/ids/web-animations-1.json b/tr/ids/web-animations-1.json index 06bbcbad1b97..f340efa3709a 100644 --- a/tr/ids/web-animations-1.json +++ b/tr/ids/web-animations-1.json @@ -132,7 +132,7 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-update-animations-and-send-events", "https://www.w3.org/TR/web-animations-1/#origin-time", "https://www.w3.org/TR/web-animations-1/#issue-9fa706cb", - "https://www.w3.org/TR/web-animations-1/#ref-for-time-origin", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-settings-object-time-origin", "https://www.w3.org/TR/web-animations-1/#ref-for-document-timeline", "https://www.w3.org/TR/web-animations-1/#ref-for-inactive-timeline", "https://www.w3.org/TR/web-animations-1/#ref-for-document-timeline%E2%91%A0", @@ -149,16 +149,16 @@ "https://www.w3.org/TR/web-animations-1/#the-documents-default-timeline", "https://www.w3.org/TR/web-animations-1/#ref-for-document%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-document-timeline%E2%91%A2", - "https://www.w3.org/TR/web-animations-1/#default-document-timeline", - "https://www.w3.org/TR/web-animations-1/#ref-for-default-document-timeline", + "https://www.w3.org/TR/web-animations-1/#document-default-document-timeline", + "https://www.w3.org/TR/web-animations-1/#ref-for-document-default-document-timeline", "https://www.w3.org/TR/web-animations-1/#ref-for-dom-document-open", - "https://www.w3.org/TR/web-animations-1/#ref-for-default-document-timeline%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-document-default-document-timeline%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-origin-time%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-document-timeline%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-time-value%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-time-value%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#ref-for-default-document-timeline%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#ref-for-time-origin%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-document-default-document-timeline%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-settings-object-time-origin%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-update-animations-and-send-events%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#animations", "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A7", @@ -204,7 +204,7 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-hold-time%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A8", - "https://www.w3.org/TR/web-animations-1/#ref-for-finished-play-state", + "https://www.w3.org/TR/web-animations-1/#ref-for-play-state-finished", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-current-time%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-update-an-animations-finished-state%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#setting-the-associated-effect", @@ -220,18 +220,6 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-animation-set-the-associated-effect-of-an-animation", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-associated-effect%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-update-an-animations-finished-state%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#animation-reset-an-animations-pending-tasks", - "https://www.w3.org/TR/web-animations-1/#ref-for-pending-play-task%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-pending-pause-task%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-pending-play-task%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#ref-for-pending-pause-task%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#ref-for-apply-any-pending-playback-rate", - "https://www.w3.org/TR/web-animations-1/#ref-for-reject", - "https://www.w3.org/TR/web-animations-1/#ref-for-current-ready-promise", - "https://www.w3.org/TR/web-animations-1/#ref-for-current-ready-promise%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-current-ready-promise%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#ref-for-a-promise-resolved-with", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-relevant-realm", "https://www.w3.org/TR/web-animations-1/#the-current-time-of-an-animation", "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#ref-for-time-value%E2%91%A0%E2%91%A5", @@ -288,14 +276,14 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#animation-set-the-current-time", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-silently-set-the-current-time", - "https://www.w3.org/TR/web-animations-1/#ref-for-pending-pause-task%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-pending-pause-task%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-hold-time%E2%91%A6", - "https://www.w3.org/TR/web-animations-1/#ref-for-apply-any-pending-playback-rate%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-apply-any-pending-playback-rate", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/web-animations-1/#ref-for-pending-pause-task%E2%91%A3", + "https://www.w3.org/TR/web-animations-1/#ref-for-pending-pause-task%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-resolve", - "https://www.w3.org/TR/web-animations-1/#ref-for-current-ready-promise%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-current-ready-promise", "https://www.w3.org/TR/web-animations-1/#ref-for-update-an-animations-finished-state%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#setting-the-start-time-of-an-animation", "https://www.w3.org/TR/web-animations-1/#set-the-start-time", @@ -314,7 +302,7 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-animation-current-time%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-current-time%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/web-animations-1/#ref-for-apply-any-pending-playback-rate%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-apply-any-pending-playback-rate%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-hold-time%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A1%E2%91%A4", @@ -324,10 +312,10 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-hold-time%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/web-animations-1/#ref-for-pending-play-task%E2%91%A2", - "https://www.w3.org/TR/web-animations-1/#ref-for-pending-pause-task%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-pending-play-task%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-pending-pause-task%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-resolve%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-current-ready-promise%E2%91%A3", + "https://www.w3.org/TR/web-animations-1/#ref-for-current-ready-promise%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-update-an-animations-finished-state%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#waiting-for-the-associated-effect", "https://www.w3.org/TR/web-animations-1/#waiting-for-the-target-effect", @@ -347,22 +335,22 @@ "https://www.w3.org/TR/web-animations-1/#the-current-ready-promise", "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#current-ready-promise", - "https://www.w3.org/TR/web-animations-1/#ref-for-current-ready-promise%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-current-ready-promise%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-sec-promise-objects", - "https://www.w3.org/TR/web-animations-1/#ref-for-a-promise-resolved-with%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-relevant-realm%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-a-promise-resolved-with", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-relevant-realm", "https://www.w3.org/TR/web-animations-1/#ref-for-sec-promise-objects%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-pending-play-task%E2%91%A3", - "https://www.w3.org/TR/web-animations-1/#ref-for-pending-pause-task%E2%91%A5", + "https://www.w3.org/TR/web-animations-1/#ref-for-pending-play-task%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-pending-pause-task%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-sec-promise-objects%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#ref-for-running-play-state", - "https://www.w3.org/TR/web-animations-1/#ref-for-current-ready-promise%E2%91%A5", - "https://www.w3.org/TR/web-animations-1/#ref-for-pending-play-task%E2%91%A4", - "https://www.w3.org/TR/web-animations-1/#ref-for-current-ready-promise%E2%91%A6", + "https://www.w3.org/TR/web-animations-1/#ref-for-play-state-running", + "https://www.w3.org/TR/web-animations-1/#ref-for-current-ready-promise%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-pending-play-task%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-current-ready-promise%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#example-eb69e98f", "https://www.w3.org/TR/web-animations-1/#playing-an-animation-section", "https://www.w3.org/TR/web-animations-1/#play-an-animation", - "https://www.w3.org/TR/web-animations-1/#ref-for-pending-pause-task%E2%91%A6", + "https://www.w3.org/TR/web-animations-1/#ref-for-pending-pause-task%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-time-value%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-effective-playback-rate", @@ -389,21 +377,21 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-hold-time%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A2%E2%91%A7", - "https://www.w3.org/TR/web-animations-1/#ref-for-apply-any-pending-playback-rate%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-apply-any-pending-playback-rate%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-hold-time%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-hold-time%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A3%E2%93%AA", - "https://www.w3.org/TR/web-animations-1/#ref-for-pending-play-task%E2%91%A5", - "https://www.w3.org/TR/web-animations-1/#ref-for-pending-pause-task%E2%91%A7", + "https://www.w3.org/TR/web-animations-1/#ref-for-pending-play-task%E2%91%A3", + "https://www.w3.org/TR/web-animations-1/#ref-for-pending-pause-task%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-hold-time%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-pending-playback-rate", - "https://www.w3.org/TR/web-animations-1/#ref-for-current-ready-promise%E2%91%A7", + "https://www.w3.org/TR/web-animations-1/#ref-for-current-ready-promise%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-a-new-promise", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-relevant-realm%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-relevant-realm%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-ready%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-hold-time%E2%91%A0%E2%91%A5", @@ -413,7 +401,7 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-ready%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-hold-time%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A3%E2%91%A3", - "https://www.w3.org/TR/web-animations-1/#ref-for-apply-any-pending-playback-rate%E2%91%A3", + "https://www.w3.org/TR/web-animations-1/#ref-for-apply-any-pending-playback-rate%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-hold-time%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#ref-for-playback-rate%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#ref-for-playback-rate%E2%91%A6", @@ -425,26 +413,26 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-pending-playback-rate%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/web-animations-1/#ref-for-playback-rate%E2%91%A8", - "https://www.w3.org/TR/web-animations-1/#ref-for-apply-any-pending-playback-rate%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-apply-any-pending-playback-rate%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-playback-rate%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-hold-time%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/web-animations-1/#ref-for-playback-rate%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-playback-rate%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-resolve%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#ref-for-current-ready-promise%E2%91%A8", + "https://www.w3.org/TR/web-animations-1/#ref-for-current-ready-promise%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#ref-for-update-an-animations-finished-state%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-associated-effect%E2%91%A7", - "https://www.w3.org/TR/web-animations-1/#ref-for-current-ready-promise%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/web-animations-1/#ref-for-current-ready-promise%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#ref-for-current-finished-promise", "https://www.w3.org/TR/web-animations-1/#pending-play-task", - "https://www.w3.org/TR/web-animations-1/#ref-for-pending-play-task%E2%91%A6", + "https://www.w3.org/TR/web-animations-1/#ref-for-pending-play-task%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-ready%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-perform-a-microtask-checkpoint%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-pending-play-task%E2%91%A7", + "https://www.w3.org/TR/web-animations-1/#ref-for-pending-play-task%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#example-b6f05729", - "https://www.w3.org/TR/web-animations-1/#ref-for-pending-play-task%E2%91%A8", - "https://www.w3.org/TR/web-animations-1/#ref-for-current-ready-promise%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-pending-play-task%E2%91%A6", + "https://www.w3.org/TR/web-animations-1/#ref-for-current-ready-promise%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#ref-for-update-an-animations-finished-state%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#pausing-an-animation-section", "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A0%E2%91%A3", @@ -454,9 +442,9 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-play-an-animation", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-current-time%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#pause-an-animation", - "https://www.w3.org/TR/web-animations-1/#ref-for-pending-pause-task%E2%91%A8", - "https://www.w3.org/TR/web-animations-1/#ref-for-play-state", - "https://www.w3.org/TR/web-animations-1/#ref-for-paused-play-state", + "https://www.w3.org/TR/web-animations-1/#ref-for-pending-pause-task%E2%91%A6", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-play-state", + "https://www.w3.org/TR/web-animations-1/#ref-for-play-state-paused", "https://www.w3.org/TR/web-animations-1/#ref-for-time-value%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A2%E2%93%AA", @@ -472,10 +460,10 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-hold-time%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-pending-play-task%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/web-animations-1/#ref-for-current-ready-promise%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-pending-play-task%E2%91%A7", + "https://www.w3.org/TR/web-animations-1/#ref-for-current-ready-promise%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#ref-for-a-new-promise%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-relevant-realm%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-relevant-realm%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-associated-effect%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-inactive-timeline%E2%91%A7", @@ -487,19 +475,19 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-playback-rate%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-hold-time%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/web-animations-1/#ref-for-finished-play-state%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-pending-play-task%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-play-state-finished%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-pending-play-task%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-hold-time%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/web-animations-1/#ref-for-paused-play-state%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-apply-any-pending-playback-rate%E2%91%A5", + "https://www.w3.org/TR/web-animations-1/#ref-for-play-state-paused%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-apply-any-pending-playback-rate%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#ref-for-resolve%E2%91%A2", - "https://www.w3.org/TR/web-animations-1/#ref-for-current-ready-promise%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-current-ready-promise%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/web-animations-1/#ref-for-update-an-animations-finished-state%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#pending-pause-task", - "https://www.w3.org/TR/web-animations-1/#ref-for-pending-pause-task%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/web-animations-1/#ref-for-pending-play-task%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#ref-for-pending-pause-task%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-pending-pause-task%E2%91%A7", + "https://www.w3.org/TR/web-animations-1/#ref-for-pending-play-task%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/web-animations-1/#ref-for-pending-pause-task%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#ref-for-perform-a-microtask-checkpoint%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-update-an-animations-finished-state%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#reaching-the-end", @@ -526,7 +514,7 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-current-finished-promise%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-sec-promise-objects%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-sec-promise-objects%E2%91%A3", - "https://www.w3.org/TR/web-animations-1/#ref-for-finished-play-state%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-play-state-finished%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#updating-the-finished-state", "https://www.w3.org/TR/web-animations-1/#ref-for-playback-rate%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-current-time%E2%91%A1%E2%91%A4", @@ -540,7 +528,7 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-animation-current-time%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A4%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/web-animations-1/#ref-for-finished-play-state%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-play-state-finished%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-update-an-animations-finished-state%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#ref-for-update-animations-and-send-events%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#previous-current-time", @@ -558,8 +546,8 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A4%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A4%E2%91%A4", - "https://www.w3.org/TR/web-animations-1/#ref-for-pending-play-task%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/web-animations-1/#ref-for-pending-pause-task%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-pending-play-task%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-pending-pause-task%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-hold-time%E2%91%A1%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#ref-for-playback-rate%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#ref-for-associated-effect-end%E2%91%A7", @@ -591,12 +579,12 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A4%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#ref-for-previous-current-time%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-current-time%E2%91%A2%E2%93%AA", - "https://www.w3.org/TR/web-animations-1/#ref-for-play-state%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-finished-play-state%E2%91%A3", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-play-state%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-play-state-finished%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-current-finished-promise%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#finish-notification-steps", - "https://www.w3.org/TR/web-animations-1/#ref-for-play-state%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#ref-for-finished-play-state%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-play-state%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-play-state-finished%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-resolve%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-current-finished-promise%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-concept-event-create", @@ -626,8 +614,8 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-current-finished-promise%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-current-finished-promise%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-a-new-promise%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-relevant-realm%E2%91%A3", - "https://www.w3.org/TR/web-animations-1/#ref-for-finished-play-state%E2%91%A5", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-relevant-realm%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-play-state-finished%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#ref-for-finish-event%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-current-finished-promise%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#example-63369f6e", @@ -638,7 +626,7 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-cancel-an-animation", "https://www.w3.org/TR/web-animations-1/#ref-for-cancel-event", "https://www.w3.org/TR/web-animations-1/#ref-for-current-finished-promise%E2%91%A6", - "https://www.w3.org/TR/web-animations-1/#ref-for-current-ready-promise%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/web-animations-1/#ref-for-current-ready-promise%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#finishing-an-animation-section", "https://www.w3.org/TR/web-animations-1/#finish-an-animation", "https://www.w3.org/TR/web-animations-1/#ref-for-effective-playback-rate%E2%91%A1", @@ -647,7 +635,7 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-dfn-throw%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-invalidstateerror%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-idl-DOMException%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#ref-for-apply-any-pending-playback-rate%E2%91%A6", + "https://www.w3.org/TR/web-animations-1/#ref-for-apply-any-pending-playback-rate%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#ref-for-playback-rate%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-associated-effect-end%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-silently-set-the-current-time%E2%91%A0", @@ -659,36 +647,36 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-playback-rate%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-time-value%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A2%E2%91%A4", - "https://www.w3.org/TR/web-animations-1/#ref-for-pending-pause-task%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-pending-pause-task%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A5%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-hold-time%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A5%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-hold-time%E2%91%A2%E2%91%A7", - "https://www.w3.org/TR/web-animations-1/#ref-for-idle-play-state", - "https://www.w3.org/TR/web-animations-1/#ref-for-pending-pause-task%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/web-animations-1/#ref-for-play-state-idle", + "https://www.w3.org/TR/web-animations-1/#ref-for-pending-pause-task%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-resolve%E2%91%A4", - "https://www.w3.org/TR/web-animations-1/#ref-for-current-ready-promise%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/web-animations-1/#ref-for-pending-play-task%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/web-animations-1/#ref-for-current-ready-promise%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-pending-play-task%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A5%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-resolve%E2%91%A5", - "https://www.w3.org/TR/web-animations-1/#ref-for-current-ready-promise%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/web-animations-1/#ref-for-current-ready-promise%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-update-an-animations-finished-state%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/web-animations-1/#canceling-an-animation-section", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-current-time%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A5%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-associated-effect%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#cancel-an-animation", - "https://www.w3.org/TR/web-animations-1/#ref-for-play-state%E2%91%A2", - "https://www.w3.org/TR/web-animations-1/#ref-for-idle-play-state%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-play-state%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-play-state-idle%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-reset-an-animations-pending-tasks", - "https://www.w3.org/TR/web-animations-1/#ref-for-reject%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-reject", "https://www.w3.org/TR/web-animations-1/#ref-for-current-finished-promise%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#ref-for-current-finished-promise%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#ref-for-current-finished-promise%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/web-animations-1/#ref-for-a-new-promise%E2%91%A2", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-relevant-realm%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-relevant-realm%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-concept-event-create%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-animationplaybackevent%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-dom-event-type%E2%91%A0", @@ -717,6 +705,18 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A5%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A5%E2%91%A8", + "https://www.w3.org/TR/web-animations-1/#animation-reset-an-animations-pending-tasks", + "https://www.w3.org/TR/web-animations-1/#ref-for-pending-play-task%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-pending-pause-task%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-pending-play-task%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/web-animations-1/#ref-for-pending-pause-task%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/web-animations-1/#ref-for-apply-any-pending-playback-rate%E2%91%A6", + "https://www.w3.org/TR/web-animations-1/#ref-for-reject%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-current-ready-promise%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/web-animations-1/#ref-for-current-ready-promise%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-current-ready-promise%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/web-animations-1/#ref-for-a-promise-resolved-with%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-relevant-realm%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#speed-control", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-current-time%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A2%E2%91%A6", @@ -730,17 +730,28 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-animation-current-time%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-playback-rate%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-playback-rate%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/web-animations-1/#ref-for-play-state%E2%91%A3", - "https://www.w3.org/TR/web-animations-1/#ref-for-paused-play-state%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-play-state%E2%91%A3", + "https://www.w3.org/TR/web-animations-1/#ref-for-play-state-paused%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#setting-the-playback-rate-of-an-animation", "https://www.w3.org/TR/web-animations-1/#set-the-playback-rate", "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#ref-for-pending-playback-rate%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-current-time%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#ref-for-playback-rate%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/web-animations-1/#ref-for-effective-playback-rate%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-playback-rate%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/web-animations-1/#ref-for-monotonically-increasing-timeline%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A3%E2%93%AA", "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A6%E2%93%AA", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-set-the-current-time%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-monotonically-increasing-timeline%E2%91%A3", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A6%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-associated-effect-end%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/web-animations-1/#ref-for-associated-effect-end%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#seamlessly-updating-the-playback-rate-of-an-animation", "https://www.w3.org/TR/web-animations-1/#ref-for-set-the-playback-rate%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-playback-rate%E2%91%A1%E2%91%A8", @@ -760,97 +771,97 @@ "https://www.w3.org/TR/web-animations-1/#seamlessly-update-the-playback-rate", "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-current-time%E2%91%A2%E2%91%A6", - "https://www.w3.org/TR/web-animations-1/#ref-for-play-state%E2%91%A4", - "https://www.w3.org/TR/web-animations-1/#ref-for-effective-playback-rate%E2%91%A3", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-play-state%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-effective-playback-rate%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-pending-playback-rate%E2%91%A7", - "https://www.w3.org/TR/web-animations-1/#ref-for-finished-play-state%E2%91%A6", + "https://www.w3.org/TR/web-animations-1/#ref-for-play-state-finished%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#ref-for-pending-playback-rate%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#ref-for-pending-playback-rate%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/web-animations-1/#ref-for-pending-play-task%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-pending-pause-task%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-pending-playback-rate%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-idle-play-state%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#ref-for-paused-play-state%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-play-state-idle%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-play-state-paused%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-current-time%E2%91%A2%E2%91%A7", - "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A6%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A6%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-apply-any-pending-playback-rate%E2%91%A7", - "https://www.w3.org/TR/web-animations-1/#ref-for-running-play-state%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-finished-play-state%E2%91%A7", + "https://www.w3.org/TR/web-animations-1/#ref-for-play-state-running%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-play-state-finished%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-current-time%E2%91%A2%E2%91%A8", - "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A6%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A6%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-hold-time%E2%91%A3%E2%93%AA", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#ref-for-pending-playback-rate%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-time-value%E2%91%A2%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-pending-playback-rate%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A2%E2%91%A5", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#ref-for-apply-any-pending-playback-rate%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#ref-for-update-an-animations-finished-state%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-play-an-animation%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#reversing-an-animation-section", "https://www.w3.org/TR/web-animations-1/#reverse-an-animation", "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A3%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-inactive-timeline%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-dfn-throw%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-invalidstateerror%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-idl-DOMException%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-pending-playback-rate%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-pending-playback-rate%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/web-animations-1/#ref-for-effective-playback-rate%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-effective-playback-rate%E2%91%A5", + "https://www.w3.org/TR/web-animations-1/#ref-for-effective-playback-rate%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#ref-for-play-an-animation%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-play-an-animation%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-pending-playback-rate%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#play-states", "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/web-animations-1/#play-state", - "https://www.w3.org/TR/web-animations-1/#ref-for-idle-play-state%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#animation-play-state", + "https://www.w3.org/TR/web-animations-1/#ref-for-play-state-idle%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-current-time%E2%91%A3%E2%93%AA", - "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A6%E2%91%A2", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A6%E2%91%A3", - "https://www.w3.org/TR/web-animations-1/#ref-for-running-play-state%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A6%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-play-state-running%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-current-time%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-frame%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-playback-rate%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-inactive-timeline%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/web-animations-1/#ref-for-monotonically-increasing-timeline%E2%91%A2", - "https://www.w3.org/TR/web-animations-1/#ref-for-paused-play-state%E2%91%A3", + "https://www.w3.org/TR/web-animations-1/#ref-for-monotonically-increasing-timeline%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-play-state-paused%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-current-time%E2%91%A3%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#ref-for-finished-play-state%E2%91%A8", + "https://www.w3.org/TR/web-animations-1/#ref-for-play-state-finished%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-current-time%E2%91%A3%E2%91%A2", - "https://www.w3.org/TR/web-animations-1/#ref-for-play-state%E2%91%A5", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-play-state%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A1%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-current-time%E2%91%A3%E2%91%A3", - "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A6%E2%91%A4", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A6%E2%91%A5", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A6%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#ref-for-pending-play-task%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#ref-for-pending-pause-task%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/web-animations-1/#idle-play-state", + "https://www.w3.org/TR/web-animations-1/#play-state-idle", "https://www.w3.org/TR/web-animations-1/#ref-for-pending-pause-task%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A2%E2%91%A8", - "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A6%E2%91%A6", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A6%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#ref-for-pending-play-task%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/web-animations-1/#paused-play-state", + "https://www.w3.org/TR/web-animations-1/#play-state-paused", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-current-time%E2%91%A3%E2%91%A4", - "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A6%E2%91%A7", - "https://www.w3.org/TR/web-animations-1/#ref-for-effective-playback-rate%E2%91%A6", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-current-time%E2%91%A3%E2%91%A5", - "https://www.w3.org/TR/web-animations-1/#ref-for-associated-effect-end%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A6%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#ref-for-effective-playback-rate%E2%91%A7", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-current-time%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/web-animations-1/#ref-for-associated-effect-end%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/web-animations-1/#ref-for-effective-playback-rate%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-current-time%E2%91%A3%E2%91%A6", - "https://www.w3.org/TR/web-animations-1/#finished-play-state", - "https://www.w3.org/TR/web-animations-1/#running-play-state", - "https://www.w3.org/TR/web-animations-1/#ref-for-paused-play-state%E2%91%A4", - "https://www.w3.org/TR/web-animations-1/#ref-for-finished-play-state%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/web-animations-1/#ref-for-paused-play-state%E2%91%A5", - "https://www.w3.org/TR/web-animations-1/#ref-for-finished-play-state%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/web-animations-1/#play-state-finished", + "https://www.w3.org/TR/web-animations-1/#play-state-running", + "https://www.w3.org/TR/web-animations-1/#ref-for-play-state-paused%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-play-state-finished%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/web-animations-1/#ref-for-play-state-paused%E2%91%A5", + "https://www.w3.org/TR/web-animations-1/#ref-for-play-state-finished%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#example-e0f669c8", "https://www.w3.org/TR/web-animations-1/#animation-events-section", "https://www.w3.org/TR/web-animations-1/#animation-events", @@ -864,46 +875,46 @@ "https://www.w3.org/TR/web-animations-1/#scheduled-event-time", "https://www.w3.org/TR/web-animations-1/#ref-for-scheduled-event-time%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-time-value%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#ref-for-time-origin%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-settings-object-time-origin%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-update-animations-and-send-events%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-events%E2%91%A3", - "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A6%E2%91%A8", + "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A7%E2%93%AA", "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A3%E2%91%A3", - "https://www.w3.org/TR/web-animations-1/#ref-for-time-origin%E2%91%A2", - "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-settings-object-time-origin%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#ref-for-inactive-timeline%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#sorting-animation-events", "https://www.w3.org/TR/web-animations-1/#animation-time-to-timeline-time", "https://www.w3.org/TR/web-animations-1/#ref-for-time-value%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A3%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A7%E2%93%AA", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A7%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A7%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-time-value%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-playback-rate%E2%91%A2%E2%91%A2", - "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A7%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#ref-for-time-value%E2%91%A2%E2%91%A4", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A7%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-time-value%E2%91%A2%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A7%E2%91%A3", + "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A7%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-time-value%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#ref-for-playback-rate%E2%91%A2%E2%91%A3", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A3%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#animation-time-to-origin-relative-time", "https://www.w3.org/TR/web-animations-1/#ref-for-time-value%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#ref-for-time-value%E2%91%A2%E2%91%A7", - "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-time-to-timeline-time", - "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A7%E2%91%A4", - "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A7%E2%91%A5", - "https://www.w3.org/TR/web-animations-1/#ref-for-inactive-timeline%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A7%E2%91%A6", - "https://www.w3.org/TR/web-animations-1/#ref-for-timeline-time-to-origin-relative-time%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-inactive-timeline%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A7%E2%91%A7", + "https://www.w3.org/TR/web-animations-1/#ref-for-timeline-time-to-origin-relative-time%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A7%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#ref-for-time-value%E2%91%A2%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#ref-for-timeline-time-to-origin-relative-time%E2%91%A2", - "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A4%E2%93%AA", "https://www.w3.org/TR/web-animations-1/#animation-playback-events-section", "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A1%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#animation-playback-events", @@ -912,9 +923,9 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A1%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#animation-playback-event-types", "https://www.w3.org/TR/web-animations-1/#finish-event", - "https://www.w3.org/TR/web-animations-1/#ref-for-finished-play-state%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-play-state-finished%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#cancel-event", - "https://www.w3.org/TR/web-animations-1/#ref-for-idle-play-state%E2%91%A3", + "https://www.w3.org/TR/web-animations-1/#ref-for-play-state-idle%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/web-animations-1/#ref-for-cancel-event%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#remove-event", @@ -943,18 +954,18 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-active-interval", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-active-interval%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A3%E2%91%A3", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A2%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-start-delay", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-active-duration", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#ref-for-start-delay%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-active-duration%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-start-delay%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-active-interval%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#ref-for-active-interval%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-active-interval%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-active-interval%E2%91%A4", @@ -967,7 +978,7 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-start-delay%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#start-delay", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A0%E2%91%A6", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A4%E2%93%AA", "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A2%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-active-interval%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#ref-for-active-duration%E2%91%A1", @@ -988,11 +999,11 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-associated-with-an-animation%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-current-time%E2%91%A3%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A2%E2%91%A5", - "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A7%E2%91%A8", + "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A8%E2%93%AA", "https://www.w3.org/TR/web-animations-1/#animation-effect-phases-and-states", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A1%E2%91%A3", - "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A8%E2%93%AA", + "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A8%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-local-time", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect-before-phase", @@ -1051,7 +1062,7 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A2%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#animation-effect-before-phase", "https://www.w3.org/TR/web-animations-1/#ref-for-local-time%E2%91%A3", - "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A8%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A8%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-local-time%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-before-active-boundary-time", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-direction%E2%91%A0", @@ -1060,7 +1071,7 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A2%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#animation-effect-after-phase", "https://www.w3.org/TR/web-animations-1/#ref-for-local-time%E2%91%A6", - "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A8%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A8%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-local-time%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#ref-for-active-after-boundary-time", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-direction%E2%91%A1", @@ -1069,7 +1080,7 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#animation-effect-active-phase", "https://www.w3.org/TR/web-animations-1/#ref-for-local-time%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A8%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A8%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect-before-phase%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect-after-phase%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#animation-effect-idle-phase", @@ -1079,7 +1090,7 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect-active-phase%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-associated-with-an-animation%E2%91%A3", - "https://www.w3.org/TR/web-animations-1/#ref-for-finished-play-state%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-play-state-finished%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#current", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A3%E2%91%A2", @@ -1094,11 +1105,44 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-playback-rate%E2%91%A2%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect-after-phase%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/web-animations-1/#ref-for-associated-with-an-animation%E2%91%A6", + "https://www.w3.org/TR/web-animations-1/#ref-for-play-state-idle%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-play-state%E2%91%A6", + "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A4%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-monotonically-increasing-timeline%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#in-effect", "https://www.w3.org/TR/web-animations-1/#ref-for-active-time%E2%91%A2", - "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A8%E2%91%A3", + "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A8%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#relevant-animations-section", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-relevant", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-associated-effect%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/web-animations-1/#animation-relevant", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-associated-effect%E2%91%A1%E2%91%A3", + "https://www.w3.org/TR/web-animations-1/#ref-for-current%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-in-effect%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-replace-state", + "https://www.w3.org/TR/web-animations-1/#ref-for-removed-replace-state", + "https://www.w3.org/TR/web-animations-1/#relevant-animations", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A4%E2%93%AA", + "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe-effect-effect-target", + "https://www.w3.org/TR/web-animations-1/#relevant-animations-for-a-subtree", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-document", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-shadow-root", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A3%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A4%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe-effect-effect-target%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-tree-inclusive-descendant", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-tree-descendant", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-document%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-shadow-root%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-pseudo-element", "https://www.w3.org/TR/web-animations-1/#fill-behavior", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A4%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-in-play%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#fill-mode", "https://www.w3.org/TR/web-animations-1/#ref-for-fill-mode%E2%91%A1", @@ -1106,7 +1150,7 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-fill-mode%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-fill-mode%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-propdef-animation-fill-mode", - "https://www.w3.org/TR/web-animations-1/#example-515a2006", + "https://www.w3.org/TR/web-animations-1/#example-3cbeb1f1", "https://www.w3.org/TR/web-animations-1/#example-fb96320c", "https://www.w3.org/TR/web-animations-1/#example-8cd36716", "https://www.w3.org/TR/web-animations-1/#fill-modes", @@ -1125,7 +1169,7 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-iteration-progress%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-active-interval%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-active-time%E2%91%A4", - "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A8%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A8%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect-active-phase%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#repeating", "https://www.w3.org/TR/web-animations-1/#iteration-intervals", @@ -1147,15 +1191,15 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-iteration-duration%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#ref-for-active-duration%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#controlling-iteration", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A4%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#iteration-count", "https://www.w3.org/TR/web-animations-1/#ref-for-iteration-count%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-iteration-count%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A4%E2%93%AA", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A4%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-iteration-count%E2%91%A2", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A4%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A4%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#iteration-start", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A4%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A4%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#ref-for-iteration-start", "https://www.w3.org/TR/web-animations-1/#ref-for-iteration-count%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-iteration-start%E2%91%A0", @@ -1164,12 +1208,12 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-iteration-count%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#ref-for-iteration-interval%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-iteration-start%E2%91%A2", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A4%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A4%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#ref-for-iteration-count%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#ref-for-iteration-start%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-active-duration%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#ref-for-iteration-start%E2%91%A4", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A4%E2%91%A3", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A4%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#ref-for-iteration-composite-operation", "https://www.w3.org/TR/web-animations-1/#ref-for-iteration-composite-operation-accumulate", "https://www.w3.org/TR/web-animations-1/#iteration-time-space", @@ -1178,11 +1222,11 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-iteration-progress%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-active-time%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#ref-for-time-value%E2%91%A3%E2%93%AA", - "https://www.w3.org/TR/web-animations-1/#ref-for-default-document-timeline%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-document-default-document-timeline%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-document%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-current-global-object", "https://www.w3.org/TR/web-animations-1/#interval-timing", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-associated-effect%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-associated-effect%E2%91%A1%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-in-play%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/web-animations-1/#ref-for-iteration-progress%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-iteration-progress%E2%91%A4", @@ -1197,12 +1241,12 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-iteration-count%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#ref-for-active-duration%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-active-duration%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A4%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A4%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#ref-for-local-time%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-transformed-progress", "https://www.w3.org/TR/web-animations-1/#ref-for-iteration-progress%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#ref-for-local-time%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A2%E2%91%A8", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-local-time%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-active-time%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#ref-for-start-delay%E2%91%A0%E2%91%A0", @@ -1231,13 +1275,13 @@ "https://www.w3.org/TR/web-animations-1/#active-time", "https://www.w3.org/TR/web-animations-1/#ref-for-local-time%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#ref-for-start-delay%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A4%E2%91%A5", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A5%E2%93%AA", "https://www.w3.org/TR/web-animations-1/#ref-for-fill-mode%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect-before-phase%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-fill-mode%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#ref-for-local-time%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#ref-for-start-delay%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A8%E2%91%A5", + "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A8%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#ref-for-time-value%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect-active-phase%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-local-time%E2%91%A0%E2%91%A7", @@ -1247,17 +1291,17 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-local-time%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#ref-for-start-delay%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-active-duration%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A8%E2%91%A6", + "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A8%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#ref-for-time-value%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-local-time%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A8%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A8%E2%91%A8", + "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A0%E2%93%AA%E2%93%AA", "https://www.w3.org/TR/web-animations-1/#ref-for-time-value%E2%91%A3%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#calculating-the-overall-progress", "https://www.w3.org/TR/web-animations-1/#overall-progress", "https://www.w3.org/TR/web-animations-1/#ref-for-active-time%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A0%E2%93%AA%E2%93%AA", "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A0%E2%93%AA%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A0%E2%93%AA%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-iteration-duration%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect-before-phase%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#ref-for-iteration-count%E2%91%A0%E2%91%A0", @@ -1269,8 +1313,8 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-playback-direction%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-easing-function", "https://www.w3.org/TR/web-animations-1/#ref-for-overall-progress%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A0%E2%93%AA%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A0%E2%93%AA%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A0%E2%93%AA%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-overall-progress%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-iteration-start%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#ref-for-overall-progress%E2%91%A3", @@ -1283,24 +1327,24 @@ "https://www.w3.org/TR/web-animations-1/#calculating-the-current-iteration", "https://www.w3.org/TR/web-animations-1/#current-iteration", "https://www.w3.org/TR/web-animations-1/#ref-for-active-time%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A0%E2%93%AA%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A0%E2%93%AA%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A0%E2%93%AA%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect-after-phase%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#ref-for-iteration-count%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-simple-iteration-progress%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-overall-progress%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-overall-progress%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#direction-control", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A4%E2%91%A6", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A4%E2%91%A7", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A5%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A5%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#playback-direction", "https://www.w3.org/TR/web-animations-1/#ref-for-directed-progress%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#calculating-the-directed-progress", "https://www.w3.org/TR/web-animations-1/#directed-progress", "https://www.w3.org/TR/web-animations-1/#ref-for-simple-iteration-progress%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-simple-iteration-progress%E2%91%A3", - "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A0%E2%93%AA%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A0%E2%93%AA%E2%91%A6", + "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A0%E2%93%AA%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#ref-for-playback-direction%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-playback-direction%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-current-iteration%E2%91%A0", @@ -1308,9 +1352,9 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-simple-iteration-progress%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-simple-iteration-progress%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#time-transformations", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A4%E2%91%A8", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A5%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-easing-function%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A5%E2%93%AA", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A5%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-easing-function%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-easing-function%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-linear-easing-function", @@ -1318,31 +1362,31 @@ "https://www.w3.org/TR/web-animations-1/#transformed-progress", "https://www.w3.org/TR/web-animations-1/#ref-for-directed-progress%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-directed-progress%E2%91%A3", - "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A0%E2%93%AA%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A0%E2%93%AA%E2%91%A8", + "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A0%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect-before-phase%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect-after-phase%E2%91%A7", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A5%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A5%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-easing-function%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-directed-progress%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-input-progress-value", "https://www.w3.org/TR/web-animations-1/#ref-for-before-flag", "https://www.w3.org/TR/web-animations-1/#the-iteration-progress", "https://www.w3.org/TR/web-animations-1/#iteration-progress", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A5%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A5%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#ref-for-transformed-progress%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#animation-model", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A5%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A5%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#ref-for-iteration-progress%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#ref-for-current-iteration%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-effect-stack", "https://www.w3.org/TR/web-animations-1/#introduction-to-the-animation-model", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A5%E2%91%A3", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A5%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#target-property", "https://www.w3.org/TR/web-animations-1/#ref-for-iteration-progress%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#ref-for-current-iteration%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-underlying-value", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A5%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A5%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#effect-value", "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animatable", "https://www.w3.org/TR/web-animations-1/#ref-for-target-property", @@ -1352,10 +1396,10 @@ "https://www.w3.org/TR/web-animations-1/#animation-type", "https://www.w3.org/TR/web-animations-1/#not-animatable", "https://www.w3.org/TR/web-animations-1/#ref-for-not-animatable", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A5%E2%91%A5", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A6%E2%93%AA", "https://www.w3.org/TR/web-animations-1/#ref-for-not-animatable%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A5%E2%91%A6", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A3%E2%93%AA", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A6%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A3%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-current-finished-promise%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#discrete", "https://www.w3.org/TR/web-animations-1/#ref-for-not-additive", @@ -1389,25 +1433,25 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-discrete%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#keyframe-effects", "https://www.w3.org/TR/web-animations-1/#keyframe-effect", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A5%E2%91%A7", - "https://www.w3.org/TR/web-animations-1/#ref-for-pseudo-element", - "https://www.w3.org/TR/web-animations-1/#effect-target", - "https://www.w3.org/TR/web-animations-1/#ref-for-effect-target", - "https://www.w3.org/TR/web-animations-1/#ref-for-element", - "https://www.w3.org/TR/web-animations-1/#target-element", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A6%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-pseudo-element%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#target-pseudo-selector", - "https://www.w3.org/TR/web-animations-1/#ref-for-effect-target%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-element%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-target-element", - "https://www.w3.org/TR/web-animations-1/#ref-for-target-pseudo-selector", - "https://www.w3.org/TR/web-animations-1/#ref-for-effect-target%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#keyframe-effect-effect-target", + "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe-effect-effect-target%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-element", + "https://www.w3.org/TR/web-animations-1/#effect-target-target-element", "https://www.w3.org/TR/web-animations-1/#ref-for-pseudo-element%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#ref-for-target-element%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-originating-element", - "https://www.w3.org/TR/web-animations-1/#ref-for-target-pseudo-selector%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#effect-target-target-pseudo-selector", + "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe-effect-effect-target%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-element%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-effect-target-target-element", + "https://www.w3.org/TR/web-animations-1/#ref-for-effect-target-target-pseudo-selector", + "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe-effect-effect-target%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-pseudo-element%E2%91%A2", - "https://www.w3.org/TR/web-animations-1/#ref-for-effect-target%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-effect-target-target-element%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-originating-element", + "https://www.w3.org/TR/web-animations-1/#ref-for-effect-target-target-pseudo-selector%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-pseudo-element%E2%91%A3", + "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe-effect-effect-target%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-selectordef-part", "https://www.w3.org/TR/web-animations-1/#keyframes-section", "https://www.w3.org/TR/web-animations-1/#ref-for-effect-value", @@ -1444,7 +1488,7 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-compute-a-property-value%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-computed-value%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-propdef-font-size", - "https://www.w3.org/TR/web-animations-1/#ref-for-target-element%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-effect-target-target-element%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-effect-value%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-propdef-font-size%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-propdef-font-size%E2%91%A1", @@ -1488,17 +1532,17 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-offsetk%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-computed-keyframes", "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe-effect%E2%91%A6", - "https://www.w3.org/TR/web-animations-1/#ref-for-effect-target%E2%91%A3", + "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe-effect-effect-target%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe-effect%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-compute-a-property-value%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#ref-for-target-element%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-effect-target-target-element%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-logical-to-physical", "https://www.w3.org/TR/web-animations-1/#ref-for-propdef-writing-mode", "https://www.w3.org/TR/web-animations-1/#ref-for-propdef-direction", - "https://www.w3.org/TR/web-animations-1/#ref-for-effect-target%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe-effect-effect-target%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#ref-for-propdef-border-width", "https://www.w3.org/TR/web-animations-1/#ref-for-compute-a-property-value%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-propdef-border-bottom-width", @@ -1516,13 +1560,13 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-effect-value%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe-effect%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#ref-for-target-property%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A0%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A0%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-effect-value%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-type%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-not-animatable%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe-effect%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/web-animations-1/#ref-for-effect-target%E2%91%A5", - "https://www.w3.org/TR/web-animations-1/#ref-for-effect-target%E2%91%A6", + "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe-effect-effect-target%E2%91%A7", + "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe-effect-effect-target%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#neutral-value-for-composition", "https://www.w3.org/TR/web-animations-1/#ref-for-underlying-value%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-composite-operation-add", @@ -1594,15 +1638,15 @@ "https://www.w3.org/TR/web-animations-1/#combining-effects", "https://www.w3.org/TR/web-animations-1/#ref-for-effect-value%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe-effect%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A5%E2%91%A8", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A6%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-target-property%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#ref-for-in-effect%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-in-effect%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe-effect%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe-effect%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#composite", "https://www.w3.org/TR/web-animations-1/#ref-for-effect-stack%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-in-effect%E2%91%A2", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A6%E2%93%AA", + "https://www.w3.org/TR/web-animations-1/#ref-for-in-effect%E2%91%A3", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A6%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-composite", "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe-effect%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#ref-for-target-property%E2%91%A2", @@ -1619,27 +1663,30 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-effect-value%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/web-animations-1/#ref-for-effect-stack%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#animation-classes", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A3%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#animation-class", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-class%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-propdef-animation-name", "https://www.w3.org/TR/web-animations-1/#the-effect-stack", + "https://www.w3.org/TR/web-animations-1/#effect-stack", "https://www.w3.org/TR/web-animations-1/#ref-for-target-property%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe-effect%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#effect-stack", + "https://www.w3.org/TR/web-animations-1/#ref-for-effect-stack%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe-effect%E2%91%A1%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#animation-composite-order", "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe-effect%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/web-animations-1/#ref-for-effect-stack%E2%91%A3", - "https://www.w3.org/TR/web-animations-1/#associated-animation-of-an-animation-effect", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A3%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#ref-for-associated-with-an-animation%E2%91%A6", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A6%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-effect-stack%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#animation-effect-associated-animation", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A3%E2%91%A5", + "https://www.w3.org/TR/web-animations-1/#ref-for-associated-with-an-animation%E2%91%A7", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A6%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect-associated-animation", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-class%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-class%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect-associated-animation%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect-associated-animation%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-global-animation-list", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A6%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A6%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#calculating-the-result-of-an-effect-stack", "https://www.w3.org/TR/web-animations-1/#ref-for-effect-stack%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#ref-for-effect-value%E2%91%A0%E2%91%A0", @@ -1688,8 +1735,8 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-composited-value", "https://www.w3.org/TR/web-animations-1/#ref-for-target-property%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-class%E2%91%A3", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A3%E2%91%A2", - "https://www.w3.org/TR/web-animations-1/#ref-for-associated-animation-of-an-animation-effect", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect-associated-animation%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-effect-stack%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#ref-for-composited-value%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-composited-value%E2%91%A1", @@ -1700,69 +1747,69 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-underlying-value%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-composited-value%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-class%E2%91%A4", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A3%E2%91%A3", - "https://www.w3.org/TR/web-animations-1/#ref-for-associated-animation-of-an-animation-effect%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect-associated-animation%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-effect-stack%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#replacing-animations", "https://www.w3.org/TR/web-animations-1/#example-86ce4327", "https://www.w3.org/TR/web-animations-1/#animation-replace-state", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A3%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#replace-state", "https://www.w3.org/TR/web-animations-1/#active-replace-state", "https://www.w3.org/TR/web-animations-1/#removed-replace-state", "https://www.w3.org/TR/web-animations-1/#persisted-replace-state", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A3%E2%91%A5", - "https://www.w3.org/TR/web-animations-1/#ref-for-replace-state", - "https://www.w3.org/TR/web-animations-1/#ref-for-active-replace-state", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A6%E2%91%A2", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A3%E2%91%A6", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A4%E2%93%AA", "https://www.w3.org/TR/web-animations-1/#ref-for-replace-state%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-removed-replace-state", + "https://www.w3.org/TR/web-animations-1/#ref-for-active-replace-state", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A6%E2%91%A6", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A4%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-replace-state%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-removed-replace-state%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-effect-stack%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-target-property%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#removing-replaced-animations", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A3%E2%91%A7", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A4%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#replaceable-animation", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A4%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-owning-element", "https://www.w3.org/TR/web-animations-1/#ref-for-owning-element%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A4%E2%93%AA", - "https://www.w3.org/TR/web-animations-1/#ref-for-play-state%E2%91%A6", - "https://www.w3.org/TR/web-animations-1/#ref-for-finished-play-state%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A4%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-replace-state%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#ref-for-removed-replace-state%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A4%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#ref-for-monotonically-increasing-timeline%E2%91%A3", - "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A3%E2%91%A8", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A4%E2%91%A2", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-associated-effect%E2%91%A1%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A4%E2%91%A3", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-associated-effect%E2%91%A1%E2%91%A4", - "https://www.w3.org/TR/web-animations-1/#ref-for-in-effect%E2%91%A3", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-play-state%E2%91%A7", + "https://www.w3.org/TR/web-animations-1/#ref-for-play-state-finished%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A4%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-replace-state%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-removed-replace-state%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A4%E2%91%A5", + "https://www.w3.org/TR/web-animations-1/#ref-for-monotonically-increasing-timeline%E2%91%A6", + "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A4%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A4%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-associated-effect%E2%91%A1%E2%91%A5", - "https://www.w3.org/TR/web-animations-1/#ref-for-effect-target%E2%91%A7", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A4%E2%91%A7", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-associated-effect%E2%91%A1%E2%91%A6", + "https://www.w3.org/TR/web-animations-1/#ref-for-in-effect%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A4%E2%91%A8", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-associated-effect%E2%91%A1%E2%91%A7", + "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe-effect-effect-target%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/web-animations-1/#remove-replaced-animations", "https://www.w3.org/TR/web-animations-1/#ref-for-document%E2%91%A5", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A4%E2%91%A5", - "https://www.w3.org/TR/web-animations-1/#ref-for-associated-with-an-animation%E2%91%A7", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A6%E2%91%A3", - "https://www.w3.org/TR/web-animations-1/#ref-for-effect-target%E2%91%A8", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-tree-descendant", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A5%E2%93%AA", + "https://www.w3.org/TR/web-animations-1/#ref-for-associated-with-an-animation%E2%91%A8", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A6%E2%91%A7", + "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe-effect-effect-target%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-tree-descendant%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-replaceable-animation", - "https://www.w3.org/TR/web-animations-1/#ref-for-replace-state%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-replace-state%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-active-replace-state%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-target-property%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A6%E2%91%A4", - "https://www.w3.org/TR/web-animations-1/#ref-for-associated-with-an-animation%E2%91%A8", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A6%E2%91%A5", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A6%E2%91%A8", + "https://www.w3.org/TR/web-animations-1/#ref-for-associated-with-an-animation%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A7%E2%93%AA", "https://www.w3.org/TR/web-animations-1/#ref-for-replaceable-animation%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A4%E2%91%A6", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A5%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-composite-order%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-target-property%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-replace-state%E2%91%A3", - "https://www.w3.org/TR/web-animations-1/#ref-for-removed-replace-state%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-replace-state%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-removed-replace-state%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-concept-event-create%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-animationplaybackevent%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-dom-event-type%E2%91%A1", @@ -1771,30 +1818,30 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-animation-current-time%E2%91%A3%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#ref-for-dom-animationplaybackevent-timelinetime%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-timeline-current-time%E2%91%A6", - "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A4%E2%93%AA", + "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A4%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-document-for-timing%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-document-for-timing%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#ref-for-pending-animation-event-queue%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-scheduled-event-time%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#ref-for-timeline-time-to-origin-relative-time%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-timeline-current-time%E2%91%A7", - "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A4%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A4%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-queue-a-task%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-concept-event-dispatch%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-dom-manipulation-task-source%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#side-effects-section", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A6%E2%91%A6", - "https://www.w3.org/TR/web-animations-1/#ref-for-current%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-in-effect%E2%91%A4", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A4%E2%91%A7", - "https://www.w3.org/TR/web-animations-1/#ref-for-replace-state%E2%91%A4", - "https://www.w3.org/TR/web-animations-1/#ref-for-removed-replace-state%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A7%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-current%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-in-effect%E2%91%A5", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A5%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-replace-state%E2%91%A5", + "https://www.w3.org/TR/web-animations-1/#ref-for-removed-replace-state%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-propdef-will-change", - "https://www.w3.org/TR/web-animations-1/#ref-for-effect-target%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe-effect-effect-target%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-propdef-transform", - "https://www.w3.org/TR/web-animations-1/#ref-for-TermStackingContext", - "https://www.w3.org/TR/web-animations-1/#ref-for-effect-target%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A4%E2%91%A8", + "https://www.w3.org/TR/web-animations-1/#ref-for-x43", + "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe-effect-effect-target%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A5%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect-before-phase%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect-active-phase%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#ref-for-fill-mode%E2%91%A8", @@ -1802,9 +1849,9 @@ "https://www.w3.org/TR/web-animations-1/#programming-interface", "https://www.w3.org/TR/web-animations-1/#time-values-in-the-programming-interface", "https://www.w3.org/TR/web-animations-1/#ref-for-time-value%E2%91%A3%E2%91%A3", - "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A0%E2%91%A0%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A0%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#the-animationtimeline-interface", - "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A4%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A4%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-animationtimeline", "https://www.w3.org/TR/web-animations-1/#ref-for-Exposed", "https://www.w3.org/TR/web-animations-1/#animationtimeline", @@ -1816,10 +1863,10 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-inactive-timeline%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#the-documenttimeline-interface", "https://www.w3.org/TR/web-animations-1/#ref-for-document-timeline%E2%91%A4", - "https://www.w3.org/TR/web-animations-1/#ref-for-default-document-timeline%E2%91%A3", + "https://www.w3.org/TR/web-animations-1/#ref-for-document-default-document-timeline%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-documenttimeline", "https://www.w3.org/TR/web-animations-1/#dictdef-documenttimelineoptions", - "https://www.w3.org/TR/web-animations-1/#ref-for-domhighrestimestamp", + "https://www.w3.org/TR/web-animations-1/#ref-for-dom-domhighrestimestamp", "https://www.w3.org/TR/web-animations-1/#ref-for-dom-documenttimelineoptions-origintime", "https://www.w3.org/TR/web-animations-1/#ref-for-Exposed%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#documenttimeline", @@ -1828,9 +1875,9 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-dictdef-documenttimelineoptions", "https://www.w3.org/TR/web-animations-1/#ref-for-dom-documenttimeline-documenttimeline-options-options", "https://www.w3.org/TR/web-animations-1/#dom-documenttimelineoptions-origintime", - "https://www.w3.org/TR/web-animations-1/#ref-for-domhighrestimestamp%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-dom-domhighrestimestamp%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-origin-time%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#ref-for-time-origin%E2%91%A3", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-settings-object-time-origin%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#dom-documenttimeline-documenttimeline", "https://www.w3.org/TR/web-animations-1/#ref-for-documenttimeline%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-document%E2%91%A6", @@ -1841,7 +1888,7 @@ "https://www.w3.org/TR/web-animations-1/#dom-documenttimeline-documenttimeline-options-options", "https://www.w3.org/TR/web-animations-1/#ref-for-dom-documenttimelineoptions-origintime%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#the-animation-interface", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A5%E2%93%AA", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A5%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-animation", "https://www.w3.org/TR/web-animations-1/#ref-for-Exposed%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#animation", @@ -1904,19 +1951,19 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-animation%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-animation%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-set-the-timeline-of-an-animation", - "https://www.w3.org/TR/web-animations-1/#ref-for-default-document-timeline%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-document-default-document-timeline%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-document%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#ref-for-concept-document-window%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-window%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-current-global-object%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-set-the-associated-effect-of-an-animation%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#dom-animation-animation-effect-timeline-effect", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-associated-effect%E2%91%A1%E2%91%A6", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A5%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-associated-effect%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A5%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#dom-animation-animation-effect-timeline-timeline", - "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A4%E2%91%A2", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A5%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#ref-for-default-document-timeline%E2%91%A5", + "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A4%E2%91%A5", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A5%E2%91%A5", + "https://www.w3.org/TR/web-animations-1/#ref-for-document-default-document-timeline%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#ref-for-document%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/web-animations-1/#ref-for-concept-document-window%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-window%E2%91%A1", @@ -1925,18 +1972,18 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-idl-DOMString%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#dom-animation-effect", "https://www.w3.org/TR/web-animations-1/#ref-for-animationeffect%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-associated-effect%E2%91%A1%E2%91%A7", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-associated-effect%E2%91%A1%E2%91%A8", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-associated-effect%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-associated-effect%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-set-the-associated-effect-of-an-animation%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#dom-animation-timeline", "https://www.w3.org/TR/web-animations-1/#ref-for-animationtimeline%E2%91%A3", - "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A4%E2%91%A3", - "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A4%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A4%E2%91%A6", + "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A4%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-set-the-timeline-of-an-animation%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#dom-animation-starttime", "https://www.w3.org/TR/web-animations-1/#ref-for-idl-double%E2%91%A5", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A3%E2%91%A7", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A3%E2%91%A8", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A4%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A4%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-set-the-start-time%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#dom-animation-currenttime", "https://www.w3.org/TR/web-animations-1/#ref-for-idl-double%E2%91%A6", @@ -1952,10 +1999,10 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-dom-animation-updateplaybackrate%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#dom-animation-playstate", "https://www.w3.org/TR/web-animations-1/#ref-for-enumdef-animationplaystate%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-play-state%E2%91%A7", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-play-state%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#dom-animation-replacestate", "https://www.w3.org/TR/web-animations-1/#ref-for-enumdef-animationreplacestate%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-replace-state%E2%91%A5", + "https://www.w3.org/TR/web-animations-1/#ref-for-replace-state%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#dom-animation-pending", "https://www.w3.org/TR/web-animations-1/#ref-for-idl-boolean%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-pending-play-task%E2%91%A0%E2%91%A7", @@ -1978,12 +2025,12 @@ "https://www.w3.org/TR/web-animations-1/#dom-animation-cancel", "https://www.w3.org/TR/web-animations-1/#ref-for-cancel-an-animation%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#dom-animation-finish", - "https://www.w3.org/TR/web-animations-1/#ref-for-associated-effect-end%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-associated-effect-end%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#ref-for-finish-an-animation%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-invalidstateerror%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-playback-rate%E2%91%A3%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-playback-rate%E2%91%A3%E2%91%A2", - "https://www.w3.org/TR/web-animations-1/#ref-for-associated-effect-end%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/web-animations-1/#ref-for-associated-effect-end%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#dom-animation-play", "https://www.w3.org/TR/web-animations-1/#ref-for-play-an-animation%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#dom-animation-pause", @@ -1997,27 +2044,27 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-playback-rate%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-reverse-an-animation", "https://www.w3.org/TR/web-animations-1/#ref-for-dom-animation-play%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-associated-effect%E2%91%A2%E2%93%AA", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-associated-effect%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#dom-animation-persist", - "https://www.w3.org/TR/web-animations-1/#ref-for-replace-state%E2%91%A6", + "https://www.w3.org/TR/web-animations-1/#ref-for-replace-state%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#ref-for-persisted-replace-state", "https://www.w3.org/TR/web-animations-1/#dom-animation-commitstyles", "https://www.w3.org/TR/web-animations-1/#ref-for-effect-value%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A6%E2%91%A7", - "https://www.w3.org/TR/web-animations-1/#ref-for-effect-target%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A7%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe-effect-effect-target%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-commit-computed-styles", "https://www.w3.org/TR/web-animations-1/#ref-for-style-change-event", "https://www.w3.org/TR/web-animations-1/#ref-for-commit-computed-styles%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-effect-value%E2%91%A1%E2%91%A2", - "https://www.w3.org/TR/web-animations-1/#ref-for-removed-replace-state%E2%91%A3", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A6%E2%91%A8", + "https://www.w3.org/TR/web-animations-1/#ref-for-removed-replace-state%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A7%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-dom-animation-persist%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#commit-computed-styles", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A5%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A5%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#ref-for-ordered-set", - "https://www.w3.org/TR/web-animations-1/#ref-for-effect-target%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A7%E2%93%AA", - "https://www.w3.org/TR/web-animations-1/#ref-for-associated-with-an-animation%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe-effect-effect-target%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A7%E2%91%A3", + "https://www.w3.org/TR/web-animations-1/#ref-for-associated-with-an-animation%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-list-iterate", "https://www.w3.org/TR/web-animations-1/#ref-for-style-attribute", "https://www.w3.org/TR/web-animations-1/#ref-for-dfn-throw%E2%91%A4", @@ -2041,19 +2088,19 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-cssstyledeclaration-owner-node", "https://www.w3.org/TR/web-animations-1/#ref-for-ordered-set%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-target-property%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A7%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-associated-with-an-animation%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-effect-target%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/web-animations-1/#ref-for-effect-stack%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/web-animations-1/#ref-for-replace-state%E2%91%A7", - "https://www.w3.org/TR/web-animations-1/#ref-for-removed-replace-state%E2%91%A4", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A7%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A7%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-associated-with-an-animation%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#ref-for-effect-target%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/web-animations-1/#ref-for-target-property%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A7%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe-effect-effect-target%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/web-animations-1/#ref-for-effect-stack%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/web-animations-1/#ref-for-replace-state%E2%91%A8", + "https://www.w3.org/TR/web-animations-1/#ref-for-removed-replace-state%E2%91%A5", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A7%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#ref-for-associated-with-an-animation%E2%91%A0%E2%91%A2", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A5%E2%91%A3", + "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe-effect-effect-target%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/web-animations-1/#ref-for-target-property%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A7%E2%91%A6", + "https://www.w3.org/TR/web-animations-1/#ref-for-associated-with-an-animation%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A5%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-composite-order%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-set-a-css-declaration", "https://www.w3.org/TR/web-animations-1/#ref-for-update-style-attribute-for", @@ -2063,20 +2110,20 @@ "https://www.w3.org/TR/web-animations-1/#dom-animationplaystate-running", "https://www.w3.org/TR/web-animations-1/#dom-animationplaystate-paused", "https://www.w3.org/TR/web-animations-1/#dom-animationplaystate-finished", - "https://www.w3.org/TR/web-animations-1/#ref-for-idle-play-state%E2%91%A4", - "https://www.w3.org/TR/web-animations-1/#ref-for-running-play-state%E2%91%A2", - "https://www.w3.org/TR/web-animations-1/#ref-for-paused-play-state%E2%91%A6", - "https://www.w3.org/TR/web-animations-1/#ref-for-finished-play-state%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-play-state-idle%E2%91%A5", + "https://www.w3.org/TR/web-animations-1/#ref-for-play-state-running%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-play-state-paused%E2%91%A6", + "https://www.w3.org/TR/web-animations-1/#ref-for-play-state-finished%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#the-animationreplacestate-enumeration", "https://www.w3.org/TR/web-animations-1/#enumdef-animationreplacestate", "https://www.w3.org/TR/web-animations-1/#dom-animationreplacestate-active", "https://www.w3.org/TR/web-animations-1/#dom-animationreplacestate-removed", "https://www.w3.org/TR/web-animations-1/#dom-animationreplacestate-persisted", "https://www.w3.org/TR/web-animations-1/#ref-for-active-replace-state%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#ref-for-removed-replace-state%E2%91%A5", + "https://www.w3.org/TR/web-animations-1/#ref-for-removed-replace-state%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#ref-for-persisted-replace-state%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#the-animationeffect-interface", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A7%E2%91%A3", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A7%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#ref-for-animationeffect%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-Exposed%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#animationeffect", @@ -2089,11 +2136,11 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-dictdef-optionaleffecttiming", "https://www.w3.org/TR/web-animations-1/#ref-for-dom-animationeffect-updatetiming-timing-timing", "https://www.w3.org/TR/web-animations-1/#dom-animationeffect-gettiming", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A7%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A7%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#ref-for-dictdef-effecttiming%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-dictdef-effecttiming%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#dom-animationeffect-getcomputedtiming", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A7%E2%91%A5", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A8%E2%93%AA", "https://www.w3.org/TR/web-animations-1/#ref-for-dom-animationeffect-gettiming%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-dom-animationeffect-getcomputedtiming%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-dom-effecttiming-duration", @@ -2114,12 +2161,12 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-dom-animationeffect-getcomputedtiming%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-dictdef-computedeffecttiming%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#dom-animationeffect-updatetiming", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A7%E2%91%A6", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A8%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-update-the-timing-properties-of-an-animation-effect", "https://www.w3.org/TR/web-animations-1/#ref-for-dom-animationeffect-updatetiming-timing-timing%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#dom-animationeffect-updatetiming-timing-timing", "https://www.w3.org/TR/web-animations-1/#ref-for-dictdef-optionaleffecttiming%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-dfn-present", + "https://www.w3.org/TR/web-animations-1/#ref-for-map-exists", "https://www.w3.org/TR/web-animations-1/#ref-for-dom-animationeffect-updatetiming-timing-timing%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#issue-178c6cfa", "https://www.w3.org/TR/web-animations-1/#the-effecttiming-dictionaries", @@ -2127,10 +2174,10 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-animationeffect%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-dictdef-optionaleffecttiming%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-dictdef-effecttiming%E2%91%A5", - "https://www.w3.org/TR/web-animations-1/#ref-for-dfn-present%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-map-exists%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-dom-animationeffect-updatetiming%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-animationeffect%E2%91%A4", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A7%E2%91%A7", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A8%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#dictdef-effecttiming", "https://www.w3.org/TR/web-animations-1/#ref-for-idl-double%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#ref-for-dom-effecttiming-delay", @@ -2171,31 +2218,31 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-idl-double%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#dom-optionaleffecttiming-delay", "https://www.w3.org/TR/web-animations-1/#ref-for-start-delay%E2%91%A0%E2%91%A5", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A4%E2%93%AA", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A5%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A4%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A5%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#ref-for-active-interval%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#dom-effecttiming-enddelay", "https://www.w3.org/TR/web-animations-1/#ref-for-idl-double%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#dom-optionaleffecttiming-enddelay", "https://www.w3.org/TR/web-animations-1/#ref-for-end-delay%E2%91%A3", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A7%E2%91%A8", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A8%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-active-interval%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#ref-for-end-time%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#dom-effecttiming-fill", "https://www.w3.org/TR/web-animations-1/#ref-for-enumdef-fillmode%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#dom-optionaleffecttiming-fill", "https://www.w3.org/TR/web-animations-1/#ref-for-fill-mode%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A8%E2%93%AA", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A8%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-active-interval%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#ref-for-fill-mode%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A8%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A8%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe-effect%E2%91%A2%E2%93%AA", "https://www.w3.org/TR/web-animations-1/#ref-for-fill-mode%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-fill-mode%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#dom-effecttiming-iterationstart", "https://www.w3.org/TR/web-animations-1/#ref-for-idl-double%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#dom-optionaleffecttiming-iterationstart", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A8%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A8%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#ref-for-iteration-start%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#ref-for-dom-effecttiming-iterations%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-dom-effecttiming-iterationstart%E2%91%A0", @@ -2208,13 +2255,13 @@ "https://www.w3.org/TR/web-animations-1/#dom-effecttiming-iterations", "https://www.w3.org/TR/web-animations-1/#ref-for-idl-unrestricted-double%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#dom-optionaleffecttiming-iterations", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A8%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A8%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#ref-for-iteration-count%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A8%E2%91%A3", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A8%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#dom-effecttiming-duration", "https://www.w3.org/TR/web-animations-1/#dom-optionaleffecttiming-duration", "https://www.w3.org/TR/web-animations-1/#ref-for-iteration-duration%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A8%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A8%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#ref-for-dom-effecttiming-duration%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-dom-animationeffect-getcomputedtiming%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#ref-for-dom-effecttiming-duration%E2%91%A3", @@ -2223,7 +2270,7 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-enumdef-playbackdirection%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#dom-optionaleffecttiming-direction", "https://www.w3.org/TR/web-animations-1/#ref-for-playback-direction%E2%91%A4", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A8%E2%91%A5", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A0%E2%93%AA%E2%93%AA", "https://www.w3.org/TR/web-animations-1/#dom-effecttiming-easing", "https://www.w3.org/TR/web-animations-1/#ref-for-idl-DOMString%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#dom-optionaleffecttiming-easing", @@ -2236,7 +2283,7 @@ "https://www.w3.org/TR/web-animations-1/#dom-fillmode-backwards", "https://www.w3.org/TR/web-animations-1/#dom-fillmode-both", "https://www.w3.org/TR/web-animations-1/#dom-fillmode-auto", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A8%E2%91%A6", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A0%E2%93%AA%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#the-playbackdirection-enumeration", "https://www.w3.org/TR/web-animations-1/#enumdef-playbackdirection", "https://www.w3.org/TR/web-animations-1/#dom-playbackdirection-normal", @@ -2248,20 +2295,20 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-dictdef-effecttiming%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#ref-for-dictdef-optionaleffecttiming%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-dom-effecttiming-iterationstart%E2%91%A3", - "https://www.w3.org/TR/web-animations-1/#ref-for-dfn-present%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-map-exists%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-dfn-throw%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#ref-for-EnforceRange", "https://www.w3.org/TR/web-animations-1/#ref-for-dom-effecttiming-iterations%E2%91%A2", - "https://www.w3.org/TR/web-animations-1/#ref-for-dfn-present%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-map-exists%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-dfn-throw%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#ref-for-dom-effecttiming-duration%E2%91%A4", - "https://www.w3.org/TR/web-animations-1/#ref-for-dfn-present%E2%91%A3", + "https://www.w3.org/TR/web-animations-1/#ref-for-map-exists%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-dfn-throw%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#ref-for-dom-effecttiming-easing%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-dfn-present%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-map-exists%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-typedef-easing-function%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-dfn-throw%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/web-animations-1/#ref-for-dfn-present%E2%91%A5", + "https://www.w3.org/TR/web-animations-1/#ref-for-map-exists%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#ref-for-dom-effecttiming-delay%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-start-delay%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#ref-for-dom-effecttiming-enddelay%E2%91%A0", @@ -2295,32 +2342,32 @@ "https://www.w3.org/TR/web-animations-1/#dom-computedeffecttiming-endtime", "https://www.w3.org/TR/web-animations-1/#ref-for-idl-unrestricted-double%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#ref-for-end-time%E2%91%A8", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A8%E2%91%A7", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A0%E2%93%AA%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-local-time%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A5%E2%91%A5", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A4%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A8%E2%91%A8", - "https://www.w3.org/TR/web-animations-1/#ref-for-associated-with-an-animation%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A0%E2%93%AA%E2%93%AA", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A6%E2%93%AA", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-start-time%E2%91%A4%E2%91%A3", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A0%E2%93%AA%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-associated-with-an-animation%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A0%E2%93%AA%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-end-delay%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#dom-computedeffecttiming-activeduration", "https://www.w3.org/TR/web-animations-1/#ref-for-idl-unrestricted-double%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#ref-for-active-duration%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A0%E2%93%AA%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A0%E2%93%AA%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#dom-computedeffecttiming-localtime", "https://www.w3.org/TR/web-animations-1/#ref-for-idl-double%E2%91%A1%E2%93%AA", "https://www.w3.org/TR/web-animations-1/#ref-for-local-time%E2%91%A1%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A0%E2%93%AA%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A0%E2%93%AA%E2%91%A2", - "https://www.w3.org/TR/web-animations-1/#ref-for-associated-with-an-animation%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A0%E2%93%AA%E2%91%A5", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A0%E2%93%AA%E2%91%A6", + "https://www.w3.org/TR/web-animations-1/#ref-for-associated-with-an-animation%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#dom-computedeffecttiming-progress", "https://www.w3.org/TR/web-animations-1/#ref-for-idl-double%E2%91%A1%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-iteration-progress%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A0%E2%93%AA%E2%91%A3", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A0%E2%93%AA%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#dom-computedeffecttiming-currentiteration", "https://www.w3.org/TR/web-animations-1/#ref-for-idl-unrestricted-double%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/web-animations-1/#ref-for-current-iteration%E2%91%A4", - "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A0%E2%91%A0%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-unresolved%E2%91%A0%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-current-iteration%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#the-keyframeeffect-interface", "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe-effect%E2%91%A2%E2%91%A0", @@ -2355,14 +2402,14 @@ "https://www.w3.org/TR/web-animations-1/#dom-keyframeeffect-keyframeeffect", "https://www.w3.org/TR/web-animations-1/#ref-for-keyframeeffect%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-keyframeeffect%E2%91%A2", - "https://www.w3.org/TR/web-animations-1/#ref-for-target-element%E2%91%A3", - "https://www.w3.org/TR/web-animations-1/#ref-for-target-pseudo-selector%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-effect-target-target-element%E2%91%A3", + "https://www.w3.org/TR/web-animations-1/#ref-for-effect-target-target-pseudo-selector%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-dictdef-keyframeeffectoptions%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-dom-keyframeeffectoptions-pseudoelement", - "https://www.w3.org/TR/web-animations-1/#ref-for-target-pseudo-selector%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-effect-target-target-pseudo-selector%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-dom-keyframeeffectoptions-pseudoelement%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-dom-keyframeeffect-pseudoelement%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-target-pseudo-selector%E2%91%A3", + "https://www.w3.org/TR/web-animations-1/#ref-for-effect-target-target-pseudo-selector%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-dictdef-keyframeeffectoptions%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-dictdef-effecttiming%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#ref-for-dom-effecttiming-duration%E2%91%A6", @@ -2375,7 +2422,7 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-dom-keyframeeffect-setkeyframes%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#dom-keyframeeffect-keyframeeffect-target-keyframes-options-target", "https://www.w3.org/TR/web-animations-1/#ref-for-element%E2%91%A4", - "https://www.w3.org/TR/web-animations-1/#ref-for-target-element%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-effect-target-target-element%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#dom-keyframeeffect-keyframeeffect-target-keyframes-options-keyframes", "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe%E2%91%A3%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#dom-keyframeeffect-keyframeeffect-target-keyframes-options-options", @@ -2385,7 +2432,7 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-keyframeeffect%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-dom-keyframeeffect-keyframeeffect-source-source%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-keyframeeffect%E2%91%A5", - "https://www.w3.org/TR/web-animations-1/#ref-for-effect-target%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe-effect-effect-target%E2%91%A0%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe%E2%91%A3%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#ref-for-composite-operation%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-start-delay%E2%91%A0%E2%91%A7", @@ -2403,26 +2450,26 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe-effect%E2%91%A2%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#dom-keyframeeffect-target", "https://www.w3.org/TR/web-animations-1/#ref-for-element%E2%91%A5", - "https://www.w3.org/TR/web-animations-1/#ref-for-target-element%E2%91%A5", - "https://www.w3.org/TR/web-animations-1/#ref-for-effect-target%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/web-animations-1/#ref-for-effect-target-target-element%E2%91%A5", + "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe-effect-effect-target%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#ref-for-element%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#ref-for-originating-element%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#dom-keyframeeffect-pseudoelement", "https://www.w3.org/TR/web-animations-1/#ref-for-cssomstring%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-target-pseudo-selector%E2%91%A4", - "https://www.w3.org/TR/web-animations-1/#ref-for-effect-target%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/web-animations-1/#ref-for-effect-target%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/web-animations-1/#ref-for-effect-target%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/web-animations-1/#ref-for-target-pseudo-selector%E2%91%A5", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A0%E2%93%AA%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-effect-target-target-pseudo-selector%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe-effect-effect-target%E2%91%A1%E2%93%AA", + "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe-effect-effect-target%E2%91%A1%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe-effect-effect-target%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-effect-target-target-pseudo-selector%E2%91%A5", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A0%E2%93%AA%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#ref-for-typedef-pseudo-element-selector", "https://www.w3.org/TR/web-animations-1/#ref-for-dfn-throw%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-idl-DOMException%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#ref-for-syntaxerror", - "https://www.w3.org/TR/web-animations-1/#ref-for-target-pseudo-selector%E2%91%A6", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A0%E2%93%AA%E2%91%A5", + "https://www.w3.org/TR/web-animations-1/#ref-for-effect-target-target-pseudo-selector%E2%91%A6", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A0%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/web-animations-1/#ref-for-invalid-selector", - "https://www.w3.org/TR/web-animations-1/#ref-for-target-pseudo-selector%E2%91%A7", + "https://www.w3.org/TR/web-animations-1/#ref-for-effect-target-target-pseudo-selector%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#dom-keyframeeffect-composite", "https://www.w3.org/TR/web-animations-1/#ref-for-enumdef-compositeoperation%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-composite-operation%E2%91%A0%E2%91%A2", @@ -2430,7 +2477,7 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-effect-stack%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-compositeoperation", "https://www.w3.org/TR/web-animations-1/#ref-for-composite-operation%E2%91%A0%E2%91%A3", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A0%E2%93%AA%E2%91%A6", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A0%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#dom-keyframeeffect-getkeyframes", "https://www.w3.org/TR/web-animations-1/#ref-for-computed-keyframe-offset%E2%91%A1%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe-offset%E2%91%A5", @@ -2641,9 +2688,9 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe-specific-composite-operation%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#dom-keyframeeffectoptions-pseudoelement", "https://www.w3.org/TR/web-animations-1/#ref-for-cssomstring%E2%91%A2", - "https://www.w3.org/TR/web-animations-1/#ref-for-pseudo-element%E2%91%A3", - "https://www.w3.org/TR/web-animations-1/#ref-for-effect-target%E2%91%A1%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-target-element%E2%91%A6", + "https://www.w3.org/TR/web-animations-1/#ref-for-pseudo-element%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe-effect-effect-target%E2%91%A1%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-effect-target-target-element%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#the-compositeoperation-enumeration", "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe-effect%E2%91%A3%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#compositeoperation", @@ -2654,18 +2701,18 @@ "https://www.w3.org/TR/web-animations-1/#dom-compositeoperation-replace", "https://www.w3.org/TR/web-animations-1/#ref-for-composite-operation-replace%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-composite-operation%E2%91%A0%E2%91%A7", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A0%E2%93%AA%E2%91%A7", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A0%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-underlying-value%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#dom-compositeoperation-add", "https://www.w3.org/TR/web-animations-1/#ref-for-composite-operation-add%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-composite-operation%E2%91%A0%E2%91%A8", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A0%E2%93%AA%E2%91%A8", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A0%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-addition%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-underlying-value%E2%91%A0%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#dom-compositeoperation-accumulate", "https://www.w3.org/TR/web-animations-1/#ref-for-composite-operation-accumulate", "https://www.w3.org/TR/web-animations-1/#ref-for-composite-operation%E2%91%A1%E2%93%AA", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A0%E2%91%A0%E2%93%AA", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A0%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-accumulation%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-underlying-value%E2%91%A0%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#ref-for-keyframe%E2%91%A6%E2%93%AA", @@ -2709,7 +2756,7 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-concept-relevant-realm%E2%91%A5", "https://www.w3.org/TR/web-animations-1/#ref-for-dom-keyframeeffect-keyframeeffect%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-dictdef-keyframeanimationoptions%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#ref-for-default-document-timeline%E2%91%A6", + "https://www.w3.org/TR/web-animations-1/#ref-for-document-default-document-timeline%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#ref-for-concept-node-document", "https://www.w3.org/TR/web-animations-1/#ref-for-animation%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/web-animations-1/#ref-for-concept-relevant-realm%E2%91%A6", @@ -2724,43 +2771,29 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-keyframeeffect%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-animation%E2%91%A0%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#dom-animatable-getanimations", - "https://www.w3.org/TR/web-animations-1/#ref-for-relevant-animation", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A0%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-effect-target%E2%91%A1%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-relevant-animations", "https://www.w3.org/TR/web-animations-1/#ref-for-dom-animatable-getanimations-options-options%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-dom-getanimationsoptions-subtree%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-tree-inclusive-descendant", - "https://www.w3.org/TR/web-animations-1/#ref-for-pseudo-element%E2%91%A4", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A5%E2%91%A6", - "https://www.w3.org/TR/web-animations-1/#relevant-animation", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-associated-effect%E2%91%A2%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-current%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#ref-for-in-effect%E2%91%A5", - "https://www.w3.org/TR/web-animations-1/#ref-for-replace-state%E2%91%A8", - "https://www.w3.org/TR/web-animations-1/#ref-for-removed-replace-state%E2%91%A6", - "https://www.w3.org/TR/web-animations-1/#ref-for-pseudo-element%E2%91%A5", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-tree-child", - "https://www.w3.org/TR/web-animations-1/#ref-for-originating-element%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A5%E2%91%A7", + "https://www.w3.org/TR/web-animations-1/#ref-for-relevant-animations-for-a-subtree", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A6%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-style-change-event%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-target-element%E2%91%A7", + "https://www.w3.org/TR/web-animations-1/#ref-for-effect-target-target-element%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#dom-animatable-getanimations-options-options", "https://www.w3.org/TR/web-animations-1/#ref-for-dom-animatable-getanimations%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#dom-keyframeanimationoptions-id", "https://www.w3.org/TR/web-animations-1/#ref-for-idl-DOMString%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation%E2%91%A0%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation%E2%91%A0%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-dom-animation-id%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#dom-keyframeanimationoptions-timeline", "https://www.w3.org/TR/web-animations-1/#ref-for-animationtimeline%E2%91%A5", - "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A4%E2%91%A5", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A5%E2%91%A8", + "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A4%E2%91%A8", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A6%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#dom-getanimationsoptions-subtree", "https://www.w3.org/TR/web-animations-1/#ref-for-idl-boolean%E2%91%A2", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A6%E2%93%AA", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A0%E2%91%A0%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#ref-for-target-element%E2%91%A8", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-tree-descendant%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A6%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation-effect%E2%91%A0%E2%91%A0%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-effect-target-target-element%E2%91%A8", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-tree-descendant%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-dom-animatable-getanimations%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#extensions-to-the-document-interface", "https://www.w3.org/TR/web-animations-1/#ref-for-document%E2%91%A0%E2%91%A0", @@ -2770,22 +2803,18 @@ "https://www.w3.org/TR/web-animations-1/#dom-document-timeline", "https://www.w3.org/TR/web-animations-1/#ref-for-documenttimeline%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-documenttimeline%E2%91%A3", - "https://www.w3.org/TR/web-animations-1/#ref-for-default-document-timeline%E2%91%A7", + "https://www.w3.org/TR/web-animations-1/#ref-for-document-default-document-timeline%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#extensions-to-the-documentorshadowroot-interface-mixin", "https://www.w3.org/TR/web-animations-1/#ref-for-documentorshadowroot", "https://www.w3.org/TR/web-animations-1/#ref-for-documentorshadowroot%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-idl-sequence%E2%91%A4", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation%E2%91%A0%E2%91%A3", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation%E2%91%A0%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#ref-for-dom-documentorshadowroot-getanimations", "https://www.w3.org/TR/web-animations-1/#dom-documentorshadowroot-getanimations", - "https://www.w3.org/TR/web-animations-1/#ref-for-relevant-animation%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation-associated-effect%E2%91%A2%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#ref-for-target-element%E2%91%A0%E2%93%AA", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-tree-descendant%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-document", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-shadow-root", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A6%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-relevant-animations-for-a-subtree%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-document%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-shadow-root%E2%91%A1", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A6%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-style-change-event%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#extensions-to-the-element-interface", "https://www.w3.org/TR/web-animations-1/#ref-for-element%E2%91%A7", @@ -2819,15 +2848,15 @@ "https://www.w3.org/TR/web-animations-1/#dom-animationplaybackevent-currenttime", "https://www.w3.org/TR/web-animations-1/#ref-for-idl-double%E2%91%A2%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-current-time%E2%91%A4%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A6%E2%91%A1", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A6%E2%91%A2", - "https://www.w3.org/TR/web-animations-1/#ref-for-idle-play-state%E2%91%A5", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A6%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A6%E2%91%A5", + "https://www.w3.org/TR/web-animations-1/#ref-for-play-state-idle%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#dom-animationplaybackevent-timelinetime", "https://www.w3.org/TR/web-animations-1/#ref-for-idl-double%E2%91%A2%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#ref-for-time-value%E2%91%A3%E2%91%A4", - "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A4%E2%91%A6", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A6%E2%91%A3", - "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A6%E2%91%A4", + "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A5%E2%93%AA", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A6%E2%91%A6", + "https://www.w3.org/TR/web-animations-1/#ref-for-concept-animation%E2%91%A6%E2%91%A7", "https://www.w3.org/TR/web-animations-1/#ref-for-inactive-timeline%E2%91%A0%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#dom-animationplaybackeventinit-currenttime", "https://www.w3.org/TR/web-animations-1/#ref-for-idl-double%E2%91%A2%E2%91%A2", @@ -2840,13 +2869,13 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-style-change-event%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#ref-for-style-change-event%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-keyframeeffect%E2%91%A0%E2%91%A4", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation%E2%91%A0%E2%91%A5", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation%E2%91%A0%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#example-f6015dd0", - "https://www.w3.org/TR/web-animations-1/#ref-for-animation%E2%91%A0%E2%91%A6", + "https://www.w3.org/TR/web-animations-1/#ref-for-animation%E2%91%A0%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#example-ac9a1207", "https://www.w3.org/TR/web-animations-1/#example-a559e918", "https://www.w3.org/TR/web-animations-1/#ref-for-document-timeline%E2%91%A5", - "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A4%E2%91%A7", + "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A5%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-timeline-current-time%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/web-animations-1/#ref-for-update-animations-and-send-events%E2%91%A3", "https://www.w3.org/TR/web-animations-1/#example-16dafcc0", @@ -2854,7 +2883,7 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-update-animations-and-send-events%E2%91%A4", "https://www.w3.org/TR/web-animations-1/#ref-for-run-the-animation-frame-callbacks", "https://www.w3.org/TR/web-animations-1/#ref-for-timeline-current-time%E2%91%A0%E2%91%A0", - "https://www.w3.org/TR/web-animations-1/#ref-for-default-document-timeline%E2%91%A8", + "https://www.w3.org/TR/web-animations-1/#ref-for-document-default-document-timeline%E2%91%A8", "https://www.w3.org/TR/web-animations-1/#example-a0637e5c", "https://www.w3.org/TR/web-animations-1/#example-a8ba32df", "https://www.w3.org/TR/web-animations-1/#ref-for-dom-animatable-animate%E2%91%A2", @@ -2869,7 +2898,7 @@ "https://www.w3.org/TR/web-animations-1/#ref-for-session-history-entry", "https://www.w3.org/TR/web-animations-1/#ref-for-media-element%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#ref-for-time-value%E2%91%A3%E2%91%A5", - "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A4%E2%91%A8", + "https://www.w3.org/TR/web-animations-1/#ref-for-timeline%E2%91%A5%E2%91%A1", "https://www.w3.org/TR/web-animations-1/#issue-a128cfff", "https://www.w3.org/TR/web-animations-1/#ref-for-time-value%E2%91%A3%E2%91%A6", "https://www.w3.org/TR/web-animations-1/#implementation-requirements", @@ -2879,10 +2908,9 @@ "https://www.w3.org/TR/web-animations-1/#conforming-scripted-web-animations-user-agent", "https://www.w3.org/TR/web-animations-1/#acknowledgements", "https://www.w3.org/TR/web-animations-1/#changes-since-last-publication", - "https://www.w3.org/TR/web-animations-1/#ref-for-play-an-animation%E2%91%A5", - "https://www.w3.org/TR/web-animations-1/#ref-for-effective-playback-rate%E2%91%A8", - "https://www.w3.org/TR/web-animations-1/#ref-for-play-an-animation%E2%91%A6", - "https://www.w3.org/TR/web-animations-1/#ref-for-seamlessly-update-the-playback-rate%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-set-the-playback-rate%E2%91%A2", + "https://www.w3.org/TR/web-animations-1/#ref-for-relevant-animations%E2%91%A0", + "https://www.w3.org/TR/web-animations-1/#ref-for-current%E2%91%A2", "https://www.w3.org/TR/web-animations-1/#animation-types", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-type%E2%91%A0%E2%93%AA", "https://www.w3.org/TR/web-animations-1/#ref-for-animation-type%E2%91%A0%E2%91%A0", @@ -2986,6 +3014,7 @@ "https://www.w3.org/TR/web-animations-1/#term-for-propdef-direction", "https://www.w3.org/TR/web-animations-1/#term-for-logical-to-physical", "https://www.w3.org/TR/web-animations-1/#term-for-propdef-writing-mode", + "https://www.w3.org/TR/web-animations-1/#term-for-x43", "https://www.w3.org/TR/web-animations-1/#term-for-propdef-float", "https://www.w3.org/TR/web-animations-1/#term-for-cssomstring", "https://www.w3.org/TR/web-animations-1/#term-for-css-declaration-block", @@ -3000,7 +3029,6 @@ "https://www.w3.org/TR/web-animations-1/#term-for-event", "https://www.w3.org/TR/web-animations-1/#term-for-dictdef-eventinit", "https://www.w3.org/TR/web-animations-1/#term-for-eventtarget", - "https://www.w3.org/TR/web-animations-1/#term-for-concept-tree-child", "https://www.w3.org/TR/web-animations-1/#term-for-connected", "https://www.w3.org/TR/web-animations-1/#term-for-constructing-events", "https://www.w3.org/TR/web-animations-1/#term-for-concept-event-create", @@ -3024,8 +3052,7 @@ "https://www.w3.org/TR/web-animations-1/#term-for-sec-promise-objects%E2%91%A0", "https://www.w3.org/TR/web-animations-1/#term-for-sec-ecmascript-data-types-and-values", "https://www.w3.org/TR/web-animations-1/#term-for-sec-well-known-symbols", - "https://www.w3.org/TR/web-animations-1/#term-for-domhighrestimestamp", - "https://www.w3.org/TR/web-animations-1/#term-for-time-origin", + "https://www.w3.org/TR/web-animations-1/#term-for-dom-domhighrestimestamp", "https://www.w3.org/TR/web-animations-1/#term-for-cereactions", "https://www.w3.org/TR/web-animations-1/#term-for-document", "https://www.w3.org/TR/web-animations-1/#term-for-eventhandler", @@ -3046,6 +3073,8 @@ "https://www.w3.org/TR/web-animations-1/#term-for-concept-relevant-realm", "https://www.w3.org/TR/web-animations-1/#term-for-run-the-animation-frame-callbacks", "https://www.w3.org/TR/web-animations-1/#term-for-session-history-entry", + "https://www.w3.org/TR/web-animations-1/#term-for-concept-settings-object-time-origin", + "https://www.w3.org/TR/web-animations-1/#term-for-map-exists", "https://www.w3.org/TR/web-animations-1/#term-for-list-extend", "https://www.w3.org/TR/web-animations-1/#term-for-list-iterate", "https://www.w3.org/TR/web-animations-1/#term-for-list", @@ -3055,7 +3084,6 @@ "https://www.w3.org/TR/web-animations-1/#term-for-invalid-selector", "https://www.w3.org/TR/web-animations-1/#term-for-originating-element", "https://www.w3.org/TR/web-animations-1/#term-for-pseudo-element", - "https://www.w3.org/TR/web-animations-1/#term-for-TermStackingContext", "https://www.w3.org/TR/web-animations-1/#term-for-mime-registration", "https://www.w3.org/TR/web-animations-1/#term-for-iteration-composite-operation", "https://www.w3.org/TR/web-animations-1/#term-for-iteration-composite-operation-accumulate", @@ -3077,7 +3105,6 @@ "https://www.w3.org/TR/web-animations-1/#term-for-es-to-DOMString", "https://www.w3.org/TR/web-animations-1/#term-for-dfn-nullable-type", "https://www.w3.org/TR/web-animations-1/#term-for-idl-object", - "https://www.w3.org/TR/web-animations-1/#term-for-dfn-present", "https://www.w3.org/TR/web-animations-1/#term-for-reject", "https://www.w3.org/TR/web-animations-1/#term-for-resolve", "https://www.w3.org/TR/web-animations-1/#term-for-idl-sequence", @@ -3099,7 +3126,7 @@ "https://www.w3.org/TR/web-animations-1/#biblio-css-properties-values-api-1", "https://www.w3.org/TR/web-animations-1/#biblio-css-shadow-parts-1", "https://www.w3.org/TR/web-animations-1/#biblio-css-style-attr", - "https://www.w3.org/TR/web-animations-1/#biblio-css-text-decor-3", + "https://www.w3.org/TR/web-animations-1/#biblio-css-text-decor-4", "https://www.w3.org/TR/web-animations-1/#biblio-css-transforms-1", "https://www.w3.org/TR/web-animations-1/#biblio-css-transitions-1", "https://www.w3.org/TR/web-animations-1/#biblio-css-transitions-2", @@ -3109,6 +3136,7 @@ "https://www.w3.org/TR/web-animations-1/#biblio-css-writing-modes-3", "https://www.w3.org/TR/web-animations-1/#biblio-css-writing-modes-4", "https://www.w3.org/TR/web-animations-1/#biblio-css21", + "https://www.w3.org/TR/web-animations-1/#biblio-css22", "https://www.w3.org/TR/web-animations-1/#biblio-cssom", "https://www.w3.org/TR/web-animations-1/#biblio-dom", "https://www.w3.org/TR/web-animations-1/#biblio-ecmascript", diff --git a/tr/index.json b/tr/index.json index 37f6e9038c98..e228dd5a7364 100644 --- a/tr/index.json +++ b/tr/index.json @@ -1,7 +1,7 @@ { "type": "crawl", "title": "Reffy crawl", - "date": "2023-06-05T01:29:38.331Z", + "date": "2023-06-06T01:29:59.313Z", "options": { "fallback": "webref-fallback/tr/index.json", "output": "report", @@ -932,10 +932,10 @@ ], "crawled": "https://www.w3.org/TR/compute-pressure/", "crawlCacheInfo": { - "lastModified": "Thu, 25 May 2023 11:55:39 GMT" + "lastModified": "Mon, 05 Jun 2023 21:02:34 GMT" }, "generator": "respec", - "date": "25 May 2023", + "date": "05 June 2023", "links": "links/compute-pressure.json", "refs": "refs/compute-pressure.json", "idl": "idl/compute-pressure.idl", @@ -15964,10 +15964,10 @@ ], "crawled": "https://www.w3.org/TR/web-animations-1/", "crawlCacheInfo": { - "lastModified": "Thu, 08 Sep 2022 01:48:36 GMT" + "lastModified": "Mon, 05 Jun 2023 02:28:05 GMT" }, "generator": "bikeshed", - "date": "8 September 2022", + "date": "5 June 2023", "links": "links/web-animations-1.json", "refs": "refs/web-animations-1.json", "events": "events/web-animations-1.json", @@ -18550,10 +18550,10 @@ ], "crawled": "https://www.w3.org/TR/WGSL/", "crawlCacheInfo": { - "lastModified": "Wed, 31 May 2023 17:49:45 GMT" + "lastModified": "Mon, 05 Jun 2023 19:14:05 GMT" }, "generator": "bikeshed", - "date": "31 May 2023", + "date": "5 June 2023", "links": "links/WGSL.json", "refs": "refs/WGSL.json", "dfns": "dfns/WGSL.json", diff --git a/tr/links/compute-pressure.json b/tr/links/compute-pressure.json index 6add6a107b8b..70aaefa230ad 100644 --- a/tr/links/compute-pressure.json +++ b/tr/links/compute-pressure.json @@ -205,7 +205,17 @@ ], "specShortname": "permissions-policy-1" }, - "https://www.w3.org/TR/security-privacy-questionnaire/": {}, + "https://www.w3.org/TR/permissions-policy/": { + "anchors": [ + "declared-policy" + ], + "specShortname": "permissions-policy-1" + }, + "https://www.w3.org/TR/privacy-principles/": { + "anchors": [ + "data-minimization" + ] + }, "https://www.w3.org/groups/wg/das": {}, "https://www.w3.org/groups/wg/das/ipr": {} } diff --git a/tr/links/web-animations-1.json b/tr/links/web-animations-1.json index e33be5bf024d..6162307c6633 100644 --- a/tr/links/web-animations-1.json +++ b/tr/links/web-animations-1.json @@ -26,17 +26,16 @@ "concept-event-dispatch", "concept-event-create", "dom-event-type", - "element", + "concept-document", + "concept-shadow-root", + "concept-tree-inclusive-descendant", "concept-tree-descendant", + "element", "eventtarget", "connected", "concept-element-attribute-has", "concept-node-document", - "concept-tree-inclusive-descendant", - "concept-tree-child", "documentorshadowroot", - "concept-document", - "concept-shadow-root", "event", "dictdef-eventinit", "constructing-events" @@ -52,8 +51,7 @@ }, "https://drafts.csswg.org/css-animations-2/": { "anchors": [ - "owning-element", - "cssanimation" + "owning-element" ], "specShortname": "css-animations-2" }, @@ -88,6 +86,12 @@ ], "specShortname": "css-writing-modes-4" }, + "https://drafts.csswg.org/css2/": { + "anchors": [ + "propdef-float" + ], + "specShortname": "CSS22" + }, "https://drafts.csswg.org/cssom/": { "anchors": [ "css-property-to-idl-attribute", @@ -110,22 +114,6 @@ "https://github.com/w3c/csswg-drafts/issues/2082": {}, "https://github.com/w3c/csswg-drafts/issues/2083": {}, "https://github.com/whatwg/html/issues/1837": {}, - "https://heycam.github.io/webidl/": { - "anchors": [ - "reject", - "a-promise-resolved-with", - "dfn-throw", - "resolve", - "a-new-promise", - "dfn-present", - "EnforceRange", - "DOMString-to-es", - "es-to-dictionary", - "dfn-convert-ecmascript-to-idl-value", - "es-to-DOMString", - "dfn-nullable-type" - ] - }, "https://html.spec.whatwg.org/": { "anchors": [ "document" @@ -157,9 +145,15 @@ "run-the-animation-frame-callbacks" ] }, + "https://html.spec.whatwg.org/multipage/nav-history-apis.html": { + "anchors": [ + "window" + ] + }, "https://html.spec.whatwg.org/multipage/webappapis.html": { "anchors": [ "perform-a-microtask-checkpoint", + "concept-settings-object-time-origin", "dom-document-open", "concept-relevant-realm", "queue-a-task", @@ -170,15 +164,11 @@ "event-loop-processing-model" ] }, - "https://html.spec.whatwg.org/multipage/window-object.html": { - "anchors": [ - "window" - ] - }, "https://infra.spec.whatwg.org/": { "anchors": [ "ordered-set", "list-iterate", + "map-exists", "list", "list-extend" ], @@ -198,17 +188,15 @@ "https://tc39.es/ecma262/multipage/": { "specShortname": "ecmascript" }, - "https://w3c.github.io/hr-time/": { - "anchors": [ - "time-origin", - "domhighrestimestamp" - ], - "specShortname": "hr-time-3" - }, "https://webidl.spec.whatwg.org/": { "anchors": [ + "dfn-throw", + "resolve", + "a-promise-resolved-with", "invalidstateerror", "idl-DOMException", + "a-new-promise", + "reject", "Exposed", "idl-double", "idl-DOMString", @@ -217,9 +205,15 @@ "idl-undefined", "nomodificationallowederror", "idl-unrestricted-double", + "EnforceRange", "idl-object", "idl-sequence", - "syntaxerror" + "syntaxerror", + "DOMString-to-es", + "es-to-dictionary", + "dfn-convert-ecmascript-to-idl-value", + "es-to-DOMString", + "dfn-nullable-type" ], "specShortname": "webidl" }, @@ -236,7 +230,7 @@ }, "https://www.w3.org/Style/CSS/Test/": {}, "https://www.w3.org/TR/": {}, - "https://www.w3.org/TR/2021/WD-web-animations-1-20210518/": {}, + "https://www.w3.org/TR/2022/WD-web-animations-1-20220908/": {}, "https://www.w3.org/TR/CSS/": { "anchors": [ "future-proofing", @@ -245,11 +239,6 @@ ], "specShortname": "CSS22" }, - "https://www.w3.org/TR/CSS2/visuren.html": { - "anchors": [ - "propdef-float" - ] - }, "https://www.w3.org/TR/CSS21/": { "specShortname": "CSS2" }, @@ -261,6 +250,15 @@ ], "specShortname": "CSS2" }, + "https://www.w3.org/TR/CSS21/visuren.html": { + "anchors": [ + "x43" + ], + "specShortname": "CSS2" + }, + "https://www.w3.org/TR/CSS22/": { + "specShortname": "CSS22" + }, "https://www.w3.org/TR/SVG/animate.html": { "anchors": [ "MinAttribute" @@ -273,12 +271,6 @@ "https://www.w3.org/TR/SVG2/": { "specShortname": "SVG2" }, - "https://www.w3.org/TR/SVG2/render.html": { - "anchors": [ - "TermStackingContext" - ], - "specShortname": "SVG2" - }, "https://www.w3.org/TR/css-animations-1/": { "anchors": [ "propdef-animation-fill-mode", @@ -286,6 +278,12 @@ ], "specShortname": "css-animations-1" }, + "https://www.w3.org/TR/css-animations-2/": { + "anchors": [ + "cssanimation" + ], + "specShortname": "css-animations-2" + }, "https://www.w3.org/TR/css-backgrounds-3/": { "anchors": [ "propdef-background-origin", @@ -360,11 +358,11 @@ "https://www.w3.org/TR/css-style-attr/": { "specShortname": "css-style-attr" }, - "https://www.w3.org/TR/css-text-decor-3/": { + "https://www.w3.org/TR/css-text-decor-4/": { "anchors": [ "propdef-text-shadow" ], - "specShortname": "css-text-decor-3" + "specShortname": "css-text-decor-4" }, "https://www.w3.org/TR/css-transforms-1/": { "anchors": [ @@ -427,6 +425,9 @@ "specShortname": "cssom-1" }, "https://www.w3.org/TR/hr-time-3/": { + "anchors": [ + "dom-domhighrestimestamp" + ], "specShortname": "hr-time-3" }, "https://www.w3.org/TR/hr-time/": { @@ -455,6 +456,9 @@ "specShortname": "selectors-4" }, "https://www.w3.org/TR/smil-animation/": {}, + "https://www.w3.org/TR/web-animations-2/": { + "specShortname": "web-animations-2" + }, "https://www.w3.org/groups/wg/css": {}, "https://www.w3.org/groups/wg/css/ipr": {} } diff --git a/tr/refs/compute-pressure.json b/tr/refs/compute-pressure.json index 341a0915857a..5e41007ed45a 100644 --- a/tr/refs/compute-pressure.json +++ b/tr/refs/compute-pressure.json @@ -37,10 +37,6 @@ "name": "RFC8174", "url": "https://www.rfc-editor.org/rfc/rfc8174" }, - { - "name": "security-privacy-questionnaire", - "url": "https://www.w3.org/TR/security-privacy-questionnaire/" - }, { "name": "WEBIDL", "url": "https://webidl.spec.whatwg.org/" diff --git a/tr/refs/web-animations-1.json b/tr/refs/web-animations-1.json index 840f67fa8d55..8a7e091b407f 100644 --- a/tr/refs/web-animations-1.json +++ b/tr/refs/web-animations-1.json @@ -11,7 +11,7 @@ }, { "name": "CSS-ANIMATIONS-2", - "url": "https://drafts.csswg.org/css-animations-2/" + "url": "https://www.w3.org/TR/css-animations-2/" }, { "name": "CSS-BACKGROUNDS-3", @@ -58,8 +58,8 @@ "url": "https://www.w3.org/TR/css-style-attr/" }, { - "name": "CSS-TEXT-DECOR-3", - "url": "https://www.w3.org/TR/css-text-decor-3/" + "name": "CSS-TEXT-DECOR-4", + "url": "https://www.w3.org/TR/css-text-decor-4/" }, { "name": "CSS-TRANSFORMS-1", @@ -97,6 +97,10 @@ "name": "CSS21", "url": "https://www.w3.org/TR/CSS21/" }, + { + "name": "CSS22", + "url": "https://www.w3.org/TR/CSS22/" + }, { "name": "CSSOM", "url": "https://www.w3.org/TR/cssom-1/" @@ -151,7 +155,7 @@ }, { "name": "WEB-ANIMATIONS-2", - "url": "https://drafts.csswg.org/web-animations-2/" + "url": "https://www.w3.org/TR/web-animations-2/" }, { "name": "WEBIDL",