Skip to content

Commit 5f409d3

Browse files
fix: update baseline data (#234)
Co-authored-by: fasttime <[email protected]>
1 parent cb52606 commit 5f409d3

File tree

2 files changed

+42
-7
lines changed

2 files changed

+42
-7
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.43.0",
110+
"web-features": "^2.43.1",
111111
"yorkie": "^2.0.0"
112112
},
113113
"engines": {

src/data/baseline-data.js

Lines changed: 41 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ export const types = new Map([
656656
export const selectors = new Map([
657657
["active-view-transition", "0:"],
658658
["active-view-transition-type", "0:"],
659-
["autofill", "5:2023"],
659+
["autofill", "10:2023"],
660660
["defined", "10:2020"],
661661
["backdrop", "10:2022"],
662662
["after", "10:2015"],
@@ -790,7 +790,15 @@ export const propertyValues = new Map([
790790
]),
791791
],
792792
["align-items", new Map([["anchor-center", "0:"]])],
793-
["align-self", new Map([["anchor-center", "0:"]])],
793+
[
794+
"align-self",
795+
new Map([
796+
["anchor-center", "0:"],
797+
["auto", "10:2020"],
798+
["normal", "10:2020"],
799+
["stretch", "10:2020"],
800+
]),
801+
],
794802
["anchor-name", new Map([["none", "0:"]])],
795803
[
796804
"anchor-scope",
@@ -892,8 +900,26 @@ export const propertyValues = new Map([
892900
["auto", "10:2021"],
893901
]),
894902
],
895-
["justify-items", new Map([["anchor-center", "0:"]])],
896-
["justify-self", new Map([["anchor-center", "0:"]])],
903+
[
904+
"justify-items",
905+
new Map([
906+
["anchor-center", "0:"],
907+
["left", "10:2020"],
908+
["legacy", "10:2020"],
909+
["right", "10:2020"],
910+
]),
911+
],
912+
[
913+
"justify-self",
914+
new Map([
915+
["anchor-center", "0:"],
916+
["auto", "10:2020"],
917+
["left", "10:2020"],
918+
["normal", "10:2020"],
919+
["right", "10:2020"],
920+
["stretch", "10:2020"],
921+
]),
922+
],
897923
[
898924
"left",
899925
new Map([
@@ -1327,6 +1353,7 @@ export const propertyValues = new Map([
13271353
["dark", "10:2022"],
13281354
["light", "10:2022"],
13291355
["normal", "10:2022"],
1356+
["only", "10:2022"],
13301357
]),
13311358
],
13321359
[
@@ -1558,6 +1585,14 @@ export const propertyValues = new Map([
15581585
]),
15591586
],
15601587
["flex", new Map([["none", "10:2015"]])],
1588+
[
1589+
"justify-content",
1590+
new Map([
1591+
["left", "10:2020"],
1592+
["normal", "10:2020"],
1593+
["right", "10:2020"],
1594+
]),
1595+
],
15611596
[
15621597
"clear",
15631598
new Map([
@@ -1691,8 +1726,8 @@ export const propertyValues = new Map([
16911726
["historical-forms", "5:2023"],
16921727
["none", "10:2020"],
16931728
["normal", "10:2015"],
1694-
["sub", "5:2023"],
1695-
["super", "5:2023"],
1729+
["sub", "10:2023"],
1730+
["super", "10:2023"],
16961731
]),
16971732
],
16981733
[

0 commit comments

Comments
 (0)