Skip to content

Commit d1594d5

Browse files
committed
W3C data 2022/10/30
1 parent 14115d3 commit d1594d5

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

data/all.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@
2828
"animation",
2929
"animation-composition",
3030
"animation-delay",
31+
"animation-delay-end",
3132
"-moz-animation-delay",
3233
"-ms-animation-delay",
34+
"animation-delay-start",
3335
"-webkit-animation-delay",
3436
"animation-direction",
3537
"-moz-animation-direction",
@@ -57,6 +59,7 @@
5759
"-moz-animation-play-state",
5860
"-ms-animation-play-state",
5961
"-webkit-animation-play-state",
62+
"animation-range",
6063
"animation-timing-function",
6164
"-moz-animation-timing-function",
6265
"-ms-animation-timing-function",
@@ -716,7 +719,6 @@
716719
"negative",
717720
"object-fit",
718721
"-o-object-fit",
719-
"object-overflow",
720722
"object-position",
721723
"-o-object-position",
722724
"object-view-box",
@@ -794,6 +796,7 @@
794796
"page-break-before",
795797
"page-break-inside",
796798
"page-orientation",
799+
"page-transition-tag",
797800
"paint-order",
798801
"pause",
799802
"pause-after",
@@ -906,6 +909,9 @@
906909
"scroll-snap-type-y",
907910
"-ms-scroll-snap-x",
908911
"-ms-scroll-snap-y",
912+
"scroll-timeline",
913+
"scroll-timeline-axis",
914+
"scroll-timeline-name",
909915
"-ms-scroll-translation",
910916
"scrollbar-arrow-color",
911917
"scrollbar-base-color",
@@ -1015,6 +1021,7 @@
10151021
"-moz-text-decoration-style",
10161022
"-webkit-text-decoration-style",
10171023
"text-decoration-thickness",
1024+
"text-decoration-trim",
10181025
"text-decoration-underline",
10191026
"-webkit-text-decoration",
10201027
"-webkit-text-decorations-in-effect",
@@ -1142,6 +1149,10 @@
11421149
"user-zoom",
11431150
"vector-effect",
11441151
"vertical-align",
1152+
"view-timeline",
1153+
"view-timeline-axis",
1154+
"view-timeline-inset",
1155+
"view-timeline-name",
11451156
"viewport-fill",
11461157
"viewport-fill-opacity",
11471158
"viewport-fit",

source/w3c.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,15 @@
99
"all",
1010
"animation",
1111
"animation-delay",
12+
"animation-delay-end",
13+
"animation-delay-start",
1214
"animation-direction",
1315
"animation-duration",
1416
"animation-fill-mode",
1517
"animation-iteration-count",
1618
"animation-name",
1719
"animation-play-state",
20+
"animation-range",
1821
"animation-timing-function",
1922
"appearance",
2023
"aspect-ratio",
@@ -329,7 +332,6 @@
329332
"nav-right",
330333
"nav-up",
331334
"object-fit",
332-
"object-overflow",
333335
"object-position",
334336
"object-view-box",
335337
"offset",
@@ -374,6 +376,7 @@
374376
"page-break-after",
375377
"page-break-before",
376378
"page-break-inside",
379+
"page-transition-tag",
377380
"pause",
378381
"pause-after",
379382
"pause-before",
@@ -431,6 +434,9 @@
431434
"scroll-snap-align",
432435
"scroll-snap-stop",
433436
"scroll-snap-type",
437+
"scroll-timeline",
438+
"scroll-timeline-axis",
439+
"scroll-timeline-name",
434440
"scrollbar-color",
435441
"scrollbar-gutter",
436442
"scrollbar-width",
@@ -487,6 +493,7 @@
487493
"text-decoration-skip-spaces",
488494
"text-decoration-style",
489495
"text-decoration-thickness",
496+
"text-decoration-trim",
490497
"text-edge",
491498
"text-emphasis",
492499
"text-emphasis-color",
@@ -520,6 +527,10 @@
520527
"unicode-bidi",
521528
"user-select",
522529
"vertical-align",
530+
"view-timeline",
531+
"view-timeline-axis",
532+
"view-timeline-inset",
533+
"view-timeline-name",
523534
"visibility",
524535
"voice-balance",
525536
"voice-duration",

0 commit comments

Comments
 (0)