[Webkit-unassigned] [Bug 36132] VO not able to perform a VO-spacebar on facebook links

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 15 13:39:14 PDT 2010


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





--- Comment #2 from chris fleizach <cfleizach at apple.com>  2010-03-15 13:39:14 PST ---
the w3 specs say that  label element should pass its access key action to its
corresponding control, but it doesn't say what happens when there is no
corresponding control. it seems like it should handle it itself

an alternative to do this is for accessibility code to stop using
accessKeyAction for the "press" action, and instead use dispatchSimulatedClick

the downside to that is that there is a bunhc of logic in subclasses using
accessKeyAction on whether the element should take focus first or not

-- 
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