Example for Checkpoint |
Access note: This simple example uses a table and an animated image to simulate the look of a dynamic page created with FRAME markup.
![]() |
menu |
You might think it would be appropriate to use the title attribute of the FRAME element to label or describe the content of the frame, but the difficulty arises if you are doing dynamic content changes. If you change the source you cannot easily also change the title on the FRAME so the content would change while the title remained constant. If however, the source of each new image or other content is an HTML file, that file can contain all the text equivalents or explanatory information the user needs to understand the changes.
<FRAME src="image-changer.html" title="picture of a house"> However, the title, 'picture of a house', would not be an appropriate title for the frame since the image changes from a house to a telephone and back.
This begs the question: how can you provide meaningful alt-text for random images dynamically served to a page? Can anyone suggest a suitable technique? Contact the authors with your suggestions. |
|
![]() ![]() |