-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add note about playback policies. #131
Conversation
index.html
Outdated
<div class="note"> | ||
A user agent that implements browser initiated remote playback | ||
should consider how it interacts with other browser policies that | ||
affect media playback, such as <code><a>autoplay</a></code> policies |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would avoid linking to HTML's autoplay. If you want to link to something maybe https://html.spec.whatwg.org/multipage/media.html#allowed-to-play would be closer to "autoplay policies"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated the text and link to refer to that definition.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't see the update
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mounirlamouri Sorry, forgot to add commit. PTAL
Thank you @mfoltzgoogle :) |
Addresses Issue #118 by adding an implementation note. I kept it brief, but could spell out specific scenarios if you think that's helpful.
Preview | Diff