I have some Color contrast issues in my UWP app when analyzed using Windows Accessibility Insights tool. There are some elements that show Mid for Contrast test in low resolution like 800 * 600. According to documentation if a UI elements shows Mid
or Unable to detect colors it ha to be tested manually using the color picker tool etc. When I tested manually for some items like Focused, Accessibility tool still shows Fail as it does not meet the WCAG criteria. How can I fix this ? What is to be done code
or xaml in order to correct this accessibility issue from manual testing?
↧