Skip to content

Commit e59fec8

Browse files
committed
[mediaqueries-5][editorial] Separate Security and Privacy sections
1 parent 4bc75b3 commit e59fec8

File tree

1 file changed

+23
-12
lines changed

1 file changed

+23
-12
lines changed

mediaqueries-5/Overview.bs

+23-12
Original file line numberDiff line numberDiff line change
@@ -3683,23 +3683,14 @@ device-aspect-ratio</h3>
36833683
</pre>
36843684
</div>
36853685

3686-
<h2 id=priv-sec class=no-num>
3687-
Appendix B: Privacy and Security Considerations</h2>
3686+
<h2 id=privacy class=no-num>
3687+
Appendix B: Privacy Considerations</h2>
36883688

36893689
<em>This section is not normative.</em>
36903690

36913691
<div class="non-normative">
36923692

3693-
Issue: this section is incomplete
3694-
3695-
The 'display-mode' media feature allows an origin
3696-
access to aspects of a user’s local computing environment and,
3697-
particularly when used together with an [=application manifest=] [=manifest/display=] member [[APPMANIFEST]],
3698-
allows an origin some measure of control over a user agent’s native UI.
3699-
Through a CSS media query, a script can know the display mode of a web application.
3700-
An attacker could, in such a case,
3701-
exploit the fact that an application is being displayed in fullscreen
3702-
to mimic the user interface of another application.
3693+
Issue: this section is <a href="https://github.com/w3c/csswg-drafts/issues?q=is%3Aopen+is%3Aissue+label%3Amediaqueries-5+label%3Aprivacy-tracker">incomplete</a>
37033694

37043695
The 'prefers-reduced-data' media feature
37053696
may be an undesired source of fingerprinting,
@@ -3715,6 +3706,26 @@ Appendix B: Privacy and Security Considerations</h2>
37153706

37163707
</div>
37173708

3709+
<h2 id=security class=no-num>
3710+
Appendix C: Security Considerations</h2>
3711+
3712+
<em>This section is not normative.</em>
3713+
3714+
<div class="non-normative">
3715+
3716+
Issue: this section is <a href="https://github.com/w3c/csswg-drafts/issues?q=is%3Aopen+is%3Aissue+label%3Amediaqueries-5+label%3Asecurity-tracker+">incomplete</a>
3717+
3718+
The 'display-mode' media feature allows an origin
3719+
access to aspects of a user’s local computing environment and,
3720+
particularly when used together with an [=application manifest=] [=manifest/display=] member [[APPMANIFEST]],
3721+
allows an origin some measure of control over a user agent’s native UI.
3722+
Through a CSS media query, a script can know the display mode of a web application.
3723+
An attacker could, in such a case,
3724+
exploit the fact that an application is being displayed in fullscreen
3725+
to mimic the user interface of another application.
3726+
3727+
</div>
3728+
37183729
<h2 id="changes" class="no-num">
37193730
Changes</h2>
37203731

0 commit comments

Comments
 (0)