-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
fixed-in-8.0.0-preview.1.7762Look for this fix in 8.0.0-preview.1.7762!Look for this fix in 8.0.0-preview.1.7762!legacy-area-a11yRelates to accessibilityRelates to accessibilityt/a11yRelates to accessibilityRelates to accessibilityt/bugSomething isn't workingSomething isn't working
Milestone
Description
Description
The recommendation for MAUI is to use SemanticProperties
over AutomationProperties
(where equivalents exist).
AutomationProperties.Name
, AutomationProperties.HelpText
, and AutomationProperties.LabeledBy
seem to only be present for users migrating their apps from Xamarin.Forms. Name
and HelpText
have new SemanticProperties
equivalents, and LabeledBy
can be replaced by a binding. Therefore, can Name
, HelpText
, and LabeledBy
be labelled with the Obsolete
attribute? Without that, the doc will have to treat them as no less important than SemanticProperties
which will result in an awful accessibility story, and user confusion.
Metadata
Metadata
Assignees
Labels
fixed-in-8.0.0-preview.1.7762Look for this fix in 8.0.0-preview.1.7762!Look for this fix in 8.0.0-preview.1.7762!legacy-area-a11yRelates to accessibilityRelates to accessibilityt/a11yRelates to accessibilityRelates to accessibilityt/bugSomething isn't workingSomething isn't working