Navigation Menu

Skip to content
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

Closed
zcorpan opened this issue Jan 25, 2017 · 1 comment
Closed

Test <iframe allowusermedia> #4625

zcorpan opened this issue Jan 25, 2017 · 1 comment

Comments

@zcorpan
Copy link
Member

zcorpan commented Jan 25, 2017

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/allowpaymentrequest

cc @jan-ivar @alvestrand @dontcallmedom

@annevk annevk added the html label Mar 14, 2017
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
@zcorpan
Copy link
Member Author

zcorpan commented Oct 25, 2019

This attribute was removed in whatwg/html#4122

@zcorpan zcorpan closed this as completed Oct 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants