Skip to content

Commit 3aed0e2

Browse files
authored
Fix: add aria-level as supported on treeitem (#1676)
closes #1605 adds `aria-level` to the supported states and property cell of the characteristics table since its no longer being inherited due to the change to `listitem`
1 parent 81bd8c2 commit 3aed0e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -10002,6 +10002,7 @@ <h5>Note regarding the ARIA 1.1 <rref>none</rref> role.</h5>
1000210002
<ul>
1000310003
<li><sref>aria-expanded</sref></li>
1000410004
<li><pref>aria-haspopup</pref></li>
10005+
<li><pref>aria-level</pref></li>
1000510006
</ul>
1000610007
</td>
1000710008
</tr>

0 commit comments

Comments
 (0)