Make WordPress Core

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#25744 closed enhancement (wontfix)

Added tabindex on install screens

Reported by: mauryaratan's profile mauryaratan 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)

25744.diff (6.1 KB) - added by mauryaratan 10 years ago.

Download all attachments as: .zip

Change History (4)

@mauryaratan
10 years ago

#1 @toscho
10 years ago

  • Cc info@… added
  • Keywords close added

tabindex isn’t needed on that page. You can access all fields without any problem in the correct order.

#2 @helen
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.

#3 @SergeyBiryukov
10 years ago

  • Version changed from trunk to 3.7
Note: See TracTickets for help on using tickets.