Skip to content

Commit 6cf16dc

Browse files
eslintbotfasttime
andauthored
fix: update baseline data (#395)
Co-authored-by: fasttime <6367844+fasttime@users.noreply.github.com>
1 parent 295e353 commit 6cf16dc

File tree

2 files changed

+47
-45
lines changed

2 files changed

+47
-45
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"prettier": "3.8.1",
8888
"tailwind-csstree": "^0.1.0",
8989
"typescript": "^5.9.2",
90-
"web-features": "^3.18.0",
90+
"web-features": "^3.19.0",
9191
"yorkie": "^2.0.0"
9292
},
9393
"engines": {

src/data/baseline-data.js

Lines changed: 46 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const properties = new Map([
1919
["position-area", "5:2026"],
2020
["position-try", "5:2026"],
2121
["position-try-fallbacks", "5:2026"],
22-
["position-try-order", "0:"],
22+
["position-try-order", "5:2026"],
2323
["position-visibility", "5:2026"],
2424
["animation-composition", "10:2023"],
2525
["animation", "10:2015"],
@@ -302,7 +302,7 @@ export const properties = new Map([
302302
["min-width", "10:2015"],
303303
["mix-blend-mode", "10:2020"],
304304
["offset", "10:2022"],
305-
["offset-anchor", "5:2023"],
305+
["offset-anchor", "10:2023"],
306306
["offset-distance", "10:2022"],
307307
["offset-path", "10:2022"],
308308
["offset-position", "5:2024"],
@@ -718,6 +718,8 @@ export const selectors = new Map([
718718
["checked", "10:2015"],
719719
["disabled", "10:2015"],
720720
["enabled", "10:2015"],
721+
["interest-source", "0:"],
722+
["interest-target", "0:"],
721723
["is", "10:2021"],
722724
["lang", "10:2015"],
723725
["any-link", "10:2020"],
@@ -1095,26 +1097,26 @@ export const propertyValues = new Map([
10951097
[
10961098
"position-area",
10971099
new Map([
1098-
["block-end", "0:"],
1099-
["block-start", "0:"],
1100-
["bottom", "0:"],
1100+
["block-end", "5:2026"],
1101+
["block-start", "5:2026"],
1102+
["bottom", "5:2026"],
11011103
["center", "5:2026"],
1102-
["end", "0:"],
1103-
["inline-end", "0:"],
1104-
["inline-start", "0:"],
1105-
["left", "0:"],
1104+
["end", "5:2026"],
1105+
["inline-end", "5:2026"],
1106+
["inline-start", "5:2026"],
1107+
["left", "5:2026"],
11061108
["none", "5:2026"],
1107-
["right", "0:"],
1108-
["self-block-end", "0:"],
1109-
["self-block-start", "0:"],
1110-
["self-end", "0:"],
1111-
["self-inline-end", "0:"],
1112-
["self-inline-start", "0:"],
1113-
["self-start", "0:"],
1114-
["self-x-end", "0:"],
1115-
["self-x-start", "0:"],
1116-
["self-y-end", "0:"],
1117-
["self-y-start", "0:"],
1109+
["right", "5:2026"],
1110+
["self-block-end", "5:2026"],
1111+
["self-block-start", "5:2026"],
1112+
["self-end", "5:2026"],
1113+
["self-inline-end", "5:2026"],
1114+
["self-inline-start", "5:2026"],
1115+
["self-start", "5:2026"],
1116+
["self-x-end", "5:2026"],
1117+
["self-x-start", "5:2026"],
1118+
["self-y-end", "5:2026"],
1119+
["self-y-start", "5:2026"],
11181120
["span-all", "0:"],
11191121
["span-block-end", "5:2026"],
11201122
["span-block-start", "5:2026"],
@@ -1141,11 +1143,11 @@ export const propertyValues = new Map([
11411143
["span-y-end", "5:2026"],
11421144
["span-y-start", "5:2026"],
11431145
["start", "5:2026"],
1144-
["top", "0:"],
1145-
["x-end", "0:"],
1146-
["x-start", "0:"],
1147-
["y-end", "0:"],
1148-
["y-start", "0:"],
1146+
["top", "5:2026"],
1147+
["x-end", "5:2026"],
1148+
["x-start", "5:2026"],
1149+
["y-end", "5:2026"],
1150+
["y-start", "5:2026"],
11491151
]),
11501152
],
11511153
[
@@ -1156,10 +1158,10 @@ export const propertyValues = new Map([
11561158
["flip-start", "5:2026"],
11571159
["none", "5:2026"],
11581160
["position-area", "5:2026"],
1159-
["self-x-end", "0:"],
1160-
["self-x-start", "0:"],
1161-
["self-y-end", "0:"],
1162-
["self-y-start", "0:"],
1161+
["self-x-end", "5:2026"],
1162+
["self-x-start", "5:2026"],
1163+
["self-y-end", "5:2026"],
1164+
["self-y-start", "5:2026"],
11631165
["span-self-x-end", "5:2026"],
11641166
["span-self-x-start", "5:2026"],
11651167
["span-self-y-end", "5:2026"],
@@ -1169,20 +1171,20 @@ export const propertyValues = new Map([
11691171
[
11701172
"position-try-order",
11711173
new Map([
1172-
["most-block-size", "0:"],
1173-
["most-height", "0:"],
1174-
["most-inline-size", "0:"],
1175-
["most-width", "0:"],
1176-
["normal", "0:"],
1174+
["most-block-size", "5:2026"],
1175+
["most-height", "5:2026"],
1176+
["most-inline-size", "5:2026"],
1177+
["most-width", "5:2026"],
1178+
["normal", "5:2026"],
11771179
]),
11781180
],
11791181
[
11801182
"position-try",
11811183
new Map([
1182-
["self-x-end", "0:"],
1183-
["self-x-start", "0:"],
1184-
["self-y-end", "0:"],
1185-
["self-y-start", "0:"],
1184+
["self-x-end", "5:2026"],
1185+
["self-x-start", "5:2026"],
1186+
["self-y-end", "5:2026"],
1187+
["self-y-start", "5:2026"],
11861188
["span-self-x-end", "5:2026"],
11871189
["span-self-x-start", "5:2026"],
11881190
["span-self-y-end", "5:2026"],
@@ -2505,12 +2507,12 @@ export const propertyValues = new Map([
25052507
[
25062508
"offset-anchor",
25072509
new Map([
2508-
["auto", "5:2023"],
2509-
["bottom", "5:2023"],
2510-
["center", "5:2023"],
2511-
["left", "5:2023"],
2512-
["right", "5:2023"],
2513-
["top", "5:2023"],
2510+
["auto", "10:2023"],
2511+
["bottom", "10:2023"],
2512+
["center", "10:2023"],
2513+
["left", "10:2023"],
2514+
["right", "10:2023"],
2515+
["top", "10:2023"],
25142516
]),
25152517
],
25162518
[

0 commit comments

Comments
 (0)