From 5bb75878a62a622e5d7bf70176a359ca50f99500 Mon Sep 17 00:00:00 2001 From: theohale <5333778+HaTheo@users.noreply.github.com> Date: Mon, 8 Jun 2026 15:42:00 -0400 Subject: [PATCH 1/2] Add initial implementation of tree structure with accessibility verification as per issue #2091 --- wai-aria/subtree/treeitems.tentative.html | 42 +++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 wai-aria/subtree/treeitems.tentative.html diff --git a/wai-aria/subtree/treeitems.tentative.html b/wai-aria/subtree/treeitems.tentative.html new file mode 100644 index 00000000000000..9c5899ae553330 --- /dev/null +++ b/wai-aria/subtree/treeitems.tentative.html @@ -0,0 +1,42 @@ + + + + + + + + +
+
Fruits
+
Apples
+
Pears
+
Oranges
+
Vegetables
+
Carrots
+
Broccoli
+
Spinach
+
+ + From 804f776987384140bafef02773558561a1aa1534 Mon Sep 17 00:00:00 2001 From: theohale <5333778+HaTheo@users.noreply.github.com> Date: Tue, 9 Jun 2026 15:24:53 -0400 Subject: [PATCH 2/2] adding aria-posinset and aria-setsize per requirement. --- wai-aria/subtree/treeitems.tentative.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/wai-aria/subtree/treeitems.tentative.html b/wai-aria/subtree/treeitems.tentative.html index 9c5899ae553330..8ad6d2cae91aa6 100644 --- a/wai-aria/subtree/treeitems.tentative.html +++ b/wai-aria/subtree/treeitems.tentative.html @@ -7,14 +7,14 @@
-
Fruits
-
Apples
-
Pears
-
Oranges
-
Vegetables
-
Carrots
-
Broccoli
-
Spinach
+
Fruits
+
Apples
+
Pears
+
Oranges
+
Vegetables
+
Carrots
+
Broccoli
+
Spinach