Skip to content

feat(ux): improve reader panels list semantics and accessibility#844

Merged
d-oit merged 1 commit into
mainfrom
jules-5649272196637162293-f774dfcd
Jul 24, 2026
Merged

feat(ux): improve reader panels list semantics and accessibility#844
d-oit merged 1 commit into
mainfrom
jules-5649272196637162293-f774dfcd

Conversation

@d-oit

@d-oit d-oit commented Jul 24, 2026

Copy link
Copy Markdown
Owner

This PR improves the accessibility and semantic HTML structure of the search results panel and bookmarks panel within the EPUB reader interface.

Key enhancements:

  • Converted flat search results list in SearchPanel.tsx to utilize semantically valid <ul> and <li> elements, resolving WCAG 1.3.1 compliance.
  • Converted bookmarks list in BookmarksPanel.tsx to utilize semantically valid <ul> and <li> elements.
  • Cleaned up redundant role="list" attribute declarations on list elements to comply with strict linter rules (jsx-a11y/no-redundant-roles).
  • Enhanced accessible naming for search results buttons by applying an index-based, translated aria-label (e.g., 'Match {n}: {chapterTitle} - {excerpt}'), conforming to WCAG 2.4.4.
  • All unit, integration, and E2E smoke tests are fully passing.

PR created automatically by Jules for task 5649272196637162293 started by @d-oit

Co-authored-by: d-oit <6849456+d-oit@users.noreply.github.com>
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 24, 2026

Copy link
Copy Markdown

Deploying do-epub-studio with  Cloudflare Pages  Cloudflare Pages

Latest commit: c8de226
Status: ✅  Deploy successful!
Preview URL: https://48df5b68.do-epub-studio.pages.dev
Branch Preview URL: https://jules-5649272196637162293-f7.do-epub-studio.pages.dev

View logs

@google-labs-jules

Copy link
Copy Markdown
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.

@codacy-production

Copy link
Copy Markdown
Contributor

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@d-oit
d-oit merged commit e98f1b1 into main Jul 24, 2026
5 checks passed
@d-oit
d-oit deleted the jules-5649272196637162293-f774dfcd branch July 24, 2026 08:15
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