Opened 8 years ago
Last modified 6 years ago
#37848 new enhancement
Form fields misaligned on export.php
Reported by: | adhun | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 5.2.1 |
Component: | Export | Keywords: | has-patch needs-refresh has-screenshots |
Focuses: | ui, administration | Cc: |
Description
On the export page, all the form fields are misaligned.
Refer attached screenshots for a better view.
Attachments (4)
Change History (11)
#1
@
8 years ago
- Component changed from Administration to Export
- Focuses template removed
- Keywords has-patch needs-refresh has-screenshots added
- Version trunk deleted
Hey there,
Thanks for opening this ticket and contributing a patch.
As you've added the accessibility focus, I had a quick look at the patch in that regard. The patch removes the <label>
s in a few places, in some other places the labels are missing the for
attribute. This needs to be fixed.
There's a great handbook entry for accessible HTML: https://make.wordpress.org/accessibility/handbook/quick-start-guide/#forms
#2
@
8 years ago
I'd recommend to avoid to use a layout table just for the sake of a slightly better visual alignment. There are also a couple of long standing tickets related to accessibility improvements for the settings pages and forms in the admin, where the proposed goal is to remove the layout tables, see #16413 and #18801. Unfortunately there hasn't been so much movement on those tickets, but in the meanwhile it would be better to don't introduce new layout tables.
Current export screen