Skip to content

Commit dac1e22

Browse files
committed
added more info about the nodes within the visualized ax tree
1 parent 9854857 commit dac1e22

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/app/components/StateRoute/AxMap/axLegend.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ const AxLegend = () => {
1414
</li>
1515
</ul>
1616

17-
<div className='axLegendInfo' id='roleNodes'>
18-
<h4>All of the nodes here have the role 'role' </h4>
19-
</div>
17+
<p> Each node is given a property labeled <strong>ignored</strong>. </p>
18+
<p> Nodes read by the screen reader have their ignored property evaluate to <strong>false</strong>.
19+
Nodes not read by the screen reader evaluate to <strong>true</strong>.</p>
20+
<p> Nodes labeled <strong>"visible node with no name"</strong> have the ignored property set to false, but are not given a name</p>
2021
</div>
2122
);
2223
}

0 commit comments

Comments
 (0)