From 0bd55b8ec88c0f8e3207d38a26db91e76f4dc746 Mon Sep 17 00:00:00 2001 From: fasttime <6367844+fasttime@users.noreply.github.com> Date: Sun, 30 Aug 2026 00:00:52 +0000 Subject: [PATCH] fix: update baseline data --- package.json | 4 ++-- src/data/baseline-data.js | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index da7cc966..261b4af6 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "@arethetypeswrong/cli": "^0.18.3", "@eslint/json": "^2.0.1", "@types/node": "^20.19.0", - "@webref/css": "^8.7.2", + "@webref/css": "^8.7.3", "c8": "^12.0.0", "dedent": "^1.5.3", "eslint": "^10.4.0", @@ -97,7 +97,7 @@ "prettier": "3.9.6", "tailwind-csstree": "^0.3.0", "typescript": "^7.0.2", - "web-features": "^3.35.1", + "web-features": "^3.36.0", "yorkie": "^2.0.0" }, "engines": { diff --git a/src/data/baseline-data.js b/src/data/baseline-data.js index 633af269..f3d5bcf5 100644 --- a/src/data/baseline-data.js +++ b/src/data/baseline-data.js @@ -174,6 +174,7 @@ export const properties = new Map([ ["font-weight", "10:2015"], ["font-width", "0:"], ["forced-color-adjust", "0:"], + ["frame-sizing", "0:"], ["column-rule-break", "0:"], ["column-rule-inset", "0:"], ["column-rule-inset-cap", "0:"], @@ -555,6 +556,7 @@ export const properties = new Map([ ["height", "10:2015"], ["width", "10:2015"], ["will-change", "10:2020"], + ["window-drag", "0:"], ["word-break", "10:2015"], ["word-spacing", "10:2015"], ["writing-mode", "10:2017"], @@ -628,6 +630,7 @@ export const mediaConditions = new Map([ export const functions = new Map([ ["abs", "5:2025"], ["sign", "5:2025"], + ["alpha", "0:"], ["anchor", "5:2026"], ["anchor-size", "5:2026"], ["attr", "10:2015"], @@ -2221,6 +2224,7 @@ export const propertyValues = new Map([ ["nowrap", "10:2015"], ["wrap", "10:2015"], ["wrap-reverse", "10:2015"], + ["balance", "0:"], ]), ], ["flex", new Map([["none", "10:2015"]])], @@ -2507,6 +2511,16 @@ export const propertyValues = new Map([ ["preserve-parent-color", "0:"], ]), ], + [ + "frame-sizing", + new Map([ + ["auto", "0:"], + ["content-block-size", "0:"], + ["content-height", "0:"], + ["content-inline-size", "0:"], + ["content-width", "0:"], + ]), + ], [ "column-rule-break", new Map([ @@ -4228,6 +4242,13 @@ export const propertyValues = new Map([ ["scroll-position", "10:2020"], ]), ], + [ + "window-drag", + new Map([ + ["move", "0:"], + ["none", "0:"], + ]), + ], [ "word-break", new Map([