From 05be925bbc9dcea13cd73137a343354cbf006da6 Mon Sep 17 00:00:00 2001
From: Nick Schonning
Date: Tue, 19 May 2026 15:00:08 -0400
Subject: [PATCH 1/9] typo: alternaties -> alternatives
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 3d5d2b0..169d08e 100644
--- a/index.html
+++ b/index.html
@@ -411,7 +411,7 @@ Adhere to the rules of ARIA
In the following example, rather than using a `generic` role, authors are advised to use a `div` in
place of the `article` element. If changing the HTML element is not possible, specifying a role of
- `presentation` or `none` would be acceptable alternaties to remove the implicit role of the `article`.
+ `presentation` or `none` would be acceptable alternatives to remove the implicit role of the `article`.
<!-- Avoid doing this! -->
From 1b1017fc883d51d6f3ed2ddc00df09310a89f147 Mon Sep 17 00:00:00 2001
From: Nick Schonning
Date: Tue, 19 May 2026 15:00:41 -0400
Subject: [PATCH 2/9] typo: redundnat -> redundant
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 169d08e..c9a9cfb 100644
--- a/index.html
+++ b/index.html
@@ -119,7 +119,7 @@
29 June 2023 - Addition:
- Update the `s` element allowed roles to indicate use of `role=deletion` on the element would be considered redundnat.
+ Update the `s` element allowed roles to indicate use of `role=deletion` on the element would be considered redundant.
31 May 2023 - Correction:
From 714d3cf72eb6c95483e023c67c1583c4345bc864 Mon Sep 17 00:00:00 2001
From: Nick Schonning
Date: Tue, 19 May 2026 15:01:11 -0400
Subject: [PATCH 3/9] typo: supress -> suppress
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index c9a9cfb..7fedc5d 100644
--- a/index.html
+++ b/index.html
@@ -326,7 +326,7 @@
An author would need to take additional steps to ensure the default functionality and presentation of
- the `button` was removed, and even doing so may still not be enough to fully supress the element's
+ the `button` was removed, and even doing so may still not be enough to fully suppress the element's
implicit features depending on how the user chooses to engage with the web page. E.g., by turning on
Windows high contrast themes, or viewing the web page in a browser's reader mode.
From 78bd22a573341988a4077edc38b23714002c79b9 Mon Sep 17 00:00:00 2001
From: Nick Schonning
Date: Tue, 19 May 2026 15:02:29 -0400
Subject: [PATCH 4/9] typo: associted -> associated
---
index.html | 2 +-
tests/label-element.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
index 7fedc5d..f81eb46 100644
--- a/index.html
+++ b/index.html
@@ -2258,7 +2258,7 @@
- Otherwise, if the `label` is not associted with an element then any `role`,
+ Otherwise, if the `label` is not associated with an element then any `role`,
though generic SHOULD NOT be used.
Naming Prohibited if exposed as the `generic` role, or if exposed as another role which prohibits naming.
diff --git a/tests/label-element.html b/tests/label-element.html
index 73b9b4e..edfa792 100644
--- a/tests/label-element.html
+++ b/tests/label-element.html
@@ -56,7 +56,7 @@ Tests:
Test 1
Authors MUST NOT use any role or aria-* attribute on the label element when it
- associted with a labelable element.
+ associated with a labelable element.
From e0969930645bb6245e29a2c366c1b80f4b9ba840 Mon Sep 17 00:00:00 2001
From: Nick Schonning
Date: Tue, 19 May 2026 15:05:38 -0400
Subject: [PATCH 5/9] typo: purposeuflly -> purposefully
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index f81eb46..c414477 100644
--- a/index.html
+++ b/index.html
@@ -3757,7 +3757,7 @@
Using `aria-hidden="true"` on an element that has the `hidden` attribute is at best an unnecessary redundancy. At worst its usage can
- prevent access to the content if the `hidden` attribute's default UA style of `display: none` has been purposeuflly overwritten by an author or user style sheet.
+ prevent access to the content if the `hidden` attribute's default UA style of `display: none` has been purposefully overwritten by an author or user style sheet.
Finally, if the `hidden` attribute is in the Hidden Until Found state, the use of `aria-hidden=true` will prevent this content from being discoverable to users
of assistive technology when it is found via a browser's in-page find feature and visually rendered to users.
From b483276a82671baecc6e113efd5f4d89256dd9b3 Mon Sep 17 00:00:00 2001
From: Nick Schonning
Date: Tue, 19 May 2026 15:07:31 -0400
Subject: [PATCH 6/9] typo: Confornamce -> Conformance
---
tests/img-allowed-roles.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/img-allowed-roles.html b/tests/img-allowed-roles.html
index a4e26ca..32d7512 100644
--- a/tests/img-allowed-roles.html
+++ b/tests/img-allowed-roles.html
@@ -148,7 +148,7 @@ Test 1
Expected result:
-
No failures for use of ARIA roles would be flagged for any of the above examples. Use of img on a named image element is NOT RECOMMENDED. Confornamce checkers may indicate this as a warning.
+
No failures for use of ARIA roles would be flagged for any of the above examples. Use of img on a named image element is NOT RECOMMENDED. Conformance checkers may indicate this as a warning.
From 395423f58b1847f81073d44ebec777f5e39672ae Mon Sep 17 00:00:00 2001
From: Nick Schonning
Date: Tue, 19 May 2026 15:08:38 -0400
Subject: [PATCH 7/9] typo: redundncy -> redundancy
---
tests/input-image-reset-submit.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/input-image-reset-submit.html b/tests/input-image-reset-submit.html
index 2dc3570..bf1b42c 100644
--- a/tests/input-image-reset-submit.html
+++ b/tests/input-image-reset-submit.html
@@ -124,7 +124,7 @@
Expected result:
- These test cases would pass checks for an allowed role, but other failures would be expected for the instances where the elements are not contained or owned by their expected accessibility parents, or where they lack other expected properties required by authors. Note: there is no need to use a role=button on one of these elements, so while it's use is not recommended due to unnecessary redundncy, it is also not likely to cause issues.
+ These test cases would pass checks for an allowed role, but other failures would be expected for the instances where the elements are not contained or owned by their expected accessibility parents, or where they lack other expected properties required by authors. Note: there is no need to use a role=button on one of these elements, so while it's use is not recommended due to unnecessary redundancy, it is also not likely to cause issues.
From b566c385aada22071ecea3b238724acc1364b460 Mon Sep 17 00:00:00 2001
From: Nick Schonning
Date: Tue, 19 May 2026 15:09:58 -0400
Subject: [PATCH 8/9] typo: seletedcontent -> selectedcontent
---
tests/selectedcontent.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/selectedcontent.html b/tests/selectedcontent.html
index 56a970c..c7f2c25 100644
--- a/tests/selectedcontent.html
+++ b/tests/selectedcontent.html
@@ -91,7 +91,7 @@ Test 2
Expected result:
-
while the use of the seletedcontent element is incorrectly used in this example, the use of ARIA is allowed
+
while the use of the selectedcontent element is incorrectly used in this example, the use of ARIA is allowed
so authors may correct for misuse of the element, thus no errors related to the use of ARIA attributes should be flagged in this case.
From c9c71897dfa00d6be2a1b851ecd40b92454f52d7 Mon Sep 17 00:00:00 2001
From: Nick Schonning
Date: Tue, 19 May 2026 15:10:32 -0400
Subject: [PATCH 9/9] typo: summay -> summary
---
tests/summary-allowances.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/summary-allowances.html b/tests/summary-allowances.html
index 4d398f9..6e3f155 100644
--- a/tests/summary-allowances.html
+++ b/tests/summary-allowances.html
@@ -83,7 +83,7 @@ Test 1