From 967da289253484e1167771bac660dd07aa19e9ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 00:23:35 +0000 Subject: [PATCH] [create-pull-request] automated change Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- src/CssLint/Referential/NonStandard/PropertiesReferential.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/CssLint/Referential/NonStandard/PropertiesReferential.php b/src/CssLint/Referential/NonStandard/PropertiesReferential.php index 015b479..47b6c8f 100644 --- a/src/CssLint/Referential/NonStandard/PropertiesReferential.php +++ b/src/CssLint/Referential/NonStandard/PropertiesReferential.php @@ -77,6 +77,7 @@ class PropertiesReferential extends AbstractReferential '-webkit-user-drag' => true, 'alt' => true, 'animation-trigger' => true, + 'animation-trigger-behavior' => true, 'animation-trigger-exit-range' => true, 'animation-trigger-exit-range-end' => true, 'animation-trigger-exit-range-start' => true, @@ -84,7 +85,6 @@ class PropertiesReferential extends AbstractReferential 'animation-trigger-range-end' => true, 'animation-trigger-range-start' => true, 'animation-trigger-timeline' => true, - 'animation-trigger-type' => true, 'block-ellipsis' => true, 'block-step' => true, 'block-step-align' => true, @@ -197,6 +197,7 @@ class PropertiesReferential extends AbstractReferential 'rule-width' => true, 'running' => true, 'scroll-start-target' => true, + 'scroll-target-group' => true, 'shape-inside' => true, 'slider-orientation' => true, 'spatial-navigation-action' => true,