diff --git a/apps/pwa/src/components/EventForm.tsx b/apps/pwa/src/components/EventForm.tsx index 7bd0d3d..6b19d93 100644 --- a/apps/pwa/src/components/EventForm.tsx +++ b/apps/pwa/src/components/EventForm.tsx @@ -21,6 +21,7 @@ * Accessibility: * - role="dialog", aria-modal="true", aria-label="New Event"/"Edit Event" * - Focus moves to Title input on open + * - Focus trap: Tab/Shift+Tab cycle focus within dialog; never reaches background (WR-07) * - Escape / backdrop click closes form * - All-day toggle: role="switch", aria-checked * - Recurrence: