Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions features/anchor-positioning.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,16 @@ compat_features:
- html.elements.button.popovertarget.implicit_anchor_reference
- html.elements.input.popovertarget.implicit_anchor_reference

# baseline: false
# support:
# chrome: "143"
# chrome_android: "143"
# edge: "143"
- css.properties.position-area.span-self-x-end
- css.properties.position-area.span-self-x-start
- css.properties.position-area.span-self-y-end
- css.properties.position-area.span-self-y-start

# baseline: false
# support:
# safari: "26"
Expand Down Expand Up @@ -286,7 +296,3 @@ compat_features:
- css.properties.position-area.self-x-start
- css.properties.position-area.self-y-end
- css.properties.position-area.self-y-start
- css.properties.position-area.span-self-x-end
- css.properties.position-area.span-self-x-start
- css.properties.position-area.span-self-y-end
- css.properties.position-area.span-self-y-start
2 changes: 2 additions & 0 deletions features/background-position.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ compat_features:

# baseline: false
# support:
# chrome: "143"
# chrome_android: "143"
# firefox: "49"
# firefox_android: "49"
# safari: "15.4"
Expand Down
23 changes: 18 additions & 5 deletions features/container-style-queries.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,23 @@
status:
baseline: false
support:
chrome: "111"
chrome_android: "111"
edge: "111"
safari: "18"
safari_ios: "18"
chrome: "142"
chrome_android: "142"
edge: "142"
compat_features:
# baseline: false
# support:
# chrome: "111"
# chrome_android: "111"
# edge: "111"
# safari: "18"
# safari_ios: "18"
- css.at-rules.container.style_queries_for_custom_properties

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support:
# chrome: "142"
# chrome_android: "142"
# edge: "142"
- css.at-rules.container.style_queries_for_custom_properties.range_syntax
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a separate feature. It'll be moved by #3579.

4 changes: 3 additions & 1 deletion features/display-mode.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ status:
chrome: "123"
edge: "123"
compat_features:
# baseline: false
# baseline: low
# baseline_low_date: 2023-08-01
# support:
# chrome: "42"
# chrome_android: "42"
# edge: "79"
# firefox: "47"
# firefox_android: "116"
# safari: "13"
# safari_ios: "12.2"
- css.at-rules.media.display-mode
Expand Down
15 changes: 9 additions & 6 deletions features/draft/spec/css-fonts-5.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,15 @@ compat_features:
# safari_ios: "9"
- css.properties.font-synthesis.none

# baseline: false
# support:
# chrome: "143"
# chrome_android: "143"
# edge: "143"
# firefox: "34"
# firefox_android: "34"
- css.properties.font-language-override.normal

# baseline: false
# support:
# safari: "26"
Expand All @@ -77,12 +86,6 @@ compat_features:
- api.CSSFontFaceDescriptors.unicode-range
- api.CSSFontFaceDescriptors.unicodeRange

# baseline: false
# support:
# firefox: "34"
# firefox_android: "34"
- css.properties.font-language-override.normal

# baseline: false
# support:
# firefox: "137"
Expand Down
3 changes: 3 additions & 0 deletions features/draft/spec/css-nesting-1.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
status:
baseline: false
support:
chrome: "143"
chrome_android: "143"
edge: "143"
firefox: "142"
firefox_android: "142"
compat_features:
Expand Down
10 changes: 8 additions & 2 deletions features/draft/spec/permissions.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@

status:
baseline: false
support: {}
support:
chrome: "143"
chrome_android: "143"
edge: "143"
compat_features:
# baseline: false
# support:
Expand All @@ -29,5 +32,8 @@ compat_features:

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support: {}
# support:
# chrome: "143"
# chrome_android: "143"
# edge: "143"
- webdriver.bidi.permission.setPermission.embeddedOrigin_parameter
10 changes: 8 additions & 2 deletions features/draft/spec/resource-timing.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@

status:
baseline: false
support: {}
support:
chrome: "143"
chrome_android: "143"
edge: "143"
compat_features:
# baseline: false
# support:
Expand All @@ -14,5 +17,8 @@ compat_features:

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support: {}
# support:
# chrome: "143"
# chrome_android: "143"
# edge: "143"
- api.PerformanceResourceTiming.contentEncoding
5 changes: 4 additions & 1 deletion features/draft/spec/wasm-js-api-2.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
baseline: low
baseline_low_date: 2025-03-31
support:
chrome: "115"
chrome_android: "115"
edge: "115"
firefox: "131"
firefox_android: "131"
safari: "18.4"
safari_ios: "18.4"
compat_features:
- webassembly.api.JSTag_static
16 changes: 11 additions & 5 deletions features/draft/spec/webdriver-bidi.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -694,6 +694,17 @@ compat_features:
- webdriver.bidi.browser.setDownloadBehavior.userContexts_parameter
- webdriver.bidi.network.getData.dataType_parameter.request

