Skip to content

Commit c131bc9

Browse files
authored
Merge pull request #253 from Hollujay/fix/221-increase-touch-targets-44px
Increase touch targets to 44px minimum (#221)
2 parents 9ce7256 + ba41f45 commit c131bc9

20 files changed

Lines changed: 2082 additions & 7000 deletions

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,13 @@ cp .env.example .env
6363
Integration tests cover send-money validation, successful transfer submission,
6464
pending button behavior and duplicate-submission prevention.
6565

66+
## Accessibility
67+
68+
All interactive elements (buttons, links, inputs, selects, icon buttons, and
69+
checkboxes) meet a minimum touch target of 44×44 CSS pixels, compliant with
70+
WCAG 2.5.5 (Target Size). A dedicated test suite in `test/touch-targets.test.js`
71+
audits the CSS declarations to ensure compliance isn't regressed.
72+
6673
## Lighthouse CI
6774

6875
Lighthouse checks are configured in [lighthouserc.json](lighthouserc.json) and run in GitHub Actions on pull requests to the main branch. To validate locally, build the app and run:

0 commit comments

Comments
 (0)