Skip to content

Commit 235f451

Browse files
eslintbotfasttime
andauthored
fix: update baseline data (#399)
Co-authored-by: fasttime <6367844+fasttime@users.noreply.github.com>
1 parent 26aa934 commit 235f451

2 files changed

Lines changed: 13 additions & 13 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.19.0",
90+
"web-features": "^3.20.0",
9191
"yorkie": "^2.0.0"
9292
},
9393
"engines": {

src/data/baseline-data.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ export const properties = new Map([
295295
["mask-size", "5:2023"],
296296
["math-depth", "0:"],
297297
["math-shift", "5:2025"],
298-
["math-style", "5:2023"],
298+
["math-style", "10:2023"],
299299
["max-height", "10:2015"],
300300
["max-width", "10:2015"],
301301
["min-height", "10:2015"],
@@ -465,9 +465,9 @@ export const properties = new Map([
465465
["text-decoration-color", "10:2020"],
466466
["text-decoration-line", "10:2020"],
467467
["text-decoration-skip", "0:"],
468-
["text-decoration-skip-ink", "10:2022"],
469468
["text-decoration-style", "10:2020"],
470469
["text-decoration-thickness", "10:2021"],
470+
["text-decoration-skip-ink", "10:2022"],
471471
["text-emphasis", "10:2022"],
472472
["text-emphasis-color", "10:2022"],
473473
["text-emphasis-position", "10:2022"],
@@ -3124,21 +3124,13 @@ export const propertyValues = new Map([
31243124
[
31253125
"text-decoration-line",
31263126
new Map([
3127-
["grammar-error", "5:2025"],
31283127
["line-through", "10:2020"],
31293128
["none", "10:2020"],
31303129
["overline", "10:2020"],
3131-
["spelling-error", "5:2025"],
31323130
["underline", "10:2020"],
31333131
["blink", "0:"],
3134-
]),
3135-
],
3136-
[
3137-
"text-decoration-skip-ink",
3138-
new Map([
3139-
["all", "0:"],
3140-
["auto", "10:2022"],
3141-
["none", "10:2022"],
3132+
["grammar-error", "5:2025"],
3133+
["spelling-error", "5:2025"],
31423134
]),
31433135
],
31443136
[
@@ -3157,6 +3149,14 @@ export const propertyValues = new Map([
31573149
["percentage", "5:2024"],
31583150
]),
31593151
],
3152+
[
3153+
"text-decoration-skip-ink",
3154+
new Map([
3155+
["auto", "10:2022"],
3156+
["none", "10:2022"],
3157+
["all", "0:"],
3158+
]),
3159+
],
31603160
[
31613161
"text-emphasis-position",
31623162
new Map([

0 commit comments

Comments
 (0)