Skip to content

Commit cddbf92

Browse files
fix: update baseline data (#326)
Co-authored-by: fasttime <6367844+fasttime@users.noreply.github.com>
1 parent 3f03703 commit cddbf92

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"rollup-plugin-delete": "^3.0.1",
107107
"tailwind-csstree": "^0.1.0",
108108
"typescript": "^5.9.2",
109-
"web-features": "^3.8.0",
109+
"web-features": "^3.9.1",
110110
"yorkie": "^2.0.0"
111111
},
112112
"engines": {

src/data/baseline-data.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ export const properties = new Map([
455455
["table-layout", "10:2015"],
456456
["text-align", "10:2015"],
457457
["text-align-last", "10:2022"],
458-
["text-autospace", "0:"],
458+
["text-autospace", "5:2025"],
459459
["text-box", "0:"],
460460
["text-box-edge", "0:"],
461461
["text-box-trim", "0:"],
@@ -588,12 +588,12 @@ export const functions = new Map([
588588
["sign", "5:2025"],
589589
["anchor", "0:"],
590590
["anchor-size", "0:"],
591-
["color", "5:2023"],
591+
["color", "10:2023"],
592592
["attr", "10:2015"],
593593
["calc", "10:2015"],
594594
["calc-size", "0:"],
595595
["rect", "5:2024"],
596-
["color-mix", "5:2023"],
596+
["color-mix", "10:2023"],
597597
["conic-gradient", "10:2020"],
598598
["repeating-conic-gradient", "10:2020"],
599599
["round", "5:2024"],
@@ -626,17 +626,18 @@ export const functions = new Map([
626626
["hsl", "10:2015"],
627627
["hwb", "10:2022"],
628628
["image-set", "5:2023"],
629-
["lab", "5:2023"],
630-
["lch", "5:2023"],
629+
["lab", "10:2023"],
630+
["lch", "10:2023"],
631631
["light-dark", "5:2024"],
632632
["clamp", "10:2020"],
633633
["max", "10:2020"],
634634
["min", "10:2020"],
635635
["ray", "5:2024"],
636-
["oklab", "5:2023"],
637-
["oklch", "5:2023"],
636+
["oklab", "10:2023"],
637+
["oklch", "10:2023"],
638638
["paint", "0:"],
639639
["path", "10:2020"],
640+
["xywh", "5:2024"],
640641
["rem", "5:2024"],
641642
["rgb", "10:2015"],
642643
["mod", "5:2024"],
@@ -645,7 +646,6 @@ export const functions = new Map([
645646
["ellipse", "10:2020"],
646647
["inset", "10:2020"],
647648
["polygon", "10:2020"],
648-
["xywh", "5:2024"],
649649
["steps", "10:2015"],
650650
["matrix", "10:2015"],
651651
["rotate", "10:2015"],
@@ -2658,8 +2658,8 @@ export const propertyValues = new Map([
26582658
["ideograph-alpha", "0:"],
26592659
["ideograph-numeric", "0:"],
26602660
["insert", "0:"],
2661-
["no-autospace", "0:"],
2662-
["normal", "0:"],
2661+
["no-autospace", "5:2025"],
2662+
["normal", "5:2025"],
26632663
["punctuation", "0:"],
26642664
["replace", "0:"],
26652665
]),

0 commit comments

Comments
 (0)