Skip to content

Commit f062faa

Browse files
authored
Remove group as allowed child of tree (#2094)
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.
1 parent 5593255 commit f062faa

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9770,10 +9770,7 @@ <h5>Presentational Role Inheritance</h5>
97709770
<tr>
97719771
<th class="role-mustcontain-head" scope="row">Allowed Accessibility Child Roles:</th>
97729772
<td class="role-mustcontain">
9773-
<ul>
9774-
<li><rref>group</rref> with <a>accessibility child</a> <rref>treeitem</rref></li>
9775-
<li><rref>treeitem</rref></li>
9776-
</ul>
9773+
<li><rref>treeitem</rref></li>
97779774
</td>
97789775
</tr>
97799776
<tr>

0 commit comments

Comments
 (0)