π¨ Palette: Improve navigation accessibility and semantics - #57
π¨ Palette: Improve navigation accessibility and semantics#57ISTEC-FOR340 wants to merge 1 commit into
Conversation
- Convert landing page cards from `div` to semantic `<a>` tags. - Convert nested `<button>` elements to `<span>` to avoid invalid nested interactive elements. - Convert sub-project "Back" buttons to semantic `<a>` links. - Update `lang="es"` to `lang="en"` in `index.html` to match content. - Implement `:focus-visible` styles mirroring hover effects for better keyboard navigation. - Remove redundant manual navigation logic from `script.js`. 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. |
This PR improves the accessibility and semantic structure of the Interactive Sketches project.
π‘ What: The UX enhancement added
divnavigation with semantic<a>tags for all main project cards and "Back" buttons.langattribute to correctly reflect the English content.:focus-visiblestyles to provide clear visual feedback for keyboard users, matching the existing hover animations.script.js.π― Why: The user problem it solves
langattribute could confuse assistive technologies.βΏ Accessibility: Any a11y improvements made
PR created automatically by Jules for task 17254429327339929005 started by @ISTEC-FOR340