diff --git a/package.json b/package.json index 2f306abd..4be0175d 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "rollup-plugin-delete": "^3.0.1", "tailwind-csstree": "^0.1.0", "typescript": "^5.9.2", - "web-features": "^2.43.0", + "web-features": "^2.43.1", "yorkie": "^2.0.0" }, "engines": { diff --git a/src/data/baseline-data.js b/src/data/baseline-data.js index 4effe293..337d7118 100644 --- a/src/data/baseline-data.js +++ b/src/data/baseline-data.js @@ -656,7 +656,7 @@ export const types = new Map([ export const selectors = new Map([ ["active-view-transition", "0:"], ["active-view-transition-type", "0:"], - ["autofill", "5:2023"], + ["autofill", "10:2023"], ["defined", "10:2020"], ["backdrop", "10:2022"], ["after", "10:2015"], @@ -790,7 +790,15 @@ export const propertyValues = new Map([ ]), ], ["align-items", new Map([["anchor-center", "0:"]])], - ["align-self", new Map([["anchor-center", "0:"]])], + [ + "align-self", + new Map([ + ["anchor-center", "0:"], + ["auto", "10:2020"], + ["normal", "10:2020"], + ["stretch", "10:2020"], + ]), + ], ["anchor-name", new Map([["none", "0:"]])], [ "anchor-scope", @@ -892,8 +900,26 @@ export const propertyValues = new Map([ ["auto", "10:2021"], ]), ], - ["justify-items", new Map([["anchor-center", "0:"]])], - ["justify-self", new Map([["anchor-center", "0:"]])], + [ + "justify-items", + new Map([ + ["anchor-center", "0:"], + ["left", "10:2020"], + ["legacy", "10:2020"], + ["right", "10:2020"], + ]), + ], + [ + "justify-self", + new Map([ + ["anchor-center", "0:"], + ["auto", "10:2020"], + ["left", "10:2020"], + ["normal", "10:2020"], + ["right", "10:2020"], + ["stretch", "10:2020"], + ]), + ], [ "left", new Map([ @@ -1327,6 +1353,7 @@ export const propertyValues = new Map([ ["dark", "10:2022"], ["light", "10:2022"], ["normal", "10:2022"], + ["only", "10:2022"], ]), ], [ @@ -1558,6 +1585,14 @@ export const propertyValues = new Map([ ]), ], ["flex", new Map([["none", "10:2015"]])], + [ + "justify-content", + new Map([ + ["left", "10:2020"], + ["normal", "10:2020"], + ["right", "10:2020"], + ]), + ], [ "clear", new Map([ @@ -1691,8 +1726,8 @@ export const propertyValues = new Map([ ["historical-forms", "5:2023"], ["none", "10:2020"], ["normal", "10:2015"], - ["sub", "5:2023"], - ["super", "5:2023"], + ["sub", "10:2023"], + ["super", "10:2023"], ]), ], [