Skip to content

Commit

Permalink
Update AccessibilityColorContrastPage.xaml
Browse files Browse the repository at this point in the history
  • Loading branch information
niels9001 committed Jun 19, 2023
1 parent 181ba7f commit 67ecd28
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
<RichTextBlock>
<Paragraph>
Accessibility is about building experiences that make your Windows application usable by people of
all abilities. For more information about designing accessible apps:<Hyperlink NavigateUri="https://learn.microsoft.com/windows/apps/design/accessibility/accessibility-overview">Accessibility overview</Hyperlink>
all abilities. For more information about designing accessible apps: <Hyperlink NavigateUri="https://learn.microsoft.com/windows/apps/design/accessibility/accessibility-overview">Accessibility overview</Hyperlink>
.<LineBreak />
<LineBreak />
To ensure optimal accessibility and usability, apps should strive to use high-contrast and easy-to-
read color combinationto for text and its background. Not only will this benefit users with lower
visual acuity, but this will also ensure visibility and legibility under a wide range of lighting
conditions, screens, and device settings.<LineBreak />
<LineBreak />
Check out the<Hyperlink NavigateUri="https://accessibilityinsights.io/">Accessibility Insights</Hyperlink>
Check out the <Hyperlink NavigateUri="https://accessibilityinsights.io/">Accessibility Insights</Hyperlink>
app to help you find and fix accessibility issues in your Windows apps.</Paragraph>

</RichTextBlock>
Expand Down

0 comments on commit 67ecd28

Please sign in to comment.