-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
flutter/engine
#52138Closed
Copy link
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work lista: accessibilityAccessibility, e.g. VoiceOver or TalkBack. (aka a11y)Accessibility, e.g. VoiceOver or TalkBack. (aka a11y)platform-webWeb applications specificallyWeb applications specificallyteam-webOwned by Web platform teamOwned by Web platform teamtriaged-webTriaged by Web platform teamTriaged by Web platform team
Description
Announcements are audio coming out of the speakers or other devices capable of producing a notification to the user. An announcement is not tied to any one FlutterView. However, we are currently hanging AccessibilityAnnouncements off of the view object, which is wrong.
Code in question: https://github.com/flutter/engine/blob/fcb866befa76eb82a54c539a05503882724e8ee1/lib/web_ui/lib/src/engine/platform_dispatcher.dart#L637
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work lista: accessibilityAccessibility, e.g. VoiceOver or TalkBack. (aka a11y)Accessibility, e.g. VoiceOver or TalkBack. (aka a11y)platform-webWeb applications specificallyWeb applications specificallyteam-webOwned by Web platform teamOwned by Web platform teamtriaged-webTriaged by Web platform teamTriaged by Web platform team