Opened 9 years ago
Closed 9 years ago
#33818 closed defect (bug) (fixed)
#a11y-headings - Add Plugins
Reported by: | Cheffheid | Owned by: | afercia |
---|---|---|---|
Milestone: | 4.4 | Priority: | normal |
Severity: | normal | Version: | 4.3 |
Component: | Administration | Keywords: | has-patch commit |
Focuses: | ui, accessibility | Cc: |
Description
All the plugin names are currently h4s. If they are to be headings at all, they should be h2.
Though, Popular Tags is also a heading on the page, currently at h3. Bumping it up to h2 and having it at the same level as the plugins may make it appear as another plugin and confuse people. Leaving it at h3 makes it a subheading under whatever the last plugin is, which is also weird.
So perhaps we can remove the heading on one or the other (the plugins, or the "Popular Tags" text)?
#a11y-headings
Attachments (2)
Change History (15)
#2
@
9 years ago
- Milestone changed from Awaiting Review to 4.4
- Owner set to afercia
- Status changed from new to assigned
This ticket was mentioned in Slack in #accessibility by cheffheid. View the logs.
9 years ago
This ticket was mentioned in Slack in #accessibility by rianrietveld. View the logs.
9 years ago
#5
@
9 years ago
To move on with this ticket we-d really need a feedback about #32147.
This ticket was mentioned in Slack in #core by afercia. View the logs.
9 years ago
#7
@
9 years ago
For more details about why we need feedback on #32147 please refer to this comment and screenshot:
https://core.trac.wordpress.org/ticket/33819#comment:8
#8
@
9 years ago
- Focuses ui added
- Keywords has-patch added
First pass. Any feedback more than welcome, please leave a comment on the ticket if you notice any visual change or potential breakage with the patch applied. In the screenshot below, the new headings hierarchy (for the "featured" view). Notice the hidden headings added with #32147.
#11
@
9 years ago
- Keywords needs-patch added; has-patch commit removed
- Resolution fixed deleted
- Status changed from closed to reopened
We missed to update this in updates.js
:
$( '.plugin-card-' + message.slug ).find( 'h4 a' ).focus();
it's used to move focus back to the plugin title in the plugin card when updating a plugin from the modal dialog. Should be changed in h3 a
or maybe in .column-name a
.
We should also consider the headings we would like to add and we're discussing in #32147 see the screenshot in the comment 11: https://core.trac.wordpress.org/ticket/32147#comment:11
If we're going to add them, I'd say the Plugin names should be a
<h3>
and the "Popular Tags" bumped up from<h3>
to<h2>
.