diff --git a/package.json b/package.json index da7029a..4433ad6 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "rollup-plugin-delete": "^3.0.1", "tailwind-csstree": "^0.1.0", "typescript": "^5.9.2", - "web-features": "^3.8.0", + "web-features": "^3.9.1", "yorkie": "^2.0.0" }, "engines": { diff --git a/src/data/baseline-data.js b/src/data/baseline-data.js index 9fefc60..77ac4e7 100644 --- a/src/data/baseline-data.js +++ b/src/data/baseline-data.js @@ -455,7 +455,7 @@ export const properties = new Map([ ["table-layout", "10:2015"], ["text-align", "10:2015"], ["text-align-last", "10:2022"], - ["text-autospace", "0:"], + ["text-autospace", "5:2025"], ["text-box", "0:"], ["text-box-edge", "0:"], ["text-box-trim", "0:"], @@ -588,12 +588,12 @@ export const functions = new Map([ ["sign", "5:2025"], ["anchor", "0:"], ["anchor-size", "0:"], - ["color", "5:2023"], + ["color", "10:2023"], ["attr", "10:2015"], ["calc", "10:2015"], ["calc-size", "0:"], ["rect", "5:2024"], - ["color-mix", "5:2023"], + ["color-mix", "10:2023"], ["conic-gradient", "10:2020"], ["repeating-conic-gradient", "10:2020"], ["round", "5:2024"], @@ -626,17 +626,18 @@ export const functions = new Map([ ["hsl", "10:2015"], ["hwb", "10:2022"], ["image-set", "5:2023"], - ["lab", "5:2023"], - ["lch", "5:2023"], + ["lab", "10:2023"], + ["lch", "10:2023"], ["light-dark", "5:2024"], ["clamp", "10:2020"], ["max", "10:2020"], ["min", "10:2020"], ["ray", "5:2024"], - ["oklab", "5:2023"], - ["oklch", "5:2023"], + ["oklab", "10:2023"], + ["oklch", "10:2023"], ["paint", "0:"], ["path", "10:2020"], + ["xywh", "5:2024"], ["rem", "5:2024"], ["rgb", "10:2015"], ["mod", "5:2024"], @@ -645,7 +646,6 @@ export const functions = new Map([ ["ellipse", "10:2020"], ["inset", "10:2020"], ["polygon", "10:2020"], - ["xywh", "5:2024"], ["steps", "10:2015"], ["matrix", "10:2015"], ["rotate", "10:2015"], @@ -2658,8 +2658,8 @@ export const propertyValues = new Map([ ["ideograph-alpha", "0:"], ["ideograph-numeric", "0:"], ["insert", "0:"], - ["no-autospace", "0:"], - ["normal", "0:"], + ["no-autospace", "5:2025"], + ["normal", "5:2025"], ["punctuation", "0:"], ["replace", "0:"], ]),