Skip to content

Commit ebb5af9

Browse files
schenney-chromiumsvgeesus
authored andcommitted
Fix typos
1 parent 82a4356 commit ebb5af9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mediaqueries-5/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,11 @@ Units</h3>
152152
Prefers-* 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

0 commit comments

Comments
 (0)