1.3 KiB
1.3 KiB
1. Responsive Hardening
- 1.1 Audit and fix layout breakpoints for header, hero, feed cards, modal, and footer
- 1.2 Ensure no horizontal overflow or clipped controls on supported viewport sizes
2. WCAG 2.2 AA Accessibility Baseline
- 2.1 Implement/verify keyboard operability for primary controls and dialogs
- 2.2 Add/verify visible focus indicators and semantic labels for interactive elements
- 2.3 Improve contrast and non-text alternatives to meet AA expectations on core flows
3. Cookie Consent and Tracking Gate
- 3.1 Implement consent banner UI with explicit analytics consent action
- 3.2 Persist consent state in cookies and synchronize frontend state
- 3.3 Gate analytics script/event initialization until consent is granted
4. Returning User Consent Behavior
- 4.1 Restore prior consent state from cookie on returning visits
- 4.2 Ensure tracking remains disabled without stored accepted consent
5. Verification and Documentation
- 5.1 Validate responsive behavior on mobile/tablet/desktop matrices
- 5.2 Run accessibility checks and manual keyboard-only walkthrough for critical journeys
- 5.3 Validate consent gating and analytics behavior before/after acceptance
- 5.4 Update README/docs with accessibility and consent behavior notes