Bug 699017 - aria-required attribute on file input not read by JAWS, r=tbsaunde, marcoz, roc
This commit is contained in:
@@ -747,8 +747,8 @@ nsFileControlFrame::CreateAccessible()
|
||||
if (!accService)
|
||||
return nsnull;
|
||||
|
||||
return accService->CreateHyperTextAccessible(mContent,
|
||||
PresContext()->PresShell());
|
||||
return accService->CreateHTMLFileInputAccessible(mContent,
|
||||
PresContext()->PresShell());
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user