🎨 Palette: Fix heading hierarchy in Latest Update card#89
🎨 Palette: Fix heading hierarchy in Latest Update card#89NickJLange wants to merge 1 commit intomainfrom
Conversation
Updated the Latest Post title heading from `<h3>` to `<h4>` inside `src/components/HomepageContent/index.js` to ensure the nested heading increments correctly relative to its parent container's heading (`<h3>Latest Update</h3>`), resolving a screen reader accessibility violation. Co-authored-by: NickJLange <1529105+NickJLange@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. |
💡 What: Changed the Latest Post title heading from
<h3>to<h4>in theLatestPostcard insidesrc/components/HomepageContent/index.js.🎯 Why: To fix the heading hierarchy for screen reader accessibility, as the parent container already uses an
<h3>heading (<h3>Latest Update</h3>). Properly nesting headings allows screen-reader users to navigate the document structure logically.📸 Before/After: N/A (non-visual structural change; visual presentation remains consistent within the Docusaurus styling system).
♿ Accessibility: Fixes a screen reader heading level violation by ensuring proper heading incrementation.
PR created automatically by Jules for task 14921173149292404428 started by @NickJLange
Summary by cubic
Fix heading hierarchy in the Latest Update card by changing the Latest Post title from
to
so it nests under the existing
. Improves screen reader navigation; no visual changes.
Written for commit 508b2e0. Summary will update on new commits.