You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When ARIA roles are used on HTML elements that are not in accordance with the HTML in ARIA specification, they conflict with the semantics of the elements which can cause assistive technology products to report nonsensical user interface (UI) information that does not represent the actual UI.
Note:
User credentials should NOT be included in the bug.
Accessibility Insights! - Identify accessibility bugs before check-in and make bug fixing faster and easier.
External Bug Process: If this bug belongs to an external team, mark it as resolved/done and assign it back to the tester with notes on where to file/route the bug. For more information, please use this External Bug Process (sharepoint.com). “HCL Staff should not log any third-party external bugs. Should be routed to EDAD team”.
User Experience:
When ARIA roles are used on HTML elements that are not in accordance with the HTML in ARIA specification, they conflict with the semantics of the elements which can cause assistive technology products to report nonsensical user interface (UI) information that does not represent the actual UI.
Note:
User credentials should NOT be included in the bug.
Repro Steps:
Actual Result:
Issue: Role="presentation" is not allowed for the given element.
Expected Result:
Issue:
Ensures role attribute has an appropriate value for the element (aria-allowed-role - https://dequeuniversity.com/rules/axe/4.9/aria-allowed-role?application=msftAI)
Target application:
Microsoft MakeCode for micro:bit - https://makecode.microbit.org/beta#
Element path:
.attached[href$="plant-watering"][target="_blank"]:nth-child(1)
Snippet:
<a class="ui icon link button attached" href="/projects/plant-watering" target="_blank" rel="noopener noreferre
r" role="presentation" tabindex="-1">How to fix:
Fix the following:
MAS Reference:
MAS 4.1.2 – Name, Role, Value
ARIA Authoring Ref Link/Fluent Patterns Guidance /HITS Guidance:
aria-allowed-role
UIA/DOM details available:
Yes (Refer attachment)
Reference Links:
Test Environment:
Attachment:
The text was updated successfully, but these errors were encountered: