Description
User Experience:
Visually impaired people who depend on screen readers for navigation can’t interpret an image directly; they rely on alternative text to communicate the image's meaning to users. The end user will not be able to know whether the image is decorative or meaningful if it doesn't have alt text or role of none or presentation.
Note: User credentials should NOT be included in the bug.
Repro Steps:
- Launch application URL: https://makecode.microbit.org/beta#
- Home page will open.
- Navigate "New Project" option and select it.
- Editor screen will open.
- Navigate to "Settings" option appearing in header section and select it.
- Navigate to "Print" option and select it.
- Navigate image controls appearing under "Print Code" page
- Verify in DOM alt attribute is defined for image controls or not.
Actual Result:
Issue: The alt attribute is not defined for the images in the 'Print' dialog.
Expected Result:
The alt attribute should be defined for informative images.
Ex: alt="on start" or alt="forever" for image controls.
MAS Reference:
