Re: [w3c/permissions] Add + export definition of express permission (PR #301)

@miketaylr approved this pull request.

Some suggested tweaks to make this more readable.

> @@ -219,10 +219,15 @@ <h2>
         </h2>
         <p>
           A <dfn class="export" data-local-lt="feature">powerful feature</dfn> is a web platform
-          feature (usually an API) for which a user has to [=permission/grant=] [=permission=]
-          before the feature can be used. Access to the feature is determined by the <a>environment
-          settings object</a> by the user having [=permission/granted=] permission via UI, or by
-          satisfying some criteria that is equivalent to a permission [=permission/grant=].
+          feature (usually an API) for which a user gives [=express permission=] before the feature
+          can be used. Access to the feature is determined by the <a>environment settings
+          object</a> by the user having [=permission/granted=] permission via UI, or by satisfying
+          some criteria that is equivalent to a permission [=permission/grant=].
+        </p>
+        <p>
+          <dfn class="export">Express permission</dfn> refers to an act by the user, e.g. via user
+          interface or host device platform features, via which the user [=permission/grants=]
+          [=permission=] the use of the feature by the web application.

```suggestion
          [=permission=] to use the feature by the web application.
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/permissions/pull/301#pullrequestreview-789396900

Received on Tuesday, 26 October 2021 13:30:51 UTC