Make WordPress Core

Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#34940 closed defect (bug) (worksforme)

Consistency and persistency on Admin side

Reported by: nadramah's profile nadramah Owned by:
Milestone: Priority: normal
Severity: normal Version: 4.4
Component: Administration Keywords:
Focuses: accessibility Cc:

Description

On WordPress Admin side, the only place you used Heading 2 <h2> is on the title of pages. Like Dashboard, menu, widget, ...

You kept this rule persistent and consistent all other the wordpress.

But since WP 4.4, the wp-admin/widgets.php
All the following converted to <h2>:
div#widgets-left .sidebar-name h2

And also you moved the title of elements from h4 to h3.

This did not happened anywhere else in WordPress 4.4 and it cropts all designs and CSSs prepared for Wp Admin side.

Yes, we can fix it through CSS but I think the persistency and consistency is much more important.

Change History (3)

#1 @johnbillion
9 years ago

  • Component changed from General to Administration
  • Focuses accessibility added
  • Keywords reporter-feedback added
  • Version set to 4.4

Hi @nadramah,

This change has been made right across the admin area to improve accessibility for users of screen-readers. More information can be found here: https://make.wordpress.org/core/2015/10/28/headings-hierarchy-changes-in-the-admin-screens/

Can you explain a little more about why you think inconsistency has been introduced?

#2 @nadramah
9 years ago

  • Resolution set to worksforme
  • Status changed from new to closed

OOO!

You also changed the headers to H1 !!!

Thanks. It solved my concern.

#3 @SergeyBiryukov
9 years ago

  • Keywords reporter-feedback removed
  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.