PITS /
01190: tabindex should be a valid form attribute
Summary: tabindex should be a valid form attribute
Created: 2010-05-10 03:45
Status: Closed - added for 2.2.17
Category: Feature
From: Eemeli Aro
Assigned:
Priority: 3
Version: 2.2.x
Description:
forms.php
defines a standard list of valid <input>
attributes, $InputAttrs
. Attributes not on this list will be silently dropped.
The $InputAttrs
list should include the attribute 'tabindex', in order to allow easier keyboard access to edit fields.
See also:
- PITS:00794 — automatic tabindexing of form elements
- PmWikiUsers:2007-June/043892.html