Skip to content

Commit

Permalink
Fix: add aria-level as supported on treeitem (#1676)
Browse files Browse the repository at this point in the history
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`
  • Loading branch information
scottaohara committed Jan 20, 2022
1 parent 81bd8c2 commit 3aed0e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Expand Up @@ -10002,6 +10002,7 @@ <h5>Note regarding the ARIA 1.1 <rref>none</rref> role.</h5>
<ul>
<li><sref>aria-expanded</sref></li>
<li><pref>aria-haspopup</pref></li>
<li><pref>aria-level</pref></li>
</ul>
</td>
</tr>
Expand Down

0 comments on commit 3aed0e2

Please sign in to comment.