Skip to content

Commit da37950

Browse files
fix: update baseline data (#267)
Co-authored-by: fasttime <[email protected]>
1 parent 21c212d commit da37950

File tree

2 files changed

+40
-22
lines changed

2 files changed

+40
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"rollup-plugin-delete": "^3.0.1",
108108
"tailwind-csstree": "^0.1.0",
109109
"typescript": "^5.9.2",
110-
"web-features": "^2.48.1",
110+
"web-features": "^3.0.0",
111111
"yorkie": "^2.0.0"
112112
},
113113
"engines": {

src/data/baseline-data.js

Lines changed: 39 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,23 @@ export const properties = new Map([
101101
["container-type", "10:2023"],
102102
["content", "10:2015"],
103103
["content-visibility", "5:2024"],
104+
["corner-block-end-shape", "0:"],
105+
["corner-block-start-shape", "0:"],
106+
["corner-bottom-left-shape", "0:"],
107+
["corner-bottom-right-shape", "0:"],
108+
["corner-bottom-shape", "0:"],
109+
["corner-end-end-shape", "0:"],
110+
["corner-end-start-shape", "0:"],
111+
["corner-inline-end-shape", "0:"],
112+
["corner-inline-start-shape", "0:"],
113+
["corner-left-shape", "0:"],
114+
["corner-right-shape", "0:"],
115+
["corner-shape", "0:"],
116+
["corner-start-end-shape", "0:"],
117+
["corner-start-start-shape", "0:"],
118+
["corner-top-left-shape", "0:"],
119+
["corner-top-right-shape", "0:"],
120+
["corner-top-shape", "0:"],
104121
["counter-set", "5:2023"],
105122
["counter-increment", "10:2015"],
106123
["counter-reset", "10:2015"],
@@ -144,7 +161,7 @@ export const properties = new Map([
144161
["font-synthesis-style", "5:2023"],
145162
["font-synthesis-weight", "5:2023"],
146163
["font-variant", "10:2015"],
147-
["font-variant-alternates", "5:2023"],
164+
["font-variant-alternates", "10:2023"],
148165
["font-variant-caps", "10:2020"],
149166
["font-variant-east-asian", "10:2020"],
150167
["font-variant-emoji", "0:"],
@@ -245,8 +262,8 @@ export const properties = new Map([
245262
["max-inline-size", "10:2020"],
246263
["min-block-size", "10:2020"],
247264
["min-inline-size", "10:2020"],
248-
["overflow-block", "0:"],
249-
["overflow-inline", "0:"],
265+
["overflow-block", "5:2025"],
266+
["overflow-inline", "5:2025"],
250267
["padding-block", "10:2021"],
251268
["padding-block-end", "10:2020"],
252269
["padding-block-start", "10:2020"],
@@ -512,7 +529,7 @@ export const atRules = new Map([
512529
["view-transition", "0:"],
513530
["font-face", "10:2015"],
514531
["font-palette-values", "10:2022"],
515-
["font-feature-values", "5:2023"],
532+
["font-feature-values", "10:2023"],
516533
["import", "10:2015"],
517534
["media", "10:2015"],
518535
["namespace", "10:2015"],
@@ -577,6 +594,7 @@ export const types = new Map([
577594
["color-mix", "5:2023"],
578595
["conic-gradient", "10:2020"],
579596
["repeating-conic-gradient", "10:2020"],
597+
["round", "5:2024"],
580598
["counter", "10:2015"],
581599
["counters", "10:2015"],
582600
["cross-fade", "0:"],
@@ -620,7 +638,6 @@ export const types = new Map([
620638
["rem", "5:2024"],
621639
["rgb", "10:2015"],
622640
["mod", "5:2024"],
623-
["round", "5:2024"],
624641
["env", "10:2020"],
625642
["circle", "10:2020"],
626643
["ellipse", "10:2020"],
@@ -649,13 +666,13 @@ export const types = new Map([
649666
["scaleZ", "10:2015"],
650667
["translate3d", "10:2015"],
651668
["translateZ", "10:2015"],
652-
["acos", "5:2023"],
653-
["asin", "5:2023"],
654-
["atan", "5:2023"],
655-
["atan2", "5:2023"],
656-
["cos", "5:2023"],
657-
["sin", "5:2023"],
658-
["tan", "5:2023"],
669+
["acos", "10:2023"],
670+
["asin", "10:2023"],
671+
["atan", "10:2023"],
672+
["atan2", "10:2023"],
673+
["cos", "10:2023"],
674+
["sin", "10:2023"],
675+
["tan", "10:2023"],
659676
]);
660677
export const selectors = new Map([
661678
["active-view-transition", "0:"],
@@ -665,6 +682,7 @@ export const selectors = new Map([
665682
["backdrop", "10:2022"],
666683
["after", "10:2015"],
667684
["before", "10:2015"],
685+
["column", "0:"],
668686
["checkmark", "0:"],
669687
["picker", "0:"],
670688
["picker-icon", "0:"],
@@ -1458,7 +1476,7 @@ export const propertyValues = new Map([
14581476
[
14591477
"content-visibility",
14601478
new Map([
1461-
["auto", "0:"],
1479+
["auto", "5:2025"],
14621480
["hidden", "5:2024"],
14631481
["visible", "5:2024"],
14641482
]),
@@ -1729,7 +1747,7 @@ export const propertyValues = new Map([
17291747
[
17301748
"font-variant",
17311749
new Map([
1732-
["historical-forms", "5:2023"],
1750+
["historical-forms", "10:2023"],
17331751
["none", "10:2020"],
17341752
["normal", "10:2015"],
17351753
["sub", "10:2023"],
@@ -1739,13 +1757,13 @@ export const propertyValues = new Map([
17391757
[
17401758
"font-variant-alternates",
17411759
new Map([
1742-
["annotation", "5:2023"],
1743-
["historical-forms", "5:2023"],
1744-
["normal", "5:2023"],
1745-
["ornaments", "5:2023"],
1746-
["styleset", "5:2023"],
1747-
["stylistic", "5:2023"],
1748-
["swash", "5:2023"],
1760+
["annotation", "10:2023"],
1761+
["historical-forms", "10:2023"],
1762+
["normal", "10:2023"],
1763+
["ornaments", "10:2023"],
1764+
["styleset", "10:2023"],
1765+
["stylistic", "10:2023"],
1766+
["swash", "10:2023"],
17491767
]),
17501768
],
17511769
[

0 commit comments

Comments
 (0)