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';
22
33const 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 >
@@ -17,7 +17,6 @@ const AxLegend = () => {
1717 < p > Each node is given a property labeled < strong > ignored</ strong > . </ p >
1818 < p > Nodes read by the screen reader have their ignored property evaluate to < strong > false</ strong > .
1919 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 >
2120 </ div >
2221 ) ;
2322}
You can’t perform that action at this time.
0 commit comments