# baseline: false
# support:
# chrome: "143"
# chrome_android: "143"
# edge: "143"
- webdriver.bidi.emulation.setNetworkConditions
- webdriver.bidi.emulation.setNetworkConditions.contexts_parameter
- webdriver.bidi.emulation.setNetworkConditions.networkConditions_parameter
- webdriver.bidi.emulation.setNetworkConditions.networkConditions_parameter.offline
- webdriver.bidi.emulation.setNetworkConditions.userContexts_parameter

# baseline: false
# support:
# firefox: "112"
Expand Down Expand Up @@ -817,11 +828,6 @@ compat_features:
- webdriver.bidi.browsingContext.historyUpdated_event.url_parameter
- webdriver.bidi.browsingContext.userPromptClosed_event.type_parameter.beforeunload
- webdriver.bidi.browsingContext.userPromptOpened_event.type_parameter.beforeunload
- webdriver.bidi.emulation.setNetworkConditions
- webdriver.bidi.emulation.setNetworkConditions.contexts_parameter
- webdriver.bidi.emulation.setNetworkConditions.networkConditions_parameter
- webdriver.bidi.emulation.setNetworkConditions.networkConditions_parameter.offline
- webdriver.bidi.emulation.setNetworkConditions.userContexts_parameter
- webdriver.bidi.network.addDataCollector.collectorType_parameter
- webdriver.bidi.network.authRequired_event.response_parameter
- webdriver.bidi.network.provideResponse.body_parameter
Expand Down
14 changes: 8 additions & 6 deletions features/draft/spec/webgpu.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

status:
baseline: false
support: {}
support:
chrome_android: "142"
compat_features:
# baseline: false
# support:
Expand Down Expand Up @@ -46,20 +47,21 @@ compat_features:
# chrome_android: "138"
- api.GPUDevice.createBindGroup.descriptor_entries_resource_parameter_accepts_GPUBuffer

# baseline: false
# support:
# chrome_android: "139"
- api.GPUSupportedFeatures.feature_core-features-and-limits

# baseline: false
# support:
# chrome_android: "140"
- api.GPUCommandEncoder.beginRenderPass.accepts_GPUTexture_resources
- api.GPUDevice.createBindGroup.descriptor_entries_resource_parameter_accepts_GPUTexture_resource

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support:
# chrome_android: "142"
- api.GPUSupportedFeatures.feature_primitive-index
- api.GPUSupportedFeatures.feature_texture-formats-tier1
- api.GPUSupportedFeatures.feature_texture-formats-tier2

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support: {}
- api.GPUSupportedFeatures.feature_core-features-and-limits
5 changes: 4 additions & 1 deletion features/draft/spec/webtransport.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

status:
baseline: false
support: {}
support:
chrome: "143"
chrome_android: "143"
edge: "143"
compat_features:
- api.WebTransport.protocol
3 changes: 3 additions & 0 deletions features/font-language-override.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
status:
baseline: false
support:
chrome: "143"
chrome_android: "143"
edge: "143"
firefox: "34"
firefox_android: "34"
compat_features:
Expand Down
6 changes: 5 additions & 1 deletion features/gamepad.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,12 @@ compat_features:
- api.GamepadEvent.GamepadEvent
- api.Navigator.getGamepads

# baseline: false
# baseline: low
# baseline_low_date: 2025-12-04
# support:
# chrome: "143"
# chrome_android: "143"
# edge: "143"
# firefox: "89"
# firefox_android: "89"
# safari: "16"
Expand Down
4 changes: 2 additions & 2 deletions features/webgpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,8 @@ compat_features:
- api.GPUSupportedLimits.minUniformBufferOffsetAlignment
- api.GPUTexture
- api.GPUTexture.createView
- api.GPUTexture.createView.texture_rgb10a2uint
- api.GPUTexture.createView.usage
- api.GPUTexture.createView.descriptor_format_parameter_accepts_rgb10a2uint
- api.GPUTexture.createView.descriptor_usage_parameter
- api.GPUTexture.depthOrArrayLayers
- api.GPUTexture.destroy
- api.GPUTexture.dimension
Expand Down
4 changes: 2 additions & 2 deletions features/webgpu.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ compat_features:
- api.GPUSupportedFeatures.feature_texture-compression-bc
- api.GPUSupportedFeatures.feature_texture-compression-etc2
- api.GPUSupportedFeatures.feature_timestamp-query
- api.GPUTexture.createView.texture_rgb10a2uint
- api.GPUTexture.createView.descriptor_format_parameter_accepts_rgb10a2uint
- api.GPUTexture.format.texture_rgb10a2uint

# baseline: false
Expand Down Expand Up @@ -365,7 +365,7 @@ compat_features:
# chrome_android: "132"
- api.GPUDevice.adapterInfo
- api.GPUSupportedFeatures.feature_float32-blendable
- api.GPUTexture.createView.usage
- api.GPUTexture.createView.descriptor_usage_parameter

# baseline: false
# support:
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@eslint/js": "^9.39.1",
"@js-temporal/polyfill": "^0.5.1",
"@mdn/browser-compat-data": "7.1.23",
"@mdn/browser-compat-data": "7.1.24",
"@octokit/rest": "^22.0.1",
"@types/caniuse-lite": "^1.0.4",
"@types/node": "^20.19.25",
Expand Down