#34289 closed defect (bug) (fixed)
#a11y-headings - the Quick Edit and Bulk Edit headings
Reported by: | afercia | Owned by: | afercia |
---|---|---|---|
Milestone: | 4.4 | Priority: | normal |
Severity: | normal | Version: | 4.3 |
Component: | Administration | Keywords: | has-patch has-screenshots commit |
Focuses: | ui, accessibility | Cc: |
Description
The Quick Edit and Bulk Edit forms currently use a H4 heading, see for example the headings hierarchy in the Posts and Categories screens in the screenshot below:
They probably shouldn't be headings in the first place. As far as I see, they're already within a <fieldset>
element so changing them in <legend>
elements seems to me the most appropriate thing to do.
Any thoughts (and patch) more than welcome :)
#a11y-headings
Attachments (2)
Change History (11)
This ticket was mentioned in Slack in #accessibility by afercia. View the logs.
9 years ago
This ticket was mentioned in Slack in #accessibility by afercia. View the logs.
9 years ago
This ticket was mentioned in Slack in #core by afercia. View the logs.
9 years ago
This ticket was mentioned in Slack in #design by afercia. View the logs.
9 years ago
Note: See
TracTickets for help on using
tickets.
First pass. Since the legend position is a bit tricky in IE, would need some testing in that browser(s). cc @Cheffheid :) Will upload screenshots later.