[Webkit-unassigned] [Bug 108447] INPUT_MULTIPLE_FIELDS_UI: Focus order is not controllable by tabIndex attribute on <input>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 31 20:10:40 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=108447





--- Comment #4 from Kent Tamura <tkent at chromium.org>  2013-01-31 20:12:42 PST ---
I discussed this with some people offline, and concluded we should take B.

A is not good because we need to add a hack to FocusController only for INPUT_MULTIPLE_FIELDS_UI.
C is not good because we'd like to expose aria-* attributes on sub-fields. If sub-fields were not focusable, WebCore a11y would not expose them.

To implement B in HTMLInputElement, I'd like to add FocusDirection argument to Node::setFocus.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list