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>
152152Prefers-* Media Features Security and Privacy</h3>
153153
154154 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.
156156
157157 * The 'prefers-reduced-data' media feature may be correlated with low income and limited data.
158158 * 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,
160160
161161 Properties dependent on one of the above media queries
162162 may be read by embedded iframe content using several methods:
@@ -166,7 +166,7 @@ Prefers-* Media Features Security and Privacy</h3>
166166 * Images may be rendered into a canvas element and pixels value read by script.
167167
168168 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.
170170 Combining these queries increases the fingerprinting risk,
171171 allowing users to be sorted into smaller buckets.
172172
You can’t perform that action at this time.
0 commit comments