Bug 343661. Configure Security Warnings associated description not exposed. Patch by Mark Pilgrim, r=aaronlev, sr=neil
git-svn-id: svn://10.0.0.236/trunk@201644 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1245,7 +1245,8 @@ nsresult nsAccessible::AppendFlatStringFromContentNode(nsIContent *aContent, nsA
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
if (aContent->Tag() == nsAccessibilityAtoms::label) {
|
||||
if (aContent->Tag() == nsAccessibilityAtoms::label ||
|
||||
aContent->Tag() == nsAccessibilityAtoms::description) {
|
||||
aContent->GetAttr(kNameSpaceID_None, nsAccessibilityAtoms::value,
|
||||
textEquivalent);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user