Skip to content

Commit 5d119b9

Browse files
author
Jihye Hong
committed
Editorial: Fix spelling mistakes
1 parent 9555dd4 commit 5d119b9

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

index.bs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@ depending on their position
7979
allowing it to address problems encountered with sequential navigation.
8080

8181
<figure>
82-
<img alt="When elements are layed out in a grid pattern, spatial navigation makes it much easier to predict and control where focus should move to." src="images/spatnav-enable.png" style="width: 500px;"/>
82+
<img alt="When elements are laid out in a grid pattern, spatial navigation makes it much easier to predict and control where focus should move to." src="images/spatnav-enable.png" style="width: 500px;"/>
8383
<figcaption>Application using a grid-like layout.</figcaption>
8484
</figure>
8585

8686
While arrow keys are naturally suited to control spatial navigation,
8787
no previous specification describes how that should work,
88-
or how it may be controled.
88+
or how it may be controlled.
8989
This specification introduces a processing model for spatial navigation,
9090
as well as APIs
9191
enabling authors to control and override how spatial navigation works.
@@ -115,7 +115,7 @@ they represent an important part of the user or author experience
115115
of the features defined in specification.
116116
At the same time, the core functionality of this specification
117117
can be implemented without implementing these
118-
so it seems possible that implementors may chose to down-prioritize them
118+
so it seems possible that implementors may choose to down-prioritize them
119119
to reduce the scope of a first implementation.
120120
While it is hoped that these features will be implemented as well,
121121
they are marked at-risk in recognition that they might not be at first.
@@ -276,7 +276,7 @@ When the user triggers spatial navigation in a given direction,
276276
the User Agent must run the <a>spatial navigation steps</a> in that direction.
277277

278278
This specification does not define what UI mechanism User Agents should offer to users to trigger spatial navigation.
279-
This intentionaly left for User Agents to decide.
279+
This intentionally left for User Agents to decide.
280280

281281
<div class=note>Note:
282282
It is expected that User Agents on devices with limited input capabilities,
@@ -287,7 +287,7 @@ This intentionaly left for User Agents to decide.
287287

288288
Although it is possible for User Agents
289289
to implement the processing model and APIs defined by the specification
290-
without giving any direct means to the user to trigger spatial navigation themself,
290+
without giving any direct means to the user to trigger spatial navigation themselves,
291291
this specification recommends not to do so:
292292
User Agents should offer a means for users to trigger spatial navigation directly,
293293
without having to use the APIs.
@@ -297,7 +297,7 @@ by the UA in response to user actions
297297
even if the author has not invoked any of the APIs.
298298

