Skip to content

Commit

Permalink
File Directory Treeview Example Using Computed Properties: Remove rev…
Browse files Browse the repository at this point in the history
…iew issue link to complete review process

Remove link to issue #223 from examples/treeview/treeview-1/treeview-1a.html.
The internal task force review process is complete.
  • Loading branch information
mcking65 committed Jun 19, 2017
1 parent 651d3a3 commit 4bdf7d6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions examples/treeview/treeview-1/treeview-1a.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@
<body>
<main>
<h1>File Directory Treeview Example Using Computed Properties</h1>
<p>
Code is complete for this example.
Feedback and progress on editorial work on this page are being tracked in
<a href="https://github.com/w3c/aria-practices/issues/223">issue 223.</a>
</p>
<p>
The below example implements the
<a href="../../../#TreeView">Treeview Design Pattern</a>
Expand Down Expand Up @@ -254,7 +249,7 @@ <h3 id="tree_label">
<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, 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 4bdf7d6

Please sign in to comment.