From 4bdf7d6c051dac793daa53850febad7e1aa9b3d2 Mon Sep 17 00:00:00 2001 From: Matt King Date: Sun, 18 Jun 2017 21:47:15 -0700 Subject: [PATCH] File Directory Treeview Example Using Computed Properties: Remove review 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. --- examples/treeview/treeview-1/treeview-1a.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/examples/treeview/treeview-1/treeview-1a.html b/examples/treeview/treeview-1/treeview-1a.html index 1c816e859f..54a6c1dae8 100644 --- a/examples/treeview/treeview-1/treeview-1a.html +++ b/examples/treeview/treeview-1/treeview-1a.html @@ -22,11 +22,6 @@

File Directory Treeview Example Using Computed Properties

-

- Code is complete for this example. - Feedback and progress on editorial work on this page are being tracked in - issue 223. -

The below example implements the Treeview Design Pattern @@ -254,7 +249,7 @@

Accessibility Features

- 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 span element that contains the visible label of the treeitem.