Skip to content

Commit f6cbda7

Browse files
committed
w3c 2024/02/07
1 parent b8bac53 commit f6cbda7

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

data/all.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@
274274
"buffered-rendering",
275275
"caption-side",
276276
"caret",
277+
"caret-animation",
277278
"caret-color",
278279
"caret-shape",
279280
"chains",
@@ -381,6 +382,7 @@
381382
"epub-word-break",
382383
"epub-writing-mode",
383384
"fallback",
385+
"field-sizing",
384386
"fill",
385387
"fill-break",
386388
"fill-color",
@@ -474,6 +476,7 @@
474476
"font-variant-position",
475477
"font-variation-settings",
476478
"font-weight",
479+
"font-width",
477480
"footnote-display",
478481
"footnote-policy",
479482
"-moz-force-broken-image-icon",
@@ -557,6 +560,7 @@
557560
"-wap-input-required",
558561
"input-security",
559562
"inset",
563+
"inset-area",
560564
"inset-block",
561565
"inset-block-end",
562566
"inset-block-start",
@@ -840,8 +844,12 @@
840844
"play-during",
841845
"pointer-events",
842846
"position",
847+
"position-animation",
843848
"position-fallback",
844849
"position-fallback-bounds",
850+
"position-try",
851+
"position-try-options",
852+
"position-try-order",
845853
"prefix",
846854
"print-color-adjust",
847855
"-webkit-print-color-adjust",
@@ -1198,8 +1206,6 @@
11981206
"will-change",
11991207
"-moz-window-dragging",
12001208
"-moz-window-shadow",
1201-
"word-boundary-detection",
1202-
"word-boundary-expansion",
12031209
"word-break",
12041210
"word-space-transform",
12051211
"word-spacing",

source/w3c.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@
122122
"break-inside",
123123
"caption-side",
124124
"caret",
125+
"caret-animation",
125126
"caret-color",
126127
"caret-shape",
127128
"chains",
@@ -167,6 +168,7 @@
167168
"dominant-baseline",
168169
"elevation",
169170
"empty-cells",
171+
"field-sizing",
170172
"fill",
171173
"fill-break",
172174
"fill-color",
@@ -220,6 +222,7 @@
220222
"font-variant-position",
221223
"font-variation-settings",
222224
"font-weight",
225+
"font-width",
223226
"footnote-display",
224227
"footnote-policy",
225228
"forced-color-adjust",
@@ -258,6 +261,7 @@
258261
"inline-sizing",
259262
"input-security",
260263
"inset",
264+
"inset-area",
261265
"inset-block",
262266
"inset-block-end",
263267
"inset-block-start",
@@ -403,8 +407,12 @@
403407
"play-during",
404408
"pointer-events",
405409
"position",
410+
"position-animation",
406411
"position-fallback",
407412
"position-fallback-bounds",
413+
"position-try",
414+
"position-try-options",
415+
"position-try-order",
408416
"print-color-adjust",
409417
"property-name",
410418
"quotes",
@@ -568,8 +576,6 @@
568576
"widows",
569577
"width",
570578
"will-change",
571-
"word-boundary-detection",
572-
"word-boundary-expansion",
573579
"word-break",
574580
"word-space-transform",
575581
"word-spacing",
@@ -580,6 +586,7 @@
580586
"wrap-inside",
581587
"wrap-through",
582588
"writing-mode",
583-
"z-index"
589+
"z-index",
590+
"zoom"
584591
]
585592
}

0 commit comments

Comments
 (0)