Skip to content

Commit

Permalink
Deploy to GitHub Pages: 5dd5449
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Jan 23, 2018
1 parent 50d0c8d commit 3c300bf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.html
Expand Up @@ -1177,9 +1177,9 @@
}
</style>
<link href="https://www.w3.org/StyleSheets/TR/2016/W3C-ED" rel="stylesheet" type="text/css">
<meta content="Bikeshed version 2b79dbafbd71fe3f8f4e2b9171e40a0bd49a639c" name="generator">
<meta content="Bikeshed version 6183b7307468d4ebe91020ec360b3be2140e71df" name="generator">
<link href="https://www.w3.org/TR/clipboard-apis/" rel="canonical">
<meta content="9b5b2c3860e711b4688b5971d078ccb3ad23d2e6" name="document-revision">
<meta content="5dd54497f4f2a23d9be8065b0dbab406abc4f12e" name="document-revision">
<style>/* style-md-lists */

/* This is a weird hack for me not yet following the commonmark spec
Expand Down Expand Up @@ -1426,7 +1426,7 @@
<div class="head">
<p data-fill-with="logo"><a class="logo" href="https://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2016/logos/W3C" width="72"> </a> </p>
<h1>Clipboard API and events</h1>
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2018-01-05">5 January 2018</time></span></h2>
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2018-01-23">23 January 2018</time></span></h2>
<div data-fill-with="spec-metadata">
<dl>
<dt>This version:
Expand Down Expand Up @@ -2295,8 +2295,8 @@ <h2 class="heading settled" data-level="9" id="clipboard-permissions"><span clas
<p>While user agents MUST support the <code class="idl"><a data-link-type="idl" href="#dictdef-clipboardpermissiondescriptor" id="ref-for-dictdef-clipboardpermissiondescriptor">ClipboardPermissionDescriptor</a></code> as described
in this specification, they, of course, retain complete control over the default
settings and how (or if) they are exposed to the user.</p>
<div class="example" id="example-e3983290">
<a class="self-link" href="#example-e3983290"></a> A user agent that wants to have separate user-settable read and write controls over the clipboad
<div class="example" id="example-7274ad57">
<a class="self-link" href="#example-7274ad57"></a> A user agent that wants to have separate user-settable read and write controls over the clipboad
and always require a user gesture would handle each descriptor as follows:
<ul>
<li data-md="">
Expand All @@ -2309,8 +2309,8 @@ <h2 class="heading settled" data-level="9" id="clipboard-permissions"><span clas
<p><code class="perm">{ "clipboard-write" + true }</code> is always <a data-link-type="dfn" href="https://w3c.github.io/permissions/#dom-permissionstate-denied" id="ref-for-dom-permissionstate-denied①">denied</a></p>
</ul>
</div>
<div class="example" id="example-c0107977">
<a class="self-link" href="#example-c0107977"></a> A user agent that wants to automatically grant "write" access (with a gesture),
<div class="example" id="example-3b8899dc">
<a class="self-link" href="#example-3b8899dc"></a> A user agent that wants to automatically grant "write" access (with a gesture),
but have a single user-settable permission that controls full gesture-less access would
define "clipboard-read" as being stronger than "clipboard-write" and then handle
each descriptor as follows:
Expand Down

0 comments on commit 3c300bf

Please sign in to comment.