Skip to content

Commit 40da792

Browse files
author
Jihye Hong
committed
Use 'User Agent' term consistently in the spec
Use 'User Agent' instead of 'UA'
1 parent fde7c9e commit 40da792

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

css-nav-1/Overview.bs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ and [[#js-api]] for details about the JavaScript API.
241241
arranged in a scrollable element
242242
would be navigated when using spatial navigation.
243243
For the sake of keeping the description simple,
244-
this example assumes a UA where spatial navigation is triggered using arrow keys.
244+
this example assumes a User Agent where spatial navigation is triggered using arrow keys.
245245

246246
<figure>
247247
<img alt="" src="images/spatnav-scroll-visible-1.png" style="width: 200px;"/>
@@ -321,7 +321,7 @@ User Agents should offer a means for users to trigger spatial navigation directl
321321
without having to use the APIs.
322322

323323
Note: Conversely, authors should assume that spatial navigation may be triggered
324-
by the UA in response to user actions
324+
by the User Agent in response to user actions
325325
even if the author has not invoked any of the APIs.
326326

327327
Regardless of the actual mechanism chosen to trigger spatial navigation,
@@ -370,7 +370,7 @@ the following requirements apply:
370370
(in addition to moving the focus)
371371
User Agents should not offer the same mechanism to trigger both spatial navigation
372372
and a scrolling behavior separate from spatial navigation.
373-
UAs may however, offer a way for the user to switch between different modes,
373+
User Agents may however, offer a way for the user to switch between different modes,
374374
or offer both based on different UI mechanism.
375375

376376
<div class=example>
@@ -403,7 +403,7 @@ the same chain of events will be fired and
403403
the same element will be scrolled or focused.
404404

405405
Note: Authors can use this to trigger spatial navigation
406-
based on a different UI mechanism than the one assigned by the UA,
406+
based on a different UI mechanism than the one assigned by the User Agent,
407407
such as mapping to different keys,
408408
or triggering spatial navigation from a clickable on-screen directional pad.
409409
or in reaction to other events than UI ones.
@@ -683,7 +683,7 @@ The <a event>navbeforefocus</a> event occurs before spatial navigation changes t
683683
This example shows the [[UI-EVENTS#event-order]] when pressing the <code class=key>ArrowRight</code>
684684
key.
685685
For the sake of keeping the description simple,
686-
this example assumes a UA where spatial navigation is triggered using arrow keys.
686+
this example assumes a User Agent where spatial navigation is triggered using arrow keys.
687687

688688
<table class="complex data">
689689
<thead>
@@ -760,7 +760,7 @@ and it cannot be scrolled at the same time.
760760
This example shows the [[UI-EVENTS#event-order]] when pressing the <code class=key>ArrowDown</code>
761761
key in the situation like the following figure.
762762
For the sake of keeping the description simple,
763-
this example assumes a UA where spatial navigation is triggered using arrow keys.
763+
this example assumes a User Agent where spatial navigation is triggered using arrow keys.
764764

765765
<figure>
766766
<img alt="An image about navnotarget" src="images/navnotarget-example-1.png" style="width: 200px;"/>
@@ -946,7 +946,7 @@ The user agent may set it when the user indicates that it should be moved.
946946
Note: For example, the user agent could set it to the position of the user's click if the user clicks on the document contents,
947947
and unset when the focus is moved (by spatial navigation or any other means).
948948

949-
If the UA sets both a <a>spatial navigation starting point</a> and a <a>sequential focus navigation starting point</a>,
949+
If the User Agent sets both a <a>spatial navigation starting point</a> and a <a>sequential focus navigation starting point</a>,
950950
they must not be set differently.
951951

952952
<div algorithm="to run the spatial navigation steps">

0 commit comments

Comments
 (0)