From d7dc50903ff94feace3c35ab5babb0263a4e312a Mon Sep 17 00:00:00 2001 From: David Awogbemila Date: Fri, 31 Jan 2025 05:01:10 -0800 Subject: [PATCH] Parse animation-trigger shorthand For reference: 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: I3b273f4565efddd2fd48d407102f9f1376d816dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6207949 Commit-Queue: David Awogbemila Reviewed-by: Anders Hartvoll Ruud Cr-Commit-Position: refs/heads/main@{#1414034} --- ...animation-trigger-shorthand.tentative.html | 147 ++++++++++++++++++ 1 file changed, 147 insertions(+) create mode 100644 css/css-animations/parsing/animation-trigger-shorthand.tentative.html diff --git a/css/css-animations/parsing/animation-trigger-shorthand.tentative.html b/css/css-animations/parsing/animation-trigger-shorthand.tentative.html new file mode 100644 index 00000000000000..d0b6befea8e125 --- /dev/null +++ b/css/css-animations/parsing/animation-trigger-shorthand.tentative.html @@ -0,0 +1,147 @@ + +animation-trigger shorthand + + + + + + + +
+