-
Notifications
You must be signed in to change notification settings - Fork 709
Add 'Privacy and Security Considerations' section #207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
CSS-UI (3 & 4) solved thanks to the fix to speced/bikeshed#730 |
CSS-2015 probably should not have such a section. It is not a spec by itself, merely a reference of other specs. Should we add such a section with "nothing to see here" content, or can bikeshed grow a new flag of somekind to let it know that it doesn't need to warn? ( @tabatkins ) |
@tabatkins what are your thoughts about my previous comment? |
I figured it would be helpful to update the checklist, as well as to perhaps provide @tantek really hit the nail on the head with css-ui-3 and css-ui-4, imho. A good
I'm a newbie to the spec-writing world, so my other opinion on the matter may be Following the table is a bikeshed partial for a section similar to the css-ui-3 one, albeit with 207--priv-sec.partial.bs<h2 class="no-num" id="security-privacy">Appendix. Considerations for Security and Privacy</h2>
This appendix is <em>informative</em> rather than normative.
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.
Per the <a href="https://www.w3.org/TR/security-privacy-questionnaire/#questions">Questions to Consider</a>:
<ol>
<li>
Does this specification deal with personally-identifiable information?
<p><em>Pending editorial review</em></p>
</li>
<li>
Does this specification deal with high-value data?
<p><em>Pending editorial review</em></p>
</li>
<li>
Does this specification introduce new state for an origin that persists across browsing sessions?
<p><em>Pending editorial review</em></p>
</li>
<li>
Does this specification expose persistent, cross-origin state to the web?
<p><em>Pending editorial review</em></p>
</li>
<li>
Does this specification expose any other data to an origin that it doesn’t currently have access to?
<p><em>Pending editorial review</em></p>
</li>
<li>
Does this specification enable new script execution/loading mechanisms?
<p><em>Pending editorial review</em></p>
</li>
<li>
Does this specification allow an origin access to a user’s location?
<p><em>Pending editorial review</em></p>
</li>
<li>
Does this specification allow an origin access to sensors on a user’s device?
<p><em>Pending editorial review</em></p>
</li>
<li>
Does this specification allow an origin access to aspects of a user’s local computing environment?
<p><em>Pending editorial review</em></p>
</li>
<li>
Does this specification allow an origin access to other devices?
<p><em>Pending editorial review</em></p>
</li>
<li>
Does this specification allow an origin some measure of control over a user agent’s native UI?
<p><em>Pending editorial review</em></p>
</li>
<li>
Does this specification expose temporary identifiers to the web?
<p><em>Pending editorial review</em></p>
</li>
<li>
Does this specification distinguish between behavior in first-party and third-party contexts?
<p><em>Pending editorial review</em></p>
</li>
<li>
How should this specification work in the context of a user agent’s "incognito" mode?
<p><em>Pending editorial review</em></p>
</li>
<li>
Does this specification persist data to a user’s local device?
<p><em>Pending editorial review</em></p>
</li>
<li>
Does this specification have a "Security Considerations" and "Privacy Considerations" section?
<p><em>Pending editorial review</em></p>
</li>
<li>
Does this specification allow downgrading default security characteristics?
<p><em>Pending editorial review</em></p>
</li>
</ol> |
Related issues not previously referenced:
|
So I fixed 21 of our specs with this commit and the remaining ones are mostly old specs that still use the .src format; as the preprocessor for that is ancient history and does not generate a publishable spec, the way forward for those is to edit the generated html, sadly. |
Remaining specs covered by 361add8 |
The following specifications are missing a section for privacy and security considerations:
Note that I didn't include WG Notes, CSS 2.1, CSS snapshots except the one from 2015, CSS Expressive Generalizations and Gadgetry 1 and the documents listed under 'Other Documents' at https://drafts.csswg.org/. If considered valuable, the section should be added there, too.
Side effect of is to make Bikeshed happy. 😃
Sebastian
The text was updated successfully, but these errors were encountered: