We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9854857 commit dac1e22Copy full SHA for dac1e22
src/app/components/StateRoute/AxMap/axLegend.tsx
@@ -14,9 +14,10 @@ const AxLegend = () => {
14
</li>
15
</ul>
16
17
- <div className='axLegendInfo' id='roleNodes'>
18
- <h4>All of the nodes here have the role 'role' </h4>
19
- </div>
+ <p> Each node is given a property labeled <strong>ignored</strong>. </p>
+ <p> Nodes read by the screen reader have their ignored property evaluate to <strong>false</strong>.
+ 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>
21
</div>
22
);
23
}
0 commit comments