Skip to content
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

compute-baseline doesn't handle Edge 79 removal correctly #876

Closed
foolip opened this issue Apr 13, 2024 · 0 comments · Fixed by #895
Closed

compute-baseline doesn't handle Edge 79 removal correctly #876

foolip opened this issue Apr 13, 2024 · 0 comments · Fixed by #895
Labels
bug Something isn't working

Comments

@foolip
Copy link
Collaborator

foolip commented Apr 13, 2024

Generating audio-video-tracks.dist.yml currently produces this:

# Generated from: audio-video-tracks.yml
# Do not edit this file by hand. Edit the source file instead!

name: Audio and video tracks
description: The `audioTracks` and `videoTracks` APIs for media elements switch audio and video tracks during playback.
group: media-elements
spec: https://html.spec.whatwg.org/multipage/media.html#media-resources-with-multiple-media-tracks
caniuse:
  - audiotracks
  - videotracks
status:
  baseline: false
  support:
    edge: "12"
    safari: "8"
    safari_ios: "8"
compat_features:
  - api.AudioTrack
  - ...

Edge 12 is wrong, see here:
https://developer.mozilla.org/en-US/docs/Web/API/AudioTrack#browser_compatibility

@foolip foolip added the bug Something isn't working label Apr 13, 2024
foolip added a commit to foolip/web-features that referenced this issue Apr 13, 2024
This is to avoid the wrong status being generated by accident:
web-platform-dx#876
foolip added a commit to foolip/web-features that referenced this issue Apr 13, 2024
This is to avoid the wrong status being generated by accident:
web-platform-dx#876
ddbeck added a commit to ddbeck/web-features that referenced this issue Apr 15, 2024
ddbeck added a commit to ddbeck/web-features that referenced this issue Apr 15, 2024
foolip added a commit to foolip/web-features that referenced this issue Apr 16, 2024
This is to avoid the wrong status being generated by accident:
web-platform-dx#876
@ddbeck ddbeck removed their assignment Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants