Describing what will happen before a change to a form control that causes a change of context to occur is made

ID: G13

Technology: general

Type: Technique

When to Use

Applies to all technologies.

Description

The objective of this technique is to provide information to users about what will happen when a change to a form control results in a change of context. Because changing the value of a form control does not typically result in a change of context, it is important that authors provide instructions that make the user aware of the behavior in advance. Where possible, it is a good idea to programmatically associate the instructions describing the change with the form control itself.

The following are some examples of how to provide the instruction in different situations.

Examples

Tests

Procedure

Expected Results

Resources