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

Typo on "allowusermedia" section #153

Closed
compulim opened this issue Mar 15, 2018 · 2 comments
Closed

Typo on "allowusermedia" section #153

compulim opened this issue Mar 15, 2018 · 2 comments

Comments

@compulim
Copy link

In allowusermedia, there is a copy-and-paste typo:

If the iframe element has an "allow" attribute whose value contains the token "payment", then the "allowusermedia" attribute must have no effect.

Instead of payment, it should be "camera or microphone".

@clelland
Copy link
Collaborator

Thanks -- it actually needs to be a bit more verbose than the other sections, since the intention is that "allowusermedia" is equivalent to allow="camera *; microphone *", except that specifying either camera or microphone will override the policy for just that feature, leaving the other untouched.

I'll see if I can reword it to capture that.

clelland added a commit to clelland/feature-policy that referenced this issue May 11, 2018
This updates the html integration section on 'allowusermedia', and
describes more clearly how it affects the generated policy for both
camera and microphone features.

Fixes: w3c#153
@foolip
Copy link
Member

foolip commented May 9, 2019

@clelland looks like this wasn't automatically closed by #164.

@clelland clelland closed this as completed Dec 6, 2022
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

4 participants