-
Notifications
You must be signed in to change notification settings - Fork 28.7k
rename from announce to supportsAnnounce on engine #170618
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
/// Whether accessibility announcements (like [SemanticsService.announce]) | ||
/// are supported on the current platform. | ||
/// Whether the platform supports accessibility announcement API. | ||
/// i.e. [SemanticsService.announce]. Some platforms do not |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A new line between first and second paragraph
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also the first paragraph should be
Whether the platform supports accessibility announcement API, i.e. [SemanticsService.announce].
Part of #165510
This is a renaming of the announce to
supportsAnnounce
. See more info in this comment thread: #168992 (comment)Pre-launch Checklist
///
).If you need help, consider asking for advice on the #hackers-new channel on Discord.