real-world-css-libraries 1.0.2 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/README.md +72 -7
  2. package/index.js +45 -6
  3. package/libs/30days30submits-18-v0.0.0.css +213 -0
  4. package/libs/amoled-cord-v5.0.11.css +894 -0
  5. package/libs/animating-hamburger-icons-v0.1.0.css +618 -0
  6. package/libs/bootplus-v1.0.5.css +6876 -0
  7. package/libs/cleanslate-v0.10.1.css +454 -0
  8. package/libs/colofilter-v0.0.0.css +232 -0
  9. package/libs/enferno-v13.1.1.css +75 -0
  10. package/libs/facebook-buttons-v1.0.0.css +223 -0
  11. package/libs/fileicon-v0.1.1.css +140 -0
  12. package/libs/fluentbird-v1.1.2.css +1060 -0
  13. package/libs/freebies-v0.0.0.css +1110 -0
  14. package/libs/gitweb-theme-v0.0.0.css +764 -0
  15. package/libs/gridism-v0.2.2.css +133 -0
  16. package/libs/holmes-v6.8.12.css +483 -0
  17. package/libs/justified-v0.0.0.css +14 -0
  18. package/libs/kickoff-v8.0.0.css +2267 -0
  19. package/libs/knacss-v8.2.0.css +1141 -0
  20. package/libs/less-framework-v0.0.0.css +168 -0
  21. package/libs/linktree-v0.0.0.css +803 -0
  22. package/libs/littlebox-v0.0.4.css +5833 -0
  23. package/libs/lynx-v1.4.0.css +1587 -0
  24. package/libs/medium.css-v1.0.2.css +287 -0
  25. package/libs/obnoxious-v3.5.2.css +1144 -0
  26. package/libs/obsidian-notebook-themes-v2.2.3.css +272 -0
  27. package/libs/off-canvas-menu-effects-v0.0.0.css +238 -0
  28. package/libs/patternbolt-v0.0.0.css +861 -0
  29. package/libs/progress-tracker-v3.0.0.css +352 -0
  30. package/libs/proxmorph-v2.7.3.css +3952 -0
  31. package/libs/sapc-apca-v0.0.0.css +5546 -0
  32. package/libs/select2-bootstrap-v1.2.5.css +120 -0
  33. package/libs/shina-fox-v0.1.0.css +1194 -0
  34. package/libs/simptip-v1.0.4.css +447 -0
  35. package/libs/social-signin-buttons-v0.0.0.css +387 -0
  36. package/libs/spicetify-bloom-v0.0.0.css +2725 -0
  37. package/libs/stackoverflow-dark-v5.1.2.css +4962 -0
  38. package/libs/swagger-ui-themes-2-v2.1.0.css +1730 -0
  39. package/libs/swagger-ui-themes-3-v3.0.1.css +1793 -0
  40. package/libs/tailwind-cards-v0.0.0.css +215592 -0
  41. package/libs/the-50-front-end-project-44-v0.0.0.css +459 -0
  42. package/libs/tocas-v5.7.0.css +19928 -0
  43. package/libs/utility-opentype-v0.1.4.css +515 -0
  44. package/libs/vim-css3-syntax-v2.10.0.css +1642 -0
  45. package/libs/waffle-grid-v1.3.6.css +544 -0
  46. package/libs/wenk-v1.0.8.css +126 -0
  47. package/libs/wikipedia-dark-v3.7.9.css +9990 -0
  48. package/libs/windows-95-v0.0.0.css +393 -0
  49. package/libs/woah-v1.3.1.css +1025 -0
  50. package/libs/yacy-v4.1.2.css +677 -0
  51. package/libs/yue-v1.1.1.css +180 -0
  52. package/package.json +3 -3
  53. package/test.js +3 -4
  54. /package/libs/{bootstrap-v4.6.2.css → bootstrap-4-v4.6.2.css} +0 -0
  55. /package/libs/{bootstrap-v5.3.8.css → bootstrap-5-v5.3.8.css} +0 -0
