Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

add the allowusermedia attr to iframe #1087

Merged
merged 3 commits into from
Dec 1, 2017
Merged

add the allowusermedia attr to iframe #1087

merged 3 commits into from
Dec 1, 2017

Conversation

siusin
Copy link
Contributor

@siusin siusin commented Nov 28, 2017

To fix #778 .

Need to solve #1086 before merging this pull request.

Copy link
Collaborator

@chaals chaals left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add a changelog entry

@@ -4035,6 +4037,8 @@ My <img src="heart.png" alt="heart"> breaks.
are to be <a>allowed to use</a> the <a><code>PaymentRequest</code></a> interface
to make payment requests.

The <dfn element-attr for="iframe"><code>allowusermedia</code></dfn> attribute is a <a>boolean attribute</a>. When specified, it indicates that {{Document}} objects in the <{iframe}> element's <a>browsing context</a> are to be <a>allowed to use</a> {{Element/getUserMedia()}} (if it's not blocked for other reasons, e.g. there is another ancestor <{iframe}> without this attribute set).

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please break up this line to 80-100 characters per line

@siusin
Copy link
Contributor Author

siusin commented Nov 30, 2017

@chaals done! thanks for the review.

@chaals chaals merged commit e5f3d55 into w3c:master Dec 1, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add support for allowusermedia
2 participants