A list of elements that have minor A11y issues according to Keros testing tool:


https://developer.microsoft.com/en-us/fabric#/controls/web/combobox
Disabled
ComboBox (Elements must have sufficient color contrast)

https://developer.microsoft.com/en-us/fabric#/controls/web/dropdown
Dropdown (Elements must have sufficient color contrast)

https://developer.microsoft.com/en-us/fabric#/controls/web/label
Elements must have sufficient color contrast
https://developer.microsoft.com/en-us/fabric#/controls/web/rating
id attribute value must be unique
https://developer.microsoft.com/en-us/fabric#/controls/web/slider
Elements must have sufficient color contrast
https://developer.microsoft.com/en-us/fabric#/controls/web/spinbutton
Required ARIA attributes must be provided
Split Button (Elements must only use allowed ARIA attributes)
Custom Split Button (Buttons must have discernible text)
The component themselves don't necessarily have a11y issues. These issues could be related to example implementation, which have lower priority for fixing than actual component implementation.
@betrue-final-final I have checked the various color contrast fails above and they all involve disabled colors for text and or backgrounds. Do you have some input regarding those colors accessibility and if they need to be changed?
Yes. Disabled controls do not have a contrast requirement.
It would be good to get a screenshot or more specifics on this. Otherwise I would close.
@ramanova I have confirmed that disabled colors is not an issue we are addressing and I believe the discernible text issue is a Keros issue. When I inspect the split button role attributes in code and in dev tools it doesn't show the issue that Keros calls out aria-roledescription="split\ button"
so it might be worth opening an issue on their end. Lastly, the duplicate IDs I'm currently working on now and should have in PR shortly.
This accessibility insights web issue may be related:
https://github.com/microsoft/accessibility-insights-web/issues/981
Hi @ramanova, It looks like everything is merged in. Thanks again for opening the issue and helping the project! If this covers everything we'd really appreciate having you close the issue, thanks!
Most helpful comment
This accessibility insights web issue may be related:
https://github.com/microsoft/accessibility-insights-web/issues/981