From 88a500e9a9742ce597e137df9c939695efd6cf7f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 27 Jul 2025 00:22:45 +0000 Subject: [PATCH] [create-pull-request] automated change Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .../NonStandard/PropertiesReferential.php | 20 +++++++++++++++++++ .../Standard/AtRulesPropertiesReferential.php | 2 ++ .../Standard/PropertiesReferential.php | 2 ++ 3 files changed, 24 insertions(+) diff --git a/src/CssLint/Referential/NonStandard/PropertiesReferential.php b/src/CssLint/Referential/NonStandard/PropertiesReferential.php index 03c2337..1e3aef5 100644 --- a/src/CssLint/Referential/NonStandard/PropertiesReferential.php +++ b/src/CssLint/Referential/NonStandard/PropertiesReferential.php @@ -94,7 +94,22 @@ class PropertiesReferential extends AbstractReferential 'bookmark-label' => true, 'bookmark-level' => true, 'bookmark-state' => true, + 'border-block-end-radius' => true, + 'border-block-start-radius' => true, + 'border-bottom-radius' => true, 'border-boundary' => true, + 'border-clip' => true, + 'border-clip-bottom' => true, + 'border-clip-left' => true, + 'border-clip-right' => true, + 'border-clip-top' => true, + 'border-inline-end-radius' => true, + 'border-inline-start-radius' => true, + 'border-left-radius' => true, + 'border-limit' => true, + 'border-right-radius' => true, + 'border-shape' => true, + 'border-top-radius' => true, 'box-align' => true, 'box-direction' => true, 'box-flex' => true, @@ -103,6 +118,11 @@ class PropertiesReferential extends AbstractReferential 'box-ordinal-group' => true, 'box-orient' => true, 'box-pack' => true, + 'box-shadow-blur' => true, + 'box-shadow-color' => true, + 'box-shadow-offset' => true, + 'box-shadow-position' => true, + 'box-shadow-spread' => true, 'box-snap' => true, 'caret' => true, 'caret-animation' => true, diff --git a/src/CssLint/Referential/Standard/AtRulesPropertiesReferential.php b/src/CssLint/Referential/Standard/AtRulesPropertiesReferential.php index c63f2bc..75bead0 100644 --- a/src/CssLint/Referential/Standard/AtRulesPropertiesReferential.php +++ b/src/CssLint/Referential/Standard/AtRulesPropertiesReferential.php @@ -89,6 +89,7 @@ class AtRulesPropertiesReferential extends AbstractReferential 'forced-colors' => true, 'grid' => true, 'height' => true, + 'horizontal-viewport-segments' => true, 'hover' => true, 'inverted-colors' => true, 'monochrome' => true, @@ -105,6 +106,7 @@ class AtRulesPropertiesReferential extends AbstractReferential 'resolution' => true, 'scripting' => true, 'update' => true, + 'vertical-viewport-segments' => true, 'video-dynamic-range' => true, 'width' => true, ], diff --git a/src/CssLint/Referential/Standard/PropertiesReferential.php b/src/CssLint/Referential/Standard/PropertiesReferential.php index a1fa3a6..eb09a28 100644 --- a/src/CssLint/Referential/Standard/PropertiesReferential.php +++ b/src/CssLint/Referential/Standard/PropertiesReferential.php @@ -58,6 +58,8 @@ class PropertiesReferential extends AbstractReferential 'background-position-x' => true, 'background-position-y' => true, 'background-repeat' => true, + 'background-repeat-x' => true, + 'background-repeat-y' => true, 'background-size' => true, 'baseline-shift' => true, 'baseline-source' => true,