Skip to content

Commit 8400300

Browse files
committed
Add tooltip idea
1 parent d655aef commit 8400300

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

apps/components_guide_web/lib/components_guide_web/templates/accessibility_first/refactoring-accessibility.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ Here’s an example from The Economist:
2626

2727
## Navigation
2828

29-
- `class="current"`
30-
- `aria-current="page"`
29+
- Before: `class="current"`
30+
- After: `aria-current="page"`
3131

32+
## Tooltip
3233

34+
- Before: interactive tooltip that appears only after clicking a very small target
35+
- After: description hint text that is always shown, with `aria-describedby`

0 commit comments

Comments
 (0)