-
Notifications
You must be signed in to change notification settings - Fork 113
Description
"Check out Accessibility Insights! - Identify accessibility bugs before check-in and make bug fixing faster and easier."
GitHub Tags:
#A11yUsable;#A11yTCS;#Playwright releases;#P1_Playwright.dev_Web_Jan2024;#A11ySev4;#A11yusablehigh;#ChromiumEdge;#DesktopWeb;#FTP;#HighContrast;#Win11;#P1_WCP
Environmental Details:
App Name: Playwright.dev
#URL: https://playwright.dev/java/
OS & Browser Details :
Microsoft Windows 11 Enterprise
Version 22621.3007
Microsoft Edge
Version 120.0.2210.144 (Official build) (64-bit)
Pre-Requisite:
- Open settings and Tab to "Accessibility" and press enter.
- Now Tab to "Contrast Themes" and press enter, "Contrast Theme" page will appear.
- Now select the themes and refresh the page.
Repro Steps:
- Hit the URL: https://playwright.dev/java/
- Apply High Contrast and TAB to Search Field.
- Check that in Aquatic and Desert Mode keyboard focus for the "Search" is Visible or not.
Actual results:
On Applying High Contrast Aquatic and Desert Mode keyboard focus for the "Search" is not Visible.
Note: Similar issue is also observed in below links.
https://playwright.dev/docs/test-assertions
https://playwright.dev/docs/running-tests
https://playwright.dev/docs/locators
https://playwright.dev/docs/api/class-locator
https://playwright.dev/docs/writing-tests
https://playwright.dev/docs/api/class-playwright
https://playwright.dev/docs/intro
https://playwright.dev/docs/api/class-page
Expected results:
On Applying High Contrast Aquatic and Desert Mode keyboard focus should clearly be visible for "Search".
User Impact:
The visually impaired users will not get where the focus is present if focus is not visible if it not visible in high contrast mode.