|
|
Consider using the CSS property "white-space: nowrap" instead of . </b>If you use CSS to control the content layout, it's easier to change it later. For example, you only need to change the value from 'nowrap' to 'overflow' to allow the content to wrap.
</p>
</td>
<td valign="top" class="classification">
<p>
XHTML-MP<br />Openwave<br />
</p>
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/arrow1_large.gif" width="11" height="11" border="0" alt="arrow" title="arrow" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Use the CSS "visibility" property cautiously. </b>Consider how changing an element's visibility may affect the overall screen layout.
</p>
</td>
<td valign="top" class="classification">
<p>
XHTML-MP<br />Nokia<br />
</p>
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/arrow1_large.gif" width="11" height="11" border="0" alt="arrow" title="arrow" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Be consistent with content alignment. </b>Consistent alignment can make content more readable. Using many varied alignments on the same page makes it harder for the user to scan.
</p>
</td>
<td valign="top" class="classification">
<p>
XHTML-MP<br />WML2<br />
</p>
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/arrow1_large.gif" width="11" height="11" border="0" alt="arrow" title="arrow" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Avoid multiple-choice select lists (selects lists with 'multiple="multiple"'). </b>We have little information about how these might be rendered on different devices. They may be pull-down menus, they may be separate screens. They may take over the softkey, they may not. Use checkboxes instead.
</p>
</td>
<td valign="top" class="classification">
<p>
XHTML-MP
</p>
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/check1_large.gif" width="11" height="11" border="0" alt="check" title="check" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Do not add brackets or underlining to designate a link. </b>The browser adds the formatting automatically. Note that links may appear differently on different phones.
</p>
</td>
<td valign="top" class="classification">
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/check1_large.gif" width="11" height="11" border="0" alt="check" title="check" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Use font formatting (e.g., boldface) only as a redundant highlighting method. </b>In other words, do not use font formatting as a primary or single means of encoding information. Because some phones cannot display formatted characters, you must not rely on font formatting. This does not mean that you shouldn't use font formatting (it looks great on some phones), but rather that the application still be usable even if the formatting is invisible. Use a more basic form of emphasis (e.g., ALL CAPS) if all users must see it.
</p>
</td>
<td valign="top" class="classification">
<p>
HDML<br />WML<br />
</p>
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15">
</td>
<td valign="top">
<p>
<b>Do not include a blank line in a header. </b>
</p>
</td>
<td valign="top" class="classification">
<p>
HDML<br />WML<br />
</p>
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/arrow1_large.gif" width="11" height="11" border="0" alt="arrow" title="arrow" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Avoid unnecessary punctuation. </b>Colons, dashes, parentheses, and quotation marks are common culprits. For example, "Low 52" is just as clear as "Low: 52." Remember that in a select list, one character consumes ~8% of the available space on a small display. Remember that in a choice list, one character consumes ~10% of the available space on 12-14 character phones.
</p>
</td>
<td valign="top" class="classification">
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/arrow1_large.gif" width="11" height="11" border="0" alt="arrow" title="arrow" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Do not break long character strings with dashes, commas, or other traditional separators. </b>For example, the word "autobiographical" is too long for many screens (16 characters) and must be broken. It is tempting to re-write the word as "auto-biographical." But the browser sees this new text as a continuous string of 17 characters, making it worse than the original word! The browser will insert line breaks only at a space, which means that text must appear as "auto- biographical." A better choice would be to substitute a different, shorter word.
</p>
</td>
<td valign="top" class="classification">
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/arrow1_large.gif" width="11" height="11" border="0" alt="arrow" title="arrow" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Words (strings of characters) not separated by (standard) spaces should not exceed the minimum display width. </b>Character strings exceeding the minimum width will be broken in different places by different devices, creating unpredictable fractions of text. Avoid this problem by searching for and replacing strings exceeding your target width. Do not apply this rule to email addresses or other items for which precise spelling is critical. Note that non-breaking spaces do not behave the same as "standard" spaces and should be counted as standard characters. For older, HDML phones, assume a standard minimum width of 12 characters. For older, WML 1.x phones, assume a standard minimum width of 14 characters. If only targeting Nokia devices, use 18 characters.
</p>
</td>
<td valign="top" class="classification">
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15">
</td>
<td valign="top">
<p>
<b>Display screen titles and softkeys in ALL CAPITAL LETTERS. </b>This convention visually separates content from headers and softkeys. Brand names, proper nouns, and user-generated text (like subject lines of email messages) are exceptions to this rule.
</p>
</td>
<td valign="top" class="classification">
<p>
HDML<br />WML<br />Openwave<br />
</p>
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/arrow1_large.gif" width="11" height="11" border="0" alt="arrow" title="arrow" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Be careful with words that are ambiguous with regard to their part of speech. </b>Ambiguity is a problem in small displays because of the absence of natural language and the use of words outside their normal context. Words intended as verbs are often misinterpreted as nouns or adjectives, and vice versa. For example, an email menu containing the item READ MAIL could be interpreted in at least two ways. It could be understood as a verb, indicating link to an inbox for the reading of email. Or it could be understood as an adjective, implying a link to a list of email that has already been read. Even when the part of speech is clear, some words still cause trouble. Does NEW EMAIL refer to the act of composing a new email or to a list of email that has not yet been read?
</p>
</td>
<td valign="top" class="classification">
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15">
</td>
<td valign="top">
<p>
<b>Use the format xxx-xxx-xxxx for North American phone numbers. </b>This format is 12 characters and will fit (without breaking) more often than the larger "(xxx) xxx-xxxx" format. If you are unsure what the phone number is, do not necessarily provide formatting because it may prohibit or distort numbers such as "1-800-FLOWERS."
</p>
</td>
<td valign="top" class="classification">
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/arrow1_large.gif" width="11" height="11" border="0" alt="arrow" title="arrow" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Do not break up text with blank lines. </b>Blank lines imply the end of a card and users will often fail to scroll beyond a blank line. Use a row of 6-12 dashes (------) instead of a blank line.
</p>
</td>
<td valign="top" class="classification">
<p>
phone
</p>
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15">
</td>
<td valign="top">
<p>
<b>When figuring the length of linked text, include two (potential) characters for the brackets. </b>Note that links may appear differently on different phones.
</p>
</td>
<td valign="top" class="classification">
<p>
HDML<br />WML<br />Openwave<br />
</p>
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/arrow1_large.gif" width="11" height="11" border="0" alt="arrow" title="arrow" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Do not underline text. </b>Users may misinterpret underlined text as a link.
</p>
</td>
<td valign="top" class="classification">
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/arrow1_large.gif" width="11" height="11" border="0" alt="arrow" title="arrow" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>In most cases, decimal format (e.g., 0.25) is preferred over fractional format (e.g., 1/4). </b>Unlike fractional representations, decimal format may be rounded to a certain number of digits, thus conserving space.
</p>
</td>
<td valign="top" class="classification">
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15">
</td>
<td valign="top">
<p>
<b>Use non-breaking spaces to maintain the integrity of fractional numbers. </b>A whole number followed by a fraction (e.g., 34 7/16) should be separated by a non-breaking space. This will prevent undesirable breaks across lines or even screens (on phones that appropriately display non-breaking spaces).
</p>
</td>
<td valign="top" class="classification">
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/arrow1_large.gif" width="11" height="11" border="0" alt="arrow" title="arrow" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Avoid displaying more numeric accuracy than is necessary. </b>Just because your database supports numeric accuracy to the third decimal point doesn't mean your mobile users need or want to see that much information. It's usually more efficient to give users a highly rounded value at first and allow them to get more detail on a lower-level page. If you're hesitant to round or truncate numbers, consider that the device's small screen may do it for you whether you like it or not!
</p>
</td>
<td valign="top" class="classification">
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/arrow1_large.gif" width="11" height="11" border="0" alt="arrow" title="arrow" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Two functions on a card should share the same label only if they perform the same action. </b>
</p>
</td>
<td valign="top" class="classification">
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15">
</td>
<td valign="top">
<p>
<b>Use caution when using non-breaking spaces. </b>Some phones will treat them as breaking spaces.
</p>
</td>
<td valign="top" class="classification">
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/arrow1_large.gif" width="11" height="11" border="0" alt="arrow" title="arrow" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Use <left> justification for text in "nowrap" mode. Use <left> justification for text in "line" mode. </b>
</p>
</td>
<td valign="top" class="classification">
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15">
</td>
<td valign="top">
<p>
<b>Do not use soft hyphens. </b>They don't work on many devices.
</p>
</td>
<td valign="top" class="classification">
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/arrow1_large.gif" width="11" height="11" border="0" alt="arrow" title="arrow" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Consider saving (perhaps in a cookie) and displaying user entry when the user revisits a screen. </b>In many situations, the user will enter the same data again. Examples include starting point location for directions and stock ticker symbols.
</p>
</td>
<td valign="top" class="classification">
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/check1_large.gif" width="11" height="11" border="0" alt="check" title="check" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Text displayed in "nowrap" mode must have enough information in the first screen width to give users a clue what that line is about. </b>Otherwise, users will have to go to the first line, wait for the other text to be displayed, then go to the second line, and wait for the other text to be displayed, etc. Remember that on some devices that the cursor consumes one space of the first screen width.
</p>
</td>
<td valign="top" class="classification">
<p>
HDML<br />WML<br />XHTML-MP<br />
</p>
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/arrow1_large.gif" width="11" height="11" border="0" alt="arrow" title="arrow" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Put the most important content first. </b>Use the traditional journalistic style of writing: critical details first, least interesting details last.
</p>
</td>
<td valign="top" class="classification">
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/arrow1_large.gif" width="11" height="11" border="0" alt="arrow" title="arrow" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Organize questions, greetings, error messages, et cetera so that the user can respond without having to read all the text. </b>For example, instead of "Confirm deletion of user 'myfriend'", use "Delete 'myfriend'?" with commands "Erase" and "Cancel". Instead of "Error 1234: Could not recognize address," use "Address not recognized."
</p>
</td>
<td valign="top" class="classification">
</td>
</tr>
</table>
<p>
<a name='LinksAnchors'></a>
</p>
<h2>Links (anchors)</h2>
<p>
Links may appear in several forms, depending on the device. Links may be surrounded by square brackets, angle brackets, or they may be underlined. Some platforms, such as WML and HDML, will never display more than one link per line.
</p>
<table class="renderedtable" border="0" cellpadding="2" cellspacing="0" width="100%">
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/check1_large.gif" width="11" height="11" border="0" alt="check" title="check" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Do not duplicate the action of a softkey in a link and vice versa. </b>Because the primary softkey will be used to select links, links and the secondary softkey must never be assigned to the same action.
</p>
</td>
<td valign="top" class="classification">
<p>
markup
</p>
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/arrow1_large.gif" width="11" height="11" border="0" alt="arrow" title="arrow" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Do not use links to replicate the function of a select list. </b>In other words, don't use links to build a menu. This is one of the key differences between designing for Openwave browsers and designing for Nokia browsers.
</p>
</td>
<td valign="top" class="classification">
<p>
WML<br />Openwave<br />markup<br />
</p>
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/arrow1_large.gif" width="11" height="11" border="0" alt="arrow" title="arrow" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Use accesskeys for all predictable links. </b>If the user can predict that the link is there, perhaps because the user has visited the screen before, enable quick access to it. This has the further benefit of distinguishing the beginning of a new line from a wrapped line. Some devices (e.g., Nokia) may not render the accesskey; in these cases, display the accesskey before the link.
</p>
</td>
<td valign="top" class="classification">
<p>
markup
</p>
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/arrow1_large.gif" width="11" height="11" border="0" alt="arrow" title="arrow" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Use a text or graphic prefix (e.g., "-") for all links without accesskeys. </b>This will allow the user to easily distinguish links. Ensure that a text prefix is used as alt text for a graphic prefix. Ensure that a graphic prefix is very small and only 2 colors.
</p>
</td>
<td valign="top" class="classification">
<p>
markup
</p>
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15">
</td>
<td valign="top">
<p>
<b>Consider using different prefixes (e.g., "+" and "-") for different classes of links without accesskeys. </b>Although the user will not consciously recognize it, using one prefix for navigation links and another prefix for action links will speed the user in understanding your application.
</p>
</td>
<td valign="top" class="classification">
<p>
markup
</p>
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15">
</td>
<td valign="top">
<p>
<b>Use links sparingly. </b>Resist the temptation to link to everything from one card.
</p>
</td>
<td valign="top" class="classification">
<p>
markup
</p>
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15">
</td>
<td valign="top">
<p>
<b>Link only one or two words per link. </b>Surrounding text can add context to the link but be plain text. This practice makes the screen easier to read and more understandable.
</p>
</td>
<td valign="top" class="classification">
<p>
markup
</p>
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/arrow1_large.gif" width="11" height="11" border="0" alt="arrow" title="arrow" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Linked text should fit on one line. </b>This will prevent multi-line links, which are discouraged. 15 characters is a good standard guess for length of a line. Keep links to 9 characters for HDML devices, 11 characters for Openwave WML devices. The first available character will be kept blank for the cursor, the second character is the left bracket, and this leaves 12 characters for the word and the right bracket. If your link text is longer than 11 characters, consider reducing the amount of text that appears between the brackets. For example, change "[Click here to see a list of options]" to "Click [here] to see a list of options."
</p>
</td>
<td valign="top" class="classification">
<p>
markup
</p>
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/arrow1_large.gif" width="11" height="11" border="0" alt="arrow" title="arrow" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Do not place links in a table. </b>The table layout will be destroyed, since every link is put on a new line. If the links form the whole row or the first cell in a row, then they should work okay.
</p>
</td>
<td valign="top" class="classification">
<p>
HDML<br />WML<br />markup<br />
</p>
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/arrow1_large.gif" width="11" height="11" border="0" alt="arrow" title="arrow" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Avoid underscores within links. </b>On devices that display hyperlinks with underlining, users will not be able to distinguish an underscore from a blank.
</p>
</td>
<td valign="top" class="classification">
<p>
markup
</p>
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15">
</td>
<td valign="top">
<p>
<b>Links displayed in "nowrap" mode must have enough information in the first 13 characters to give users a clue what that line is about. </b>Otherwise, users will have to go to the first line, wait for the other text to be displayed, then go to the second line, and wait for the other text to be displayed, etc.
</p>
</td>
<td valign="top" class="classification">
<p>
WML<br />Openwave<br />markup<br />
</p>
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15">
</td>
<td valign="top">
<p>
<b>Use within-page links to give access to unseen parts of a large page. Do not do this on the smallest screens because such links ensure the user has to scroll past them. </b>This reduces the need for scrolling.
</p>
</td>
<td valign="top" class="classification">
<p>
HTML<br />XHTML-MP<br />markup<br />PDA<br />
</p>
</td>
</tr>
</table>
<p>
A navigational link is like the navigation bar at the top of a web page on a computer. It relates to the entire screen, like "Next Item", "Previous Message", "Headers", and "More".
</p>
<table class="renderedtable" border="0" cellpadding="2" cellspacing="0" width="100%">
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/arrow1_large.gif" width="11" height="11" border="0" alt="arrow" title="arrow" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Use navigational links only at the beginning or end of a screen. </b>Since the link operates on the entire card, it would be in a position to reflect that.
</p>
</td>
<td valign="top" class="classification">
<p>
markup
</p>
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15">
</td>
<td valign="top">
<p>
<b>Place navigational links at the beginning of the screen if the function is used at the beginning of reading the data. </b>For example, a link to email headers would typically go at the top of a screen, as would a "skip" link (which might leave an item marked as unread). Note that these links may be after the header information so the user can make decisions based on visible screen content.
</p>
</td>
<td valign="top" class="classification">
<p>
markup
</p>
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15">
</td>
<td valign="top">
<p>
<b>Place navigational links at the end of a screen if the function is used at the end of reading the data. </b>The most common example is "More" if the data cannot fit on a single screen. It's likely that the user won't want to read the next page if he hasn't already read the current page, so it makes sense to place a "More" link at the end of a page.
</p>
</td>
<td valign="top" class="classification">
<p>
markup
</p>
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/arrow1_large.gif" width="11" height="11" border="0" alt="arrow" title="arrow" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>In a group of links with no natural order, order the links with the most frequently used links first. </b>This will minimize the average number of actions the user has to perform and will aid discoverability of the most common actions.
</p>
</td>
<td valign="top" class="classification">
<p>
markup
</p>
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/check1_large.gif" width="11" height="11" border="0" alt="check" title="check" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Only put one anchored item (text or graphics) on a line. </b>The second item will not be rendered as a link - or may cause an error. Separate the items with <br /> or <p> tags.
</p>
</td>
<td valign="top" class="classification">
<p>
Nokia<br />markup<br />
</p>
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/check1_large.gif" width="11" height="11" border="0" alt="check" title="check" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Do not replicate "Back" as a link. </b>Users will be confused when two items on the device are labeled the same thing.
</p>
</td>
<td valign="top" class="classification">
<p>
markup
</p>
</td>
</tr>
</table>
<p>
<a name='CommandsAndSoftkeys'></a>
</p>
<h2>Commands and Softkeys</h2>
<p>
The wide variety of controls available on mobile devices means that any commands outside of simple links or menus have different activation methods on each device. Some platforms, such as HTML and XHTML-MP (excluding the WML namespace) avoid the problem by not allowing any commands. Thus navigation on these platforms is provided exclusively by links and built-in navigation controls, particularly the Back button.
</p>
<p>
Nevertheless, some devices display a link title as the softkey label, so recommendations in this section apply.
</p>
<p>
The designers of other platforms, such as HDML, WML, and J2ME, wanted more sophisticated controls, such as those that applied to the entire page. These controls were perhaps were not visible. Because devices vary widely in what physical controls are available, the platform controls have to be implemented differently on different devices.
</p>
<p>
WML provides "do" events. Phones with Openwave browsers display the labels for these events on the softkeys (stacking remaining do events under a "Menu" softkey). Nokia phones with WML browsers put all the do events under the "Options" softkey, along with several other controls. Palm WML browsers display do events as on-screen buttons.
</p>
<p>
J2ME provides "abstract commands", actions you can define for your application without defining a specific user interface mechanism. Instead, each device has a scheme for rendering the various commands, allowing the developer to concentrate on designing the application. A screen in an application may have any number of commands. Commands in J2ME may be displayed as softkeys, button labels, or items in a menu (some won't appear at all on some devices and will only be mapped to a physical button). In cases where you know that the command will only appear in a menu or separate list, you can use labels as long as will fit on your smallest device, not half of your smallest device.
</p>
<p>
All commands have labels. Most platforms have command types. Some platforms (such as J2ME) have command priority. The command type and priority determine where in the UI the label is placed. Even within a platform, rendering differences may cause a command's label to be placed inconsistently on different devices.
</p>
<p>
So action labels may be displayed as softkeys, buttons, or menu items.
</p>
<p>
The code <b> <do type="accept"> </b> will define the behavior for the primary softkey in the Openwave browser. The code <b><do type="options"> </b> will define the behavior for the secondary softkey in the Openwave browser. Note that display in Nokia browsers will be different.
</p>
<table class="renderedtable" border="0" cellpadding="2" cellspacing="0" width="100%">
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/check1_large.gif" width="11" height="11" border="0" alt="check" title="check" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Restrict command labels to 6 characters when the command may be displayed on a button or softkey. </b>Command labels may be displayed in a menu, in which case they can be much longer. However, many devices will render a command label as a softkey label. If you do not know how the device will render your action, assume it will be on a button or softkey. If the command will only appear in a menu on all devices, the label can be as wide as the device display - you can assume 14 characters.
</p>
</td>
<td valign="top" class="classification">
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/arrow1_large.gif" width="11" height="11" border="0" alt="arrow" title="arrow" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Ensure that the command label causes users to accurately predict what it does. </b>You can do user testing to check this. A good label is short, descriptive, unambiguous, and consistent within an application.
</p>
</td>
<td valign="top" class="classification">
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/check1_large.gif" width="11" height="11" border="0" alt="check" title="check" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Provide a label for every action. </b>Otherwise the users won't see the action. There is no need to provide a label for the prev action on an Openwave device because prev is mapped to the back (CLR) key. Do not provide a label for the "prev" action on Nokia devices, as it will cause the phone to not display the action on the "Back" softkey.
</p>
</td>
<td valign="top" class="classification">
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/arrow1_large.gif" width="11" height="11" border="0" alt="arrow" title="arrow" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>The following labels should be avoided: Home (unless executing the Home function), Help, Exit, Bookmark, Back, Clear, CLR, End, Power, and PWR. </b>These are reserved for browser or device use, or conflict with labels of hard keys.
</p>
</td>
<td valign="top" class="classification">
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/check1_large.gif" width="11" height="11" border="0" alt="check" title="check" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Do not use BACK as a softkey label. </b>Also do not use functional equivalents such as PREV or UP. The reasons for this are described in detail in Navigation:Backward Navigation.
</p>
</td>
<td valign="top" class="classification">
<p>
WML
</p>
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/check1_large.gif" width="11" height="11" border="0" alt="check" title="check" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Do not use the same label for multiple softkeys. </b>
</p>
</td>
<td valign="top" class="classification">
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/arrow1_large.gif" width="11" height="11" border="0" alt="arrow" title="arrow" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Use DONE to label the primary softkey on a dead-end card. </b>Dead-end cards are those which do not lead deeper into a menu hierarchy, but instead return the user to the card of origin. Such cards are functionally equivalent to a simple dialog box in Windows or Mac OS, in which the de facto acknowledgment button is labeled "OK." Thus, many developers are inclined to use "OK" in the analogous mobile situation. We disagree. Dialog boxes in Windows or Mac OS come with many graphical attributes that imply their nature, especially the manner in which they "float" over other windows. In mobile applications, there are few such graphical cues. Because OK is the label of choice for selecting and going forward, we hesitate to recommend its use for backward navigation. DONE better implies a dead-end card and thus offers a "reverse alternative" to OK. Depending on the language of the card, there will be times when DONE sounds awkward and OK seems better. In such cases, use OK. But do not recklessly use OK for softkeys that navigate backwards or dead-end cards in general.
</p>
</td>
<td valign="top" class="classification">
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15">
</td>
<td valign="top">
<p>
<b>When the purpose of the primary softkey is to select an item or move forward in a series, use OK for the label. </b>Avoid deviations like VIEW, DETAIL, GO, READ, SELECT, or PICK. If the softkey navigates forward in a series, then NEXT is an acceptable alternative.
</p>
</td>
<td valign="top" class="classification">
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15">
</td>
<td valign="top">
<p>
<b>Headers and softkeys on text-based devices should be in ALL CAPS. </b>This convention visually separates headers and softkeys from content. Brand names and proper nouns are common exceptions to this rule.
</p>
</td>
<td valign="top" class="classification">
<p>
HDML<br />WML<br />Openwave<br />
</p>
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/arrow1_large.gif" width="11" height="11" border="0" alt="arrow" title="arrow" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Change the primary softkey label when the cursor moves to a link. </b>Especially in screens with only one link, it is often difficult to determine whether a link is highlighted. Changing the softkey label when the cursor moves to a link help the user perceive the change in functionality. If possible, use a label that represents the function of the link. For example, if the link text is "Erase," the softkey label should be "Erase" when the cursor is on that link.
</p>
</td>
<td valign="top" class="classification">
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/arrow1_large.gif" width="11" height="11" border="0" alt="arrow" title="arrow" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Avoid command labels that are ambiguous with regard to their part of speech. </b>Ambiguity is a problem for commands because commands often have no context. Words that are intended as verbs can be misinterpreted as nouns or adjectives, or vice versa. Close, Read, and Clear are examples.
</p>
</td>
<td valign="top" class="classification">
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15">
</td>
<td valign="top">
<p>
<b>Use MAIN to refer to the main page of your site. </b>Do not use Home, as this refers to the browser home page. If your site has a short name or an acceptable abbreviation (of five characters or fewer), consider using the site name instead of Main. Main is preferred over Top.
</p>
</td>
<td valign="top" class="classification">
<p>
markup
</p>
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/arrow1_large.gif" width="11" height="11" border="0" alt="arrow" title="arrow" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Whole words are better than abbreviations, and standard abbreviations are better than non-standard. </b>For example, Erase is preferred over Del or Delet (short for Delete). Give the user the best chance of understanding the label (just make sure it fits!).
</p>
</td>
<td valign="top" class="classification">
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/arrow1_large.gif" width="11" height="11" border="0" alt="arrow" title="arrow" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Do not use spaces in the softkey label. </b>Some browsers allocate their softkey space between the two labels dynamically. For example, one browser gives as much space as possible to the secondary softkey, and the remaining space to the primary softkey. Other allocation methods may differ. Thus, if your softkey labels are Goto and Main Page. the user will see Goto Main Page How would the user know which softkey to use to go to the main page?
</p>
</td>
<td valign="top" class="classification">
<p>
WML<br />HDML<br />Openwave<br />
</p>
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/check1_large.gif" width="11" height="11" border="0" alt="check" title="check" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Ensure that your screen and command can be understood even if the command label is changed or hidden. </b>Many devices display a standard label for commands such as "Back". Some devices have hardware buttons. Devices may optionally display a control's title attribute in XHTML as a softkey label. Any J2ME command type other than SCREEN may be rewritten by the device. This will be more likely with the higher priority commands.
</p>
</td>
<td valign="top" class="classification">
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/arrow1_large.gif" width="11" height="11" border="0" alt="arrow" title="arrow" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Provide a 1-to-1 mapping between labels and their commands. </b>Commands with different labels will suggest different actions, and users will make up explanations for how the two actions are different - even when the actions are the same. Provide a unique label for each command, and if the command is replicated on the screen, use the same label for each instance.
</p>
</td>
<td valign="top" class="classification">
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/arrow1_large.gif" width="11" height="11" border="0" alt="arrow" title="arrow" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Use the same label for the same action throughout the application. </b>This does not mean use the same label for all Screen commands; rather, if a command means and does the same thing (reply to a message, create a new contact, view a stock price, exit the application), it should be labeled the same throughout the application.
</p>
</td>
<td valign="top" class="classification">
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/arrow1_large.gif" width="11" height="11" border="0" alt="arrow" title="arrow" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>List actions according to frequency of use. </b>But please note that...
</p>
</td>
<td valign="top" class="classification">
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/arrow1_large.gif" width="11" height="11" border="0" alt="arrow" title="arrow" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Actions that are always present should precede items that are not always present. </b>This will prevent actions from changing order and surprising the user.
</p>
</td>
<td valign="top" class="classification">
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/check1_large.gif" width="11" height="11" border="0" alt="check" title="check" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Do not define more than one <do type="accept"> for a card. </b>In other words, define only one primary softkey.
</p>
</td>
<td valign="top" class="classification">
<p>
WML
</p>
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/check1_large.gif" width="11" height="11" border="0" alt="check" title="check" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Do not define a <do type="delete"> or help as the sole definition for necessary functions. </b>Users may not find them.
</p>
</td>
<td valign="top" class="classification">
<p>
WML
</p>
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/arrow1_large.gif" width="11" height="11" border="0" alt="arrow" title="arrow" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Always define the primary softkey (accept). </b>Users will feel "stuck" if there are no softkeys.
</p>
</td>
<td valign="top" class="classification">
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/arrow1_large.gif" width="11" height="11" border="0" alt="arrow" title="arrow" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Define a navigation action for every screen. </b>Users will be "stuck" without an action.
</p>
</td>
<td valign="top" class="classification">
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/arrow1_large.gif" width="11" height="11" border="0" alt="arrow" title="arrow" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Do not place committal or destructive actions on the primary softkey or select button if such actions are irrevocable. </b>Actions like BUY, PLACE (order), or ERASE should be placed on the secondary softkey so the user is less likely to activate them inadvertently. Use the primary softkey primarily for navigation. An exception is made when the user is allowed to revoke (undo) such actions.
</p>
</td>
<td valign="top" class="classification">
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15">
</td>
<td valign="top">
<p>
<b>Define both softkeys. </b>Use MAIN as the second softkey. If MAIN is not applicable, consider using "-----" and having it execute a no-op. DONE may also be a good second softkey. Phones with scrolling softkeys will move "Home" to the left, making the user believe that the link may go to your site's main page.
</p>
</td>
<td valign="top" class="classification">
<p>
WML<br />HDML<br />Openwave<br />
</p>
</td>
</tr>
</table>
<p>
Abstract commands in J2ME are not rendered by the application, but instead by the device. Different devices will display commands differently. Palm devices will put the first few commands as buttons along the bottom of the screen, and the rest of the commands in the menu structure. Phones will vary; some will put one command on the primary softkey, and all the remaining commands on the secondary softkey (labeled "Menu"). The application influences the location of commands by defining their type and priority (lower priority number means higher priority).
</p>
<p>
Note that the command type does not affect or limit in any way the functionality you assign to the command. Logically, you could put a "move forward" type action on a command of type Back ... and on some devices this would work well. On other devices, the user would have to use the device's back button to move forward. So consider the command type only as one of two hints you give to the device to aid rendering.
</p>
<p>
Command types, and their intended uses, are:
</p>
<ul>
<li><b>Back</b> - returns the user to a previous screen. May be allocated to a hardware button (Back, CLR), a permanent software button, or as other commands are allocated.</li>
<li><b>Item</b> - a command that pertains to the highlighted item in a Form or List. Scroll-and-select devices are likely to assign the highest priority Item command to the primary softkey or perhaps a select button.</li>
<li><b>Screen</b> - a command that pertains to the entire screen or application. Devices are likely to put Screen commands ahead of other commands (other than item commands). In the Sun MIDP, Screen and Item commands are in the same menu.</li>
<li><b>Stop</b> - stop a current process other than the application.</li>
<li><b>OK</b> - standard positive response to a query.</li>
<li><b>Cancel</b> - standard negative response to a query.</li>
<li><b>Exit</b> - exit the application. Palm devices are likely to not render this at all, and phones are likely to map the highest priority version of this to the End key.</li>
<li><b>Help</b> - access to how-to information about the application. May be allocated to a hardware key.</li>
</ul>
<table class="renderedtable" border="0" cellpadding="2" cellspacing="0" width="100%">
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/arrow1_large.gif" width="11" height="11" border="0" alt="arrow" title="arrow" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Give your command the most relevant type (BACK, EXIT, ITEM, SCREEN, STOP, OK, CANCEL, HELP). </b>This is your best method to ensure that the device renders commands intuitively.
</p>
</td>
<td valign="top" class="classification">
<p>
J2ME
</p>
</td>
</tr>
</table>
<p>
There are two command types that are consistently rendered in prominent locations: SCREEN and ITEM. Screen commands relate to the entire screen, and Item commands relate to the highlighted item in a list or form.
</p>
<table class="renderedtable" border="0" cellpadding="2" cellspacing="0" width="100%">
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/arrow1_large.gif" width="11" height="11" border="0" alt="arrow" title="arrow" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Use commands of type BACK to return the user to a previous part of the application. </b>Previous locations can include the start of a process, the previous screen, or the application's home page.
</p>
</td>
<td valign="top" class="classification">
<p>
J2ME
</p>
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/arrow1_large.gif" width="11" height="11" border="0" alt="arrow" title="arrow" />
</p>
</div>
<div class="attribute-caption" style="width: px">
</div>
</div>
</div>
</td>
<td valign="top">
<p>
<b>Use the highest priority BACK command to return the user to the previous screen. </b>Because some devices will put the highest priority command on a hardware button, your label may not be displayed. Thus the user will be misled if your application goes to a nonstandard location. Exception: if the previous screen is not one to which the user should return, then the highest priority Back command can go to another logical destination.
</p>
</td>
<td valign="top" class="classification">
<p>
J2ME
</p>
</td>
</tr>
<tr>
<td valign="top" width="50">
</td>
<td valign="top" width="15"> <div class="content-view-embeddedmedia">
<div class="class-image">
<div class="attribute-image">
<p>
<img src="/wp-images/arrow1_large.gif" width="11" height="11" border="0" alt="arrow" title="arrow" />
</p>
</div>
<div class="attribute-caption" style="width: |