🎨 Palette: UX and Accessibility Polish#43
Conversation
- Improved color contrast for `.spec-cell small`, `.req-card small`, and `.footer-col h4` to meet WCAG AA standards. - Added tactile feedback (scale(0.97)) to interactive elements (`.nav-brand`, `.nav-links a`, `.btn-ghost`, `.btn-solid`, `.btn-hero-primary`, `.btn-hero-secondary`, `.feature-cta`, and `.faq-q`) on `:active` state. - Populated empty icon containers with representative emojis (⚡, 🛡️, 🎨, 📦, 🖥️, 📱, 🔄). - Ensured all decorative emojis are wrapped in `<span aria-hidden="true">` for screen reader accessibility. - Updated `display` properties for link elements to correctly support CSS transforms. - Updated Palette journal with learnings on tactile feedback and accessible emojis. 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. |
Deploying cybr with
|
| Latest commit: |
a3d9914
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://84fbc265.cybr.pages.dev |
| Branch Preview URL: | https://ux-and-accessibility-polish.cybr.pages.dev |
Deploying foxos with
|
| Latest commit: |
a3d9914
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://60a7495f.foxos.pages.dev |
| Branch Preview URL: | https://ux-and-accessibility-polish.foxos.pages.dev |
Deploying wolfos with
|
| Latest commit: |
a3d9914
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://ed730afa.wolfos.pages.dev |
| Branch Preview URL: | https://ux-and-accessibility-polish.wolfos.pages.dev |
This PR introduces a series of micro-UX and accessibility improvements to the KibaOS homepage.
Key changes:
scale(0.97)) has been added to buttons, navigation links, and FAQ items when they are clicked or tapped, providing a more responsive and "physical" feel to the UI.aria-hidden="true"to ensure they remain decorative and do not interfere with screen reader navigation.Verified with Playwright:
:activestate transform is applied correctly.PR created automatically by Jules for task 1775390342071547859 started by @christopherfoxjr