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:
Timothy Nikkel 2010-06-08 14:17:54 -05:00
Родитель a90233e235
Коммит 73db1dc1f6
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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);
}