Skip to content

Commit

Permalink
Navigation Treeview Example Using Computed Properties: Editorial revi…
Browse files Browse the repository at this point in the history
…sion to accessibility features

For issue #225, in examples/treeview/treeview-2/treeview-2a.html accessibility features section,
added brief description of purpose of custom focus indicator.
  • Loading branch information
mcking65 committed Jun 19, 2017
1 parent d7d7d9e commit 4ce65b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/treeview/treeview-2/treeview-2a.html
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ <h3 id="tree1">Foods</h3>
<section>
<h2>Accessibility Features</h2>
<p>
The expandable nodes (parent items) in the tree have a custom focus and hover styling created using CSS focus and hover classes.
To make the focus indicator easier to see, the expandable nodes (parent items) in the tree have a custom focus and hover styling created using CSS focus and hover classes.
To do this, focus, blur, mouseover, and mouseout events trigger application of classes to the <code>span</code> element that contains the visible label of the <code>treeitem</code>.
</p>
</section>
Expand Down

0 comments on commit 4ce65b3

Please sign in to comment.