π¨ Palette: Accessible and Semantic Navigation - #50
Conversation
- Refactor navigation cards to semantic <a> tags for native keyboard support and better SEO. - Add explicit :focus-visible styles to cards, buttons, and inputs for clear keyboard navigation feedback. - Convert "Back" buttons to semantic <a> tags with ARIA labels. - Set HTML lang attributes to "es" for accessibility. - Remove redundant script.js navigation logic. Co-authored-by: ISTEC-FOR340 <269002038+ISTEC-FOR340@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. |
I've enhanced the project's accessibility and semantic structure with the following micro-UX improvements:
divelements and manual JavaScript navigation with proper<a>tags. This provides native keyboard support, better SEO, and a more robust user experience.:focus-visiblestyles using the design system's accent color. This ensures that keyboard users have clear visual feedback when navigating the site.lang="es"attribute on all pages to match the target audience and content.aria-label="Volver al inicio"to the refactored back links.<span>elements to avoid invalid nested interactive HTML.script.jsas navigation is now handled natively by the browser.These changes make the "Interactive Sketches" landing page and its subprojects more inclusive and intuitive without altering the original visual design.
PR created automatically by Jules for task 12987352455878738979 started by @ISTEC-FOR340