| 1 | # Tooltip Components DOX |
| 2 | |
| 3 | ## Purpose |
| 4 | |
| 5 | - Own shared tooltip state and behavior for WebUI controls. |
| 6 | |
| 7 | ## Ownership |
| 8 | |
| 9 | - `tooltip-store.js` owns tooltip state, positioning, and actions. |
| 10 | |
| 11 | ## Local Contracts |
| 12 | |
| 13 | - Keep tooltip positioning compatible with desktop and mobile layouts. |
| 14 | - Do not make tooltips required for completing a workflow. |
| 15 | |
| 16 | ## Work Guidance |
| 17 | |
| 18 | - Prefer concise tooltip text and stable positioning around icon-only controls. |
| 19 | |
| 20 | ## Verification |
| 21 | |
| 22 | - Smoke-test hover/focus tooltip behavior after changes. |
| 23 | |
| 24 | ## Child DOX Index |
| 25 | |
| 26 | No child DOX files. |