-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Test <iframe allowusermedia> #4625
Labels
Comments
4 tasks
domenic
pushed a commit
to whatwg/html
that referenced
this issue
Jun 22, 2018
This commit introduces the feature policy for Document objects, adds the 'allow' attribute to iframe elements, and reframes 'allowfullscreen', 'allowpaymentrequest' and 'allowusermedia' in terms of feature policy. Document allow* flags are removed, as they are no longer referenced. The 'allowed to use' algorithm is also updated to call into the feature policy 'Is feature enabled' algorithm, and rewritten to take a policy- controlled feature as an argument rather than an attribute, so that other specs can also use it to control other features. Tests: - web-platform-tests/wpt#10966 - web-platform-tests/wpt@3cc0d89 - web-platform-tests/wpt@9a00e4a - web-platform-tests/wpt#4625
alice
pushed a commit
to alice/html
that referenced
this issue
Jan 8, 2019
This commit introduces the feature policy for Document objects, adds the 'allow' attribute to iframe elements, and reframes 'allowfullscreen', 'allowpaymentrequest' and 'allowusermedia' in terms of feature policy. Document allow* flags are removed, as they are no longer referenced. The 'allowed to use' algorithm is also updated to call into the feature policy 'Is feature enabled' algorithm, and rewritten to take a policy- controlled feature as an argument rather than an attribute, so that other specs can also use it to control other features. Tests: - web-platform-tests/wpt#10966 - web-platform-tests/wpt@3cc0d89 - web-platform-tests/wpt@9a00e4a - web-platform-tests/wpt#4625
This attribute was removed in whatwg/html#4122 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Should have tests for
<iframe allowusermedia>
, in particular the snapshot model and allowing same origin-domain without the attribute, defined in:whatwg/html#2217
whatwg/html#2195
Tests for
allowpaymentrequest
that can be used as inspiration in https://github.com/w3c/web-platform-tests/tree/master/payment-request/allowpaymentrequestcc @jan-ivar @alvestrand @dontcallmedom
The text was updated successfully, but these errors were encountered: