Skip to content

Commit

Permalink
[FE + Version Control] Accessibility Insights Fast Pass: Section 508 …
Browse files Browse the repository at this point in the history
…502.3.1: (DevHome/button '') The Name property must not contain any characters in the private Unicode range. (#3783)

* make button name accessible

* address PR feedback
  • Loading branch information
ssparach authored Sep 9, 2024
1 parent 229084a commit 4810c85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,10 @@
</data>
<data name="CloseButtonText" xml:space="preserve">
<value>Close</value>
<comment>Text for a button to close a content dialog.</comment>
<comment>Text for a button to close a content dialog</comment>
</data>
<data name="MoreOptionsButton.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
<value>More Options</value>
<comment>Text for the more options button on the setting card for the Add Repositories UI</comment>
</data>
</root>
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</DropDownButton.Flyout>
</DropDownButton>
<Button
x:Name="MoreOptionsButton"
x:Uid="MoreOptionsButton"
Content="&#xe712;"
Height="36"
MinWidth="36"
Expand Down

0 comments on commit 4810c85

Please sign in to comment.