Skip to content

Comments

🎨 Palette: Optimize link accessibility and interactivity in README#37

Closed
Moohan wants to merge 1 commit intomainfrom
palette-readme-ux-opt-11135299400276828382
Closed

🎨 Palette: Optimize link accessibility and interactivity in README#37
Moohan wants to merge 1 commit intomainfrom
palette-readme-ux-opt-11135299400276828382

Conversation

@Moohan
Copy link
Owner

@Moohan Moohan commented Jan 30, 2026

💡 What: Enhanced the README.md by converting static skill icons into a link to skillicons.dev and optimized the accessibility of linked images (stats cards and social badges).

🎯 Why: To improve the interactivity of the profile and provide clearer context on hover for all users, especially those using assistive technology.

📸 Before/After:

  • Before: Skill icons were a static image; social/stats badge tooltips only described the image content.
  • After: Skill icons now link to skillicons.dev. Tooltips for stats and social badges now describe the destination (e.g., "View James Hayes's Mastodon profile").

♿ Accessibility: Moved title attributes from <img> tags to their surrounding <a> tags for all linked images. This ensures that the context provided on hover or focus correctly describes where the link leads, following web accessibility best practices for linked images.


PR created automatically by Jules for task 11135299400276828382 started by @Moohan

Summary by Sourcery

Improve README image links for better accessibility and interactivity.

Enhancements:

  • Wrap the skills icon image in a link to skillicons.dev to make the skills section interactive.
  • Update titles for GitHub stats cards and social profile badges to describe their link destinations rather than just their visual content.
  • Document accessibility learnings about placing title attributes on links instead of images for linked images in the internal palette notes.

Summary by CodeRabbit

  • Documentation
    • Enhanced guidance on implementing accessible linked images, with recommendations for alt text and title attribute placement.
    • Updated badge links and tooltips in project overview for improved navigation and clarity.

✏️ Tip: You can customize this high-level summary in your review settings.

- Wrap technical skill icons in a link to skillicons.dev for better interactivity.
- Move title attributes from images to surrounding links for GitHub stats and social badges.
- Update link titles to describe destinations clearly (e.g., "View James Hayes's Mastodon profile").
- Update .Jules/palette.md with accessibility learnings.

Co-authored-by: Moohan <5982260+Moohan@users.noreply.github.com>
@google-labs-jules
Copy link
Contributor

👋 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 @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@sourcery-ai
Copy link

sourcery-ai bot commented Jan 30, 2026

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Updates README-linked images for better accessibility and interactivity by converting the skills icon block into a link, moving tooltip title attributes from images to their parent links, and documenting the pattern in the Jules palette.

Flow diagram for applying accessible linked image pattern

flowchart TD
  A[Start reviewing linked image] --> B{Is there an image inside a link?}
  B -- No --> C[Ensure image has appropriate alt text]
  C --> Z[End]
  B -- Yes --> D[Ensure img alt describes image content]
  D --> E{Is title on img tag?}
  E -- Yes --> F[Remove title from img tag]
  F --> G
  E -- No --> G[Keep img without title]
  G --> H{Does link need tooltip context?}
  H -- No --> Z[End]
  H -- Yes --> I[Add title to a tag describing destination]
  I --> Z[End]

  style A fill:#eef,stroke:#333
  style Z fill:#eef,stroke:#333
Loading

File-Level Changes

Change Details Files
Make the skills icon strip interactive by linking it to skillicons.dev with an explicit destination tooltip.
  • Wrap the skills image markdown in a link to skillicons.dev
  • Remove the image-level title attribute and instead add a link-level title that explains the destination
README.md
Improve accessibility of GitHub stats cards by describing link destinations instead of image content in tooltips.
  • Remove title attributes from the stats card images
  • Add descriptive title attributes to the parent links that indicate they lead to the GitHub Readme Stats project
README.md
Improve accessibility of social/profile badges by putting descriptive titles on the links instead of the images.
  • Remove title attributes from the ORCID, Mastodon, and Bluesky badge images
  • Add link-level title attributes that describe whose profile will be opened on each service
README.md
Capture the linked-image accessibility pattern in the Jules palette for future reviews.
  • Append a dated note describing best practices for alt vs title on linked images
  • Document an action item to verify this pattern in future audits of badges or stat cards
.Jules/palette.md

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 30, 2026

Walkthrough

This pull request updates documentation files with accessibility improvements for linked images and badge presentation. A new guidance section is added to .Jules/palette.md, whilst README.md badge links are wrapped in anchor elements with updated title attributes and expanded link targets.

Changes

Cohort / File(s) Summary
Accessibility Guidance
.Jules/palette.md
Added new section documenting best practices for accessible linked images, recommending title attributes on anchor tags rather than image elements.
Badge Link Updates
README.md
Wrapped badge images in anchor links with updated targets and title attributes; skills badge now links to skillicons.dev, whilst GitHub and social badges reference their respective platforms with expanded tooltip text.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly describes the main change: improving link accessibility and interactivity in the README by moving title attributes to anchor tags and adding links to badges.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch palette-readme-ux-opt-11135299400276828382

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@Moohan Moohan closed this Feb 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant