Completed
Last Updated: 15 Feb 2024 09:39 by ADMIN
Test Environment:
OS version: 22H2 (OS Build 25272. 1000)
Edge Dev Version: Version 111.0.1633.0 (Official build) dev (64-bit)

Pre- requisites: 
Open Settings -> Accessibility -> Contrast Themes -> Select Aquatic/Desert modes.

Repro-Steps:
  1. Open the above URL and login with valid credentials.
  2. Now check some checkboxes (e.g., Bold, Underline, Insert ordered list, etc.)
  3. Now apply high contrast themes and try to differentiate between the checked and unchecked checkboxes. 


Actual Result:

Unable to distinguish between the checked and unchecked checkboxes in high contrast Aquatic/Desert themes.

Expected Result:
User should be able to distinguish between the checked and unchecked checkboxes in high contrast themes also. 

User Impact:

Users with low vision who rely on high contrast will not be able to distinguish between the checked and unchecked checkboxes in high contrast Aquatic/Desert themes.

    Planned
    Last Updated: 25 Jan 2024 13:09 by ADMIN
    Created by: Kavitha
    Comments: 3
    Category: Editor
    Type: Bug Report
    0
    Repro-Steps:
    1. open answers.microsoft.com/en-us/msoffice/ using valid credentials.
    2. Navigate to any article link and hit enter.
    3. Select 'reply' button.
    4. Navigate to 'format' list and invoke it.
    5. Now Run the fast pass using Accessibility Insights for web and observe the failure 'aria input field name'.

    Actual Result:
    Aria input field doesn’t have an accessible name.

    Control type is defined incorrectly as list item for combo box for 'format' combo box.

    Expected Result:
    Ensure every aria input field should have an accessible name.
    Control type should be defined as combo box.

    User Impact:
    ARIA widget roles require additional attributes that describe the state of the widget. If a required attribute is not provided, the state of the widget will not be communicated to screen reader users.