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';
2
2
3
3
const AxLegend = ( ) => {
4
4
return (
5
- < div >
5
+ < div style = { { borderStyle : 'solid' } } >
6
6
Nodes from the accessibility tree have either a role < strong > role</ strong > or < strong > internalRole</ strong >
7
7
< ul >
8
8
< 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'
10
11
</ li >
11
12
< 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
13
14
</ li >
14
15
</ ul >
15
16
You can’t perform that action at this time.
0 commit comments