🎨 Palette: Improve Welcome Screen accessibility and scannability#319
🎨 Palette: Improve Welcome Screen accessibility and scannability#319christopherfoxjr wants to merge 1 commit into
Conversation
This PR enhances the KibaOS Welcome Screen embedded in `build.sh` with the following micro-UX and accessibility improvements: - Added a semantic `<main>` landmark for better document structure and navigation. - Implemented `:focus-visible` styles for all buttons to provide clear visual feedback for keyboard users. - Added descriptive emojis (📖, 🐞, 💻) to primary action buttons to improve visual scannability. - Enhanced external links with `aria-label`, `target="_blank"`, and `rel="noopener noreferrer"` for better accessibility and security. - Cleaned up pre-existing trailing whitespace in `build.sh` to comply with repository hygiene standards. Co-authored-by: christopherfoxjr <213370400+christopherfoxjr@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
This PR enhances the KibaOS Welcome Screen by adding semantic structure, improving keyboard navigation visibility, and adding descriptive visual cues.
💡 What:
<main>tag towelcome.html.:focus-visibleCSS rules for buttons.aria-labelto "Wiki", "Report Issue", and "GitHub" buttons.build.sh.🎯 Why:
♿ Accessibility:
-landmark navigation via
<main>.-Visible focus indicators.
-Explicit "opens in new tab" announcements for screen readers via
aria-label.PR created automatically by Jules for task 7441790715551855146 started by @christopherfoxjr