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

[Spec] Implement Hiding of Children Elements from the Accessible Tree #1214

Closed
Tracked by #22
PureWeen opened this issue Jun 8, 2021 · 0 comments
Closed
Tracked by #22
Assignees
Labels
legacy-area-a11y Relates to accessibility proposal/open t/a11y Relates to accessibility t/enhancement ☀️ New feature or request

Comments

@PureWeen
Copy link
Member

PureWeen commented Jun 8, 2021

HIdeChildren from Accessibility

Using existing AutomationProperties structure add an API that will allow people to remove an element and all it's children from screen readers

TODO Needs API to be filled in

API

[ class ]

Properties

API Description
[name] Gets or sets [description].

Events

API Description
[name] [API documentation/description]

Scenarios

C# Example

var thing = new MyNewControl();
thing.BeAwesome = true;
thing.Color = Color.Cornsilk;

XAML Example

<MyNewControl x:Name="thing" BeAwesome="true" Color="Cornsilk" />

CSS Example

MyNewControl {
     color: Cornsilk;
}

Backward Compatibility

Minimum API levels?
Breaking changes?
Unsupported platforms?

Difficulty : [low/medium/high]

@Redth Redth added the legacy-area-a11y Relates to accessibility label Aug 4, 2021
@Redth Redth closed this as completed Aug 5, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Feb 19, 2022
@Eilon Eilon added the t/a11y Relates to accessibility label May 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
legacy-area-a11y Relates to accessibility proposal/open t/a11y Relates to accessibility t/enhancement ☀️ New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants