Fix iframes by making an approximation of the attributes VoiceOver expects for an...
commit70bec413f26cb1f09b4b42117125b2fd7384611e
authordtseng@chromium.org <dtseng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 26 Jul 2011 03:03:57 +0000 (26 03:03 +0000)
committerdtseng@chromium.org <dtseng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 26 Jul 2011 03:03:57 +0000 (26 03:03 +0000)
tree5ef042266acf557c702508c451fadc72d4e545d2
parent642f8caeba168216bdaae68817099ae34ff594e0
Fix iframes by making an approximation of the attributes VoiceOver expects for an iframe.

The AXScrollArea role sometimes gets passed to BrowserAccessibility with a size having width == height == 0.  VoiceOver apparently doesn't like this and ignores the entire subtree.  This requires further investigation.

This patch also adds a missing mapping for the AXLoaded attribute.

TEST=manual.
BUG=none.

Review URL: http://codereview.chromium.org/7482013

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94030 0039d316-1c4b-4281-b951-d872f2087c98
content/browser/accessibility/browser_accessibility_cocoa.mm