From de3eb746a31fdc50148e8db91e72bb34c2acb5b8 Mon Sep 17 00:00:00 2001 From: Bethany Letalien Date: Fri, 4 Sep 2020 10:15:27 -0400 Subject: [PATCH 1/2] Create glossarySuggestions.md I'm happy to continue doing this as new test cases become available. --- docs/glossarySuggestions.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 docs/glossarySuggestions.md diff --git a/docs/glossarySuggestions.md b/docs/glossarySuggestions.md new file mode 100644 index 00000000..9038e880 --- /dev/null +++ b/docs/glossarySuggestions.md @@ -0,0 +1,27 @@ +I don't know how basic you want to go (is the audience anyone who might want to help out or just testers?), but here's a list of terms in the order I encountered or thought of them: + +* ICT +* Baseline, Baseline tests +* WCAG +* Test scenario +* ARIA +* aria-live politeness setting (explained in [TC05-001-fail](https://section508coordinators.github.io/BaselineTestPages/testcases/TC05-001-fail.html)) +* ARIA live regions +* Any other ARIA definitions? This isn't the place for a tutorial on ARIA +* Changes in presented content: driven and automatic +* Change of state +* Programmatic, programmatically determined (when "behind the scenes" is insufficient, I find this harder to explain to average OPM employees than I thought it would be), programmatically set, programmatically associated... Examples of programmatic event notifications are given in [TC05-001-fail](https://section508coordinators.github.io/BaselineTestPages/testcases/TC05-001-fail.html) +* Accessible name and accesible description, accessible name and accessible description computation (links to various resources throughout the test cases) +* Text alternative +* Image ([TC06-001-fail[(https://section508coordinators.github.io/BaselineTestPages/testcases/TC06-001-fail.html) and [TC06-002-pass](https://section508coordinators.github.io/BaselineTestPages/testcases/TC06-002-pass.html) have a list of examples) +* Meaningful image +* Decorative image +* Equivalent description +* Input element +* Form components (examples given in [TC10-001-fail](https://section508coordinators.github.io/BaselineTestPages/testcases/TC10-001-fail.html), [-008-dna](https://section508coordinators.github.io/BaselineTestPages/testcases/TC10-008-dna.html), and [-009-dna](https://section508coordinators.github.io/BaselineTestPages/testcases/TC10-009-dna.html)) +* Form component instructions and cues (examples given in [TC10-001-fail](https://section508coordinators.github.io/BaselineTestPages/testcases/TC10-001-fail.html), [-008-dna](https://section508coordinators.github.io/BaselineTestPages/testcases/TC10-008-dna.html), and [-009-dna](https://section508coordinators.github.io/BaselineTestPages/testcases/TC10-009-dna.html)) +* User interface component (examples given in [TC10-001-fail](https://section508coordinators.github.io/BaselineTestPages/testcases/TC10-001-fail.html), [-008-dna](https://section508coordinators.github.io/BaselineTestPages/testcases/TC10-008-dna.html), and [-009-dna](https://section508coordinators.github.io/BaselineTestPages/testcases/TC10-009-dna.html)) +* [Accessibility tree/Accessibility object Model](https://wicg.github.io/aom/explainer.html) (link given in [-008-dna](https://section508coordinators.github.io/BaselineTestPages/testcases/TC10-008-dna.html) and [-009-dna](https://section508coordinators.github.io/BaselineTestPages/testcases/TC10-009-dna.html)) + + + From 54e6891636193a8c628bd40efd4a364df6f4abc3 Mon Sep 17 00:00:00 2001 From: Bethany Letalien Date: Fri, 4 Sep 2020 10:16:00 -0400 Subject: [PATCH 2/2] fixed typo --- docs/glossarySuggestions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/glossarySuggestions.md b/docs/glossarySuggestions.md index 9038e880..86eb5b98 100644 --- a/docs/glossarySuggestions.md +++ b/docs/glossarySuggestions.md @@ -13,7 +13,7 @@ I don't know how basic you want to go (is the audience anyone who might want to * Programmatic, programmatically determined (when "behind the scenes" is insufficient, I find this harder to explain to average OPM employees than I thought it would be), programmatically set, programmatically associated... Examples of programmatic event notifications are given in [TC05-001-fail](https://section508coordinators.github.io/BaselineTestPages/testcases/TC05-001-fail.html) * Accessible name and accesible description, accessible name and accessible description computation (links to various resources throughout the test cases) * Text alternative -* Image ([TC06-001-fail[(https://section508coordinators.github.io/BaselineTestPages/testcases/TC06-001-fail.html) and [TC06-002-pass](https://section508coordinators.github.io/BaselineTestPages/testcases/TC06-002-pass.html) have a list of examples) +* Image ([TC06-001-fail](https://section508coordinators.github.io/BaselineTestPages/testcases/TC06-001-fail.html) and [TC06-002-pass](https://section508coordinators.github.io/BaselineTestPages/testcases/TC06-002-pass.html) have a list of examples) * Meaningful image * Decorative image * Equivalent description