You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mediaqueries-4/Overview.bs
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -961,7 +961,7 @@ Evaluating Media Queries {#evaluating}
961
961
In standard boolean logic, the only reasonable value is “false”,
962
962
but this means that ''not unknown(function)'' is true,
963
963
which can be confusing and unwanted.
964
-
Kleen's 3-valued logic ensures that unknown things will prevent a <a>media query</a> from matching,
964
+
Kleene's 3-valued logic ensures that unknown things will prevent a <a>media query</a> from matching,
965
965
unless their value is irrelevant to the final result.
966
966
</div>
967
967
@@ -1242,7 +1242,7 @@ Display Resolution: the 'resolution' feature</h3>
1242
1242
along each axis, and the would therefore be no difference between the vertical
1243
1243
and horizontal resolution.
1244
1244
1245
-
Otherwise, if the UA choses to map a different number along each axis,
1245
+
Otherwise, if the UA chooses to map a different number along each axis,
1246
1246
this would be to respond to physical pixels not being square either. How
1247
1247
the UA comes to this knowledge is out of scope, but having enough information
1248
1248
to take this decision, it can invert the mapping should the device be rotated 90 degrees.
@@ -1339,7 +1339,7 @@ Display Update Frequency: the 'update' feature</h3>
1339
1339
</pre>
1340
1340
1341
1341
The 'update' media feature is used to query the ability of the output device
1342
-
to modify the apearance of content once it has been rendered.
1342
+
to modify the appearance of content once it has been rendered.
1343
1343
It accepts the following values:
1344
1344
1345
1345
<dl dfn-type=value dfn-for="@media/update">
@@ -1806,7 +1806,7 @@ Pointing Device Quality: the 'pointer' feature</h3>
1806
1806
In addition, even if the primary pointing device has ''fine'' pointing accuracy,
1807
1807
there may be additional ''coarse'' pointing devices available to the user. Authors may
1808
1808
wish to query the 'any-pointer' media feature to take these other ''coarse'' potential
1809
-
pointing devicess into account.
1809
+
pointing devices into account.
1810
1810
1811
1811
<div class="example">
1812
1812
<pre>
@@ -2152,7 +2152,7 @@ device-aspect-ratio</h3>
2152
2152
Changes</h2>
2153
2153
2154
2154
<h3 id="changes-2017-9">
2155
-
Changes since the 5 Septemper 2017 Candidate Recommendation</h3>
2155
+
Changes since the 5 September 2017 Candidate Recommendation</h3>
2156
2156
The following changes were made to this specification since the
2157
2157
<a href="https://www.w3.org/TR/2017/CR-mediaqueries-4-20170905/">5 September 2017 Candidate Recommendation</a>:
2158
2158
@@ -2200,11 +2200,11 @@ The following changes were made to this specification since the
2200
2200
Changes Since Media Queries Level 3</h3>
2201
2201
2202
2202
The following changes were made to this specification since the
2203
-
<a href="https://www.w3.org/TR/css3-mediaqueries/">19 June 2012 Recomendation of Media Queries Level 3</a>:
2203
+
<a href="https://www.w3.org/TR/css3-mediaqueries/">19 June 2012 Recommendation of Media Queries Level 3</a>:
2204
2204
2205
2205
<ul>
2206
2206
<li>
2207
-
Large editorial rewrite and reorgization of the document.
2207
+
Large editorial rewrite and reorganization of the document.
2208
2208
2209
2209
<li>
2210
2210
<a href="#mq-boolean-context">Boolean-context</a><a>media features</a> are now additionally false
@@ -2291,9 +2291,9 @@ expose information about the environment in which the UA is running
2291
2291
without any clear benefit to doing so.
2292
2292
They are retained for compatibility reasons,
2293
2293
but for the sake of privacy and security,
2294
-
UAs have been allowed to report inacurate information.
2294
+
UAs have been allowed to report inaccurate information.
2295
2295
2296
-
The <a href="http://www.w3.org/2001/tag/">TAG</a> has developed a <a href="https://www.w3.org/TR/security-privacy-questionnaire/">self-review questionaire</a>
2296
+
The <a href="http://www.w3.org/2001/tag/">TAG</a> has developed a <a href="https://www.w3.org/TR/security-privacy-questionnaire/">self-review questionnaire</a>
2297
2297
to help editors and Working Groups evaluate the risks introduced by their specifications.
2298
2298
Answers are provided below.
2299
2299
@@ -2325,7 +2325,7 @@ Answers are provided below.
2325
2325
2326
2326
<dt>Does this specification allow an origin access to aspects of a user’s local computing environment?
2327
2327
<dd>
2328
-
Yes, as described in the prose above this questionaire.
2328
+
Yes, as described in the prose above this questionnaire.
2329
2329
2330
2330
<dt>Does this specification allow an origin access to other devices?
0 commit comments