mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 07:57:19 -05:00
8 lines
597 B
Markdown
8 lines
597 B
Markdown
# Accessibility Notes (v0.2)
|
|
|
|
- Added **contrastOS** theme for high-contrast users; theme manager cycles through three presets.
|
|
- Global command palette (Ctrl/Cmd + K) is keyboard navigable and labeled for screen readers.
|
|
- Desktop icons/start menu already expose `aria-label`/keyboard handlers; palette and new apps keep focusable controls.
|
|
- Notification Center shows focus modes to minimize interruption; quick batch actions reduce cognitive load.
|
|
- Remaining gaps: full keyboard traversal inside every app, color contrast audit across legacy apps, and screen reader labels for dynamic tables.
|