Skip to content

Commit a12a2f8

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 a12a2f8

File tree

5 files changed

+136
-44
lines changed

5 files changed

+136
-44
lines changed

src/CssLint/Referential/NonStandard/AtRulesPropertiesReferential.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ class AtRulesPropertiesReferential extends AbstractReferential
1616
* @var ReferentialData
1717
*/
1818
public static array $referential = [
19-
'font-face' =>
20-
[
19+
'font-face'
20+
=> [
2121
'font-variant' => true,
2222
],
23-
'media' =>
24-
[
23+
'media'
24+
=> [
2525
'-moz-device-pixel-ratio' => true,
2626
'-webkit-animation' => true,
2727
'-webkit-transform-2d' => true,

src/CssLint/Referential/NonStandard/PropertiesReferential.php

Lines changed: 87 additions & 22 deletions
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,
@@ -76,15 +75,11 @@ class PropertiesReferential extends AbstractReferential
7675
'-webkit-transform-origin-z' => true,
7776
'-webkit-user-drag' => true,
7877
'alt' => true,
79-
'animation-trigger' => true,
80-
'animation-trigger-behavior' => true,
81-
'animation-trigger-exit-range' => true,
82-
'animation-trigger-exit-range-end' => true,
83-
'animation-trigger-exit-range-start' => true,
84-
'animation-trigger-range' => true,
85-
'animation-trigger-range-end' => true,
86-
'animation-trigger-range-start' => true,
87-
'animation-trigger-timeline' => true,
78+
'background-position-block' => true,
79+
'background-position-inline' => true,
80+
'background-repeat-block' => true,
81+
'background-repeat-inline' => true,
82+
'background-tbd' => true,
8883
'block-ellipsis' => true,
8984
'block-step' => true,
9085
'block-step-align' => true,
@@ -94,7 +89,28 @@ class PropertiesReferential extends AbstractReferential
9489
'bookmark-label' => true,
9590
'bookmark-level' => true,
9691
'bookmark-state' => true,
92+
'border-block-clip' => true,
93+
'border-block-end-clip' => true,
94+
'border-block-end-radius' => true,
95+
'border-block-start-clip' => true,
96+
'border-block-start-radius' => true,
97+
'border-bottom-clip' => true,
98+
'border-bottom-radius' => true,
9799
'border-boundary' => true,
100+
'border-clip' => true,
101+
'border-inline-clip' => true,
102+
'border-inline-end-clip' => true,
103+
'border-inline-end-radius' => true,
104+
'border-inline-start-clip' => true,
105+
'border-inline-start-radius' => true,
106+
'border-left-clip' => true,
107+
'border-left-radius' => true,
108+
'border-limit' => true,
109+
'border-right-clip' => true,
110+
'border-right-radius' => true,
111+
'border-shape' => true,
112+
'border-top-clip' => true,
113+
'border-top-radius' => true,
98114
'box-align' => true,
99115
'box-direction' => true,
100116
'box-flex' => true,
@@ -103,18 +119,50 @@ class PropertiesReferential extends AbstractReferential
103119
'box-ordinal-group' => true,
104120
'box-orient' => true,
105121
'box-pack' => true,
122+
'box-shadow-blur' => true,
123+
'box-shadow-color' => true,
124+
'box-shadow-offset' => true,
125+
'box-shadow-position' => true,
126+
'box-shadow-spread' => true,
106127
'box-snap' => true,
128+
'buffered-rendering' => true,
107129
'caret' => true,
108-
'caret-animation' => true,
109-
'caret-shape' => true,
110-
'column-height' => true,
130+
'color-rendering' => true,
111131
'column-rule-break' => true,
112-
'column-rule-outset' => true,
113-
'column-wrap' => true,
132+
'column-rule-edge-inset' => true,
133+
'column-rule-edge-inset-end' => true,
134+
'column-rule-edge-inset-start' => true,
135+
'column-rule-inset' => true,
136+
'column-rule-inset-end' => true,
137+
'column-rule-inset-start' => true,
138+
'column-rule-interior-inset' => true,
139+
'column-rule-interior-inset-end' => true,
140+
'column-rule-interior-inset-start' => true,
141+
'column-rule-visibility-items' => true,
114142
'continue' => true,
143+
'corner' => true,
144+
'corner-block-end' => true,
145+
'corner-block-start' => true,
146+
'corner-bottom' => true,
147+
'corner-bottom-left' => true,
148+
'corner-bottom-right' => true,
149+
'corner-end-end' => true,
150+
'corner-end-start' => true,
151+
'corner-inline-end' => true,
152+
'corner-inline-start' => true,
153+
'corner-left' => true,
154+
'corner-right' => true,
155+
'corner-start-end' => true,
156+
'corner-start-start' => true,
157+
'corner-top' => true,
158+
'corner-top-left' => true,
159+
'corner-top-right' => true,
115160
'cue' => true,
116161
'cue-after' => true,
117162
'cue-before' => true,
163+
'event-trigger' => true,
164+
'event-trigger-name' => true,
165+
'event-trigger-source' => true,
118166
'fill-break' => true,
119167
'fill-color' => true,
120168
'fill-image' => true,
@@ -142,7 +190,6 @@ class PropertiesReferential extends AbstractReferential
142190
'item-direction' => true,
143191
'item-flow' => true,
144192
'item-pack' => true,
145-
'item-slack' => true,
146193
'item-track' => true,
147194
'item-wrap' => true,
148195
'line-fit-edge' => true,
@@ -184,20 +231,33 @@ class PropertiesReferential extends AbstractReferential
184231
'row-rule' => true,
185232
'row-rule-break' => true,
186233
'row-rule-color' => true,
187-
'row-rule-outset' => true,
234+
'row-rule-edge-inset' => true,
235+
'row-rule-edge-inset-end' => true,
236+
'row-rule-edge-inset-start' => true,
237+
'row-rule-inset' => true,
238+
'row-rule-inset-end' => true,
239+
'row-rule-inset-start' => true,
240+
'row-rule-interior-inset' => true,
241+
'row-rule-interior-inset-end' => true,
242+
'row-rule-interior-inset-start' => true,
188243
'row-rule-style' => true,
244+
'row-rule-visibility-items' => true,
189245
'row-rule-width' => true,
190246
'ruby-merge' => true,
191247
'rule' => true,
192248
'rule-break' => true,
193249
'rule-color' => true,
194-
'rule-outset' => true,
195-
'rule-paint-order' => true,
250+
'rule-edge-inset' => true,
251+
'rule-inset' => true,
252+
'rule-inset-end' => true,
253+
'rule-inset-start' => true,
254+
'rule-interior-inset' => true,
255+
'rule-overlap' => true,
196256
'rule-style' => true,
257+
'rule-visibility-items' => true,
197258
'rule-width' => true,
198259
'running' => true,
199260
'scroll-start-target' => true,
200-
'scroll-target-group' => true,
201261
'shape-inside' => true,
202262
'slider-orientation' => true,
203263
'spatial-navigation-action' => true,
@@ -221,12 +281,17 @@ class PropertiesReferential extends AbstractReferential
221281
'text-decoration-skip-inset' => true,
222282
'text-decoration-skip-self' => true,
223283
'text-decoration-skip-spaces' => true,
224-
'text-decoration-trim' => true,
225284
'text-emphasis-skip' => true,
226285
'text-group-align' => true,
227286
'text-spacing' => true,
287+
'timeline-trigger-exit-range' => true,
288+
'timeline-trigger-exit-range-end' => true,
289+
'timeline-trigger-exit-range-start' => true,
290+
'timeline-trigger-range' => true,
291+
'timeline-trigger-range-end' => true,
292+
'timeline-trigger-range-start' => true,
228293
'user-modify' => true,
229-
'view-transition-group' => true,
294+
'view-transition-scope' => true,
230295
'voice-balance' => true,
231296
'voice-duration' => true,
232297
'voice-family' => true,

src/CssLint/Referential/Standard/AtRulesPropertiesReferential.php

Lines changed: 25 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ class AtRulesPropertiesReferential extends AbstractReferential
1616
* @var ReferentialData
1717
*/
1818
public static array $referential = [
19-
'counter-style' =>
20-
[
19+
'counter-style'
20+
=> [
2121
'additive-symbols' => true,
2222
'fallback' => true,
2323
'negative' => true,
@@ -29,8 +29,8 @@ class AtRulesPropertiesReferential extends AbstractReferential
2929
'symbols' => true,
3030
'system' => true,
3131
],
32-
'font-face' =>
33-
[
32+
'font-face'
33+
=> [
3434
'ascent-override' => true,
3535
'descent-override' => true,
3636
'font-display' => true,
@@ -46,8 +46,8 @@ class AtRulesPropertiesReferential extends AbstractReferential
4646
'src' => true,
4747
'unicode-range' => true,
4848
],
49-
'font-feature-values' =>
50-
[
49+
'font-feature-values'
50+
=> [
5151
'annotation' => true,
5252
'character-variant' => true,
5353
'historical-forms' => true,
@@ -56,19 +56,23 @@ class AtRulesPropertiesReferential extends AbstractReferential
5656
'stylistic' => true,
5757
'swash' => true,
5858
],
59-
'font-palette-values' =>
60-
[
59+
'font-palette-values'
60+
=> [
6161
'base-palette' => true,
6262
'font-family' => true,
6363
'override-colors' => true,
6464
],
65-
'import' =>
66-
[
65+
'function'
66+
=> [
67+
'result' => true,
68+
],
69+
'import'
70+
=> [
6771
'layer' => true,
6872
'supports' => true,
6973
],
70-
'media' =>
71-
[
74+
'media'
75+
=> [
7276
'-webkit-device-pixel-ratio' => true,
7377
'-webkit-max-device-pixel-ratio' => true,
7478
'-webkit-min-device-pixel-ratio' => true,
@@ -89,6 +93,7 @@ class AtRulesPropertiesReferential extends AbstractReferential
8993
'forced-colors' => true,
9094
'grid' => true,
9195
'height' => true,
96+
'horizontal-viewport-segments' => true,
9297
'hover' => true,
9398
'inverted-colors' => true,
9499
'monochrome' => true,
@@ -103,13 +108,15 @@ class AtRulesPropertiesReferential extends AbstractReferential
103108
'prefers-reduced-motion' => true,
104109
'prefers-reduced-transparency' => true,
105110
'resolution' => true,
111+
'scan' => true,
106112
'scripting' => true,
107113
'update' => true,
114+
'vertical-viewport-segments' => true,
108115
'video-dynamic-range' => true,
109116
'width' => true,
110117
],
111-
'page' =>
112-
[
118+
'page'
119+
=> [
113120
'bottom-center' => true,
114121
'bottom-left' => true,
115122
'bottom-left-corner' => true,
@@ -129,14 +136,14 @@ class AtRulesPropertiesReferential extends AbstractReferential
129136
'top-right' => true,
130137
'top-right-corner' => true,
131138
],
132-
'property' =>
133-
[
139+
'property'
140+
=> [
134141
'inherits' => true,
135142
'initial-value' => true,
136143
'syntax' => true,
137144
],
138-
'supports' =>
139-
[
145+
'supports'
146+
=> [
140147
'font-format' => true,
141148
'font-tech' => true,
142149
'selector' => true,

src/CssLint/Referential/Standard/AtRulesReferential.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ class AtRulesReferential extends AbstractReferential
1919
'charset' => true,
2020
'container' => true,
2121
'counter-style' => true,
22+
'custom-media' => true,
2223
'font-face' => true,
2324
'font-feature-values' => true,
2425
'font-palette-values' => true,
26+
'function' => true,
2527
'import' => true,
2628
'keyframes' => true,
2729
'layer' => true,

0 commit comments

Comments
 (0)