Skip to content

Commit

Permalink
Remove group as allowed child of tree (#2094)
Browse files Browse the repository at this point in the history
Removes group as an allowed accessibility child of tree to fix inconsistency with definition of treeitem. Direct children of tree can only be parent nodes or end nodes. Leaf nodes must be a child of a group that is a child of a parent node treitem. Even in a virtualized tree, if the elements that represent the ancestry of rendered nodes were not present in the DOM, the tree would be inoperable.
  • Loading branch information
mcking65 authored Feb 14, 2025
1 parent 5593255 commit f062faa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9770,10 +9770,7 @@ <h5>Presentational Role Inheritance</h5>
<tr>
<th class="role-mustcontain-head" scope="row">Allowed Accessibility Child Roles:</th>
<td class="role-mustcontain">
<ul>
<li><rref>group</rref> with <a>accessibility child</a> <rref>treeitem</rref></li>
<li><rref>treeitem</rref></li>
</ul>
<li><rref>treeitem</rref></li>
</td>
</tr>
<tr>
Expand Down

0 comments on commit f062faa

Please sign in to comment.