Skip to content
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

Tweak a11y label aggregation behavior to enable container label overrides #1199

Merged
merged 1 commit into from
Oct 29, 2018

Conversation

maicki
Copy link
Contributor

@maicki maicki commented Oct 27, 2018

Modified the ASDisplayNode accessibility label to only aggregate its sub-nodes' labels when it doesn't have any explicit accessibility label set on itself. If an existing label is already present, it is instead treated as an override to the container's a11y label. Added relevant tests.

…ides

Modified the ASDisplayNode accessibility label to only aggregate its sub-nodes' labels when it doesn't have any explicit accessibility label set on itself. If an existing label is already present, it is instead treated as an override to the container's a11y label. Added relevant tests.
@maicki maicki force-pushed the MSTweakA11YLabelAggegration branch from 4557db9 to df8c64d Compare October 28, 2018 18:50
@appleguy appleguy merged commit 4260cc9 into master Oct 29, 2018
@appleguy appleguy deleted the MSTweakA11YLabelAggegration branch October 29, 2018 15:35
mikezucc pushed a commit to mikezucc/Texture that referenced this pull request Nov 7, 2018
…ides (TextureGroup#1199)

Modified the ASDisplayNode accessibility label to only aggregate its sub-nodes' labels when it doesn't have any explicit accessibility label set on itself. If an existing label is already present, it is instead treated as an override to the container's a11y label. Added relevant tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants