Skip to content

Update draft features #2919

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 29, 2025
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
4 changes: 2 additions & 2 deletions features/draft/spec/cssom-view-1.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
draft_date: 2025-04-09
draft_date: 2025-04-29
name: CSSOM View Module
description: TODO
spec: https://drafts.csswg.org/cssom-view-1/
compat_features:
- api.Document.caretPositionFromPoint.options_parameter
- api.Document.featurePolicy

# The following features in the spec are already part of web-features:
Expand All @@ -13,6 +12,7 @@ compat_features:
# - api.CaretPosition.offset
# - api.CaretPosition.offsetNode
# - api.Document.caretPositionFromPoint
# - api.Document.caretPositionFromPoint.options_parameter
# - DOM:
# - api.Document
# - api.Element
Expand Down
19 changes: 3 additions & 16 deletions features/draft/spec/cssom-view-1.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,8 @@
status:
baseline: false
support:
chrome: "128"
chrome_android: "128"
edge: "128"
chrome: "74"
chrome_android: "74"
edge: "79"
compat_features:
# baseline: false
# support:
# chrome: "74"
# chrome_android: "74"
# edge: "79"
- api.Document.featurePolicy

# ⬇️ Same status as overall feature ⬇️
# baseline: false
# support:
# chrome: "128"
# chrome_android: "128"
# edge: "128"
- api.Document.caretPositionFromPoint.options_parameter
12 changes: 6 additions & 6 deletions features/draft/spec/html.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draft_date: 2025-04-28
draft_date: 2025-04-29
name: HTML
description: TODO
spec: https://html.spec.whatwg.org/multipage/
Expand Down Expand Up @@ -47,7 +47,6 @@ compat_features:
- api.HTMLInputElement.showPicker.time_input
- api.HTMLInputElement.showPicker.week_input
- api.HTMLMediaElement.getStartDate
- api.HTMLMediaElement.textTracks
- api.HTMLOptionsCollection
- api.HTMLOptionsCollection.add
- api.HTMLOptionsCollection.length
Expand Down Expand Up @@ -78,10 +77,6 @@ compat_features:
- api.ServiceWorker.error_event
- api.ShadowRoot.activeElement
- api.ShadowRoot.innerHTML
- api.TimeRanges
- api.TimeRanges.end
- api.TimeRanges.length
- api.TimeRanges.start
- api.TrackEvent
- api.TrackEvent.TrackEvent
- api.TrackEvent.track
Expand Down Expand Up @@ -1486,6 +1481,10 @@ compat_features:
# - api.MediaError
# - api.MediaError.code
# - api.MediaError.message
# - api.TimeRanges
# - api.TimeRanges.end
# - api.TimeRanges.length
# - api.TimeRanges.start
# - html.elements.video
# - html.elements.video.autoplay
# - html.elements.video.controls
Expand All @@ -1499,6 +1498,7 @@ compat_features:
# - html.elements.video.width
# - Text tracks:
# - api.HTMLMediaElement.addTextTrack
# - api.HTMLMediaElement.textTracks
# - api.HTMLTrackElement
# - api.HTMLTrackElement.cuechange_event
# - api.HTMLTrackElement.default
Expand Down
29 changes: 0 additions & 29 deletions features/draft/spec/html.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -198,22 +198,6 @@ compat_features:
- api.HTMLAllCollection.item
- api.HTMLAllCollection.namedItem

# baseline: high
# baseline_low_date: 2015-07-29
# baseline_high_date: 2018-01-29
# support:
# chrome: "6"
# chrome_android: "18"
# edge: "12"
# firefox: "4"
# firefox_android: "4"
# safari: "3.1"
# safari_ios: "2"
- api.TimeRanges
- api.TimeRanges.end
- api.TimeRanges.length
- api.TimeRanges.start

# baseline: high
# baseline_low_date: 2015-07-29
# baseline_high_date: 2018-01-29
Expand Down Expand Up @@ -323,19 +307,6 @@ compat_features:
- api.TrackEvent
- api.TrackEvent.track

# baseline: high
# baseline_low_date: 2015-07-29
# baseline_high_date: 2018-01-29
# support:
# chrome: "23"
# chrome_android: "25"
# edge: "12"
# firefox: "31"
# firefox_android: "31"
# safari: "6"
# safari_ios: "6"
- api.HTMLMediaElement.textTracks

# baseline: high
# baseline_low_date: 2015-07-29
# baseline_high_date: 2018-01-29
Expand Down
3 changes: 2 additions & 1 deletion features/draft/spec/webaudio-1-1.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
draft_date: 2025-04-03
draft_date: 2025-04-29
name: Web Audio API 1.1
description: TODO
spec: https://webaudio.github.io/web-audio-api/
compat_features:
- api.AudioWorklet.port
- api.AudioWorkletGlobalScope.port

# The following features in the spec are already part of web-features:
# - Web Audio:
Expand Down
1 change: 1 addition & 0 deletions features/draft/spec/webaudio-1-1.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ status:
support: {}
compat_features:
- api.AudioWorklet.port
- api.AudioWorkletGlobalScope.port