Directional Language
Do not use directional language to describe where UI elements are located to the user. Directional language includes words like:
-
up
-
down
-
left
-
right
-
above
-
below
To avoid directional language, do not describe the UI visually, or in relation to other UI elements, where possible. Stick to button names or icons as much as possible.
If the automatic Vale rule flags a use of directional language:
-
If the usage is describing values, such as
a value above 10
ora value below 20
, rewrite the sentence to usea value greater than 10
ora value less than 20
, respectively. -
If the usage is in a valid phrase, such as
back up
, let the tooling team know so that an exception can be added to the rule.