#25744 closed enhancement (wontfix)
Added tabindex on install screens
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.7 |
Component: | Accessibility | Keywords: | has-patch dev-feedback close |
Focuses: | Cc: |
Description
I was wondering why there is no tabindex on install screen forms so I went ahead and added some on setup-config.php and install.php
Would love to hear back from any developer.
Attachments (1)
Change History (4)
#2
@
10 years ago
- Milestone Awaiting Review deleted
- Resolution set to wontfix
- Status changed from new to closed
It's not there because it doesn't need to be. As seen in other places in core, extraneous usage of tabindex in the past has actually been detrimental to accessibility. If you are seeing specific reasons why accessibility is made better through the usage of tabindex in this situation, feel free to elaborate.
Note: See
TracTickets for help on using
tickets.
tabindex
isn’t needed on that page. You can access all fields without any problem in the correct order.