Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Hyperlinks

...

Hyperlinks are used

Hyperlinks

...

within content areas as well as in the Header and Footer for items that are not part of the primary navigation of the site. Any link that navigates users to a new page should use a text hyperlink.

There are additional cases in which a hyperlink can open a drop-down menu of text hyperlinks that open a new window. This exception case applies to Header navigation links that are not part of the primary persistent navigation, for instance for tools or audience navigation that is secondary but appears in a global page module.

Example (in use, with an interaction, in context)

Code Block

 <div>
                <a id="favorites_link" rel="tooltip" title="Click to show favorites">Favorites</a>
                <span>|</span>
                <a id="messages_link" rel="tooltip" title="View Messages">Messages</a>
                <span>|</span>
                <a id="settings_link" rel="tooltip" title="View and Change User Preferences">Settings</a>
            </div>

Image Added

...

Header
Navigation
Tabs

...

Hyperlinks are a way to navigate to a new page when users are not submitting form data.

...