Skip to content

Commit d7fe437

Browse files
[create-pull-request] automated change
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 445c4af commit d7fe437

File tree

3 files changed

+28
-1
lines changed

3 files changed

+28
-1
lines changed

src/CssLint/Referential/NonStandard/PropertiesReferential.php

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ class PropertiesReferential extends AbstractReferential
1919
'--*' => true,
2020
'-moz-float-edge' => true,
2121
'-moz-force-broken-image-icon' => true,
22-
'-moz-image-region' => true,
2322
'-moz-orient' => true,
2423
'-moz-osx-font-smoothing' => true,
2524
'-moz-user-focus' => true,
@@ -94,7 +93,22 @@ class PropertiesReferential extends AbstractReferential
9493
'bookmark-label' => true,
9594
'bookmark-level' => true,
9695
'bookmark-state' => true,
96+
'border-block-end-radius' => true,
97+
'border-block-start-radius' => true,
98+
'border-bottom-radius' => true,
9799
'border-boundary' => true,
100+
'border-clip' => true,
101+
'border-clip-bottom' => true,
102+
'border-clip-left' => true,
103+
'border-clip-right' => true,
104+
'border-clip-top' => true,
105+
'border-inline-end-radius' => true,
106+
'border-inline-start-radius' => true,
107+
'border-left-radius' => true,
108+
'border-limit' => true,
109+
'border-right-radius' => true,
110+
'border-shape' => true,
111+
'border-top-radius' => true,
98112
'box-align' => true,
99113
'box-direction' => true,
100114
'box-flex' => true,
@@ -103,6 +117,11 @@ class PropertiesReferential extends AbstractReferential
103117
'box-ordinal-group' => true,
104118
'box-orient' => true,
105119
'box-pack' => true,
120+
'box-shadow-blur' => true,
121+
'box-shadow-color' => true,
122+
'box-shadow-offset' => true,
123+
'box-shadow-position' => true,
124+
'box-shadow-spread' => true,
106125
'box-snap' => true,
107126
'caret' => true,
108127
'caret-animation' => true,
@@ -138,6 +157,9 @@ class PropertiesReferential extends AbstractReferential
138157
'initial-letter-wrap' => true,
139158
'inline-sizing' => true,
140159
'input-security' => true,
160+
'interest-delay' => true,
161+
'interest-delay-end' => true,
162+
'interest-delay-start' => true,
141163
'item-cross' => true,
142164
'item-direction' => true,
143165
'item-flow' => true,
@@ -192,6 +214,7 @@ class PropertiesReferential extends AbstractReferential
192214
'rule-break' => true,
193215
'rule-color' => true,
194216
'rule-outset' => true,
217+
'rule-overlap' => true,
195218
'rule-paint-order' => true,
196219
'rule-style' => true,
197220
'rule-width' => true,

src/CssLint/Referential/Standard/AtRulesPropertiesReferential.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ class AtRulesPropertiesReferential extends AbstractReferential
8989
'forced-colors' => true,
9090
'grid' => true,
9191
'height' => true,
92+
'horizontal-viewport-segments' => true,
9293
'hover' => true,
9394
'inverted-colors' => true,
9495
'monochrome' => true,
@@ -105,6 +106,7 @@ class AtRulesPropertiesReferential extends AbstractReferential
105106
'resolution' => true,
106107
'scripting' => true,
107108
'update' => true,
109+
'vertical-viewport-segments' => true,
108110
'video-dynamic-range' => true,
109111
'width' => true,
110112
],

src/CssLint/Referential/Standard/PropertiesReferential.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ class PropertiesReferential extends AbstractReferential
5858
'background-position-x' => true,
5959
'background-position-y' => true,
6060
'background-repeat' => true,
61+
'background-repeat-x' => true,
62+
'background-repeat-y' => true,
6163
'background-size' => true,
6264
'baseline-shift' => true,
6365
'baseline-source' => true,

0 commit comments

Comments
 (0)