Skip to content

Commit 3751472

Browse files
Bikeshed update for 'Add a Security and Privacy considerations section, as per TAG recommendation (#36)' [ci skip]
Generated from: commit 7f6e1d1 Author: Stephen McGruer <stephen.mcgruer@gmail.com> Date: Wed Dec 5 11:33:41 2018 -0500 Add a Security and Privacy considerations section, as per TAG recommendation (#36)
1 parent 7f6e1d1 commit 3751472

File tree

1 file changed

+63
-3
lines changed

1 file changed

+63
-3
lines changed

index.html

Lines changed: 63 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<link href="../default.css" rel="stylesheet" type="text/css">
1010
<link href="../csslogo.ico" rel="shortcut icon" type="image/x-icon">
1111
<link href="https://www.w3.org/StyleSheets/TR/2016/W3C-UD" rel="stylesheet" type="text/css">
12-
<meta content="Bikeshed version 0da7328bb90ef81993146377e4e0fed236969c4c" name="generator">
12+
<meta content="Bikeshed version 670c46b501fc025ae87a3398a195af35379ab37d" name="generator">
1313
<link href="https://wicg.github.io/scroll-animations/" rel="canonical">
14-
<meta content="bf1a16b89958085853294494524129eacf1a1cf0" name="document-revision">
14+
<meta content="7f6e1d108bf573b77272c3382d3cb9a01076342a" name="document-revision">
1515
<link href="web-animations.css" rel="stylesheet" type="text/css">
1616
<style>/* style-md-lists */
1717

@@ -259,7 +259,7 @@
259259
<div class="head">
260260
<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>
261261
<h1 class="p-name no-ref" id="title">Scroll-linked Animations</h1>
262-
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Unofficial Proposal Draft, <time class="dt-updated" datetime="2018-11-26">26 November 2018</time></span></h2>
262+
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Unofficial Proposal Draft, <time class="dt-updated" datetime="2018-12-05">5 December 2018</time></span></h2>
263263
<div data-fill-with="spec-metadata">
264264
<dl>
265265
<dt>This version:
@@ -343,6 +343,7 @@ <h2 class="no-num no-toc no-ref" id="contents">Table of Contents</h2>
343343
</ol>
344344
<li><a href="#avoiding-cycles"><span class="secno">4</span> <span class="content">Avoiding cycles with layout</span></a>
345345
<li><a href="#scroll-triggered-animations"><span class="secno">5</span> <span class="content">Scroll-triggered (but time-driven) animations</span></a>
346+
<li><a href="#appendix-a-considerations-for-security-and-privacy"><span class="secno"></span> <span class="content">Appendix A. Considerations for Security and Privacy</span></a>
346347
<li>
347348
<a href="#conformance"><span class="secno"></span> <span class="content"> Conformance</span></a>
348349
<ol class="toc">
@@ -904,6 +905,65 @@ <h2 class="heading settled" data-level="5" id="scroll-triggered-animations"><spa
904905
it for transitions, so this feature was removed.</p>
905906
<p>The design space for triggering animations is still open. We welcome input
906907
on this subject.</p>
908+
<h2 class="heading settled" id="appendix-a-considerations-for-security-and-privacy"><span class="content">Appendix A. Considerations for Security and Privacy</span><a class="self-link" href="#appendix-a-considerations-for-security-and-privacy"></a></h2>
909+
<p>This appendix is <em>informative</em>.</p>
910+
<p>There are no known security or privacy impacts of this feature.</p>
911+
<p>The W3C TAG is developing a <a href="https://www.w3.org/TR/security-privacy-questionnaire/">Self-Review Questionnaire: Security and Privacy</a> for editors of specifications to informatively answer.</p>
912+
<p>Per the <a href="https://www.w3.org/TR/security-privacy-questionnaire/#questions">Questions to Consider</a></p>
913+
<ol>
914+
<li>
915+
Does this specification deal with personally-identifiable information?
916+
<p>No.</p>
917+
<li>
918+
Does this specification deal with high-value data?
919+
<p>No.</p>
920+
<li>
921+
Does this specification introduce new state for an origin that persists across browsing sessions?
922+
<p>No.</p>
923+
<li>
924+
Does this specification expose persistent, cross-origin state to the web?
925+
<p>No.</p>
926+
<li>
927+
Does this specification expose any other data to an origin that it doesn’t currently have access to?
928+
<p>No.</p>
929+
<li>
930+
Does this specification enable new script execution/loading mechanisms?
931+
<p>No.</p>
932+
<li>
933+
Does this specification allow an origin access to a user’s location?
934+
<p>No.</p>
935+
<li>
936+
Does this specification allow an origin access to sensors on a user’s device?
937+
<p>No.</p>
938+
<li>
939+
Does this specification allow an origin access to aspects of a user’s local computing environment?
940+
<p>No.</p>
941+
<li>
942+
Does this specification allow an origin access to other devices?
943+
<p>No.</p>
944+
<li>
945+
Does this specification allow an origin some measure of control over a user agent’s native UI?
946+
<p>No.</p>
947+
<li>
948+
Does this specification expose temporary identifiers to the web?
949+
<p>No.</p>
950+
<li>
951+
Does this specification distinguish between behavior in first-party and third-party contexts?
952+
<p>No.</p>
953+
<li>
954+
How should this specification work in the context of a user agent’s "incognito" mode?
955+
<p>No differently. The website should not be able to determine that the user is
956+
in an "incognito" mode using scroll-linked animations.</p>
957+
<li>
958+
Does this specification persist data to a user’s local device?
959+
<p>No.</p>
960+
<li>
961+
Does this specification have a "Security Considerations" and "Privacy Considerations" section?
962+
<p>Yes.</p>
963+
<li>
964+
Does this specification allow downgrading default security characteristics?
965+
<p>No.</p>
966+
</ol>
907967
</main>
908968
<h2 class="no-ref no-num heading settled" id="conformance"><span class="content"> Conformance</span><a class="self-link" href="#conformance"></a></h2>
909969
<h3 class="heading settled" id="document-conventions"><span class="content"> Document conventions</span><a class="self-link" href="#document-conventions"></a></h3>

0 commit comments

Comments
 (0)