From eb78c18f83a97a696c4293facc05c7b877b49fd6 Mon Sep 17 00:00:00 2001 From: David Awogbemila Date: Wed, 22 Jan 2025 14:55:59 -0800 Subject: [PATCH] Implement parsing for animation-trigger-{exit-}range shorthands The spec is currently a work-in-progress[1] but this comment[2] describes the API. [1] https://github.com/w3c/csswg-drafts/pull/10128 [2] https://github.com/w3c/csswg-drafts/issues/8942#issuecomment-1853533616 Bug: 390314945 Change-Id: I2c335d6be7b6e264fb1cbf4ae4cc3fa9aedc9136 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6187119 Reviewed-by: Anders Hartvoll Ruud Commit-Queue: David Awogbemila Cr-Commit-Position: refs/heads/main@{#1409968} --- ...nimation-trigger-exit-range-shorthand.html | 180 ++++++++++++++++++ .../animation-trigger-range-shorthand.html | 180 ++++++++++++++++++ 2 files changed, 360 insertions(+) create mode 100644 css/css-animations/parsing/animation-trigger-exit-range-shorthand.html create mode 100644 css/css-animations/parsing/animation-trigger-range-shorthand.html diff --git a/css/css-animations/parsing/animation-trigger-exit-range-shorthand.html b/css/css-animations/parsing/animation-trigger-exit-range-shorthand.html new file mode 100644 index 00000000000000..5ddc0682ea8e54 --- /dev/null +++ b/css/css-animations/parsing/animation-trigger-exit-range-shorthand.html @@ -0,0 +1,180 @@ + +animation-trigger-exit-range shorthand + + + + + + + +
+ diff --git a/css/css-animations/parsing/animation-trigger-range-shorthand.html b/css/css-animations/parsing/animation-trigger-range-shorthand.html new file mode 100644 index 00000000000000..371a3c70d1bda7 --- /dev/null +++ b/css/css-animations/parsing/animation-trigger-range-shorthand.html @@ -0,0 +1,180 @@ + +animation-trigger-range shorthand + + + + + + + +
+