File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -152,11 +152,11 @@ Units</h3>
152
152
Prefers-* Media Features Security and Privacy</h3>
153
153
154
154
Media features that reflect operating system preferences are a fingerprinting risk
155
- because difference users have different preferences and these are observable to origins.
155
+ because different users have different preferences and these are observable to origins.
156
156
157
157
* The 'prefers-reduced-data' media feature may be correlated with low income and limited data.
158
158
* The `prefers-reduced-motion`, `prefers-color-scheme`, `prefers-reduced-transparency` and
159
- `forced-colors` reflect affordances for a range of special needs,
159
+ `forced-colors` queries reflect affordances for a range of special needs,
160
160
161
161
Properties dependent on one of the above media queries
162
162
may be read by embedded iframe content using several methods:
@@ -166,7 +166,7 @@ Prefers-* Media Features Security and Privacy</h3>
166
166
* Images may be rendered into a canvas element and pixels value read by script.
167
167
168
168
Authors should use these media features only when the benefit is clear,
169
- particularly when embedded third party content.
169
+ particularly when embedding third party content.
170
170
Combining these queries increases the fingerprinting risk,
171
171
allowing users to be sorted into smaller buckets.
172
172
You can’t perform that action at this time.
0 commit comments