[wp-trac] [WordPress Trac] #54962: WordPress 5.9 Archive Block

WordPress Trac noreply at wordpress.org
Tue Feb 22 13:59:54 UTC 2022


#54962: WordPress 5.9 Archive Block
------------------------------+------------------------------
 Reporter:  cpcusteve         |       Owner:  (none)
     Type:  defect (bug)      |      Status:  new
 Priority:  normal            |   Milestone:  Awaiting Review
Component:  Widgets           |     Version:  5.9
 Severity:  normal            |  Resolution:
 Keywords:  has-testing-info  |     Focuses:  accessibility
------------------------------+------------------------------
Changes (by Boniu91):

 * keywords:   => has-testing-info
 * focuses:   => accessibility
 * component:  General => Widgets
 * version:   => 5.9


Comment:

 Hello @cpcusteve thanks for creating the issue. I was able to reproduce
 the issue.

 == Test Report

 === Env
 * WordPress 5.8.3 and 5.9
 * Windows 10
 * Theme: Twenty Twenty One

 === Steps to test
 1. On WordPress 5.8.3 go to the widgets section and add Archives block
 2. Visit the page that contains the widget and check the source. The
 following class is present in the label element:
 {{{
 class="screen-reader-text"
 }}}

 3. Update the WordPress to 5.9
 4. Visit the page that contains the widget and check the source. The
 following class is **not** present in the label element:
 {{{
 class="screen-reader-text"
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/54962#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list