File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/app/components/StateRoute/AxMap Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import React from 'react';
2
2
3
3
const AxLegend = ( ) => {
4
4
return (
5
- < div style = { { 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 >
@@ -17,7 +17,6 @@ const AxLegend = () => {
17
17
< p > Each node is given a property labeled < strong > ignored</ strong > . </ p >
18
18
< p > Nodes read by the screen reader have their ignored property evaluate to < strong > false</ strong > .
19
19
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
20
</ div >
22
21
) ;
23
22
}
You can’t perform that action at this time.
0 commit comments