Navigation, Sequence

Problem Summary: Customer needs to step sequentially through a set of related pages Approved: Brazos R1
Related Patterns: Wizard   Coding: NA
Example:

Use When: Pages have a natural sequence (as in a tutorial, for example), but a wizard is not called for because the sequence is not for entering related data.
Solution: Use sequence navigation, as shown in the example.
Rationale: NA
Accessibility: See Accessibility
Internationalization: See Internationalization
Supporting Examples: None
Where Used: NA

Items of Note: None

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

I see what you are getting

I see what you are getting at but wonder if we wouldn't be better to use some sort of pagination pattern for sequencing - what if a tutorial were multiple pages and i want to jump around. With just the four, is there enough context given to where you are in sequence?