← Writing · Reviews →

Glossary

Terms used in accessibility research and practice. Each entry has a definition, common aliases, and category tags.

Search results

HTML Table(also: Data Table, Web Table)
An HTML table is a structured element in web markup used to organize data into rows and columns. Tables are created using the table, tr (table row), th (table header), and td (table data) elements. For accessibility, data tables must include proper header markup (th elements…
HTML5 Track Element(also: <track> Element, Track Tag, HTML Track)
The HTML5 <track> element is used to specify timed text tracks for <video> and <audio> elements, providing a standardized way to associate captions, subtitles, descriptions, chapters, and metadata with media content. Each <track> element specifies a kind (captions, subtitles,…

2 results.