Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
f2646b15
Unverified
Commit
f2646b15
authored
Mar 14, 2022
by
Jonathan Joelson
Committed by
GitHub
Mar 14, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update semantics live region documentation (#99987)
parent
11deb156
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
19 deletions
+19
-19
AUTHORS
AUTHORS
+1
-0
semantics.dart
packages/flutter/lib/src/semantics/semantics.dart
+18
-19
No files found.
AUTHORS
View file @
f2646b15
...
@@ -92,3 +92,4 @@ TheOneWithTheBraid <the-one@with-the-braid.cf>
...
@@ -92,3 +92,4 @@ TheOneWithTheBraid <the-one@with-the-braid.cf>
Alberto Miola <betoman96@gmail.com>
Alberto Miola <betoman96@gmail.com>
Twin Sun, LLC <google-contrib@twinsunsolutions.com>
Twin Sun, LLC <google-contrib@twinsunsolutions.com>
Taskulu LDA <contributions@taskulu.com>
Taskulu LDA <contributions@taskulu.com>
Jonathan Joelson <jon@joelson.co>
packages/flutter/lib/src/semantics/semantics.dart
View file @
f2646b15
...
@@ -990,18 +990,16 @@ class SemanticsProperties extends DiagnosticableTree {
...
@@ -990,18 +990,16 @@ class SemanticsProperties extends DiagnosticableTree {
/// If non-null, whether the node should be considered a live region.
/// If non-null, whether the node should be considered a live region.
///
///
/// On Android, when the label changes on a live region semantics node,
/// A live region indicates that updates to semantics node are important.
/// TalkBack will make a polite announcement of the current label. This
/// Platforms may use this information to make polite announcements to the
/// announcement occurs even if the node is not focused, but only if the label
/// user to inform them of updates to this node.
/// has changed since the last update.
///
///
/// On iOS, no announcements are made but the node is marked as
/// An example of a live region is a [SnackBar] widget. On Android and iOS,
/// `UIAccessibilityTraitUpdatesFrequently`.
/// live region causes a polite announcement to be generated automatically,
///
/// even if the widget does not have accessibility focus. This announcement
/// An example of a live region is the [SnackBar] widget. When it appears
/// may not be spoken if the OS accessibility services are already
/// on the screen it may be difficult to focus to read the label. A live
/// announcing something else, such as reading the label of a focused widget
/// region causes an initial polite announcement to be generated
/// or providing a system announcement.
/// automatically.
///
///
/// See also:
/// See also:
///
///
...
@@ -4039,15 +4037,16 @@ class SemanticsConfiguration {
...
@@ -4039,15 +4037,16 @@ class SemanticsConfiguration {
/// Whether the semantics node is a live region.
/// Whether the semantics node is a live region.
///
///
/// On Android, when the label changes on a live region semantics node,
/// A live region indicates that updates to semantics node are important.
/// TalkBack will make a polite announcement of the current label. This
/// Platforms may use this information to make polite announcements to the
/// announcement occurs even if the node is not focused, but only if the label
/// user to inform them of updates to this node.
/// has changed since the last update.
///
///
/// An example of a live region is the [SnackBar] widget. When it appears
/// An example of a live region is a [SnackBar] widget. On Android and iOS,
/// on the screen it may be difficult to focus to read the label. A live
/// live region causes a polite announcement to be generated automatically,
/// region causes an initial polite announcement to be generated
/// even if the widget does not have accessibility focus. This announcement
/// automatically.
/// may not be spoken if the OS accessibility services are already
/// announcing something else, such as reading the label of a focused widget
/// or providing a system announcement.
///
///
/// See also:
/// See also:
///
///
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment