Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@goderbauer
Copy link
Member

A node is considered a11y focusable if it contains information that are interesting to the user. A node that doesn't add any semantic information of its own should not be focusable. It's expected that such a node has children, who have semantics information and are therefore focusable.

See also MergeSemantics to merge the child semantics of a node into the parent.

Fixes flutter/flutter#11179.

A node is considered focusable if it contains information that is interesing to the user. A node that doesn't add any semantic information of its own should not be focusable. It's expected that such a node has children, who have smeantics information and are therefore focusable.

Fixes flutter/flutter#11179
@goderbauer goderbauer requested a review from Hixie September 5, 2017 23:50
@goderbauer goderbauer changed the title Tell Android which SemanticsNodes are a11y focusable Define which SemanticsNodes are a11y focusable on Android Sep 5, 2017
@Hixie
Copy link
Contributor

Hixie commented Sep 6, 2017

RSLGTM

@goderbauer goderbauer merged commit ccf68cd into flutter:master Sep 6, 2017
@goderbauer goderbauer deleted the focus2 branch September 6, 2017 23:56
Hixie added a commit to flutter/flutter that referenced this pull request Sep 7, 2017
This roll includes:
flutter/engine#4069 - Return generated kernel filename on incremental compilation results
flutter/engine#4070 - Updates for the dart:fidl.internal rename and split
flutter/engine#4072 - Set the is_official_build flag that disables GR_TEST_UTILS in Skia
flutter/engine#4067 - Define which SemanticsNodes are a11y focusable on Android
goderbauer added a commit that referenced this pull request Sep 7, 2017
Hixie added a commit to flutter/flutter that referenced this pull request Sep 7, 2017
This roll includes:
flutter/engine#4069 - Return generated kernel filename on incremental compilation results
flutter/engine#4070 - Updates for the dart:fidl.internal rename and split
flutter/engine#4072 - Set the is_official_build flag that disables GR_TEST_UTILS in Skia
flutter/engine#4067 - Define which SemanticsNodes are a11y focusable on Android
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants