Opened 4 years ago
Closed 4 months ago
#5589 closed enhancement (fixed)
Category archives pages : accessibility improvement (HTML)
Reported by: | Chaton666 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | HelpHub (wordpress.org/documentation) | Keywords: | has-patch close |
Cc: |
Description
This ticket is about category archives pages in helphub/support sites, for example : https://wordpress.org/support/category/getting-started/
Accessibility of theses pages can be improved by moving links around article
inside h2
tag (title).
Actual markup :
<a href="https://wordpress.org/support/article/users-your-profile-screen/" class="archive-block"> <article id="post-10778661" class="post-10778661 helphub_article type-helphub_article status-publish hentry category-basic-usage category-getting-started category-how-to helphub_persona-maintainers helphub_experience-beginner"> <h2>Users Your Profile Screen</h2> <p>Users → Your Profile The Your Profile Screen is accessible from both the main navigation menu under Users and by clicking on your name link […]</p> </article> </a>
New markup :
<div class="archive-block"> <article id="post-10778661" class="post-10778661 helphub_article type-helphub_article status-publish hentry category-basic-usage category-getting-started category-how-to helphub_persona-maintainers helphub_experience-beginner"> <h2><a href="https://wordpress.org/support/article/users-your-profile-screen/" class="archive-block">Users Your Profile Screen</a></h2> <p>Users → Your Profile The Your Profile Screen is accessible from both the main navigation menu under Users and by clicking on your name link […]</p> </article> </div>
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
After the redesign of the wordpress.org, this ticket is no longer applicable. The content and page are completely changed and updated with proper accessibility guidelines. Adding a Close tag, so someone from the moderator can close this one.