Tourtip
Informs the user of some new feature or section on the page.
Last updated
Was this helpful?
Informs the user of some new feature or section on the page.
Last updated
Was this helpful?
Tourtip is a system-activated . The purpose of the tourtip is to inform the user of some new feature or section on the page.
A tourtip is open by default and must be explicitly closed by the user. Once closed, it cannot be reopened.
A tourtip example is in progress. Check back again soon.
tourtip: the composite pattern as a whole, containing the following sub-parts
host: the element that hosts the tourtip
overlay: the non-modal overlay that contains the content related to it's host
tip: the tip content
expanded: the overlay state (true or false)
Overlay must contain a button to dismiss the tourtip.
Overlay must remain on screen until explicitly dismissed by user.
Overlay cannot be opened once closed without a full page refresh.
This section provides guidance for keyboard, screen reader and pointing devices.
If high-priority, tourtip must be announced.
If high-priority, tourtip must be listed as a region/landmark.
This section is not yet available.
Examine the required markup structure within our .
View a fully style examples on our .
Please refer to the pattern for all inherited best practices.
Please refer to the pattern for all inherited keyboard interactions.
Please refer to the pattern for all inherited screen reader interactions.
Please refer to the pattern for all inherited pointer interactions.