Techniques |
- The
alt attribute is the preferred and most commonly used way to provide an accessible label for input type image elements.
- In special cases, the
title attribute can be used on the input type image element to provide an explicit text description of its purpose.
- In special cases, the
aria-labelledby attribute can be used on the form control element to reference the id(s) of the elements on the page that describe its purpose.
- In special cases, the
aria-label attribute can be used on the form control element to provide an explicit text description of its purpose.
|