[Webkit-unassigned] [Bug 7138] Implement tabindex for all elements, enabling accessible web apps
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 15 16:30:04 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=7138
------- Comment #5 from contact at nickshanks.com 2007-05-15 16:30 PDT -------
There is a school of thought that considers tabindex harmful because it changes
the users expectations:
e.g.
<input type=text tabindex=1 />
<input type=text tabindex=2 />
<input type=text tabindex=4 />
<input type=text tabindex=3 />
obviously real-world examples are (usually) more complex, but doing something
other than what the user expects from a system UI she is used to is a bad
thing.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list