Skip to content

Commit eafb7cf

Browse files
committed
W3C data 2023/02/19
1 parent b1e7709 commit eafb7cf

File tree

2 files changed

+30
-3
lines changed

2 files changed

+30
-3
lines changed

data/all.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@
6060
"-ms-animation-play-state",
6161
"-webkit-animation-play-state",
6262
"animation-range",
63+
"animation-range-end",
64+
"animation-range-start",
6365
"animation-timing-function",
6466
"-moz-animation-timing-function",
6567
"-ms-animation-timing-function",
@@ -573,6 +575,7 @@
573575
"layout-grid-line",
574576
"layout-grid-mode",
575577
"layout-grid-type",
578+
"layout-order",
576579
"leading-trim",
577580
"left",
578581
"letter-spacing",
@@ -763,6 +766,16 @@
763766
"overflow-anchor",
764767
"overflow-block",
765768
"overflow-clip-margin",
769+
"overflow-clip-margin-block",
770+
"overflow-clip-margin-block-end",
771+
"overflow-clip-margin-block-start",
772+
"overflow-clip-margin-bottom",
773+
"overflow-clip-margin-inline",
774+
"overflow-clip-margin-inline-end",
775+
"overflow-clip-margin-inline-start",
776+
"overflow-clip-margin-left",
777+
"overflow-clip-margin-right",
778+
"overflow-clip-margin-top",
766779
"overflow-inline",
767780
"-webkit-overflow-scrolling",
768781
"-ms-overflow-style",
@@ -798,7 +811,6 @@
798811
"page-break-before",
799812
"page-break-inside",
800813
"page-orientation",
801-
"page-transition-tag",
802814
"paint-order",
803815
"pause",
804816
"pause-after",
@@ -833,6 +845,7 @@
833845
"quotes",
834846
"r",
835847
"range",
848+
"reading-order",
836849
"-webkit-region-break-after",
837850
"-webkit-region-break-before",
838851
"-webkit-region-break-inside",
@@ -1155,6 +1168,7 @@
11551168
"view-timeline-axis",
11561169
"view-timeline-inset",
11571170
"view-timeline-name",
1171+
"view-transition-name",
11581172
"viewport-fill",
11591173
"viewport-fill-opacity",
11601174
"viewport-fit",

source/w3c.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
"animation-name",
1919
"animation-play-state",
2020
"animation-range",
21+
"animation-range-end",
22+
"animation-range-start",
2123
"animation-timing-function",
2224
"appearance",
2325
"aspect-ratio",
@@ -262,6 +264,7 @@
262264
"justify-content",
263265
"justify-items",
264266
"justify-self",
267+
"layout-order",
265268
"leading-trim",
266269
"left",
267270
"letter-spacing",
@@ -333,7 +336,6 @@
333336
"nav-up",
334337
"object-fit",
335338
"object-position",
336-
"object-view-box",
337339
"offset",
338340
"offset-anchor",
339341
"offset-distance",
@@ -352,6 +354,16 @@
352354
"overflow-anchor",
353355
"overflow-block",
354356
"overflow-clip-margin",
357+
"overflow-clip-margin-block",
358+
"overflow-clip-margin-block-end",
359+
"overflow-clip-margin-block-start",
360+
"overflow-clip-margin-bottom",
361+
"overflow-clip-margin-inline",
362+
"overflow-clip-margin-inline-end",
363+
"overflow-clip-margin-inline-start",
364+
"overflow-clip-margin-left",
365+
"overflow-clip-margin-right",
366+
"overflow-clip-margin-top",
355367
"overflow-inline",
356368
"overflow-wrap",
357369
"overflow-x",
@@ -376,7 +388,6 @@
376388
"page-break-after",
377389
"page-break-before",
378390
"page-break-inside",
379-
"page-transition-tag",
380391
"pause",
381392
"pause-after",
382393
"pause-before",
@@ -393,6 +404,7 @@
393404
"print-color-adjust",
394405
"property-name",
395406
"quotes",
407+
"reading-order",
396408
"region-fragment",
397409
"resize",
398410
"rest",
@@ -531,6 +543,7 @@
531543
"view-timeline-axis",
532544
"view-timeline-inset",
533545
"view-timeline-name",
546+
"view-transition-name",
534547
"visibility",
535548
"voice-balance",
536549
"voice-duration",

0 commit comments

Comments
 (0)