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
3 changes: 2 additions & 1 deletion features/draft/spec/cssom-1.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
draft_date: 2025-06-19
draft_date: 2025-09-01
name: CSS Object Model (CSSOM)
description: TODO
spec: https://drafts.csswg.org/cssom-1/
compat_features:
- api.CSSStyleProperties
- api.CSSStyleProperties.cssFloat
- api.Document.adoptedStyleSheets.mutable

# The following features in the spec are already part of web-features:
# - CSS object model:
Expand Down
15 changes: 15 additions & 0 deletions features/draft/spec/cssom-1.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,20 @@ status:
baseline: false
support: {}
compat_features:
# baseline: low
# baseline_low_date: 2023-03-27
# support:
# chrome: "99"
# chrome_android: "99"
# edge: "99"
# firefox: "101"
# firefox_android: "101"
# safari: "16.4"
# safari_ios: "16.4"
- api.Document.adoptedStyleSheets.mutable

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support: {}
- api.CSSStyleProperties
- api.CSSStyleProperties.cssFloat
9 changes: 6 additions & 3 deletions features/draft/spec/html.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
draft_date: 2025-08-28
draft_date: 2025-09-01
name: HTML
description: TODO
spec: https://html.spec.whatwg.org/multipage/
compat_features:
- api.CustomElementRegistry.define.connectedMoveCallback_lifecycle_callback
- api.Document.designMode
- api.Document.featurePolicy
- api.ElementInternals.shadowRoot
- api.ErrorEvent
Expand Down Expand Up @@ -54,6 +54,7 @@ compat_features:
- api.HTMLUnknownElement
- api.ImageData.ImageData.settings_parameter
- api.ImageData.ImageData.settings_parameter.colorSpace_option
- api.ImageData.ImageData.settings_parameter.pixelFormat_option
- api.ImageData.pixelFormat
- api.MouseEvent.relatedTarget.drag_events
- api.NavigateEvent.sourceElement
Expand Down Expand Up @@ -97,6 +98,7 @@ compat_features:
- api.reportError
- api.setInterval.supports_parameters_for_callback
- api.setTimeout.supports_parameters_for_callback
- html.elements.button.command.request-close
- html.elements.form.autocomplete.new-password
- html.elements.form.autocomplete.one-time-code
- html.elements.form.autocomplete.webauthn
Expand Down Expand Up @@ -373,6 +375,8 @@ compat_features:
# - Customized built-in elements:
# - api.CustomElementRegistry.builtin_element_support
# - html.global_attributes.is
# - moveBefore():
# - api.CustomElementRegistry.define.connectedMoveCallback_lifecycle_callback
# - :state():
# - api.CustomStateSet
# - api.CustomStateSet.@@iterator
Expand Down Expand Up @@ -413,7 +417,6 @@ compat_features:
# - api.Document.body
# - api.Document.currentScript
# - api.Document.defaultView
# - api.Document.designMode
# - api.Document.dir
# - api.Document.embeds
# - api.Document.forms
Expand Down
22 changes: 15 additions & 7 deletions features/draft/spec/html.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,19 @@ compat_features:
# safari_ios: "9.3"
- html.elements.select.autocomplete

# baseline: high
# baseline_low_date: 2020-07-28
# baseline_high_date: 2023-01-28
# support:
# chrome: "36"
# chrome_android: "36"
# edge: "12"
# firefox: "69"
# firefox_android: "79"
# safari: "10.1"
# safari_ios: "10.3"
- api.Document.designMode

# baseline: high
# baseline_low_date: 2020-07-28
# baseline_high_date: 2023-01-28
Expand Down Expand Up @@ -869,13 +882,6 @@ compat_features:
# edge: "126"
- api.HTMLImageElement.sizes.auto

# baseline: false
# support:
# chrome: "133"
# chrome_android: "133"
# edge: "133"
- api.CustomElementRegistry.define.connectedMoveCallback_lifecycle_callback

