-
Notifications
You must be signed in to change notification settings - Fork 7
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
The API restricts autoplay options to current status quo #25
Comments
Per previous decision, the API itself should be synchrous. For Edge's use case, if the response has to be waited until user responses to the prompt, then Edge should return Firefox did an exactly same research before, we prompt to users and ask them if they want to allow the website to autoplay or not. From the data we collected, most users simply didn't response to the prompt, and many users even thought that prompt is a part of the design website, not the design of the browser itself. |
It would be problematic to return disallowed since the site is going to make decisions based on that response to choose to replace the video with say an image. While we want the site to play the video once the user responds to the prompt. |
In the current version of the specification, it has clearly mentioned that You can't never predict the site's and user's behavior correctly because you won't know when a user or a site makes their decision. |
@sushraja-msft Thank you for your feedback on the spec. Please let me know if you'd like time in an upcoming meeting to discuss in person. |
Ill hope in on the call March 8th :) |
Minutes from discussion at Mar 8 2022 meeting: https://www.w3.org/2022/03/08-mediawg-minutes.html#t01 |
https://w3c.github.io/autoplay/#autoplay-policy
enum AutoplayPolicy {
"allowed",
"allowed-muted",
"disallowed"
};
With Edge we are still working through how to improve auto play for users, and this is a top customer feedback we get. The above set of options restricts us from trying different ways to solve autoplay issues. For example, if we wanted to prompt users for permission to autoplay the above set does not give us the flexibility to pursue that option.
The text was updated successfully, but these errors were encountered: