Skip to content

Commit

Permalink
Rename "speaker" to "speaker-selection" + media devices are secure co…
Browse files Browse the repository at this point in the history
…ntext. (#218)
  • Loading branch information
jan-ivar authored Jul 23, 2020
1 parent 96646df commit 6230d14
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ spec: webidl
<a enum-value>"midi"</a>,
<a enum-value>"camera"</a>,
<a enum-value>"microphone"</a>,
<a enum-value>"speaker"</a>,
<a enum-value>"speaker-selection"</a>,
<a enum-value>"device-info"</a>,
<a enum-value>"background-fetch"</a>,
<a enum-value>"background-sync"</a>,
Expand Down Expand Up @@ -812,11 +812,9 @@ spec: webidl
</h3>
<p dfn-for="PermissionName" dfn-type="enum-value">
The <dfn>"camera"</dfn>, <dfn>"microphone"</dfn> , and
<dfn>"speaker"</dfn>
<dfn>"speaker-selection"</dfn>
permissions are associated with permission to use media devices as
specified in [[GETUSERMEDIA]] and [[audio-output]]. {{"speaker"}} is
<a>allowed in non-secure contexts</a>. {{"camera"}} and {{"microphone"}}
MAY be <a>allowed in non-secure contexts</a>.
specified in [[GETUSERMEDIA]] and [[audio-output]].
</p>
<dl>
<dt>
Expand Down

0 comments on commit 6230d14

Please sign in to comment.