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 w3c#871)
  • Loading branch information
spectranaut authored and Valerie R Young committed Sep 5, 2018
1 parent ec2afcf commit abb0809
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 abb0809

Please sign in to comment.