Making WordPress.org

Opened 3 years ago

Closed 7 weeks ago

#5589 closed enhancement (fixed)

Category archives pages : accessibility improvement (HTML)

Reported by: chaton666's profile 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)

5589.diff (932 bytes) - added by Chaton666 3 years ago.

Download all attachments as: .zip

Change History (4)

@Chaton666
3 years ago

This ticket was mentioned in Slack in #accessibility by ryokuhi. View the logs.


3 years ago

#2 @rcreators
7 weeks ago

  • Keywords close added

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.

#3 @coffee2code
7 weeks ago

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.