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

Fix #139 - Add 'clipboard' permission #140

Merged
merged 3 commits into from Mar 21, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 15 additions & 0 deletions index.bs
Expand Up @@ -668,6 +668,7 @@ spec: webidl
<a enum-value>"background-sync"</a>,
<a enum-value>"bluetooth"</a>,
<a enum-value>"persistent-storage"</a>,
<a enum-value>"ambient-light-sensor"</a>
<a enum-value>"clipboard"</a>,
};
Copy link
Member

Choose a reason for hiding this comment

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

IDL forbids trailing comas in enums 😭

</pre>
Expand Down Expand Up @@ -972,6 +973,20 @@ spec: webidl
[[web-background-sync]].
</p>
</section>
<section>
<h3 id="ambient-light-sensor">
Ambient Light Sensor
</h3>
<p>
The <dfn for="PermissionName" enum-value>"ambient-light-sensor"</dfn>
permission is the permission associated with the usage of the
[[ambient-light]] API.

Its <a>permission revocation algorithm</a> is the result of calling
<a>generic sensor permission revocation algorithm</a>
passing it <a enum-value>"ambient-light-sensor"</a> as argument.
</p>
</section>
<section>
<h3 id="clipboard">
Clipboard
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.