Appendix JS_G_A2

Summary

Requirement: All non-text content has an equivalent text alternative. Details: Functionality that can’t be made accessible must have a long description that provides the same information.

Examples

Correct code

Refer to the JS_G_A2 live demo for a working example.

<iframe width="400" height="400" scrolling="no" 
    src="https://maps.google.com/maps?..."></iframe>
 
<h3>
    Directions from Sydney Road, Brunswick, 
    to Smith Street, Collingwood
</h3>
<ol>
    <li>
        Head south on Sydney Road (State Route 55) 
        toward Merri Street, for 550 metres
    </li>
    <li>
        Turn left onto Brunswick Road (State Route 38), 
        then proceed for 1.6 kilometres
    </li>
    <li>
        Turn right onto Nicholson Street, 
        then proceed for 1.5 kilometres
    </li>
    <li>
        Turn left onto Alexandra Parade (State Route 46) 
        and continue to follow it for 850 metres
    </li>
    <li>
        Turn right onto Smith Street 
        and you've reached your destination
    </li>
</ol>