diff --git a/features/attr.yml b/features/attr.yml index 59f2a53d38b..31e26886753 100644 --- a/features/attr.yml +++ b/features/attr.yml @@ -10,10 +10,8 @@ compat_features: - css.types.attr.type-or-unit - css.types.attr.type-or-unit.angle - css.types.attr.type-or-unit.color - - css.types.attr.type-or-unit.frequency - css.types.attr.type-or-unit.integer - css.types.attr.type-or-unit.length - css.types.attr.type-or-unit.number - css.types.attr.type-or-unit.percentage - css.types.attr.type-or-unit.time - - css.types.attr.type-or-unit.url diff --git a/features/attr.yml.dist b/features/attr.yml.dist index 86e3182cb49..221edd1eedf 100644 --- a/features/attr.yml.dist +++ b/features/attr.yml.dist @@ -3,7 +3,10 @@ status: baseline: false - support: {} + support: + chrome: "133" + chrome_android: "133" + edge: "133" compat_features: # baseline: low # baseline_low_date: 2025-03-31 @@ -17,22 +20,17 @@ compat_features: # safari_ios: "18.4" - css.types.attr.fallback + # ⬇️ Same status as overall feature ⬇️ # baseline: false # support: # chrome: "133" # chrome_android: "133" # edge: "133" - css.types.attr.type-or-unit - - # ⬇️ Same status as overall feature ⬇️ - # baseline: false - # support: {} - css.types.attr.type-or-unit.angle - css.types.attr.type-or-unit.color - - css.types.attr.type-or-unit.frequency - css.types.attr.type-or-unit.integer - css.types.attr.type-or-unit.length - css.types.attr.type-or-unit.number - css.types.attr.type-or-unit.percentage - css.types.attr.type-or-unit.time - - css.types.attr.type-or-unit.url diff --git a/features/webgpu.yml b/features/webgpu.yml index f2a05b123c4..be8240740e8 100644 --- a/features/webgpu.yml +++ b/features/webgpu.yml @@ -15,7 +15,7 @@ compat_features: - api.GPUAdapter.info - api.GPUAdapter.limits - api.GPUAdapter.requestDevice - - api.GPUAdapter.requestDevice.lost_device_on_duplicate + - api.GPUAdapter.requestDevice.handles_duplicate_calls - api.GPUAdapterInfo - api.GPUAdapterInfo.architecture - api.GPUAdapterInfo.description diff --git a/features/webgpu.yml.dist b/features/webgpu.yml.dist index c9ab1d8b2ac..9fd323df34e 100644 --- a/features/webgpu.yml.dist +++ b/features/webgpu.yml.dist @@ -22,7 +22,6 @@ compat_features: - api.GPUAdapter.features - api.GPUAdapter.limits - api.GPUAdapter.requestDevice - - api.GPUAdapter.requestDevice.lost_device_on_duplicate - api.GPUAdapterInfo - api.GPUAdapterInfo.architecture - api.GPUAdapterInfo.description @@ -328,6 +327,11 @@ compat_features: # chrome_android: "132" - api.GPUTexture.createView.usage + # baseline: false + # support: + # chrome_android: "140" + - api.GPUAdapter.requestDevice.handles_duplicate_calls + # baseline: false # support: {} - api.GPUAdapterInfo.subgroupMaxSize diff --git a/package-lock.json b/package-lock.json index 453f77e2873..22c77d670b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "devDependencies": { "@eslint/js": "^9.39.1", "@js-temporal/polyfill": "^0.5.1", - "@mdn/browser-compat-data": "7.1.19", + "@mdn/browser-compat-data": "7.1.20", "@octokit/rest": "^22.0.1", "@types/caniuse-lite": "^1.0.4", "@types/node": "^20.19.24", @@ -620,9 +620,9 @@ } }, "node_modules/@mdn/browser-compat-data": { - "version": "7.1.19", - "resolved": "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-7.1.19.tgz", - "integrity": "sha512-55gnHDHleOvSjryjHz0FiZWlHvDuH4006OWtR9A/3JHK6g8BMbjtMrkQhxc5t009T3c9R5JXQiQ7i+DycXcvKA==", + "version": "7.1.20", + "resolved": "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-7.1.20.tgz", + "integrity": "sha512-ICINlHmfC/D1XSeo4vFRILo/ZTcNF5GSqht6G1vFECqfzJijuRDSr4b+TrvIJpGDjsu7FchP5Ffx4+03WlUe3g==", "license": "CC0-1.0" }, "node_modules/@nodelib/fs.scandir": { diff --git a/package.json b/package.json index 9c61bfbc725..ffc13787752 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "devDependencies": { "@eslint/js": "^9.39.1", "@js-temporal/polyfill": "^0.5.1", - "@mdn/browser-compat-data": "7.1.19", + "@mdn/browser-compat-data": "7.1.20", "@octokit/rest": "^22.0.1", "@types/caniuse-lite": "^1.0.4", "@types/node": "^20.19.24",