Skip to content

Commit

Permalink
adjust text in ax legend component
Browse files Browse the repository at this point in the history
  • Loading branch information
ay7991 committed Feb 27, 2024
1 parent 0e85afc commit 40a7622
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/app/components/StateRoute/AxMap/axLegend.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ const AxLegend = () => {
</li>
</ul>

<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>.
<p> Each node is given a property labeled <strong>ignored</strong>. 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>

<p> Nodes labeled as <strong>no name</strong> are visible to a screen reader, but were not given a name label.</p>
</div>
);
}
Expand Down

0 comments on commit 40a7622

Please sign in to comment.