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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ import React from 'react';
2
2
3
3
constAxLegend=()=>{
4
4
return(
5
-
<divstyle={{borderStyle: 'solid'}}>
5
+
<div>
6
6
Nodes from the accessibility tree have either a role <strong>role</strong> or <strong>internalRole</strong>
7
7
<ul>
8
8
<li>
@@ -14,10 +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>
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>
0 commit comments