Skip to content

Commit

Permalink
Navigation Treeview with Declared Properties Example: Fix 2 incorrect…
Browse files Browse the repository at this point in the history
… aria-level and aria-posinset values (pull #871)
  • Loading branch information
spectranaut authored and mcking65 committed Aug 31, 2018
1 parent e1288aa commit 2d8a22c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/treeview/treeview-2/treeview-2b.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,9 @@ <h3 id="tree1">Foods</h3>
<span>Vegetables</span>
<ul role="group">
<li role="treeitem"
aria-level="1"
aria-level="2"
aria-setsize="3"
aria-posinset="2"
aria-posinset="1"
aria-expanded="false">
<span>Podded Vegetables</span>
<ul role="group">
Expand Down

0 comments on commit 2d8a22c

Please sign in to comment.