# baseline: false
# support:
# chrome: "134"
Expand All @@ -895,6 +901,7 @@ compat_features:
# chrome: "137"
# chrome_android: "137"
# edge: "137"
- api.ImageData.ImageData.settings_parameter.pixelFormat_option
- api.ImageData.pixelFormat

# baseline: false
Expand All @@ -903,6 +910,7 @@ compat_features:
# chrome_android: "139"
# edge: "139"
- api.HTMLButtonElement.command.request-close
- html.elements.button.command.request-close

# baseline: false
# support:
Expand Down
3 changes: 1 addition & 2 deletions features/draft/spec/selectors-4.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
draft_date: 2025-08-21
draft_date: 2025-09-01
name: Selectors Level 4
description: TODO
spec: https://drafts.csswg.org/selectors-4/
compat_features:
- css.selectors.closed
- css.selectors.heading
- css.selectors.headingfunction

Expand Down
1 change: 0 additions & 1 deletion features/draft/spec/selectors-4.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ status:
baseline: false
support: {}
compat_features:
- css.selectors.closed
- css.selectors.heading
- css.selectors.headingfunction
12 changes: 11 additions & 1 deletion features/draft/spec/webdriver-bidi.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2025-08-15
draft_date: 2025-09-01
name: WebDriver BiDi
description: TODO
spec: https://w3c.github.io/webdriver-bidi/
Expand All @@ -13,6 +13,8 @@ compat_features:
- webdriver.bidi.browser.getUserContexts
- webdriver.bidi.browser.removeUserContext
- webdriver.bidi.browser.removeUserContext.userContext_parameter
- webdriver.bidi.browser.setClientWindowState
- webdriver.bidi.browser.setClientWindowState.clientWindow_parameter
- webdriver.bidi.browsingContext
- webdriver.bidi.browsingContext.activate
- webdriver.bidi.browsingContext.activate.context_parameter
Expand Down Expand Up @@ -134,13 +136,21 @@ compat_features:
- webdriver.bidi.browsingContext.userPromptClosed_event.accepted_parameter
- webdriver.bidi.browsingContext.userPromptClosed_event.context_parameter
- webdriver.bidi.browsingContext.userPromptClosed_event.type_parameter
- webdriver.bidi.browsingContext.userPromptClosed_event.type_parameter.alert
- webdriver.bidi.browsingContext.userPromptClosed_event.type_parameter.beforeunload
- webdriver.bidi.browsingContext.userPromptClosed_event.type_parameter.confirm
- webdriver.bidi.browsingContext.userPromptClosed_event.type_parameter.prompt
- webdriver.bidi.browsingContext.userPromptClosed_event.userText_parameter
- webdriver.bidi.browsingContext.userPromptOpened_event
- webdriver.bidi.browsingContext.userPromptOpened_event.context_parameter
- webdriver.bidi.browsingContext.userPromptOpened_event.defaultValue_parameter
- webdriver.bidi.browsingContext.userPromptOpened_event.handler_parameter
- webdriver.bidi.browsingContext.userPromptOpened_event.message_parameter
- webdriver.bidi.browsingContext.userPromptOpened_event.type_parameter
- webdriver.bidi.browsingContext.userPromptOpened_event.type_parameter.alert
- webdriver.bidi.browsingContext.userPromptOpened_event.type_parameter.beforeunload
- webdriver.bidi.browsingContext.userPromptOpened_event.type_parameter.confirm
- webdriver.bidi.browsingContext.userPromptOpened_event.type_parameter.prompt
- webdriver.bidi.emulation
- webdriver.bidi.emulation.setGeolocationOverride
- webdriver.bidi.emulation.setGeolocationOverride.contexts_parameter
Expand Down
20 changes: 20 additions & 0 deletions features/draft/spec/webdriver-bidi.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,22 @@ compat_features:
# firefox_android: "116"
- webdriver.bidi.session.end

# baseline: false
# support:
# firefox: "118"
# firefox_android: "118"
- webdriver.bidi.browsingContext.userPromptOpened_event.type_parameter.alert
- webdriver.bidi.browsingContext.userPromptOpened_event.type_parameter.confirm
- webdriver.bidi.browsingContext.userPromptOpened_event.type_parameter.prompt

