Skip to content

Commit 244432e

Browse files
committed
W3C data 2025/06/14
1 parent 0950258 commit 244432e

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed

data/all.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@
6868
"-ms-animation-timing-function",
6969
"-webkit-animation-timing-function",
7070
"animation-trigger",
71+
"animation-trigger-behavior",
7172
"animation-trigger-exit-range",
7273
"animation-trigger-exit-range-end",
7374
"animation-trigger-exit-range-start",
7475
"animation-trigger-range",
7576
"animation-trigger-range-end",
7677
"animation-trigger-range-start",
7778
"animation-trigger-timeline",
78-
"animation-trigger-type",
7979
"-webkit-animation-trigger",
8080
"-webkit-animation",
8181
"app-region",
@@ -330,10 +330,12 @@
330330
"column-progression",
331331
"-webkit-column-progression",
332332
"column-rule",
333+
"column-rule-break",
333334
"column-rule-color",
334335
"-moz-column-rule-color",
335336
"-webkit-column-rule-color",
336337
"-moz-column-rule",
338+
"column-rule-outset",
337339
"column-rule-style",
338340
"-moz-column-rule-style",
339341
"-webkit-column-rule-style",
@@ -932,13 +934,26 @@
932934
"right",
933935
"rotate",
934936
"row-gap",
937+
"row-rule",
938+
"row-rule-break",
939+
"row-rule-color",
940+
"row-rule-outset",
941+
"row-rule-style",
942+
"row-rule-width",
935943
"-khtml-rtl-ordering",
936944
"-webkit-rtl-ordering",
937945
"ruby-align",
938946
"ruby-merge",
939947
"ruby-overhang",
940948
"ruby-position",
941949
"-webkit-ruby-position",
950+
"rule",
951+
"rule-break",
952+
"rule-color",
953+
"rule-outset",
954+
"rule-paint-order",
955+
"rule-style",
956+
"rule-width",
942957
"running",
943958
"rx",
944959
"ry",
@@ -1000,6 +1015,7 @@
10001015
"-ms-scroll-snap-x",
10011016
"-ms-scroll-snap-y",
10021017
"scroll-start-target",
1018+
"scroll-target-group",
10031019
"scroll-timeline",
10041020
"scroll-timeline-axis",
10051021
"scroll-timeline-name",

source/w3c.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
"animation-timeline",
2525
"animation-timing-function",
2626
"animation-trigger",
27+
"animation-trigger-behavior",
2728
"animation-trigger-exit-range",
2829
"animation-trigger-exit-range-end",
2930
"animation-trigger-exit-range-start",
3031
"animation-trigger-range",
3132
"animation-trigger-range-end",
3233
"animation-trigger-range-start",
3334
"animation-trigger-timeline",
34-
"animation-trigger-type",
3535
"appearance",
3636
"aspect-ratio",
3737
"azimuth",
@@ -147,7 +147,9 @@
147147
"column-gap",
148148
"column-height",
149149
"column-rule",
150+
"column-rule-break",
150151
"column-rule-color",
152+
"column-rule-outset",
151153
"column-rule-style",
152154
"column-rule-width",
153155
"column-span",
@@ -446,10 +448,23 @@
446448
"right",
447449
"rotate",
448450
"row-gap",
451+
"row-rule",
452+
"row-rule-break",
453+
"row-rule-color",
454+
"row-rule-outset",
455+
"row-rule-style",
456+
"row-rule-width",
449457
"ruby-align",
450458
"ruby-merge",
451459
"ruby-overhang",
452460
"ruby-position",
461+
"rule",
462+
"rule-break",
463+
"rule-color",
464+
"rule-outset",
465+
"rule-paint-order",
466+
"rule-style",
467+
"rule-width",
453468
"running",
454469
"scale",
455470
"scroll-behavior",
@@ -481,6 +496,7 @@
481496
"scroll-snap-stop",
482497
"scroll-snap-type",
483498
"scroll-start-target",
499+
"scroll-target-group",
484500
"scroll-timeline",
485501
"scroll-timeline-axis",
486502
"scroll-timeline-name",

0 commit comments

Comments
 (0)