You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/components_guide_web/lib/components_guide_web/templates/accessibility_first/refactoring-accessibility.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,10 @@ Here’s an example from The Economist:
26
26
27
27
## Navigation
28
28
29
-
-`class="current"`
30
-
-`aria-current="page"`
29
+
-Before: `class="current"`
30
+
-After: `aria-current="page"`
31
31
32
+
## Tooltip
32
33
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