[wp-meta] [Making WordPress.org] #5589: Category archives pages : accessibility improvement (HTML)

Making WordPress.org noreply at wordpress.org
Wed Jan 27 11:50:39 UTC 2021


#5589: Category archives pages : accessibility improvement (HTML)
-------------------------+-----------------------
 Reporter:  Chaton666    |      Owner:  (none)
     Type:  enhancement  |     Status:  new
 Priority:  normal       |  Milestone:
Component:  HelpHub      |   Keywords:  has-patch
-------------------------+-----------------------
 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>
 }}}

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/5589>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list