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
People with good vision can glance at a or <iframe> element to get a good idea of its content. People who use assistive technologies rely on the frame’s accessible name to determine whether it contains information relevant to their current needs.
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:
People with good vision can glance at a or <iframe> element to get a good idea of its content. People who use assistive technologies rely on the frame’s accessible name to determine whether it contains information relevant to their current needs.
Note:
User credentials should NOT be included in the bug.
Repro Steps:
Actual Result:
Issue: Accessible name is not defined for the <iframe> content which is present on the page.
Expected Result:
Accessible name should be defined for the <iframe> content which is present on the page.
Example: Aria-label="Transparent pixels from the image on top." can be defined for the <iframe'.
Issue:
Ensure <iframe> and elements have an accessible name (frame-title - https://accessibilityinsights.io/info-examples/web/frame-title)
Target application:
Image - https://arcade.makecode.com/types/image
Element path:
iframe
Snippet:
<iframe style="position:absolute;top:0;left:0;width:100%;height:100%;" allowfullscreen="allowfullscreen" frameborder="0" sandbox="allow-popups allow-forms allow-scripts allow-same-origin" src="/---run#nofooter=1" data-code="let%20greenBall%20%3D%20img%60%0A.%20.%20.%20.%20.%20.%20.%20.%20.%20.%20.%20.%20.%20.%20.%20.%20%0A.%20.%20.%20.%20.%20.%20.%20.%20.%20.%20.%20.%20.%20.%20.%20.%20%0A.%20.%20.%20.%20.%20.%206%206%206%206%20.%20.%20.%20.%20.%20.%20%0A.%20.%20.%20.%206%206%206%206%206%206%206%206%20.%20.%20.%20.%20%0A.%20.%20.%206%206%206%206%206%206%206%206%206%206%20.%20.%20.%20%0A.%20.%20.%206%206%206%206%206%206%206%206%206%206%20.%20.%20.%20%0A.%20.%206%206%206%206%206%206%206%206%206%206%206%206%20.%20.%20%0A.%20.%206%206%206%206%206%206%206%206%206%206%206%206%20.%20.%20%0A.%20.%206%206%206%206%206%206%206%206%206%206%206%206%20.%20.%20%0A.%20.%206%206%206%206%206%206%206%206%206%206%206%206%20.%20.%20%0A.%20.%20.%206%206%206%206%206%206%206%206%206%206%20.%20.%20.%20%0A.%20.%20.%206%206%206%206%206%206%206%206%206%206%20.%20.%20.%20%0A.%20.%20.%20.%206%206%206%206%206%206%206%206%20.%20.%20.%20.%20%0A.%20.%20.%20.%20.%20.%206%206%206%206%20.%20.%20.%20.%20.%20.%20%0A.%20.%20.%20.%20.%20.%20.%20.%20.%20.%20.%20.%20.%20.%20.%20.%20%0A.%20.%20.%20.%20.%20.%20.%20.%20.%20.%20.%20.%20.%20.%20.%20.%20%0A%60%0Alet%20yellowSquare%20%3D%20image.create(16%2C%2016)%0AyellowSquare.fill(14)%0A%0Alet%20yellowSprite%20%3D%20sprites.create(yellowSquare)%0Alet%20greenSprite%20%3D%20sprites.create(greenBall)">
How to fix:
Fix any of the following:
MAS Reference:
MAS 4.1.2 – Name, Role, Value
ARIA Authoring Ref Link/Fluent Patterns Guidance /HITS Guidance:
frame-title
UIA/DOM details available:
Yes (Refer attachment)
Reference Links:
Test Environment:
Attachment:
The text was updated successfully, but these errors were encountered: