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: index.bs
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -79,13 +79,13 @@ depending on their position
79
79
allowing it to address problems encountered with sequential navigation.
80
80
81
81
<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;"/>
83
83
<figcaption>Application using a grid-like layout.</figcaption>
84
84
</figure>
85
85
86
86
While arrow keys are naturally suited to control spatial navigation,
87
87
no previous specification describes how that should work,
88
-
or how it may be controled.
88
+
or how it may be controlled.
89
89
This specification introduces a processing model for spatial navigation,
90
90
as well as APIs
91
91
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
115
115
of the features defined in specification.
116
116
At the same time, the core functionality of this specification
117
117
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
119
119
to reduce the scope of a first implementation.
120
120
While it is hoped that these features will be implemented as well,
121
121
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,
276
276
the User Agent must run the <a>spatial navigation steps</a> in that direction.
277
277
278
278
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.
280
280
281
281
<div class=note>Note:
282
282
It is expected that User Agents on devices with limited input capabilities,
@@ -287,7 +287,7 @@ This intentionaly left for User Agents to decide.
287
287
288
288
Although it is possible for User Agents
289
289
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,
291
291
this specification recommends not to do so:
292
292
User Agents should offer a means for users to trigger spatial navigation directly,
293
293
without having to use the APIs.
@@ -297,7 +297,7 @@ by the UA in response to user actions
297
297
even if the author has not invoked any of the APIs.
298
298
299
299
Regardless of the actual mechanism chosen to trigger spatial navigation,
300
-
the following requiremnts apply:
300
+
the following requirements apply:
301
301
* If the mechanism the user must use to trigger spatial navigation
302
302
would normally fire a {{UIEvent}},
303
303
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:
429
429
The {{Element/spatNavSearch()}} method must follow these steps:
430
430
1. Let <var>d</var> be the argument's {{SpatNavSearchOptions/dir}} attribute
431
431
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,
433
433
else, let <var>areas</var> be the result of <a>finding focusable areas</a>
434
434
within the argument's {{SpatNavSearchOptions/container}} attribute is not <code>null</code>,
435
435
or the element's nearest <a>spatnav container</a> ancestor
allowing it to address problems encountered with sequential navigation.</p>
1548
1548
<figure>
1549
-
<imgalt="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
+
<imgalt="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;">
1550
1550
<figcaption>Application using a grid-like layout.</figcaption>
1551
1551
</figure>
1552
1552
<p>While arrow keys are naturally suited to control spatial navigation,
1553
1553
no previous specification describes how that should work,
1554
-
or how it may be controled.
1554
+
or how it may be controlled.
1555
1555
This specification introduces a processing model for spatial navigation,
1556
1556
as well as APIs
1557
1557
enabling authors to control and override how spatial navigation works.</p>
<p>When the user triggers spatial navigation in a given direction,
1700
1700
the User Agent must run the <adata-link-type="dfn" href="#spatial-navigation-steps" id="ref-for-spatial-navigation-steps">spatial navigation steps</a> in that direction.</p>
1701
1701
<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>
1703
1703
<divclass="note" role="note">Note:
1704
1704
It is expected that User Agents on devices with limited input capabilities,
1705
1705
such as TVs operated with a remote control,
1706
1706
or devices operated with a game controller,
1707
1707
will use spatial navigation as their primary or exclusive navigation mechanism. </div>
1708
1708
<p>Although it is possible for User Agents
1709
1709
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,
1711
1711
this specification recommends not to do so:
1712
1712
User Agents should offer a means for users to trigger spatial navigation directly,
1713
1713
without having to use the APIs.</p>
1714
1714
<pclass="note" role="note"><span>Note:</span> Conversely, authors should assume that spatial navigation may be triggered
1715
1715
by the UA in response to user actions
1716
1716
even if the author has not invoked any of the APIs.</p>
1717
1717
<p>Regardless of the actual mechanism chosen to trigger spatial navigation,
1718
-
the following requiremnts apply:</p>
1718
+
the following requirements apply:</p>
1719
1719
<ul>
1720
1720
<lidata-md="">
1721
1721
<p>If the mechanism the user must use to trigger spatial navigation
<p>Let <var>d</var> be the argument’s <codeclass="idl"><adata-link-type="idl" href="#dom-spatnavsearchoptions-dir" id="ref-for-dom-spatnavsearchoptions-dir">dir</a></code> attribute</p>
1836
1836
<lidata-md="">
1837
1837
<p>If the argument’s <codeclass="idl"><adata-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,
1839
1839
else, let <var>areas</var> be the result of <adata-link-type="dfn" href="#find-focusable-areas" id="ref-for-find-focusable-areas①">finding focusable areas</a> within the argument’s <codeclass="idl"><adata-link-type="idl" href="#dom-spatnavsearchoptions-container" id="ref-for-dom-spatnavsearchoptions-container">container</a></code> attribute is not <code>null</code>,
1840
1840
or the element’s nearest <adata-link-type="dfn" href="#spatial-navigation-focus-container" id="ref-for-spatial-navigation-focus-container⑨">spatnav container</a> ancestor</p>
0 commit comments