-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Provided description for "checkboxes", "clear" and "New Task" button #26192
Conversation
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@@ -9,4 +9,6 @@ | |||
WidthRequest="60" | |||
VerticalOptions="End" | |||
HorizontalOptions="End" | |||
Margin="30" /> | |||
Margin="30" | |||
SemanticProperties.Description="New Task Button" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we just set the Description
to "Add a new task" and then don't supply a "Hint"
I think that will cover it right?
Same comment goes for the other buttons in this PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've updated the code based on your feedback. Could you please review it and let me know if there are any further concerns
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Issue Detail
Some UI elements in the ".NET 9 template" app lack semantic names, impacting screen reader usability.
Description of Change
Added SemanticProperties.Description to checkboxes, NewTask button, and Clear button
Issues Fixed
Fixes #26128