You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Navigation, in-page

  1. Summary
    1. In-page navigation should be handled with text hyperlinks unless the user is navigating between views of tabular data. In that case, tabs should be used.
  2. Example Code
  3. Example (in use, with an interaction, in context)
  4. Related patterns
    1. Tabs
    2. Hyperlinks
  5. Problem (business, user, technical)
    1. Users need means to navigate within some pages. 
  6. Solution
    1. Provide hyperlinks unless users are navigating between tabular data views.
  7. Rationale (other things we tried and why we chose to use this solution)
    1. This is a best practice for the web. 
  8. Accessibility 
  • No labels