Skip to content

Commit

Permalink
Generalized privacy and security to all requirements (closes #11)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed Nov 6, 2013
1 parent 3eda1b7 commit de778ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@

<p class="note">Managing battery use and network connectivity (e.g. delay, throughput and cost) is an important concern on mobile devices. The IG thinks that agreement on what it is practical to measure and what actions developers might take in response to those measurements is not at a sufficiently advanced stage to posit requirements in this area.</p>

The following requirements are derived from the use cases described in <a href="#use-cases" class="sectionRef"></a>.
The following requirements are derived from the use cases described in <a href="#use-cases" class="sectionRef"></a>. All of the requirements assume that implementers are respecting users' security and privacy.

General
-------
Expand Down Expand Up @@ -248,9 +248,9 @@
Multimedia
----------

<p id="req-camera-access" class=req>It MUST be possible to take pictures using the device's camera. This MUST be done in such a way that the user's security and privacy is respected.</p>
<p id="req-camera-access" class=req>It MUST be possible to take pictures using the device's camera. </p>

<p id="req-microphone-access" class=req>It MUST be possible to record audio clips using the device's microphone. This MUST be done in such a way that the user's security and privacy is respected.</p>
<p id="req-microphone-access" class=req>It MUST be possible to record audio clips using the device's microphone.</p>

<p id="req-pic-manipulation" class=req>It MUST be possible to programmatically manipulate a picture so as to crop it, apply filters to it, etc. and save the result of these manipulations. This MUST NOT interrupt the ability of the user to interact with the application.</p>

Expand Down

0 comments on commit de778ad

Please sign in to comment.