C2LC-215: Ensure that the Robot character in the program editor is perceivable by screen reader

Metadata

Source
C2LC-215
Type
Task
Priority
N/A
Status
Done
Resolution
N/A
Assignee
N/A
Reporter
Created
2020-08-12T10:16:03.679-0400
Updated
2020-08-19T15:51:25.961-0400
Versions
N/A
Fixed Versions
  1. Coding Env 0.4
Component
N/A

Description

Add markup to the ProgramBlockEditor to ensure that the Robot character is perceivable by screen reader. Make it into a heading so that it is part of the page structure. Something along the lines of:

<h3>
    <span role='img' aria-label='robot character'>
        <RobotIcon/>
    </span>
</h3>

Notes:

  • Retrieve the "robot character" string from the localized messages file
  • Verify that the image is perceivable by screen reader