First page Back Continue Last page Overview Graphics
Notes:
We return to our HTML example. If we provide semantic information as attributes in the HTML elements, such as the role of the given element, an assistive technology would have the needed context for displaying or using the content correctly.
In this case, we give the “div” a role of “toolbar”, and the image elements the role of “button”.