# baseline: false
# support:
# firefox: "119"
# firefox_android: "119"
- webdriver.bidi.browsingContext.userPromptClosed_event.type_parameter.alert
- webdriver.bidi.browsingContext.userPromptClosed_event.type_parameter.confirm
- webdriver.bidi.browsingContext.userPromptClosed_event.type_parameter.prompt

# baseline: false
# support:
# firefox: "122"
Expand Down Expand Up @@ -686,10 +702,14 @@ compat_features:
# baseline: false
# support: {}
- webdriver.bidi.browser.createUserContext.unhandledPromptBehavior_parameter
- webdriver.bidi.browser.setClientWindowState
- webdriver.bidi.browser.setClientWindowState.clientWindow_parameter
- webdriver.bidi.browsingContext.historyUpdated_event
- webdriver.bidi.browsingContext.historyUpdated_event.context_parameter
- webdriver.bidi.browsingContext.historyUpdated_event.timestamp_parameter
- 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.setScreenOrientationOverride
- webdriver.bidi.emulation.setScreenOrientationOverride.contexts_parameter
- webdriver.bidi.emulation.setScreenOrientationOverride.screenOrientation_parameter
Expand Down
65 changes: 65 additions & 0 deletions features/draft/spec/webdriver2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
draft_date: 2025-09-01
name: WebDriver
description: TODO
spec: https://w3c.github.io/webdriver/
compat_features:
- webdriver.bidi.session.new.capabilities_parameter.capability_matching

# The following features in the spec are already part of web-features:
# - WebDriver:
# - api.Navigator.webdriver
# - webdriver.classic.AcceptAlert
# - webdriver.classic.AddCookie
# - webdriver.classic.Back
# - webdriver.classic.CloseWindow
# - webdriver.classic.DeleteAllCookies
# - webdriver.classic.DeleteCookie
# - webdriver.classic.DeleteSession
# - webdriver.classic.DismissAlert
# - webdriver.classic.ElementClear
# - webdriver.classic.ElementClick
# - webdriver.classic.ElementSendKeys
# - webdriver.classic.ExecuteAsyncScript
# - webdriver.classic.ExecuteScript
# - webdriver.classic.FindElement
# - webdriver.classic.FindElementFromElement
# - webdriver.classic.FindElements
# - webdriver.classic.FindElementsFromElement
# - webdriver.classic.Forward
# - webdriver.classic.FullscreenWindow
# - webdriver.classic.GetActiveElement
# - webdriver.classic.GetAlertText
# - webdriver.classic.GetAllCookies
# - webdriver.classic.GetCurrentURL
# - webdriver.classic.GetElementAttribute
# - webdriver.classic.GetElementCSSValue
# - webdriver.classic.GetElementProperty
# - webdriver.classic.GetElementRect
# - webdriver.classic.GetElementTagName
# - webdriver.classic.GetElementText
# - webdriver.classic.GetNamedCookie
# - webdriver.classic.GetPageSource
# - webdriver.classic.GetTimeouts
# - webdriver.classic.GetTitle
# - webdriver.classic.GetWindowHandle
# - webdriver.classic.GetWindowHandles
# - webdriver.classic.GetWindowRect
# - webdriver.classic.IsElementEnabled
# - webdriver.classic.IsElementSelected
# - webdriver.classic.MaximizeWindow
# - webdriver.classic.MinimizeWindow
# - webdriver.classic.NavigateTo
# - webdriver.classic.NewSession
# - webdriver.classic.NewWindow
# - webdriver.classic.PerformActions
# - webdriver.classic.Refresh
# - webdriver.classic.ReleaseActions
# - webdriver.classic.SendAlertText
# - webdriver.classic.SetTimeouts
# - webdriver.classic.SetWindowRect
# - webdriver.classic.Status
# - webdriver.classic.SwitchToFrame
# - webdriver.classic.SwitchToParentFrame
# - webdriver.classic.SwitchToWindow
# - webdriver.classic.TakeElementScreenshot
# - webdriver.classic.TakeScreenshot
11 changes: 11 additions & 0 deletions features/draft/spec/webdriver2.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Generated from: webdriver2.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support:
chrome: "139"
chrome_android: "139"
edge: "139"
compat_features:
- webdriver.bidi.session.new.capabilities_parameter.capability_matching
3 changes: 2 additions & 1 deletion features/draft/spec/webgpu.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2025-07-03
draft_date: 2025-09-01
name: WebGPU
description: TODO
spec: https://gpuweb.github.io/gpuweb/
Expand All @@ -7,6 +7,7 @@ compat_features:
- api.GPUAdapterInfo.isFallbackAdapter
- api.GPUCommandEncoder.copyBufferToBuffer.offset_and_size_parameter_optional
- api.GPUDevice.createBindGroup.descriptor_entries_option_accepts_GPUTextureView_resource
- api.GPUSupportedFeatures.feature_core-features-and-limits
- api.GPUSupportedFeatures.feature_subgroups

