-
Task
-
Resolution: Unresolved
-
Should have
-
None
Summary
The search page needs adjustments to improve its accessibility and usability. This includes adding a skip link, updating the search input, replacing the "Load more results" button with pagination, and improving the clarity of filter checkbox announcements for screen readers.
Requirements
- Add a Skip Link to the results section
- Implement a skip link to allow keyboard users to bypass the filters section and jump directly to the search results section.
- Replace "Load More Results" with Pagination
- Remove the "Show 5 more results" button and replace it with the pagination system.
- Update the placeholder text of the search input to make it more descriptive (e.g., "Search by name, keyword, or topic").
- Update the accessible label for filter checkboxes to ensure they clearly communicate the number of results (e.g., "People, 3 results").
- Use proper HTML tags on the page
- Use <section> or <aside> HTML tags for Filters
- Use <form> for the Search Input
Resources
- ...