fix: comprehensive UI/UX accessibility and usability improvements
Public site: skip-to-content link, mobile menu focus trap + Escape key, aria-current on nav, keyboard navigation for carousels/tabs/articles, ARIA roles (tablist/tab/tabpanel, combobox/listbox, region, dialog), form labels + aria-describedby, 44px touch targets, semantic HTML (<time>, <del>), prefers-reduced-motion on Hero scroll hijack, mobile schedule filters, URL hash sync on scroll for correct refresh. Admin panel: password toggle aria-label, toast aria-live regions, SelectField keyboard navigation (Arrow/Enter/Escape), aria-invalid on validation errors, sidebar hamburger aria-label/expanded, nav aria-label, ArrayEditor aria-expanded on collapsible items.
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ export default function HomePage() {
|
||||
<>
|
||||
<ClientShell>
|
||||
<Header />
|
||||
<main>
|
||||
<main id="main-content">
|
||||
<Hero data={content.hero} />
|
||||
<About
|
||||
data={content.about}
|
||||
|
||||
Reference in New Issue
Block a user