Glossary
- Accessibility Checkers
-
Automated tools built-in to many platforms that check for common accessibility issues. Are not to be considered a guarantee of accessibility.
- Accommodation
-
A reactive adjustment to a resource or activity to make it accessible to a person with a disability.
- Alternative Text
-
Alternative text is a text equivalent of graphics in a document or webpage. Alternative text is coded to be hidden visually, but read to a screen reader user.
- ARIA
-
Accessible Rich Internet Applications are roles and attributes that can make Javascript widgets, error messages, and live content more accessible.
- Audio Description
-
Additional audio added to a video that describes important visual details that are not conveyed by the main audio alone.
- Camel Case
-
Capitalization of the first letter of each word in multi-word hashtags. Without Camel Case, hashtags will be read aloud as one long, unintelligible word.
Also known as CamelCase, Pascal Case, or Title Case
- Caret browsing
-
Keyboard navigation using the text cursor to navigate a web page or document. Usually activated by pressing F7 in your browser.
- CCTV Magnifier
-
Closed Circuit TV (CCTV) magnifiers are cameras used to magnify documents or books on a monitor.
- Closed captions
-
A text equivalent of audio content in a video, displayed synchronously. Closed captions are toggled on or off by viewers, as opposed to open captions that are burned into the video and always displayed.
- Colour contrast
-
Colour contrast is the difference in saturation, brightness, and pigment of different elements relative to one another. A contrast ratio of at least 4.5:1 between text and background is required by common accessibility standards.
- Contrast ratio
-
The contrast ratio between the font colour and the background colour. Accessible contrast should be at least 4.5:1.
- Decorative image
-
An image that does not contain unique information or is used for visual appeal only. Decorative images must be marked as decorative or use alt=""
- DOM
-
The Document Object Module (DOM) represents the hierarchical, logical structure of a document/web page.
- EPUB
-
Most common ebook file format. A very customizable and accessible format.
- example
-
This is an example glossary term to illustrate how glossary terms work in Pressbooks.
- FAST
-
A framework for assessing the accessibility of content, by focusing on key criteria, including:
Function
Appearance
Structure
Text Equivalents
- Flattened Copy
-
A digital object that has been "flattened" into a single layer when exported. A scanned document or a PDF created using "Print to PDF" (or similiar) will be a flat image without recognizable text or digital document structure. A flat copy may visually appear as a document, but be completely inaccessible.
- Focus
-
On a webpage, a control or content item that can receive focus by a mouse, keyboard, or screen reader. Typically links, buttons, forms, and menus are focusable.
- Focus indicator
-
A visual indicator of what element on a page is currently focused. This assists users to know where they are on a page and to select menus, links, and buttons with a keyboard.
- Focus order
-
The order in which interactive elements on a page are focused. Focus order should follow a logical pattern that aligns with visual layout.
- Functional Accessibility
-
When something does not meet accessibility standards but is still useable by users of assistive technology.
- Headings
-
Headings are text used to organize a document. Headings are section and subsection titles used to logically separate content, build and show relationships between ideas, and explain the development of concepts. Headings must be hierarchical, not skip a level, and be semantically programmed, not merely cosmetic.
- Hyperlink
-
Linked text to another document or part of document that the user can follow by selecting. Effective hyperlink text should make sense independent of the content around it.
- image caption
-
Also known as a figure caption. Generally placed below an image, a caption is a brief description of the visual content. Figure captions are accessible and available to all users, whereas alt text is only available to assistive technology.
- Integrated description
-
The practice of incorporating audio descriptions of actions or visual content into the flow of video content. For example, when recording a process on a computer, integrated description would include the narrator including steps such as: "Click on Add New. Type your answer in the textbox. Click Create."
- Keyboard trap
-
When a user cannot navigate away from an interactive element using their keyboard alone.
- Label
-
In HTML, the label element acts a caption for input fields, indicating what a control (form field, check box, radio button, etc.) relates to.
- MathML
-
XML format used to add math to HTML.
- OCR
-
Optical Character Recognition (OCR) is software which converts printed material or images of text into recognizable digital text. Scanned PDFs require OCR processes to be accessible. Adobe Acrobat includes builtin OCR technology, but other assistive technology software also employs OCR.
-
Portable Document Format. One of the more difficult format to make accessible. Lacks customization options for readers (font customization, reflow, colour options, etc.)
- Plain language
-
Language that is easily understood by the intended audience. Write for the audience using clear, simple language with focus on important information. Organize and group content.
- Reading order
-
The order in which a screen reader reads content on a page. This should match visual order. Reading order also refers to how a PDF will reflow when zoomed.
- Responsive Design
-
Responsive content automatically adapts to the size of the user's display (phone, laptop, tablet, etc.)
- Screen reader
-
Assistive technology software that reads content aloud and helps blind and low vision users navigate and interact with their computers.
- Semantic markup
-
The use of code (HTML attributes, PDF tags, XML, etc.) to distinguish content by meaning, not appearance. For example, a <h1> heading tag creates both a visual and coded navigation waypoint whereas increasing the font size and bolding simply makes regular text appear larger.
- SEO
-
Search engine optimization is the process of improving search engine ranking.
- Skip to main content
-
Often hidden links accessible by keyboard navigation that assist users to skip over repeated parts of webpages or to different parts of a webpage, such as search or navigation region.
- Tables
-
Information presented in a grid format of rows and columns, generally to show a relationship between sets of set
- Tag (PDF)
-
A tagged PDF includes semantic information and structure to create an accessible document. This is done by adding tags to the document in Adobe Acrobat.
- Templates
-
Preset document or file format, used for consistency without having to recreate each time
- Timestamp
-
Specific time in video, often expressed as hh:mm:ss
- Transcripts
-
Transcription is the process of converting audio into written text. A transcript is a written record of all audio in media. Captions are synced to the content.
- Universal Design
-
Design of content, software, facilities, and services so that they are useable, without accommodation, by the largest scope of users.
- W3C
-
The World Wide Web Consortium sets web technology standards.
- WCAG
-
Web Content Accessibility Guidelines are maintained by W3C and set the minimum standards for web accessibility.