Skip to content

Commit f03b4c7

Browse files
Say the suggestions for handling new ancillary personal data are examples. (#435)
SHA: 014831f Reason: push, by jyasskin Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b83d926 commit f03b4c7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -1681,8 +1681,8 @@ <h1 id="title" class="title">Privacy Principles</h1>
16811681

16821682
<p>Some <a data-link-type="dfn|abstract-op" href="#dfn-ancillary-use" class="internalDFN" id="ref-for-dfn-ancillary-use-3">ancillary uses</a> don't require their data to be related to a person, but
16831683
the useful aggregations across many people are difficult to design into a web
1684-
API, or they might require new technologies to be invented. API designers have a
1685-
few choices in this situation:</p>
1684+
API, or they might require new technologies to be invented. Some ways API
1685+
designers can handle this situation include:</p>
16861686
<ul>
16871687
<li>Sometimes an API can <a data-link-type="dfn|abstract-op" href="#dfn-de-identify" class="internalDFN" id="ref-for-dfn-de-identify-3">de-identify</a> the data instead, but this is difficult
16881688
if a web page has any input into the data that's collected.</li>
@@ -1692,9 +1692,9 @@ <h1 id="title" class="title">Privacy Principles</h1>
16921692
<a href="#unavoidable-information-exposure">unavoidably</a> revealed
16931693
by <a href="https://dom.spec.whatwg.org/#interface-event">DOM event</a> timing.</li>
16941694
<li><a data-link-type="dfn|abstract-op" data-type="dfn" href="https://infra.spec.whatwg.org/#user-agent">User agents</a> can ask their users' permission to enable this class of API.
1695-
To reduce <a data-link-type="dfn|abstract-op" href="#dfn-privacy-labor" class="internalDFN" id="ref-for-dfn-privacy-labor-5">privacy labor</a>, a <a data-link-type="dfn|abstract-op" data-type="dfn" href="https://infra.spec.whatwg.org/#user-agent">user agent</a> could use a first-run dialog to
1696-
ask the user whether they generally support sharing this data, rather than
1697-
asking for each use of the APIs.</li>
1695+
This risks increasing <a data-link-type="dfn|abstract-op" href="#dfn-privacy-labor" class="internalDFN" id="ref-for-dfn-privacy-labor-5">privacy labor</a>, but as an example, a <a data-link-type="dfn|abstract-op" data-type="dfn" href="https://infra.spec.whatwg.org/#user-agent">user agent</a>
1696+
could use a first-run dialog to ask the user whether they generally support
1697+
sharing this data, rather than asking for each use of the APIs.</li>
16981698
</ul>
16991699
<p>If an API had to make one of these choices, and then something else about the
17001700
API needs to change, designers should consider replacing the whole API with one

0 commit comments

Comments
 (0)