Skip to content

Commit d519307

Browse files
committed
[mediaqueries-4] Spell check. Fixes w3c#5288.
1 parent ffe3f7c commit d519307

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

mediaqueries-4/Overview.bs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,7 @@ Evaluating Media Queries {#evaluating}
961961
In standard boolean logic, the only reasonable value is “false”,
962962
but this means that ''not unknown(function)'' is true,
963963
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,
965965
unless their value is irrelevant to the final result.
966966
</div>
967967

@@ -1242,7 +1242,7 @@ Display Resolution: the 'resolution' feature</h3>
12421242
along each axis, and the would therefore be no difference between the vertical
12431243
and horizontal resolution.
12441244

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,
12461246
this would be to respond to physical pixels not being square either. How
12471247
the UA comes to this knowledge is out of scope, but having enough information
12481248
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>
13391339
</pre>
13401340

13411341
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.
13431343
It accepts the following values:
13441344

13451345
<dl dfn-type=value dfn-for="@media/update">
@@ -1806,7 +1806,7 @@ Pointing Device Quality: the 'pointer' feature</h3>
18061806
In addition, even if the primary pointing device has ''fine'' pointing accuracy,
18071807
there may be additional ''coarse'' pointing devices available to the user. Authors may
18081808
wish to query the 'any-pointer' media feature to take these other ''coarse'' potential
1809-
pointing devicess into account.
1809+
pointing devices into account.
18101810

18111811
<div class="example">
18121812
<pre>
@@ -2152,7 +2152,7 @@ device-aspect-ratio</h3>
21522152
Changes</h2>
21532153

21542154
<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>
21562156
The following changes were made to this specification since the
21572157
<a href="https://www.w3.org/TR/2017/CR-mediaqueries-4-20170905/">5 September 2017 Candidate Recommendation</a>:
21582158

@@ -2200,11 +2200,11 @@ The following changes were made to this specification since the
22002200
Changes Since Media Queries Level 3</h3>
22012201

22022202
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>:
22042204

22052205
<ul>
22062206
<li>
2207-
Large editorial rewrite and reorgization of the document.
2207+
Large editorial rewrite and reorganization of the document.
22082208

22092209
<li>
22102210
<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
22912291
without any clear benefit to doing so.
22922292
They are retained for compatibility reasons,
22932293
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.
22952295

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>
22972297
to help editors and Working Groups evaluate the risks introduced by their specifications.
22982298
Answers are provided below.
22992299

@@ -2325,7 +2325,7 @@ Answers are provided below.
23252325

23262326
<dt>Does this specification allow an origin access to aspects of a user’s local computing environment?
23272327
<dd>
2328-
Yes, as described in the prose above this questionaire.
2328+
Yes, as described in the prose above this questionnaire.
23292329

23302330
<dt>Does this specification allow an origin access to other devices?
23312331
<dd>No.

0 commit comments

Comments
 (0)