π¨ Palette: Semantic Navigation & Accessibility Improvements - #46
π¨ Palette: Semantic Navigation & Accessibility Improvements#46ISTEC-FOR340 wants to merge 1 commit into
Conversation
- Refactored landing page cards from `div` with JS `onclick` to semantic `<a>` tags. - Converted nested buttons to `<span>` to maintain valid HTML and visual style. - Added high-contrast `:focus-visible` styles using `box-shadow` for better keyboard navigation. - Standardized `lang="es"` across project pages for consistent screen reader support. - Converted "Back" buttons in subprojects to semantic links. - Removed obsolete `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 MySketches landing page and its subprojects. By switching from JavaScript-driven navigation to semantic
<a>tags, we enable standard browser features (like opening in a new tab) and improve screen reader compatibility. Additionally, we've added explicit:focus-visiblestates to provide clear visual affordances for keyboard users.βΏ Accessibility Improvements
<a>tags for all navigation elements.lang="es"is correctly set for the target audience.PR created automatically by Jules for task 11892234059163294350 started by @ISTEC-FOR340