зеркало из https://github.com/mozilla/gecko-dev.git
99540643ac
Create a new internal role EDITCOMBOBOX so that we can distinguish comboboxes with a text input (which is the case for the ARIA role) from those which consist of only a popup button and associated list (which is the case for the select element with a size of 1). Also change the type of ARIA combobox from kGenericAccType to eCombobox so that IsCombobox() will return true for both EDITCOMBOBOX and COMBOBOX. Lastly, call IsCombobox() rather than role() when assigning internal roles to descendants of comboboxes and emitting accessibility events. --HG-- extra : rebase_source : 3e31f2e2423d6cc7697b03c9afb3b1f8c136675a |
||
---|---|---|
.. | ||
XULAlertAccessible.cpp | ||
XULAlertAccessible.h | ||
XULColorPickerAccessible.cpp | ||
XULColorPickerAccessible.h | ||
XULComboboxAccessible.cpp | ||
XULComboboxAccessible.h | ||
XULElementAccessibles.cpp | ||
XULElementAccessibles.h | ||
XULFormControlAccessible.cpp | ||
XULFormControlAccessible.h | ||
XULListboxAccessible.cpp | ||
XULListboxAccessible.h | ||
XULMenuAccessible.cpp | ||
XULMenuAccessible.h | ||
XULSelectControlAccessible.cpp | ||
XULSelectControlAccessible.h | ||
XULSliderAccessible.cpp | ||
XULSliderAccessible.h | ||
XULTabAccessible.cpp | ||
XULTabAccessible.h | ||
XULTreeAccessible.cpp | ||
XULTreeAccessible.h | ||
XULTreeGridAccessible.cpp | ||
XULTreeGridAccessible.h | ||
moz.build |