@@ -1033,6 +1033,27 @@ partial namespace CSS {
1033
1033
Otherwise, it must return <code> false</code> .
1034
1034
</dl>
1035
1035
1036
+ <h2 class=no-num id=priv-sec>Privacy and Security Considerations</h2>
1037
+
1038
+ This spec introduces no new security considerations.
1039
+
1040
+ Various features in this specification,
1041
+ associated mainly with the ''@media'' rule
1042
+ but also to some degree with the ''@supports'' rule,
1043
+ provide information to Web content about
1044
+ the user's hardware and software and their configuration and state.
1045
+ Most of the information is provided through the features in [[MEDIAQ]]
1046
+ rather than through the features in this specification.
1047
+ However, the ''@supports'' rule may provide some additional details about the user's software
1048
+ and whether it is running with non-default settings that may enable or disable certain features.
1049
+
1050
+ Most of this information can also be determined through other APIs.
1051
+ However, the features in this specification are one of the ways this information
1052
+ is exposed on the Web.
1053
+
1054
+ This information can also, in aggregate, be used to improve the accuracy of
1055
+ <a href="https://www.w3.org/2001/tag/doc/unsanctioned-tracking/">fingerprinting</a> of the user.
1056
+
1036
1057
<h2 id="changes">
1037
1058
Changes</h2>
1038
1059
@@ -1051,6 +1072,7 @@ Changes</h2>
1051
1072
for consistency with the ''@import'' rule’s ''supports()'' function.
1052
1073
<li> Fixed missing semicolons in IDL code.
1053
1074
<li> Updated links, terminology, and example code in response to changes to other modules.
1075
+ <li> Added section on privacy and security considerations.</li>
1054
1076
</ul>
1055
1077
1056
1078
<h2 class=no-num id="acknowledgments">Acknowledgments</h2>
@@ -1081,12 +1103,3 @@ Zack Weinberg,
1081
1103
Estelle Weyl,
1082
1104
Boris Zbarsky,
1083
1105
and all the rest of the <a href="http://lists.w3.org/Archives/Public/www-style/">www-style</a> community.
1084
-
1085
- <h2 class=no-num id=priv-sec>Privacy and Security Considerations</h2>
1086
-
1087
- This spec introduces no new security considerations.
1088
-
1089
- While this spec does modify the definition of the ''@media'' rule,
1090
- which does have some privacy considerations,
1091
- the modifications defined here do not have any effect on the privacy considerations for ''@media'' .
1092
- No other feature in this spec has any privacy considerations.
0 commit comments