Skip to content

Commit f35bbb0

Browse files
iadawnfstrr
andauthored
Glossary updates May 2025 (#308)
* Add accessibility supported * Editorial fixes * Add new terms from Q1 2025 work * Editorial fixes for existing terms * add essential synonym to essential-exception * Updates from Inputs subgroup * fix typo in filename * add plural synonym * add plural synonym * add new glossary terms * add keyboard focus --------- Co-authored-by: Francis Storr <[email protected]>
1 parent 5adef86 commit f35bbb0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+495
-31
lines changed

guidelines/terms/accessibility-support-set.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ status: developing
55
The group of user agents and assistive technologies you test with.
66

77
:::ednote
8-
The AG is considering defining a default set of user agents and assistive technologies that they use when validating guidelines.
8+
The AGWG is considering defining a default set of user agents and assistive technologies that they use when validating guidelines.
9+
910
Accessibility support sets may vary based on language, region, or situation.
11+
1012
If you are not using the default accessibility set, the conformance report should indicate what set is being used.
11-
:::
13+
:::
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
status: developing
3+
---
4+
5+
Supported by in at least 2 :term[major] free browsers on every operating system and/or available in assistive technologies used by 80% cumulatively of the AT users on each operating system for each type of AT used.

guidelines/terms/assertion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
status: developing
33
---
44

5-
A formal claim of fact, attributed to a person or organization. An attributable and documented statement of fact regarding procedures practiced in the development and maintenance of the :term[content] or :term[product] to improve accessibility.
5+
A formal claim of fact, attributed to a person or organization. An attributable and documented statement of fact regarding procedures practiced in the development and maintenance of the :term[content] or :term[product] to improve accessibility.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
status: developing
3+
synonyms:
4+
- assistive technologies
5+
---
6+
7+
Hardware and/or software that acts as a :term[user agent], or along with a mainstream user agent, to provide functionality to meet the requirements of users with disabilities that go beyond those offered by mainstream user agents
8+
9+
:::note
10+
Functionality provided by assistive technology includes alternative presentations (e.g., as synthesized speech or magnified content), alternative input methods (e.g., voice), additional navigation or orientation mechanisms, and content transformations (e.g., to make tables more accessible).
11+
:::
12+
13+
:::note
14+
Assistive technologies often communicate data and messages with mainstream user agents by using and monitoring APIs.
15+
:::
16+
17+
:::note
18+
The distinction between mainstream user agents and assistive technologies is not absolute. Many mainstream user agents provide some features to assist individuals with disabilities. The basic difference is that mainstream user agents target broad and diverse audiences that usually include people with and without disabilities. Assistive technologies target narrowly defined populations of users with specific disabilities. The assistance provided by an assistive technology is more specific and appropriate to the needs of its target users. The mainstream user agent may provide important functionality to assistive technologies like retrieving web content from program objects or parsing markup into identifiable bundles.
19+
:::
20+
21+
:::example
22+
Assistive technologies that are important in the context of this document include the following:
23+
24+
* screen magnifiers, and other visual reading assistants, which are used by people with visual, perceptual and physical print disabilities to change text font, size, spacing, color, synchronization with speech, etc. in order to improve the visual readability of rendered text and images;
25+
* screen readers, which are used by people who are blind to read textual information through synthesized speech or braille;
26+
* text-to-speech software, which is used by some people with cognitive, language, and learning disabilities to convert text into synthetic speech;
27+
* speech recognition software, which may be used by people who have some physical disabilities;
28+
* alternative keyboards, which are used by people with certain physical disabilities to simulate the keyboard (including alternate keyboards that use head pointers, single switches, sip/puff and other special input devices.);
29+
* alternative pointing devices, which are used by people with certain physical disabilities to simulate mouse pointing and button activations.
30+
:::

guidelines/terms/automated-evaluation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ synonyms:
1111
Automated testing is contrasted with other types of testing that involve human judgement or
1212
experience. :term[Semi-automated evaluation] allows machines to guide humans
1313
to areas that need inspection. The emerging field of testing conducted via
14-
machine learning is not included in this definition.
14+
machine learning is not included in this definition.

guidelines/terms/blocks-of-text.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
status: developing
3+
---
4+
5+
Continuous text with multiple sentences that is not separated by structural elements such as table cells, regions.

guidelines/terms/captions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
status: developing
3+
---
4+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Change of viewport within a page/view
3+
status: developing
4+
---
5+
6+
Change of content/context that causes the users keyboard navigation point to change where they have the option to move back out of the new content/context.
7+
8+
:::example
9+
Modal dialog
10+
:::
11+
12+
:::note
13+
“within a page/view is part of this term because - if the new viewport/content/context is within the same page/view going back etc. would be under the control of the author. If moving to another page/view - perhaps on a different site - the current author would not have control and this would be a requirement on the :term[user agent].
14+
:::
15+
16+
:::note
17+
This is different from [Change of Context in WCAG 2.x](https://www.w3.org/TR/WCAG22/#dfn-change-of-context) major changes that, if made without user awareness, can disorient users who are not able to view the entire page simultaneously.
18+
:::

guidelines/terms/closed-system.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
status: developing
3+
---
4+
5+
Information technology that prevents users from easily attaching or installing assistive technologies. For example, kiosk, calculator, vending machines, etc.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
status: developing
3+
---
4+
5+
Keyboard navigation technique that is the same across most or all applications and platforms and can therefore be relied upon by users who need to navigate by keyboard alone.
6+
7+
:::note
8+
A sufficient listing of common keyboard navigation techniques for use by authors can be found in the [WCAG common keyboard navigation techniques list](#)
9+
:::

0 commit comments

Comments
 (0)