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

Remove MediaController and media element's mediagroup attribute #1225

Merged
merged 4 commits into from
May 11, 2016

Conversation

annevk
Copy link
Member

@annevk annevk commented May 10, 2016

This reverts 66c5b32 due to lack of
implementer interest. This is unfortunate as simultaneous playback of
multiple media elements is impossible to do correctly without it.

Hopefully an alternative solution with broader support can be found
going forward.

Fixes #192.

This reverts 66c5b32 due to lack of
implementer interest. This is unfortunate as simultaneous playback of
multiple media elements is impossible to do correctly without it.

Hopefully an alternative solution with broader support can be found
going forward.

Fixes #192.
@domenic domenic added the removal/deprecation Removing or deprecating a feature label May 10, 2016
@domenic
Copy link
Member

domenic commented May 10, 2016

LGTM. We even gave an extra month after the April 2016 deadline; oh well...

@foolip
Copy link
Member

foolip commented May 10, 2016

FWIW, on my part it was the intention to wait until the end of April, to allow for the least unfavorable interpretation of the message.

@foolip
Copy link
Member

foolip commented May 10, 2016

With the removal of the step including "if jumped is true", an earlier assignment of jumped becomes pointless, can you remove that as well?

@foolip
Copy link
Member

foolip commented May 10, 2016

The "effective playback rate" concept becomes redundant, and was introduced with 66c5b32. Can you revert it back the references to just playbackRate or file a follow-up issue?

@foolip
Copy link
Member

foolip commented May 10, 2016

You didn't change this but it shows up in the diff: In five other cases, the "ended playback" concept is linked as "playback has ended" and I think that would read better with the preceding bit removed.

@foolip
Copy link
Member

foolip commented May 10, 2016

LGTM % above nits. Unfortunately the diff was too big to comment inline, but I hope you can figure out what I mean.

@foolip foolip assigned annevk and unassigned foolip May 10, 2016
@annevk annevk merged commit 634698e into master May 11, 2016
@annevk annevk deleted the mediacontroller-removal branch May 11, 2016 17:40
@domenic domenic mentioned this pull request Jun 9, 2016
queengooborg added a commit to queengooborg/browser-compat-data that referenced this pull request Oct 20, 2023
This PR is a part of a project to add missing interfaces and interface features to BCD that are from an active spec (including WICG specs) and is supported in at least one browser. This particular PR adds the missing `MediaController` API. The data comes from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v10.2.10).

_Check out the [collector's guide on how to review this PR](https://github.com/openwebdocs/mdn-bcd-collector#reviewing-bcd-changes)._

Tests Used: https://mdn-bcd-collector.gooborg.com/tests/api/MediaController

Additional Notes: While the feature was removed from the spec (see whatwg/html#1225), we still currently document HTMLMediaElement.controller, which returns this interface, so I figured it would be sensible to add this to BCD.
Elchi3 pushed a commit to mdn/browser-compat-data that referenced this pull request Oct 29, 2023
* Add missing MediaController API feature

This PR is a part of a project to add missing interfaces and interface features to BCD that are from an active spec (including WICG specs) and is supported in at least one browser. This particular PR adds the missing `MediaController` API. The data comes from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v10.2.10).

_Check out the [collector's guide on how to review this PR](https://github.com/openwebdocs/mdn-bcd-collector#reviewing-bcd-changes)._

Tests Used: https://mdn-bcd-collector.gooborg.com/tests/api/MediaController

Additional Notes: While the feature was removed from the spec (see whatwg/html#1225), we still currently document HTMLMediaElement.controller, which returns this interface, so I figured it would be sensible to add this to BCD.

* standard_track: true -> false
Elchi3 pushed a commit to Elchi3/browser-compat-data that referenced this pull request Nov 14, 2023
* Add missing MediaController API feature

This PR is a part of a project to add missing interfaces and interface features to BCD that are from an active spec (including WICG specs) and is supported in at least one browser. This particular PR adds the missing `MediaController` API. The data comes from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v10.2.10).

_Check out the [collector's guide on how to review this PR](https://github.com/openwebdocs/mdn-bcd-collector#reviewing-bcd-changes)._

Tests Used: https://mdn-bcd-collector.gooborg.com/tests/api/MediaController

Additional Notes: While the feature was removed from the spec (see whatwg/html#1225), we still currently document HTMLMediaElement.controller, which returns this interface, so I figured it would be sensible to add this to BCD.

* standard_track: true -> false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
removal/deprecation Removing or deprecating a feature
Development

Successfully merging this pull request may close these issues.

None yet

3 participants