Commit 2974dfd
committed
Add ARIA attributes to card appearance toggle buttons
Adds role="group" + aria-label to the .card-theme-row and aria-pressed
state to each button, kept in sync by applyCardTheme(). This addresses
the accessibility issue raised in #53.
https://claude.ai/code/session_019mFhzJHWmUB8cTbLksb6ev1 parent 8a35156 commit 2974dfd
2 files changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
94 | 96 | | |
95 | 97 | | |
96 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | | - | |
77 | | - | |
| 76 | + | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
0 commit comments