Test Case Description for Text Tag
Purpose: Verify text is provided for every non-text element.(eg,via "alt","longdesc",or in element content.)Initial Conditions:
- Have Screen Reader program installed.
Steps/Description:
- View "here " with the browser and move the cursor over the images which are on the top of the page.
- Turn off images in your browser, reload the page.
- Turn off images in your browser,reload the page which includes animation.
Expected Results:
- In Step1,Alternative text for each image is displayed as a text pop-up in supported graphical browsers.
- In Step2,Each image is replaced with its alternative text which are "Access Board Logo","Access Board Header Graphic"
- In Step3,animation is replaced with its alternative text which is
" This is a boy kissing you."
HTML Source Code:
<img src="art/logo-green.gif" alt="Access Board Logo" >
<img src="art/logo-green.gif" alt="Access Board Header Graphic">
<img src="../images/Kissed.gif" alt="This is a boy kissing you." width="384' height="552">