Bug 681674 - aria-autocomplete not supported on standard form text input controls. r=tbsaunde,MarcoZ
This commit is contained in:
@@ -446,6 +446,15 @@ NS_IMETHODIMP nsHTMLTextFieldAccessible::GetValue(nsAString& _retval)
|
||||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
|
||||
void
|
||||
nsHTMLTextFieldAccessible::ApplyARIAState(PRUint64* aState)
|
||||
{
|
||||
nsHyperTextAccessibleWrap::ApplyARIAState(aState);
|
||||
|
||||
nsStateMapEntry::MapToStates(mContent, aState, eARIAAutoComplete);
|
||||
|
||||
}
|
||||
|
||||
PRUint64
|
||||
nsHTMLTextFieldAccessible::NativeState()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user