Skip to content

Commit 9953c9c

Browse files
eslintbotfasttime
andauthored
fix: update baseline data (#375)
Co-authored-by: fasttime <6367844+fasttime@users.noreply.github.com>
1 parent c7a2fbf commit 9953c9c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

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.14.0",
90+
"web-features": "^3.15.0",
9191
"yorkie": "^2.0.0"
9292
},
9393
"engines": {

src/data/baseline-data.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export const properties = new Map([
168168
["font-variant-emoji", "0:"],
169169
["font-variant-ligatures", "10:2020"],
170170
["font-variant-numeric", "10:2020"],
171-
["font-variant-position", "0:"],
171+
["font-variant-position", "5:2023"],
172172
["font-variation-settings", "10:2018"],
173173
["font-weight", "10:2015"],
174174
["font-width", "0:"],
@@ -549,7 +549,7 @@ export const mediaConditions = new Map([
549549
["device-aspect-ratio", "0:"],
550550
["device-height", "0:"],
551551
["device-width", "0:"],
552-
["display-mode", "5:2023"],
552+
["display-mode", "10:2020"],
553553
["dynamic-range", "10:2022"],
554554
["forced-colors", "10:2022"],
555555
["any-hover", "10:2018"],
@@ -681,7 +681,7 @@ export const functions = new Map([
681681
export const selectors = new Map([
682682
["active-view-transition", "5:2025"],
683683
["active-view-transition-type", "5:2026"],
684-
["autofill", "10:2023"],
684+
["autofill", "0:"],
685685
["defined", "10:2020"],
686686
["backdrop", "10:2022"],
687687
["after", "10:2015"],
@@ -1328,7 +1328,7 @@ export const propertyValues = new Map([
13281328
[
13291329
"background-attachment",
13301330
new Map([
1331-
["fixed", "10:2022"],
1331+
["fixed", "0:"],
13321332
["local", "10:2022"],
13331333
["scroll", "10:2015"],
13341334
]),
@@ -2198,7 +2198,7 @@ export const propertyValues = new Map([
21982198
[
21992199
"font-variant-position",
22002200
new Map([
2201-
["normal", "0:"],
2201+
["normal", "5:2023"],
22022202
["sub", "0:"],
22032203
["super", "0:"],
22042204
]),

0 commit comments

Comments
 (0)