Opened 10 years ago
Closed 10 years ago
#33046 closed defect (bug) (fixed)
Export screen: missing labels and accessibility improvements
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.4 | Priority: | normal |
Severity: | normal | Version: | 4.2 |
Component: | Administration | Keywords: | has-patch |
Focuses: | ui, accessibility | Cc: |
Description
In the Export screen, form fields do have labels but they're not correctly associated. We could also further improve semantics and accessibility grouping together form controls that are logically grouped, using fieldsets and legends.
Would like to discuss a bit with the accessibility team what should we do with form elements that are revealed inside the expandable panels: as soon as users select the Posts or Pages radio buttons, additional form controls get displayed but screen reader users don't get notified they've just got additional options. See screenshot below:
Attachments (2)
Change History (8)
#3
@
10 years ago
Accessibility user test results:
https://make.wordpress.org/accessibility/2015/08/03/accessibility-usertest-export-xml-file/
This ticket was mentioned in Slack in #accessibility by rianrietveld. View the logs.
10 years ago
#5
@
10 years ago
- Keywords has-patch added
- Milestone changed from Awaiting Review to 4.4
- Owner set to wonderboymusic
- Status changed from new to assigned
Refreshed patch after the recent changes in [34326]. Fixes also the newly added labels association. Assigning to @wonderboymusic for his kind review and feedback.
First pass:
aria-describedby
for the first radio button descriptionSee screenshot (with the two panels expanded for demoing purposes):