From 1e6661b690b4138a9badf6810ae13efc03ac68e1 Mon Sep 17 00:00:00 2001
From: Daniel Montalvo <49305434+daniel-montalvo@users.noreply.github.com>
Date: Thu, 25 Jan 2024 20:00:22 +0100
Subject: [PATCH] Add assistive technology definition to prevent broken link to
ARIA 1.2 (#228)
---
index.html | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/index.html b/index.html
index d942709..d5ad663 100644
--- a/index.html
+++ b/index.html
@@ -208,6 +208,25 @@
Important Terms
While some terms are defined in place, the following definitions are used throughout this document.
+ - Assistive Technologies
+ Hardware and/or software that:
+
+ - relies on services provided by a user agent to retrieve and render Web content
+ - works with a user agent or web content itself through the use of APIs, and
+ - provides services beyond those offered by the user agent to facilitate user interaction with web content by people with disabilities
+
+ This definition may differ from that used in other documents.
+ Examples of assistive technologies that are important in the context
+ of this document include the following:
+
+ - screen magnifiers, which are used to enlarge and improve the visual readability of rendered text and images;
+ - screen readers, which are most-often used to convey information through synthesized speech or a refreshable Braille display;
+ - text-to-speech software, which is used to convert text into synthetic speech;
+ - speech recognition software, which is used to allow spoken control and dictation;
+ - alternate input technologies (including head pointers, on-screen keyboards, single switches, and sip/puff devices), which are used to simulate the keyboard;
+ - alternate pointing devices, which are used to simulate mouse pointing and clicking.
+
+
- Accessible Description
-
An accessible description provides additional information, related to an interface element, that complements the accessible name. The accessible description might or might not be visually perceivable.