-
Notifications
You must be signed in to change notification settings - Fork 13
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
Media rules (and Applicability) could auto-detect embedded play button and autoplay
attribute
#1326
Comments
autoplay
attribute
autoplay
attributeautoplay
attribute
Media rules are the 20s and 30s. |
According to Mozilla autoplay guide most browsers block autoplay unless certain conditions are met for example if the audio is muted it won't be blocked ( Do we still want to assume it's playing based on this? We could also refine it to also look for |
Yes, I thing we should assume it plays when |
When the
<audio>
element hascontrols
, Alfa could assume that it includes a play button and avoid asking the question.Alfa could use the
autoplay
attribute and assume the audio is playing.(R49 is already doing that)
The text was updated successfully, but these errors were encountered: