File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/app/components/StateRoute/AxMap Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,15 @@ import React from 'react';
22
33const AxLegend = ( ) => {
44 return (
5- < div >
5+ < div style = { { borderStyle : 'solid' } } >
66 Nodes from the accessibility tree have either a role < strong > role</ strong > or < strong > internalRole</ strong >
77 < ul >
88 < li >
9- Role refers to < strong > ARIA </ strong > roles, which indicate the purpose of the element to assistive technologies, like screen readers
9+ < i > < b > Role</ b > </ i > refers to < strong > ARIA </ strong > roles, which indicate the purpose of the element to assistive technologies, like screen readers.
10+ All of the nodes rendered in this tree have a role of 'role'
1011 </ li >
1112 < li >
12- internalRole refers to browser-specific roles < strong > Chrome </ strong > for its accessibility processing
13+ < i > < b > internalRole</ b > </ i > refers to browser-specific roles < strong > Chrome </ strong > for its own accessibility processing
1314 </ li >
1415 </ ul >
1516
You can’t perform that action at this time.
0 commit comments