--- obsoleteMessage: The glossary link type is obsolete. obsoleteSince: 20 ---
HTML and XHTML
The objective of this technique is to provide a mechanism for locating a glossary. When
terms in the content are defined on a separate glossary page, the glossary is referenced
using a link element in the head element of the document that
uses the glossary. The rel attribute of the link element is
set to "glossary", and the href attribute contains the URI of the glossary
page. User agents can then assist users in accessing the glossary quickly and
easily.
<link rel="glossary" href="https://www.w3.org/TR/WCAG20/#glossary">
For any set of words and their definitions that are meant to serve as a glossary:
head section of the Web page that contains words,
phrases or abbreviations defined in a glossary contains a link
elementlink element has attribute
rel="glossary"
href attribute of the link element
refers to the glossary page.Note: The definition of abbreviation used in WCAG is : "shortened form of a word, phrase, or name where the original expansion has not been rejected by the organization that it refers to and where the abbreviation has not become part of the language."