Skip to content

Commit

Permalink
Editorial: improve the upfront-permission-request warning
Browse files Browse the repository at this point in the history
Fixes #95.
  • Loading branch information
beverloo authored and annevk committed Apr 12, 2017
1 parent 8eaabd2 commit fe20da2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions notifications.bs
Original file line number Diff line number Diff line change
Expand Up @@ -814,9 +814,9 @@ method, when invoked, must run these steps:
<li><p>Return <var>promise</var>.
</ol>

<p class="warning">In designing the platform notifications are the one instance
thus far where asking the user upfront makes sense. Specifications for other
APIs should not use this pattern and instead employ one of the
<p class="warning">Notifications are the one instance thus far where asking the
user upfront makes sense. Specifications for other APIs should not use this
pattern and instead employ one of the
<a href="http://robert.ocallahan.org/2011/06/permissions-for-web-applications_30.html">
many more suitable alternatives</a>.

Expand Down

0 comments on commit fe20da2

Please sign in to comment.