Bug 73857 - AX: aria-hidden doesn't work on iframe elements
Summary: AX: aria-hidden doesn't work on iframe elements
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: chris fleizach
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2011-12-05 12:48 PST by chris fleizach
Modified: 2011-12-05 14:44 PST (History)
2 users (show)

See Also:


Attachments
patch (6.70 KB, patch)
2011-12-05 14:38 PST, chris fleizach
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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