зеркало из https://github.com/mozilla/pjs.git
Bug 569425. Mark one place in accessibility that depends on the current image map primary frame setup so it can be changed when bug 135040 is fixed.
This commit is contained in:
Родитель
a90233e235
Коммит
73db1dc1f6
|
@ -1218,6 +1218,7 @@ nsAccessibilityService::GetAccessible(nsIDOMNode *aNode,
|
|||
// elements return the image frame as their primary frame. The main content
|
||||
// for the image frame is the image content. If the frame is not an image
|
||||
// frame or the node is not an area element then null is returned.
|
||||
// This setup will change when bug 135040 is fixed.
|
||||
return GetAreaAccessible(weakFrame.GetFrame(), aNode, aWeakShell);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче