Bug 673958 - rework accessible focus handling, r=enndeaking, marcoz, tbsaunde, matspal, f=marcoz

This commit is contained in:
Alexander Surkov
2011-09-28 10:46:11 +09:00
parent ca1125e839
commit 6aff769f3a
92 changed files with 4701 additions and 1628 deletions

View File

@@ -69,6 +69,12 @@ public:
*/
virtual PRInt32 GetSelectedIndex() = 0;
/**
* Return current option. The current option is the option displaying
* the focus ring when the listbox is focused.
*/
virtual already_AddRefed<nsIContent> GetCurrentOption() = 0;
/**
* Initiates mouse capture for the listbox
*