You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/components/StateRoute/AxMap/axLegend.tsx
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,10 @@ const AxLegend = () => {
14
14
</li>
15
15
</ul>
16
16
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>.
17
+
<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>.
19
18
Nodes not read by the screen reader evaluate to <strong>true</strong>.</p>
19
+
20
+
<p> Nodes labeled as <strong>no name</strong> are visible to a screen reader, but were not given a name label.</p>
0 commit comments