{"id":3578,"date":"2017-04-11T08:50:05","date_gmt":"2017-04-11T13:50:05","guid":{"rendered":"https:\/\/www.tpgi.com\/what-is-an-accessible-name\/"},"modified":"2026-02-25T20:50:29","modified_gmt":"2026-02-26T04:50:29","slug":"what-is-an-accessible-name","status":"publish","type":"post","link":"https:\/\/vispero.com\/resources\/what-is-an-accessible-name\/","title":{"rendered":"What is an accessible name?"},"content":{"rendered":"
Many HTML elements have an accessible name. It can be derived from different sources, and browsers use an algorithm called the Accessible Name and Description Computation<\/a> to figure it out.<\/p>\n <\/p>\n The accessible name for a HTML element<\/a> is exposed in the browser’s accessibility tree<\/a>. It is the piece of information used by Assistive Technologies (AT) to identify the element. For example, someone using a speech recognition tool can target the element using its accessible name, or someone using a screen reader will hear the accessible name announced as they moved focus to that element.<\/p>\n The accessible name for an element can be derived from the element’s content, an attribute, or from an associated element.<\/p>\n The content of an Using the element’s content<\/h2>\n
<a><\/code> element gives the link its accessible name. The accessible name for the following link is “Chamukos tequila”.<\/p>\n<a href=\"tequila.html\">Chamukos tequila<\/a><\/code><\/pre>\n