#6581 closed enhancement (fixed)
WP 4.3 H1 heading in the admin and new class
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Core | Keywords: | has-patch dev-feedback has-screenshots |
Cc: |
Description
For accessibility, h1 heading has replaced h2 heading in admin screens. In addition, a new class .page-title-action
has replaced .add-new-h2:hover
to "Use a less element-specific class name for links within page titles." https://core.trac.wordpress.org/ticket/31650
Patch coming up.
Attachments (5)
Change History (18)
#2
@
10 years ago
- Keywords dev-feedback added
- Milestone changed from Awaiting Review to Under Consideration
https://wordpress.slack.com/archives/buddypress/p1438282543000759 and https://wordpress.slack.com/archives/buddypress/p1438368682000813 are relevant.
We need to decide what to do here.
#4
@
9 years ago
Attached 6581.patch
replaces h2
page heading with an h1
level heading in each of the following BuddyPress admin panels:
- Activity
- Activity -> Edit
- Groups
- Group -> Edit
- Group -> Delete
- Users > Manage Signups
- Manage Signups - Activate link -> Activate Pending Accounts
- Manage Signups - Email link -> Resend Activation Emails
- Manage Signups - Delete link -> Delete Pending Accounts
- Users > Profile Fields
- Profile Fields - Add New Field link -> Add New Field
- Profile Fields - Edit Field link -> Edit Field
- Profile Fields - Add New Field Group link -> Add New Field Group
- Profile Fields - Edit Group link -> Edit Field Group
- Tools BuddyPress
Notes:
- wp-admin > About BuddyPress already has
h1
heading. - wp-admin > Users > Your Profile page already has
h1
heading.
Attached 6581-alt.patch
combines 6581.patch
above with a proposal to add an h1
level heading, "BuddyPress Settings", to the Settings > BuddyPress panels.
#6
@
9 years ago
- Milestone changed from Under Consideration to 2.5
6581.patch needs to be committed in order to bump lower level headings in #6698, #6699, #6700, #6701, #6702, and upcoming tickets for the rest of BP dashboard screens.
We will address the "Add xxx" links within page title heading tags in a new ticket when the WP a11y team moves those out of the <h1>
tags per their initial discussions in slack/trac tickets for WP 4.5.0. At this time, there is still style support for links in WP 4.4.0-trunk.
The proposal for a page title per 6581-alt.patch for the Settings > BuddyPress panels will also be addressed in an upcoming ticket specifically for those screens.
First pass at BP admin panels