зеркало из https://github.com/mozilla/gecko-dev.git
Bug 405595. ARIA properties ignore on <body> if no role. r=evan.yan, r=surkov, a=dsicore
This commit is contained in:
Родитель
848de37cc3
Коммит
a9e0d87a65
|
@ -503,7 +503,7 @@ nsIContent *nsAccessible::GetRoleContent(nsIDOMNode *aDOMNode)
|
|||
htmlDoc->GetBody(getter_AddRefs(bodyElement));
|
||||
content = do_QueryInterface(bodyElement);
|
||||
}
|
||||
if (!content || !HasRoleAttribute(content)) {
|
||||
if (!content) {
|
||||
nsCOMPtr<nsIDOMElement> docElement;
|
||||
domDoc->GetDocumentElement(getter_AddRefs(docElement));
|
||||
content = do_QueryInterface(docElement);
|
||||
|
|
Загрузка…
Ссылка в новой задаче