e
Table of Contents | ||||
---|---|---|---|---|
|
Status | ||||||
---|---|---|---|---|---|---|
|
Tooltips are small text like bubbles that appear when the user hovers an element.
...
- Tooltips should not be used as the only way to accomplish a task (should not be vital for the task)
- A formatted structure is easier to read than big chunk (see in additional examples under Content)
- Keep it short - If you reach more than 250 chars, reconsider the tooltip and use a pop-over
- Try to avoid tooltip with actions in them
...
- Display the tooltip with the same time constraints described above in 772244056 The tooltip should not obscure content as described above in 772244056
- Clicking Esc. should dismiss the tooltip as described above in 772244056
...