299299
Regardless of the actual mechanism chosen to trigger spatial navigation,
300-
the following requiremnts apply:
300+
the following requirements apply:
301301
* If the mechanism the user must use to trigger spatial navigation
302302
would normally fire a {{UIEvent}},
303303
then that event must be fired prior to running the <a>spatial navigation steps</a>
@@ -429,7 +429,7 @@ The {{Element/focusableAreas()}} method must follow these steps:
429429
The {{Element/spatNavSearch()}} method must follow these steps:
430430
1. Let <var>d</var> be the argument's {{SpatNavSearchOptions/dir}} attribute
431431
2. If the argument's {{SpatNavSearchOptions/candidates}} attribute is not <code>null</code>,
432-
then let <var>areas</var> be that atribute,
432+
then let <var>areas</var> be that attribute,
433433
else, let <var>areas</var> be the result of <a>finding focusable areas</a>
434434
within the argument's {{SpatNavSearchOptions/container}} attribute is not <code>null</code>,
435435
or the element's nearest <a>spatnav container</a> ancestor

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1546,12 +1546,12 @@ <h2 class="non-normative heading settled" data-level="1" id="intro"><span class=
15461546
depending on their position
15471547
allowing it to address problems encountered with sequential navigation.</p>
15481548
<figure>
1549-
<img alt="When elements are layed out in a grid pattern, spatial navigation makes it much easier to predict and control where focus should move to." src="images/spatnav-enable.png" style="width: 500px;">
1549+
<img alt="When elements are laid out in a grid pattern, spatial navigation makes it much easier to predict and control where focus should move to." src="images/spatnav-enable.png" style="width: 500px;">
15501550
<figcaption>Application using a grid-like layout.</figcaption>
15511551
</figure>
15521552
<p>While arrow keys are naturally suited to control spatial navigation,
15531553
no previous specification describes how that should work,
1554-
or how it may be controled.
1554+
or how it may be controlled.
15551555
This specification introduces a processing model for spatial navigation,
15561556
as well as APIs
15571557
enabling authors to control and override how spatial navigation works.</p>
@@ -1578,7 +1578,7 @@ <h2 class="non-normative heading settled" data-level="1" id="intro"><span class=
15781578
of the features defined in specification.
15791579
At the same time, the core functionality of this specification
15801580
can be implemented without implementing these
1581-
so it seems possible that implementors may chose to down-prioritize them
1581+
so it seems possible that implementors may choose to down-prioritize them
15821582
to reduce the scope of a first implementation.
15831583
While it is hoped that these features will be implemented as well,
15841584
they are marked at-risk in recognition that they might not be at first.</p>
@@ -1699,23 +1699,23 @@ <h2 class="heading settled" data-level="4" id="triggering"><span class="secno">4
16991699
<p>When the user triggers spatial navigation in a given direction,
17001700
the User Agent must run the <a data-link-type="dfn" href="#spatial-navigation-steps" id="ref-for-spatial-navigation-steps">spatial navigation steps</a> in that direction.</p>
17011701
<p>This specification does not define what UI mechanism User Agents should offer to users to trigger spatial navigation.
1702-
This intentionaly left for User Agents to decide.</p>
1702+
This intentionally left for User Agents to decide.</p>
17031703
<div class="note" role="note">Note:
17041704
It is expected that User Agents on devices with limited input capabilities,
17051705
such as TVs operated with a remote control,
17061706
or devices operated with a game controller,
17071707
will use spatial navigation as their primary or exclusive navigation mechanism. </div>
17081708
<p>Although it is possible for User Agents
17091709
to implement the processing model and APIs defined by the specification
1710-
without giving any direct means to the user to trigger spatial navigation themself,
1710+
without giving any direct means to the user to trigger spatial navigation themselves,
17111711
this specification recommends not to do so:
17121712
User Agents should offer a means for users to trigger spatial navigation directly,
17131713
without having to use the APIs.</p>
17141714
<p class="note" role="note"><span>Note:</span> Conversely, authors should assume that spatial navigation may be triggered
17151715
by the UA in response to user actions
17161716
even if the author has not invoked any of the APIs.</p>
17171717
<p>Regardless of the actual mechanism chosen to trigger spatial navigation,
1718-
the following requiremnts apply:</p>
1718+
the following requirements apply:</p>
17191719
<ul>
17201720
<li data-md="">
17211721
<p>If the mechanism the user must use to trigger spatial navigation
@@ -1835,7 +1835,7 @@ <h2 class="heading settled" data-level="5" id="js-api"><span class="secno">5. </
18351835
<p>Let <var>d</var> be the argument’s <code class="idl"><a data-link-type="idl" href="#dom-spatnavsearchoptions-dir" id="ref-for-dom-spatnavsearchoptions-dir">dir</a></code> attribute</p>
18361836
<li data-md="">
18371837
<p>If the argument’s <code class="idl"><a data-link-type="idl" href="#dom-spatnavsearchoptions-candidates" id="ref-for-dom-spatnavsearchoptions-candidates">candidates</a></code> attribute is not <code>null</code>,
1838-
then let <var>areas</var> be that atribute,
1838+
then let <var>areas</var> be that attribute,
18391839
else, let <var>areas</var> be the result of <a data-link-type="dfn" href="#find-focusable-areas" id="ref-for-find-focusable-areas①">finding focusable areas</a> within the argument’s <code class="idl"><a data-link-type="idl" href="#dom-spatnavsearchoptions-container" id="ref-for-dom-spatnavsearchoptions-container">container</a></code> attribute is not <code>null</code>,
18401840
or the element’s nearest <a data-link-type="dfn" href="#spatial-navigation-focus-container" id="ref-for-spatial-navigation-focus-container⑨">spatnav container</a> ancestor</p>
18411841
<li data-md="">

0 commit comments

Comments
 (0)