@@ -0,0 +1,1642 @@
1
+ /* https://github.com/hail2u/vim-css3-syntax/blob/main/test/test.css */
2
+ .align-3 {
3
+ place-self: auto;
4
+ place-content: auto;
5
+ place-items: auto;
6
+ row-gap: auto;
7
+ display: safe;
8
+ display: unsafe;
9
+ display: self-start;
10
+ display: self-end;
11
+ display: legacy;
12
+ }
13
+
14
+ @position-try --anchor-position-1 {
15
+ anchor-name: auto;
16
+ anchor-scope: auto;
17
+ position-area: auto;
18
+ position-anchor: auto;
19
+ position-try: auto;
20
+ position-try-fallbacks: auto;
21
+ position-try-order: auto;
22
+ position-visibility: auto;
23
+ display: span-left;
24
+ display: span-right;
25
+ display: span-x-start;
26
+ display: span-x-end;
27
+ display: self-x-start;
28
+ display: self-x-end;
29
+ display: span-self-x-start;
30
+ display: span-self-x-end;
31
+ display: span-all;
32
+ display: span-top;
33
+ display: span-bottom;
34
+ display: span-y-start;
35
+ display: span-y-end;
36
+ display: self-y-start;
37
+ display: self-y-end;
38
+ display: span-self-y-start;
39
+ display: span-self-y-end;
40
+ display: span-block-start;
41
+ display: span-block-end;
42
+ display: self-block-start;
43
+ display: self-block-end;
44
+ display: span-self-block-start;
45
+ display: span-self-block-end;
46
+ display: span-inline-start;
47
+ display: span-inline-end;
48
+ display: self-inline-start;
49
+ display: self-inline-end;
50
+ display: span-self-inline-start;
51
+ display: span-self-inline-end;
52
+ display: span-start;
53
+ display: span-end;
54
+ display: span-self-start;
55
+ display: span-self-end;
56
+ display: anchor-center;
57
+ display: most-width;
58
+ display: most-height;
59
+ display: most-block-size;
60
+ display: most-inline-size;
61
+ display: flip-x;
62
+ display: flip-y;
63
+ display: flip-block;
64
+ display: flip-inline;
65
+ display: flip-start;
66
+ display: dialog;
67
+ display: anchor(--x 50%);
68
+ display: anchor-size(--foo height);
69
+ }
70
+
71
+ .anchor-position-2 {
72
+ display: anchored;
73
+ }
74
+
75
+ .animations-1 {
76
+ display: auto;
77
+ }
78
+
79
+ .animations-2 {
80
+ animation-composition: auto;
81
+ animation-timeline: auto;
82
+ display: replace;
83
+ display: accumulate;
84
+ }
85
+
86
+ .backgrounds-3 {
87
+ display: auto;
88
+ }
89
+
90
+ .backgrounds-4 {
91
+ background-repeat-x: auto;
92
+ background-repeat-y: auto;
93
+ background-repeat-inline: auto;
94
+ background-repeat-block: auto;
95
+ background-position-x: auto;
96
+ background-position-y: auto;
97
+ background-position-inline: auto;
98
+ background-position-block: auto;
99
+ background-tbd: auto;
100
+ display: x-start;
101
+ display: x-end;
102
+ display: y-start;
103
+ display: y-end;
104
+ display: border-area;
105
+ display: text;
106
+ display: repeat-block;
107
+ display: repeat-inline;
108
+ }
109
+
110
+ .borders-4 {
111
+ border-top-radius: auto;
112
+ border-right-radius: auto;
113
+ border-bottom-radius: auto;
114
+ border-left-radius: auto;
115
+ border-block-start-radius: auto;
116
+ border-block-end-radius: auto;
117
+ border-inline-start-radius: auto;
118
+ border-inline-end-radius: auto;
119
+ corner: auto;
120
+ corner-top-left-shape: auto;
121
+ corner-top-right-shape: auto;
122
+ corner-bottom-right-shape: auto;
123
+ corner-bottom-left-shape: auto;
124
+ corner-start-start-shape: auto;
125
+ corner-start-end-shape: auto;
126
+ corner-end-start-shape: auto;
127
+ corner-end-end-shape: auto;
128
+ corner-top-shape: auto;
129
+ corner-right-shape: auto;
130
+ corner-bottom-shape: auto;
131
+ corner-left-shape: auto;
132
+ corner-inline-start-shape: auto;
133
+ corner-inline-end-shape: auto;
134
+ corner-block-start-shape: auto;
135
+ corner-block-end-shape: auto;
136
+ corner-shape: auto;
137
+ corner-top-right: auto;
138
+ corner-bottom-left: auto;
139
+ corner-bottom-right: auto;
140
+ corner-start-start: auto;
141
+ corner-start-end: auto;
142
+ corner-end-start: auto;
143
+ corner-end-end: auto;
144
+ border-limit: auto;
145
+ border-clip: auto;
146
+ border-top-clip: auto;
147
+ border-right-clip: auto;
148
+ border-bottom-clip: auto;
149
+ border-left-clip: auto;
150
+ border-block-start-clip: auto;
151
+ border-block-end-clip: auto;
152
+ border-inline-start-clip: auto;
153
+ border-inline-end-clip: auto;
154
+ box-shadow-color: auto;
155
+ box-shadow-offset: auto;
156
+ box-shadow-blur: auto;
157
+ box-shadow-spread: auto;
158
+ box-shadow-position: auto;
159
+ border-shape: auto;
160
+ display: squircle;
161
+ display: bevel;
162
+ display: scoop;
163
+ display: notch;
164
+ display: superellipse(1);
165
+ display: sides;
166
+ display: corners;
167
+ }
168
+
169
+ .box-3 {
170
+ display: auto;
171
+ }
172
+
173
+ .box-4 {
174
+ margin-trim: auto;
175
+ display: in-flow;
176
+ }
177
+
178
+ .break-3 {
179
+ display: recto;
180
+ display: verso;
181
+ }
182
+
183
+ .break-4 {
184
+ margin-break: auto;
185
+ display: keep;
186
+ }
187
+
188
+ .cascade-3 {
189
+ display: auto;
190
+ }
191
+
192
+ @import "cascade-4.css" supports(display: auto);
193
+
194
+ .cascade-4 {
195
+ display: revert;
196
+ }
197
+
198
+ @import "cascade-5.css" layer(framework component);
199
+
200
+ .cascade-5 {
201
+ display: revert-layer;
202
+ }
203
+
204
+ .color-3 {
205
+ display: auto;
206
+ }
207
+
208
+ .color-4 {
209
+ display: hwb(120deg, 44%, 50%);
210
+ display: lab(1 2 3);
211
+ display: lch(4 5 6);
212
+ display: oklab(1 2 3);
213
+ display: oklch(4 5 6);
214
+ display: color(swopc, 0 206 190 77);
215
+ display: accentcolor;
216
+ display: accentcolortext;
217
+ }
218
+
219
+ .color-5 {
220
+ display: device-cmyk(0, 81%, 81%, 30%);
221
+ display: color-mix(red yellow 65%);
222
+ display: light-dark(white, black);
223
+ display: contrast-color(red max);
224
+ }
225
+
226
+ @color-profile swopc {
227
+ src: url("http://example.org/swop-coated.icc");
228
+ components: auto;
229
+ display: relative-colorimetric;
230
+ display: absolute-colorimetric;
231
+ display: perceptual;
232
+ }
233
+
234
+ .color-adjust-1 {
235
+ color-scheme: auto;
236
+ forced-color-adjust: auto;
237
+ print-color-adjust: auto;
238
+ color-adjust: auto;
239
+ display: light;
240
+ display: economy;
241
+ display: exact;
242
+ }
243
+
244
+ .color-hdr-1 {
245
+ dynamic-range-limit: auto;
246
+ display: standard;
247
+ display: constrained-high;
248
+ display: dynamic-range-limit-mix(standard 10%, constrained-high 40%, high 50%);
249
+ display: hdr-color(
250
+ color(rec2100-linear 0.9 1.0 0.8) 0,
251
+ color(rec2100-linear 1.8 2.0 1.5) 2
252
+ );
253
+ }
254
+
255
+ .compositing-1 {
256
+ mix-blend-mode: auto;
257
+ isolation: auto;
258
+ background-blend-mode: auto;
259
+ display: multiply;
260
+ display: screen;
261
+ display: overlay;
262
+ display: darken;
263
+ display: lighten;
264
+ display: color-dodge;
265
+ display: color-burn;
266
+ display: hard-light;
267
+ display: soft-light;
268
+ display: difference;
269
+ display: exclusion;
270
+ display: hue;
271
+ display: saturation;
272
+ display: color;
273
+ display: luminosity;
274
+ }
275
+
276
+ @supports (display: auto) or
277
+ (display: auto) not
278
+ (display: auto) {
279
+ .conditional-3 {
280
+ display: auto;
281
+ }
282
+ }
283
+
284
+ @supports (selector(.conditional-4)) {
285
+ .conditional-4 {
286
+ display: auto;
287
+ }
288
+ }
289
+
290
+ @when media(screen) {
291
+ .conditional-5 {
292
+ container-type: auto;
293
+ container-name: auto;
294
+ container: auto;
295
+ display: inline-size;
296
+ }
297
+ } @else {
298
+ .conditional-5 {
299
+ display: auto;
300
+ }
301
+ }
302
+
303
+ @supports-condition --thicker-underlines {
304
+ .conditional-5 {
305
+ display: auto;
306
+ }
307
+ }
308
+
309
+ .contain-1 {
310
+ contain: auto;
311
+ display: layout;
312
+ display: paint;
313
+ display: size;
314
+ }
315
+
316
+ .contain-2 {
317
+ content-visibility: auto;
318
+ }
319
+
320
+ .contain-3 {
321
+ display: auto;
322
+ }
323
+
324
+ .content-3 {
325
+ string-set: auto;
326
+ bookmark-level: auto;
327
+ bookmark-label: auto;
328
+ bookmark-state: auto;
329
+ display: open;
330
+ display: closed;
331
+ display: leader('.');
332
+ display: string(heading, first);
333
+ display: target-counter(attr(href url), page);
334
+ display: target-counters(lack-of-example);
335
+ display: target-text(attr(href url));
336
+ }
337
+
338
+ @counter-style counter-styles-3 {
339
+ system: auto;
340
+ negative: auto;
341
+ prefix: auto;
342
+ suffix: auto;
343
+ range: auto;
344
+ pad: auto;
345
+ fallback: auto;
346
+ symbols: auto;
347
+ additive-symbols: auto;
348
+ speak-as: auto;
349
+ display: cyclic;
350
+ display: symbolic;
351
+ display: additive;
352
+ display: extends;
353
+ display: bullets;
354
+ display: numbers;
355
+ display: words;
356
+ display: symbols("*" "\2020" "\2021" "\A7");
357
+ display: arabic-indic;
358
+ display: upper-armenian;
359
+ display: lower-armenian;
360
+ display: bengali;
361
+ display: cambodian;
362
+ display: khmer;
363
+ display: cjk-decimal;
364
+ display: devanagari;
365
+ display: gujarati;
366
+ display: gurmukhi;
367
+ display: kannada;
368
+ display: lao;
369
+ display: malayalam;
370
+ display: mongolian;
371
+ display: myanmar;
372
+ display: oriya;
373
+ display: persian;
374
+ display: tamil;
375
+ display: telugu;
376
+ display: thai;
377
+ display: tibetan;
378
+ display: cjk-earthly-branch;
379
+ display: cjk-heavenly-stem;
380
+ display: disclosure-closed;
381
+ display: disclosure-open;
382
+ display: japanese-informal;
383
+ display: japanese-formal;
384
+ display: korean-hangul-formal;
385
+ display: korean-hanja-informal;
386
+ display: korean-hanja-formal;
387
+ display: simp-chinese-informal;
388
+ display: simp-chinese-formal;
389
+ display: trad-chinese-informal;
390
+ display: trad-chinese-formal;
391
+ display: ethiopic-numeric;
392
+ }
393
+
394
+ .cssom-1 {
395
+ }
396
+
397
+ .cssom-view-1 {
398
+ display: auto;
399
+ }
400
+
401
+ .device-adapt-1 {
402
+ display: auto;
403
+ }
404
+
405
+ @viewport {
406
+ min-zoom: auto;
407
+ max-zoom: auto;
408
+ user-zoom: auto;
409
+ }
410
+
411
+ .display-3 {
412
+ display: contents;
413
+ display: run-in;
414
+ }
415
+
416
+ .display-4 {
417
+ reading-flow: auto;
418
+ reading-order: auto;
419
+ display: flex-visual;
420
+ display: flex-flow;
421
+ display: grid-rows;
422
+ display: grid-columns;
423
+ display: source-order;
424
+ display: force-hidden;
425
+ }
426
+
427
+ .easing-1 {
428
+ display: auto;
429
+ }
430
+
431
+ .easing-2 {
432
+ display: linear(0, 0.25, 1);
433
+ }
434
+
435
+ .env-1 {
436
+ display: env(foo, red, blue);
437
+ }
438
+
439
+ .exclusions-3 {
440
+ wrap-flow: auto;
441
+ wrap-through: auto;
442
+ display: minimum;
443
+ display: maximum;
444
+ }
445
+
446
+ .fill-stroke-3 {
447
+ fill-rule: auto;
448
+ fill-break: auto;
449
+ fill-color: auto;
450
+ fill-image: auto;
451
+ fill-origin: auto;
452
+ fill-position: auto;
453
+ fill-size: auto;
454
+ fill-repeat: auto;
455
+ fill: auto;
456
+ fill-opacity: auto;
457
+ stroke-width: auto;
458
+ stroke-align: auto;
459
+ stroke-linecap: auto;
460
+ stroke-linejoin: auto;
461
+ stroke-miterlimit: auto;
462
+ stroke-break: auto;
463
+ stroke-dasharray: auto;
464
+ stroke-dashoffset: auto;
465
+ stroke-dash-corner: auto;
466
+ stroke-dash-justify: auto;
467
+ stroke-color: auto;
468
+ stroke-image: auto;
469
+ stroke-origin: auto;
470
+ stroke-position: auto;
471
+ stroke-size: auto;
472
+ stroke-repeat: auto;
473
+ stroke: auto;
474
+ stroke-opacity: auto;
475
+ display: butt;
476
+ display: arcs;
477
+ display: stupid;
478
+ display: compress;
479
+ display: dashes;
480
+ display: gaps;
481
+ display: bounding-box;
482
+ }
483
+
484
+ .filter-effects-1 {
485
+ flood-color: auto;
486
+ flood-opacity: auto;
487
+ color-interpolation-filters: auto;
488
+ lighting-color: auto;
489
+ display: sRGB;
490
+ display: linearRGB;
491
+ }
492
+
493
+ .flexbox-1 {
494
+ display: auto;
495
+ }
496
+
497
+ .font-loading-3 {
498
+ display: auto;
499
+ }
500
+
501
+ .fonts-3 {
502
+ display: common-ligatures;
503
+ display: no-common-ligatures;
504
+ display: discretionary-ligatures;
505
+ display: no-discretionary-ligatures;
506
+ display: historical-ligatures;
507
+ display: no-historical-ligatures;
508
+ display: contextual;
509
+ display: no-contextual;
510
+ display: all-small-caps;
511
+ display: petite-caps;
512
+ display: all-petite-caps;
513
+ display: unicase;
514
+ display: titling-caps;
515
+ display: lining-nums;
516
+ display: oldstyle-nums;
517
+ display: proportional-nums;
518
+ display: tabular-nums;
519
+ display: diagonal-fractions;
520
+ display: stacked-fractions;
521
+ display: jis78;
522
+ display: jis83;
523
+ display: jis90;
524
+ display: jis04;
525
+ display: simplified;
526
+ display: traditional;
527
+ display: proportional-width;
528
+ display: ordinal;
529
+ display: slashed-zero;
530
+ }
531
+
532
+ .fonts-4 {
533
+ font-synthesis-position: auto;
534
+ font-synthesis-weight: auto;
535
+ font-synthesis-style: auto;
536
+ font-synthesis-small-caps: auto;
537
+ font-named-instance: auto;
538
+ font-display: auto;
539
+ ascent-override: auto;
540
+ descent-override: auto;
541
+ line-gap-override: auto;
542
+ font-optical-sizing: auto;
543
+ font-variation-settings: auto;
544
+ font-palette: auto;
545
+ font-variant-emoji: auto;
546
+ font-presentation: auto;
547
+ display: oblique-only;
548
+ display: system-ui;
549
+ display: emoji;
550
+ display: math;
551
+ display: fangsong;
552
+ display: ui-serif;
553
+ display: ui-sans-serif;
554
+ display: ui-monospace;
555
+ display: ui-rounded;
556
+ display: xxx-large;
557
+ display: swap;
558
+ display: fallback;
559
+ display: historical-forms;
560
+ display: stylistic(feature-value-name);
561
+ display: styleset(feature-value-name #);
562
+ display: character-variant(feature-vlue-name #);
563
+ display: swash(feature-value-name);
564
+ display: ornaments(feature-value-name);
565
+ display: annotation(feature-value-name);
566
+ display: light;
567
+ display: dark;
568
+ }
569
+
570
+ @font-feature-values Test {
571
+ @swash {
572
+ swishy: 1;
573
+ flowing: 2;
574
+ }
575
+ }
576
+
577
+ @font-palette-values Test {
578
+ base-palette: 1;
579
+ override-color: 1 rgb(43, 12, 9);
580
+ }
581
+
582
+ .forms-1::picker(select),
583
+ .forms-1::picker-icon,
584
+ .forms-1::file-selector-button,
585
+ .forms-1::checkmark,
586
+ .forms-1::thumb,
587
+ .forms-1::track,
588
+ .forms-1::fill
589
+ .forms-1::field-text,
590
+ .forms-1::clear-icon,
591
+ .forms-1::placeholder,
592
+ .forms-1::field-text,
593
+ .forms-1::step-control,
594
+ .forms-1::step-up,
595
+ .forms-1::step-down,
596
+ .forms-1::field-component,
597
+ .forms-1::field-separator,
598
+ .forms-1::color-swatch,
599
+ .forms-1:low-value,
600
+ .forms-1:high-value,
601
+ .forms-1:optimal-value {
602
+ slider-orientation: auto;
603
+ display: base;
604
+ display: control-value(<number>);
605
+ display: left-to-right;
606
+ display: right-to-left;
607
+ display: top-to-bottom;
608
+ display: bottom-to-top;
609
+ }
610
+
611
+ .gaps-1 {
612
+ column-rule-break: auto;
613
+ row-rule-break: auto;
614
+ rule-break: auto;
615
+ column-rule-edge-inset-end: auto;
616
+ column-rule-interior-inset-start: auto;
617
+ column-rule-interior-inset-end: auto;
618
+ row-rule-edge-inset-start: auto;
619
+ row-rule-edge-inset-end: auto;
620
+ row-rule-interior-inset-start: auto;
621
+ row-rule-interior-inset-end: auto;
622
+ rule-overlap: auto;
623
+ row-rule-color: auto;
624
+ rule-color: auto;
625
+ row-rule-style: auto;
626
+ rule-style: auto;
627
+ row-rule-width: auto;
628
+ rule-width: auto;
629
+ row-rule: auto;
630
+ rule: auto;
631
+ display: intersection;
632
+ display: row-over-column;
633
+ display: column-over-row;
634
+ }
635
+
636
+ .gcpm-3::footnote-call,
637
+ .gcpm-3::footnote-marker {
638
+ running: auto;
639
+ footnote-display: auto;
640
+ footnote-policy: auto;
641
+ display: footnote;
642
+ display: line;
643
+ display: element(header);
644
+ display: running(heading);
645
+ }
646
+
647
+ .geometry-1 {
648
+ display: auto;
649
+ }
650
+
651
+ .grid-1 {
652
+ display: minmax(0, 1);
653
+ display: repeat(4);
654
+ display: dense;
655
+ display: auto-flow;
656
+ display: span;
657
+ }
658
+
659
+ .grid-2 {
660
+ display: auto;
661
+ }
662
+
663
+ .grid-3 {
664
+ flow-tolerance: auto;
665
+ item-track: auto;
666
+ item-direction: auto;
667
+ item-cross: auto;
668
+ item-wrap: auto;
669
+ item-pack: auto;
670
+ item-flow: auto;
671
+ display: grid-lanes;
672
+ display: inline-grid-lanes;
673
+ }
674
+
675
+ .highlight-api-1::highlight(test) {
676
+ display: auto;
677
+ }
678
+
679
+ .html5,
680
+ rb,
681
+ rtc,
682
+ slot,
683
+ template {
684
+ display: auto;
685
+ }
686
+
687
+ .image-animation-1:animated-image {
688
+ image-animation: auto;
689
+ display: stopped;
690
+ }
691
+
692
+ .images-3 {
693
+ image-orientation: auto;
694
+ display: snap;
695
+ display: flip;
696
+ display: from-image;
697
+ display: pixelated;
698
+ display: repeating-linear-gradient(to bottom, yellow, blue);
699
+ display: repeating-radial-gradient(farthest-corner at 50% 50%, yellow, green);
700
+ }
701
+
702
+ .images-4 {
703
+ image-resolution: auto;
704
+ display: image("sprite.svg#xywh=40,0,20,20");
705
+ display: element(#test);
706
+ }
707
+
708
+ .inline-3 {
709
+ dominant-baseline: auto;
710
+ alignment-baseline: auto;
711
+ baseline-source: auto;
712
+ baseline-shift: auto;
713
+ line-fit-edge: auto;
714
+ text-box: auto;
715
+ text-box-edge: auto;
716
+ text-box-trim: auto;
717
+ inline-sizing: auto;
718
+ initial-letter: auto;
719
+ initial-letter-align: auto;
720
+ initial-letter-wrap: auto;
721
+ display: mathematical;
722
+ display: central;
723
+ display: ideographic;
724
+ display: leading;
725
+ display: cap;
726
+ display: ex;
727
+ display: ideographic-ink;
728
+ display: drop;
729
+ display: raise;
730
+ display: trim-start;
731
+ display: trim-end;
732
+ display: trim-both;
733
+ }
734
+
735
+ .layout-api-1 {
736
+ display: auto;
737
+ }
738
+
739
+ .line-grid-1 {
740
+ line-grid: auto;
741
+ line-snap: auto;
742
+ box-snap: auto;
743
+ display: create;
744
+ display: block-start;
745
+ display: block-end;
746
+ display: first-baseline;
747
+ display: last-baseline;
748
+ }
749
+
750
+ .lists-3::marker {
751
+ marker-side: auto;
752
+ counter-set: auto;
753
+ display: match-self;
754
+ display: list-container;
755
+ display: counters(lack-of-example);
756
+ }
757
+
758
+ .logical-1 {
759
+ block-size: auto;
760
+ inline-size: auto;
761
+ min-block-size: auto;
762
+ min-inline-size: auto;
763
+ max-block-size: auto;
764
+ max-inline-size: auto;
765
+ margin-block-start: auto;
766
+ margin-block-end: auto;
767
+ margin-inline-start: auto;
768
+ margin-inline-end: auto;
769
+ margin-block: auto;
770
+ margin-inline: auto;
771
+ padding-block-start: auto;
772
+ padding-block-end: auto;
773
+ padding-inline-start: auto;
774
+ padding-inline-end: auto;
775
+ padding-block: auto;
776
+ padding-inline: auto;
777
+ border-block-start-width: auto;
778
+ border-block-end-width: auto;
779
+ border-inline-start-width: auto;
780
+ border-inline-end-width: auto;
781
+ border-block-width: auto;
782
+ border-inline-width: auto;
783
+ border-block-start-style: auto;
784
+ border-block-end-style: auto;
785
+ border-inline-start-style: auto;
786
+ border-inline-end-style: auto;
787
+ border-block-style: auto;
788
+ border-inline-style: auto;
789
+ border-block-start-color: auto;
790
+ border-block-end-color: auto;
791
+ border-inline-start-color: auto;
792
+ border-inline-end-color: auto;
793
+ border-block-color: auto;
794
+ border-inline-color: auto;
795
+ border-block-start: auto;
796
+ border-block-end: auto;
797
+ border-inline-start: auto;
798
+ border-inline-end: auto;
799
+ border-block: auto;
800
+ border-inline: auto;
801
+ border-start-start-radius: auto;
802
+ border-start-end-radius: auto;
803
+ border-end-start-radius: auto;
804
+ border-end-end-radius: auto;
805
+ display: logical;
806
+ display: physical;
807
+ display: rotate;
808
+ }
809
+
810
+ .masking-1,
811
+ mask {
812
+ clip-path: auto;
813
+ clip-rule: auto;
814
+ mask-image: auto;
815
+ mask-mode: auto;
816
+ mask-repeat: auto;
817
+ mask-position: auto;
818
+ mask-clip: auto;
819
+ mask-origin: auto;
820
+ mask-size: auto;
821
+ mask-composite: auto;
822
+ mask: auto;
823
+ mask-border-source: auto;
824
+ display: fill-box;
825
+ display: stroke-box;
826
+ display: view-box;
827
+ display: nonzero;
828
+ display: evenodd;
829
+ display: alpha;
830
+ display: luminance;
831
+ display: no-clip;
832
+ display: add;
833
+ display: subtract;
834
+ display: intersect;
835
+ display: exclude;
836
+ mask-border-mode: auto;
837
+ mask-border-slice: auto;
838
+ mask-border-width: auto;
839
+ mask-border-outset: auto;
840
+ mask-border-repeat: auto;
841
+ mask-border: auto;
842
+ mask-type: auto;
843
+ }
844
+
845
+ @function mixins-1() {
846
+ result: auto;
847
+ }
848
+
849
+ .motion-1 {
850
+ offset-path: auto;
851
+ offset-distance: auto;
852
+ offset-position: auto;
853
+ offset-anchor: auto;
854
+ offset-rotate: auto;
855
+ offset: auto;
856
+ display: ray(45deg closest-side);
857
+ display: path(M 100 100 L 300 100 L 200 300 z);
858
+ }
859
+
860
+ .multicol-1 {
861
+ display: balance-all;
862
+ }
863
+
864
+ .multicol-2::column {
865
+ display: auto:
866
+ }
867
+
868
+ .namespace-3 {
869
+ display: auto;
870
+ }
871
+
872
+ .nav-1 {
873
+ spatial-navigation-contain: auto;
874
+ spatial-navigation-action: auto;
875
+ spatial-navigation-function: auto;
876
+ display: focus;
877
+ }
878
+
879
+ .overflow-3 {
880
+ overflow-clip-margin: auto;
881
+ overflow-block: auto;
882
+ overflow-inline: auto;
883
+ scrollbar-gutter: auto;
884
+ block-ellipsis: auto;
885
+ scroll-behavior: auto;
886
+ line-clamp: auto;
887
+ max-lines: auto;
888
+ continue: auto;
889
+ display: smooth;
890
+ }
891
+
892
+ .overflow-4::nth-fragment(1) {
893
+ overflow-clip-margin-block: auto;
894
+ overflow-clip-margin-block-start: auto;
895
+ overflow-clip-margin-block-end: auto;
896
+ overflow-clip-margin-inline: auto;
897
+ overflow-clip-margin-inline-start: auto;
898
+ overflow-clip-margin-inline-end: auto;
899
+ overflow-clip-margin-top: auto;
900
+ overflow-clip-margin-right: auto;
901
+ overflow-clip-margin-bottom: auto;
902
+ overflow-clip-margin-left: auto;
903
+ display: stable;
904
+ display: force;
905
+ display: overflow;
906
+ display: paginate;
907
+ display: fragments;
908
+ }
909
+
910
+ .overflow-5::scroll-marker-group,
911
+ .overflow-5::scroll-marker,
912
+ .overflow-5:target-current {
913
+ sroll-marker-group: auto;
914
+ }
915
+
916
+ .overscroll-1 {
917
+ overscroll-behavior: auto;
918
+ overscroll-behavior-block: auto;
919
+ overscroll-behavior-inline: auto;
920
+ overscroll-behavior-x: auto;
921
+ overscroll-behavior-y: auto;
922
+ }
923
+
924
+ .page-3 {
925
+ marks: auto;
926
+ bleed: auto;
927
+ page-orientation: auto;
928
+ }
929
+
930
+ .page-floats-3 {
931
+ float-reference: auto;
932
+ float-defer: auto;
933
+ float-offset: auto;
934
+ display: inline-start;
935
+ display: inline-end;
936
+ display: snap-block;
937
+ display: snap-inline;
938
+ display: snap-block(2em, near);
939
+ display: snap-inline(2em, near);
940
+ }
941
+
942
+ .paint-api-1 {
943
+ display: paint(my_logo);
944
+ }
945
+
946
+ .pointerevents {
947
+ touch-action: auto;
948
+ display: pan-x;
949
+ display: pan-y;
950
+ display: manipulation;
951
+ }
952
+
953
+ .position-3 {
954
+ inset-block-start: auto;
955
+ inset-block-end: auto;
956
+ inset-inline-start: auto;
957
+ inset-inline-end: auto;
958
+ inset-block: auto;
959
+ inset-inline: auto;
960
+ inset: auto;
961
+ }
962
+
963
+ .position-4::backdrop {
964
+ overlay: auto;
965
+ }
966
+
967
+ .properties-values-api-1 {
968
+ syntax: auto;
969
+ inherits: auto;
970
+ initial-value: auto;
971
+ }
972
+
973
+ .pseudo-4::first-letter::prefix,
974
+ .pseudo-4::first-letter::suffix,
975
+ .pseudo-4::target-text,
976
+ .pseudo-4::spelling-error,
977
+ .pseudo-4::grammer-error,
978
+ .pseudo-4::file-selectors-button,
979
+ .pseudo-4::search-text,
980
+ .pseudo-4::details-content {
981
+ display: auto;
982
+ }
983
+
984
+ .regions-1:region {
985
+ flow-into: auto;
986
+ flow-from: auto;
987
+ region-fragment: auto;
988
+ display: element;
989
+ display: content;
990
+ display: break;
991
+ display: region;
992
+ display: avoid-region;
993
+ }
994
+
995
+ .resize-observer-1 {
996
+ display: auto;
997
+ }
998
+
999
+ .rhythm-1 {
1000
+ block-step-size: auto;
1001
+ block-step-insert: auto;
1002
+ block-step-align: auto;
1003
+ block-step-round: auto;
1004
+ block-step: auto;
1005
+ line-height-step: auto;
1006
+ display: up;
1007
+ display: down;
1008
+ display: nearest;
1009
+ }
1010
+
1011
+ @media (device-radius: 50%) {
1012
+ .round-display-1 {
1013
+ shape-inside: auto;
1014
+ border-boundary: auto;
1015
+ polar-angle: auto;
1016
+ polar-distance: auto;
1017
+ display: outside-shape;
1018
+ display: shape-box;
1019
+ display: parent;
1020
+ display: polar;
1021
+ }
1022
+ }
1023
+
1024
+ .ruby-1 {
1025
+ ruby-position: auto;
1026
+ ruby-merge: auto;
1027
+ ruby-align: auto;
1028
+ ruby-overhang: auto;
1029
+ display: ruby;
1030
+ display: ruby-base;
1031
+ display: ruby-text;
1032
+ display: ruby-base-container;
1033
+ display: ruby-text-container;
1034
+ display: inter-character;
1035
+ display: merge;
1036
+ }
1037
+
1038
+ .scoping-1:scope-context div,
1039
+ .scoping-1:host,
1040
+ .scoping-1:host(.foo),
1041
+ .scoping-1:host-context,
1042
+ .scoping-1::shadow,
1043
+ .scoping-1::content,
1044
+ .scoping-1 /deep/ span {
1045
+ display: auto;
1046
+ }
1047
+
1048
+ @scope .scoping-1 {
1049
+ div {
1050
+ display: auto;
1051
+ }
1052
+ }
1053
+
1054
+ .scroll-anchoring-1 {
1055
+ overflow-anchor: auto;
1056
+ }
1057
+
1058
+ .scroll-animations-1 {
1059
+ scroll-timeline-name: auto;
1060
+ scroll-timeline-axis: auto;
1061
+ scroll-timeline: auto;
1062
+ view-timeline-name: auto;
1063
+ view-timeline-axis: auto;
1064
+ view-timeline-inset: auto;
1065
+ view-timeline: auto;
1066
+ animation-range: auto;
1067
+ animation-delay-start: auto;
1068
+ animation-delay-end: auto;
1069
+ timeline-scope: auto;
1070
+ display: entry;
1071
+ display: exit;
1072
+ display: defer;
1073
+ display: ancestor;
1074
+ }
1075
+
1076
+ .scroll-snap-1 {
1077
+ scroll-snap-type: auto;
1078
+ scroll-padding: auto;
1079
+ scroll-margin: auto;
1080
+ scroll-snap-align: auto;
1081
+ scroll-snap-stop: auto;
1082
+ scroll-padding-top: auto;
1083
+ scroll-padding-right: auto;
1084
+ scroll-padding-bottom: auto;
1085
+ scroll-padding-left: auto;
1086
+ scroll-padding-inline-start: auto;
1087
+ scroll-padding-block-start: auto;
1088
+ scroll-padding-inline-end: auto;
1089
+ scroll-padding-block-end: auto;
1090
+ scroll-padding-block: auto;
1091
+ scroll-padding-inline: auto;
1092
+ scroll-margin-top: auto;
1093
+ scroll-margin-right: auto;
1094
+ scroll-margin-bottom: auto;
1095
+ scroll-margin-left: auto;
1096
+ scroll-margin-inline-start: auto;
1097
+ scroll-margin-block-start: auto;
1098
+ scroll-margin-inline-end: auto;
1099
+ scroll-margin-block-end: auto;
1100
+ scroll-margin-block: auto;
1101
+ scroll-margin-inline: auto;
1102
+ display: x;
1103
+ display: y;
1104
+ display: mandatory;
1105
+ display: proximity;
1106
+ }
1107
+
1108
+ .scroll-snap-2,
1109
+ .scroll-snap-2:snapped-x,
1110
+ .scroll-snap-2:snapped-y,
1111
+ .scroll-snap-3:snapped-inline,
1112
+ .scroll-snap-2:snapped-block,
1113
+ .scroll-snap-2:snapped {
1114
+ scroll-start-target: auto;
1115
+ }
1116
+
1117
+ .scrollbars-1 {
1118
+ scrollbar-color: auto;
1119
+ scrollbar-width: auto;
1120
+ }
1121
+
1122
+ .selectors-3:indeterminate,
1123
+ .selectors-3:nth-child(2n+1),
1124
+ .selectors-3:nth-last-child(-n+2),
1125
+ .selectors-3:nth-of-type(2n+1),
1126
+ .selectors-3:nth-last-of-type(n+2),
1127
+ .selectors-3:not([DISABLED]) {
1128
+ display: auto;
1129
+ }
1130
+
1131
+ .selectors-4 | h1,
1132
+ .selectors-4:where(:not(:hover)),
1133
+ .selectors-4:has(> img),
1134
+ .selectors-4:defined,
1135
+ .selectors-4:dir(ltr),
1136
+ .selectors-4:any-link,
1137
+ .selectors-4:scope,
1138
+ .selectors-4:playing,
1139
+ .selectors-4:paused,
1140
+ .selectors-4:seeking,
1141
+ .selectors-4:buffering,
1142
+ .selectors-4:stalled,
1143
+ .selectors-4:muted,
1144
+ .selectors-4:volume-locked,
1145
+ .selectors-4:open,
1146
+ .selectors-4:popover-open,
1147
+ .selectors-4:modal,
1148
+ .selectors-4:fullscreen,
1149
+ .selectors-4:picture-in-picture,
1150
+ .selectors-4:read-only,
1151
+ .selectors-4:read-write,
1152
+ .selectors-4:placeholder-shown,
1153
+ .selectors-4:autofill,
1154
+ .selectors-4:default,
1155
+ .selectors-4:valid,
1156
+ .selectors-4:in-range,
1157
+ .selectors-4:out-of-range,
1158
+ .selectors-4:required,
1159
+ .selectors-4:optional,
1160
+ .selectors-4:user-valid,
1161
+ .selectors-4:user-invalid {
1162
+ display: auto;
1163
+ }
1164
+
1165
+ .selectors-5:local-link,
1166
+ .selectors-5:interest-source,
1167
+ .selectors-5:interest-target,
1168
+ .selectors-5:blank,
1169
+ .selectors-5:current,
1170
+ .selectors-5:past,
1171
+ .selectors-5:future,
1172
+ .selectors-5:state(loading),
1173
+ .selectors-5:heading,
1174
+ .selectors-5:headings(1, 3, 5),
1175
+ .selectors-5 || .foo,
1176
+ .selectors-5:nth-col(1),
1177
+ .selectors-5:nth-last-col(1),
1178
+ .selectors-5 /for/ .foo {
1179
+ display: auto;
1180
+ }
1181
+
1182
+ .shadow-parts::part(textspan) {
1183
+ display: auto;
1184
+ }
1185
+
1186
+ .shapes-1 {
1187
+ shape-outside: auto;
1188
+ shape-image-threshold: auto;
1189
+ shape-margin: auto;
1190
+ display: margin-box;
1191
+ display: inset(50% 50% 50% 50%);
1192
+ display: circle(100px 50px 100px);
1193
+ display: ellipse(0 0 250px 100px);
1194
+ display: polygon(0 0, 100% 100%, 0 100%);
1195
+ display: shape(from 0% 0%, hline to 100%, line to 0% 100%, vline to 0%);
1196
+ }
1197
+
1198
+ .sizing-3 {
1199
+ display: auto;
1200
+ }
1201
+
1202
+ .sizing-4 {
1203
+ contain-intrinsic-size: auto;
1204
+ min-intrinsic-sizing: auto;
1205
+ display: fit-content;
1206
+ display: zero-if-scroll;
1207
+ display: zero-if-extrinsic;
1208
+ }
1209
+
1210
+ .speech-1 {
1211
+ voice-volume: auto;
1212
+ voice-balance: auto;
1213
+ rest-before: auto;
1214
+ rest-after: auto;
1215
+ rest: auto;
1216
+ voice-rate: auto;
1217
+ voice-pitch: auto;
1218
+ voice-range: auto;
1219
+ voice-stress: auto;
1220
+ voice-duration: auto;
1221
+ display: 10dB;
1222
+ display: literal-punctuation;
1223
+ display: no-punctuation;
1224
+ display: x-weak;
1225
+ display: weak;
1226
+ display: strong;
1227
+ display: x-strong;
1228
+ display: young;
1229
+ display: old;
1230
+ display: neutral;
1231
+ display: preserve;
1232
+ display: 10st;
1233
+ display: moderate;
1234
+ display: reduced;
1235
+ display: never;
1236
+ }
1237
+
1238
+ .style-attr {
1239
+ display: auto;
1240
+ }
1241
+
1242
+ .svg2,
1243
+ animate,
1244
+ animateMotion,
1245
+ animateTransform,
1246
+ circle,
1247
+ clipPath,
1248
+ cursor,
1249
+ defs,
1250
+ desc,
1251
+ discard,
1252
+ ellipse,
1253
+ feBlend,
1254
+ feColorMatrix,
1255
+ feComponentTransfer,
1256
+ feComposite,
1257
+ feConvolveMatrix,
1258
+ feDiffuseLighting,
1259
+ feDisplacementMap,
1260
+ feDistantLight,
1261
+ feDropShadow,
1262
+ feFlood,
1263
+ feFuncA,
1264
+ feFuncB,
1265
+ feFuncG,
1266
+ feFuncR,
1267
+ feGaussianBlur,
1268
+ feImage,
1269
+ feMerge,
1270
+ feMergeNode,
1271
+ feMorphology,
1272
+ feOffset,
1273
+ fePointLight,
1274
+ feSpecularLighting,
1275
+ feSpotLight,
1276
+ feTile,
1277
+ feTurbulence,
1278
+ filter,
1279
+ foreignObject,
1280
+ g,
1281
+ hatch,
1282
+ hatchpath,
1283
+ image,
1284
+ line,
1285
+ linearGradient,
1286
+ marker,
1287
+ mesh,
1288
+ meshgradient,
1289
+ meshpatch,
1290
+ meshrow,
1291
+ metadata,
1292
+ mpath,
1293
+ path,
1294
+ pattern,
1295
+ polygon,
1296
+ polyline,
1297
+ radialGradient,
1298
+ rect,
1299
+ set,
1300
+ solidcolor,
1301
+ stop,
1302
+ switch,
1303
+ symbol,
1304
+ text,
1305
+ textPath,
1306
+ tspan,
1307
+ unknown,
1308
+ use,
1309
+ view {
1310
+ color-interpolation: auto;
1311
+ color-rendering: auto;
1312
+ cx: auto;
1313
+ cy: auto;
1314
+ d: auto;
1315
+ marker-end: auto;
1316
+ marker-mid: auto;
1317
+ marker-start: auto;
1318
+ r: auto;
1319
+ rx: auto;
1320
+ ry: auto;
1321
+ shape-rendering: auto;
1322
+ solid-color: auto;
1323
+ solid-opacity: auto;
1324
+ stop-color: auto;
1325
+ stop-opacity: auto;
1326
+ text-anchor: auto;
1327
+ vector-effect: auto;
1328
+ x: auto;
1329
+ y: auto;
1330
+ display: crispEdges;
1331
+ display: geometricPrecision;
1332
+ display: optimizeQuality;
1333
+ display: viewport;
1334
+ display: context-fill;
1335
+ display: context-stroke;
1336
+ display: fixed-position;
1337
+ display: miter;
1338
+ display: miter-clip;
1339
+ display: non-scaling-stroke;
1340
+ display: non-scaling-size;
1341
+ display: non-rotation;
1342
+ display: child(1);
1343
+ display: icc-color(foo);
1344
+ }
1345
+
1346
+ .syntax-3 {
1347
+ display: auto;
1348
+ }
1349
+
1350
+ .tables-3 {
1351
+ display: auto;
1352
+ }
1353
+
1354
+ .text-3 {
1355
+ tab-size: auto;
1356
+ text-align-all: auto;
1357
+ display: loose;
1358
+ display: strict;
1359
+ display: match-parent;
1360
+ display: hanging;
1361
+ display: each-line;
1362
+ display: full-width;
1363
+ display: anywhere;
1364
+ display: justify-all;
1365
+ display: break-spaces;
1366
+ }
1367
+
1368
+ .text-4 {
1369
+ white-space-collapse: auto;
1370
+ white-space-trim: auto;
1371
+ text-wrap: auto;
1372
+ wrap-before: auto;
1373
+ wrap-after: auto;
1374
+ wrap-inside: auto;
1375
+ hyphenate-character: auto;
1376
+ hyphenate-limit-zone: auto;
1377
+ hyphenate-limit-chars: auto;
1378
+ hyphenate-limit-lines: auto;
1379
+ hyphenate-limit-last: auto;
1380
+ text-group-align: auto;
1381
+ line-padding: auto;
1382
+ text-autospace: auto;
1383
+ text-spacing-trim: auto;
1384
+ text-spacing: auto;
1385
+ word-boundary-detection: auto;
1386
+ word-space-transform: auto;
1387
+ display: math-auto;
1388
+ display: preserve-breaks;
1389
+ display: preserve-spaces;
1390
+ display: discard-inner;
1391
+ display: discard-before;
1392
+ display: discard-after;
1393
+ display: pretty;
1394
+ display: avoid-line;
1395
+ display: avoid-flex;
1396
+ display: pre-wrap-auto;
1397
+ display: no-limit;
1398
+ display: spread;
1399
+ display: space-all;
1400
+ display: trim-both;
1401
+ display: space-first;
1402
+ display: trim-all;
1403
+ display: no-compress;
1404
+ display: ideograph-alpha;
1405
+ display: ideograph-numeric;
1406
+ display: punctuation;
1407
+ display: ideographic-space;
1408
+ display: avoid-orphans;
1409
+ }
1410
+
1411
+ .text-decor-3 {
1412
+ text-decoration-color: auto;
1413
+ text-decoration-line: auto;
1414
+ text-decoration-style: auto;
1415
+ text-emphasis: auto;
1416
+ text-emphasis-color: auto;
1417
+ text-emphasis-position: auto;
1418
+ text-emphasis-style: auto;
1419
+ display: filled;
1420
+ display: dot;
1421
+ display: sesame;
1422
+ display: alphabetic;
1423
+ display: ink;
1424
+ display: under;
1425
+ display: wavy;
1426
+ display: under;
1427
+ display: over;
1428
+ display: triangle;
1429
+ }
1430
+
1431
+ .text-decor-4 {
1432
+ text-decoration-thickness: auto;
1433
+ text-underline-offset: auto;
1434
+ text-decoration-skip: auto;
1435
+ text-decoration-skip-ink: auto;
1436
+ text-emphasis-skip: auto;
1437
+ display: spelling-error;
1438
+ display: grammer-error;
1439
+ display: objects;
1440
+ display: from-font;
1441
+ display: spaces;
1442
+ display: leading-spaces;
1443
+ display: trailing-spaces;
1444
+ display: edges;
1445
+ display: box-decoration;
1446
+ display: symbols;
1447
+ display: narrow;
1448
+ }
1449
+
1450
+ .timing-1 {
1451
+ display: frames(2);
1452
+ }
1453
+
1454
+ .transforms-1 {
1455
+ transform-box: auto;
1456
+ }
1457
+
1458
+ .tranforms-2 {
1459
+ rotate: auto;
1460
+ scale: auto;
1461
+ translate: auto;
1462
+ display: flat;
1463
+ }
1464
+
1465
+ .transitions-1 {
1466
+ display: auto;
1467
+ }
1468
+
1469
+ @starting-style {
1470
+ .transitions-2 {
1471
+ display: auto;
1472
+ }
1473
+ }
1474
+
1475
+ .typed-om-1 {
1476
+ display: auto;
1477
+ }
1478
+
1479
+ .ui-3 {
1480
+ caret-color: auto;
1481
+ display: grab;
1482
+ display: grabbing;
1483
+ }
1484
+
1485
+ .ui-4 {
1486
+ caret-shape: auto;
1487
+ caret-animation: auto;
1488
+ caret: auto;
1489
+ interactivity: auto;
1490
+ interest-delay-start: auto;
1491
+ interest-delay-end: auto;
1492
+ interest-delay: auto;
1493
+ accent-color: auto;
1494
+ display: underscore;
1495
+ display: inert;
1496
+ }
1497
+
1498
+ .unofficials {
1499
+ backdrop-filter: auto;
1500
+ display: env(safe-area-inset-top, 20px);
1501
+ }
1502
+
1503
+ .values-3 {
1504
+ display: 1q;
1505
+ display: 1turn;
1506
+ }
1507
+
1508
+ .values-4 {
1509
+ display: 1vi;
1510
+ display: 1vb;
1511
+ display: 1rex;
1512
+ display: 1cap;
1513
+ display: 1rcap;
1514
+ display: 1rch;
1515
+ display: 1ic;
1516
+ display: 1ric;
1517
+ display: 1lh;
1518
+ display: 1rlh;
1519
+ display: 1svh;
1520
+ display: 1svw;
1521
+ display: 1svi;
1522
+ display: 1svb;
1523
+ display: 1svmin;
1524
+ display: 1svmax;
1525
+ display: 1lvh;
1526
+ display: 1lvw;
1527
+ display: 1lvi;
1528
+ display: 1lvb;
1529
+ display: 1lvmin;
1530
+ display: 1lvmax;
1531
+ display: 1dvh;
1532
+ display: 1dvw;
1533
+ display: 1dvi;
1534
+ display: 1dvb;
1535
+ display: 1dvmin;
1536
+ display: 1dvmax;
1537
+ display: min(0, 1);
1538
+ display: max(0, 1);
1539
+ display: clamp(0, 100, 2);
1540
+ display: round(var(--width), 50px);
1541
+ display: mod(-18px, 5px);
1542
+ display: rem(-18px, 5px);
1543
+ display: sin(45deg);
1544
+ display: cos(1);
1545
+ display: tan(1);
1546
+ display: asin(45deg);
1547
+ display: acos(1);
1548
+ display: atan(1);
1549
+ display: atan2(1, -1);
1550
+ display: pow(1.5, -1);
1551
+ display: sqrt(4);
1552
+ display: hypot(30px, 40px);
1553
+ display: log(10);
1554
+ display: exp(1);
1555
+ display: abs(-1);
1556
+ display: sign(-4);
1557
+ }
1558
+
1559
+ .values-5 {
1560
+ interpolate-size: auto;
1561
+ display: numeric-only;
1562
+ display: allow-keyword;
1563
+ display: progress(1, 0, 100);
1564
+ display: media-progress(width, 0, 100);
1565
+ display: container-progress(width, 0, 100);
1566
+ display: calc-mix(0.5, 0, 100);
1567
+ display: color-mix(15%, black, white);
1568
+ display: transform-mix(1, scale(0.5), rotate(10deg));
1569
+ display: mix(90%, red, blue);
1570
+ display: cross-fade(15%, url(foo.png), white);
1571
+ display: toggle(italic, normal);
1572
+ display: first-valid(center, none, 1px);
1573
+ display: if(media(screen): red; else: auto);
1574
+ display: inherit(--foo, auto);
1575
+ display: random(1, 10, by 1);
1576
+ display: random-item(--x, red, yellow, green);
1577
+ display: sibling-count();
1578
+ display: sibling-index();
1579
+ display: calc-size(any, 0px);
1580
+ }
1581
+
1582
+ .variables-1 {
1583
+ display: auto;
1584
+ }
1585
+
1586
+ .view-transitions-1::view-transition,
1587
+ .view-transitions-1::view-transition-group(*),
1588
+ .view-transitions-1::view-transition-image-pair(*),
1589
+ .view-transitions-1::view-transition-old(*),
1590
+ .view-transitions-1::view-transition-new(*) {
1591
+ view-transition-name: auto;
1592
+ }
1593
+
1594
+ .view-transitions-2:active-view-transition,
1595
+ .view-transitions-2:active-view-transition-type(slide-in) {
1596
+ view-transition-class: auto;
1597
+ navigation: auto;
1598
+ types: auto;
1599
+ }
1600
+
1601
+ .web-animations-1 {
1602
+ display: auto;
1603
+ }
1604
+
1605
+ .webvtt1::cue,
1606
+ .webvtt1::cue-region,
1607
+ .webvtt1::cue(#cue1),
1608
+ .webvtt1::cue-region(#scroll), {
1609
+ display: auto;
1610
+ }
1611
+
1612
+ .will-change-1 {
1613
+ will-change: auto;
1614
+ display: scroll-position;
1615
+ }
1616
+
1617
+ .worklets-1 {
1618
+ display: auto;
1619
+ }
1620
+
1621
+ .writing-modes-3 {
1622
+ writing-mode: auto;
1623
+ text-orientation: auto;
1624
+ text-combine-upright: auto;
1625
+ glyph-orientation-vertical: auto;
1626
+ display: before;
1627
+ display: after;
1628
+ display: mixed;
1629
+ display: upright;
1630
+ display: plaintext;
1631
+ display: sideways;
1632
+ display: isolate;
1633
+ display: isolate-override;
1634
+ display: horizontal-tb;
1635
+ display: vertical-rl;
1636
+ display: vertical-lr;
1637
+ }
1638
+
1639
+ .writing-modes-4 {
1640
+ display: sideways-rl;
1641
+ display: sideways-lr;
1642
+ }