Skip to content

Commit fa44f3b

Browse files
authored
Merge pull request #335 from open-source-labs/amy/Updates
Amy Yang - update text displayed in Ax Legend
2 parents cf87200 + 40a7622 commit fa44f3b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react';
22

33
const AxLegend = () => {
44
return (
5-
<div style={{borderStyle: 'solid'}}>
5+
<div>
66
Nodes from the accessibility tree have either a role <strong>role</strong> or <strong>internalRole</strong>
77
<ul>
88
<li>
@@ -14,10 +14,10 @@ const AxLegend = () => {
1414
</li>
1515
</ul>
1616

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>.
1918
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>
19+
20+
<p> Nodes labeled as <strong>no name</strong> are visible to a screen reader, but were not given a name label.</p>
2121
</div>
2222
);
2323
}

0 commit comments

Comments
 (0)