Bug 168400 - AX: Make form validation accessible on iOS
Summary: AX: Make form validation accessible on iOS
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: chris fleizach
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-02-15 17:38 PST by chris fleizach
Modified: 2017-02-16 10:09 PST (History)
3 users (show)

See Also:


Attachments
patch (2.36 KB, patch)
2017-02-15 17:43 PST, chris fleizach
cdumez: review+
Details | Formatted Diff | Diff
patch (2.36 KB, patch)
2017-02-16 08:50 PST, chris fleizach
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description chris fleizach 2017-02-15 17:38:14 PST
Make form validation accessible on iOS

<rdar://problem/30357253>
Comment 1 chris fleizach 2017-02-15 17:43:03 PST
Created attachment 301680 [details]
patch
Comment 2 Chris Dumez 2017-02-15 20:39:41 PST
Comment on attachment 301680 [details]
patch

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

> Source/WebCore/platform/ios/ValidationBubbleIOS.mm:145
> +    getUIAccessibilityPostNotification(getUIAccessibilityAnnouncementNotification(), m_message);

I do not think you need the get prefix for the first one given the define statement above.
Comment 3 chris fleizach 2017-02-16 08:50:34 PST
Created attachment 301772 [details]
patch
Comment 4 WebKit Commit Bot 2017-02-16 10:08:58 PST
Comment on attachment 301772 [details]
patch

Clearing flags on attachment: 301772

Committed r212441: <http://trac.webkit.org/changeset/212441>
Comment 5 WebKit Commit Bot 2017-02-16 10:09:02 PST
All reviewed patches have been landed.  Closing bug.