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
area/a11y Relates to accessibility proposal/open 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]

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/a11y Relates to accessibility proposal/open t/enhancement ☀️ New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants