-
Notifications
You must be signed in to change notification settings - Fork 61
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
Extend iframe with a new allowusermedia attribute (issue: #268) #313
Conversation
@adam-be please ping the list and ask people to review. |
<h2>User Media in an IFrame</h2> | ||
<p>There are some special circumstances when an [[!HTML51]] | ||
<code><a href="https://www.w3.org/TR/2015/WD-html51-20150506/semantics.html#the-iframe-element"> | ||
iframe</a></code> wants to use user media. The iframe needs explicit |
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.
s/use/access/ ? "use user" doesn't flow very nicely
<h2>User Media in an IFrame</h2> | ||
<div class="note">The topic of this section is under discussion and may | ||
be subject to change.</div> | ||
<p>There are some special circumstances when a cross-origin [[!HTML51]] |
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.
Delete "special". I think it'll be fairly common.
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'd propose to go one step further. Don't talk about circumstances, just describe that the embedding page must explicitly permit for a cross-origin iframe to be able to request user media.
Anyone opposed to merging this one and continue to work on it upstream? |
Let's merge it. |
+1, let's merge this. |
Extend iframe with a new allowusermedia attribute (issue: #268)
No description provided.