Bug 73857

Summary: AX: aria-hidden doesn't work on iframe elements
Product: WebKit Reporter: chris fleizach <cfleizach>
Component: AccessibilityAssignee: chris fleizach <cfleizach>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin, webkit.review.bot
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch darin: review+

Description chris fleizach 2011-12-05 12:48:11 PST
aria-hidden does not seem to work on iframe elements.
Comment 1 chris fleizach 2011-12-05 14:38:11 PST
Created attachment 117940 [details]
patch
Comment 2 chris fleizach 2011-12-05 14:38:34 PST
rdar://10451054
Comment 3 Darin Adler 2011-12-05 14:41:59 PST
Comment on attachment 117940 [details]
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=117940&action=review

> Source/WebCore/accessibility/AccessibilityScrollView.cpp:135
> +    AccessibilityObject *webArea = webAreaObject();

The * should be next to the type.
Comment 4 WebKit Review Bot 2011-12-05 14:42:10 PST
Attachment 117940 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'LayoutTests/platform/mac/accessibility/ifr..." exit_code: 1

Source/WebCore/accessibility/AccessibilityScrollView.cpp:135:  Declaration has space between type name and * in AccessibilityObject *webArea  [whitespace/declaration] [3]
Total errors found: 1 in 7 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 5 chris fleizach 2011-12-05 14:44:49 PST
http://trac.webkit.org/changeset/102051