# The following features in the spec are already part of web-features:
Expand Down
15 changes: 11 additions & 4 deletions features/draft/spec/webgpu.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
status:
baseline: false
support:
chrome: "137"
chrome_android: "137"
edge: "137"
chrome: "139"
chrome_android: "139"
edge: "139"
compat_features:
# baseline: false
# support:
Expand All @@ -29,11 +29,18 @@ compat_features:
# edge: "136"
- api.GPUAdapterInfo.isFallbackAdapter

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support:
# chrome: "137"
# chrome_android: "137"
# edge: "137"
- api.GPUCommandEncoder.copyBufferToBuffer.offset_and_size_parameter_optional
- api.GPUDevice.createBindGroup.descriptor_entries_option_accepts_GPUTextureView_resource

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support:
# chrome: "139"
# chrome_android: "139"
# edge: "139"
- api.GPUSupportedFeatures.feature_core-features-and-limits
31 changes: 31 additions & 0 deletions features/draft/spec/webrtc-encoded-transform.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
draft_date: 2025-09-01
name: WebRTC Encoded Transform
description: TODO
spec: https://w3c.github.io/webrtc-encoded-transform/
compat_features:
- api.RTCEncodedAudioFrame.getMetadata.return_object_property_audioLevel

# The following features in the spec are already part of web-features:
# - WebRTC encoded transform:
# - api.DedicatedWorkerGlobalScope.rtctransform_event
# - api.RTCEncodedAudioFrame
# - api.RTCEncodedAudioFrame.RTCEncodedAudioFrame
# - api.RTCEncodedAudioFrame.data
# - api.RTCEncodedAudioFrame.getMetadata
# - api.RTCEncodedVideoFrame
# - api.RTCEncodedVideoFrame.RTCEncodedVideoFrame
# - api.RTCEncodedVideoFrame.data
# - api.RTCEncodedVideoFrame.getMetadata
# - api.RTCEncodedVideoFrame.type
# - api.RTCRtpReceiver.transform
# - api.RTCRtpScriptTransform
# - api.RTCRtpScriptTransform.RTCRtpScriptTransform
# - api.RTCRtpScriptTransformer
# - api.RTCRtpScriptTransformer.generateKeyFrame
# - api.RTCRtpScriptTransformer.options
# - api.RTCRtpScriptTransformer.readable
# - api.RTCRtpScriptTransformer.sendKeyFrameRequest
# - api.RTCRtpScriptTransformer.writable
# - api.RTCRtpSender.transform
# - api.RTCTransformEvent
# - api.RTCTransformEvent.transformer
11 changes: 11 additions & 0 deletions features/draft/spec/webrtc-encoded-transform.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Generated from: webrtc-encoded-transform.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support:
chrome: "139"
chrome_android: "139"
edge: "139"
compat_features:
- api.RTCEncodedAudioFrame.getMetadata.return_object_property_audioLevel