File tree Expand file tree Collapse file tree 6 files changed +16
-16
lines changed Expand file tree Collapse file tree 6 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,8 @@ compat_features:
1010 - css.types.attr.type-or-unit
1111 - css.types.attr.type-or-unit.angle
1212 - css.types.attr.type-or-unit.color
13- - css.types.attr.type-or-unit.frequency
1413 - css.types.attr.type-or-unit.integer
1514 - css.types.attr.type-or-unit.length
1615 - css.types.attr.type-or-unit.number
1716 - css.types.attr.type-or-unit.percentage
1817 - css.types.attr.type-or-unit.time
19- - css.types.attr.type-or-unit.url
Original file line number Diff line number Diff line change 33
44status:
55 baseline: false
6- support: {}
6+ support:
7+ chrome: "133"
8+ chrome_android: "133"
9+ edge: "133"
710compat_features:
811 # baseline: low
912 # baseline_low_date: 2025-03-31
@@ -17,22 +20,17 @@ compat_features:
1720 # safari_ios: "18.4"
1821 - css.types.attr.fallback
1922
23+ # ⬇️ Same status as overall feature ⬇️
2024 # baseline: false
2125 # support:
2226 # chrome: "133"
2327 # chrome_android: "133"
2428 # edge: "133"
2529 - css.types.attr.type-or-unit
26-
27- # ⬇️ Same status as overall feature ⬇️
28- # baseline: false
29- # support: {}
3030 - css.types.attr.type-or-unit.angle
3131 - css.types.attr.type-or-unit.color
32- - css.types.attr.type-or-unit.frequency
3332 - css.types.attr.type-or-unit.integer
3433 - css.types.attr.type-or-unit.length
3534 - css.types.attr.type-or-unit.number
3635 - css.types.attr.type-or-unit.percentage
3736 - css.types.attr.type-or-unit.time
38- - css.types.attr.type-or-unit.url
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ compat_features:
1515 - api.GPUAdapter.info
1616 - api.GPUAdapter.limits
1717 - api.GPUAdapter.requestDevice
18- - api.GPUAdapter.requestDevice.lost_device_on_duplicate
18+ - api.GPUAdapter.requestDevice.handles_duplicate_calls
1919 - api.GPUAdapterInfo
2020 - api.GPUAdapterInfo.architecture
2121 - api.GPUAdapterInfo.description
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ compat_features:
2222 - api.GPUAdapter.features
2323 - api.GPUAdapter.limits
2424 - api.GPUAdapter.requestDevice
25- - api.GPUAdapter.requestDevice.lost_device_on_duplicate
2625 - api.GPUAdapterInfo
2726 - api.GPUAdapterInfo.architecture
2827 - api.GPUAdapterInfo.description
@@ -328,6 +327,11 @@ compat_features:
328327 # chrome_android: "132"
329328 - api.GPUTexture.createView.usage
330329
330+ # baseline: false
331+ # support:
332+ # chrome_android: "140"
333+ - api.GPUAdapter.requestDevice.handles_duplicate_calls
334+
331335 # baseline: false
332336 # support: {}
333337 - api.GPUAdapterInfo.subgroupMaxSize
Original file line number Diff line number Diff line change 4040 "devDependencies" : {
4141 "@eslint/js" : " ^9.39.1" ,
4242 "@js-temporal/polyfill" : " ^0.5.1" ,
43- "@mdn/browser-compat-data" : " 7.1.19 " ,
43+ "@mdn/browser-compat-data" : " 7.1.20 " ,
4444 "@octokit/rest" : " ^22.0.1" ,
4545 "@types/caniuse-lite" : " ^1.0.4" ,
4646 "@types/node" : " ^20.19.24" ,
You can’t perform that action at this time.
0 commit comments