bedrock icon indicating copy to clipboard operation
bedrock copied to clipboard

Explore progressive enhancement of /all for a11y

Open robhudson opened this issue 4 months ago • 3 comments

One-line summary

This is an exploration in using progressive enhancement to load only the changed content to improve the a11y issues brought up in the Github issue.

This is an htmx-like approach to rendering only the partial HTML content rather than the full page and using innerHTML to write the partial content in place. This seems to work well for me locally but I'm not sure if this solves the a11y issues.

  • [ ] I used an AI to write some of this code.

Significant changes and points to review

I'm interested if these changes help alleviate this specific issue:

However, when a user selects an item, the page reloads and doesn't automatically take a screen reader user to the next selection, forcing them to go through the page from the beginning.

Issue / Bugzilla link

#15082

Testing

robhudson avatar Oct 14 '24 16:10 robhudson