Skip to content

Commit 9854857

Browse files
committed
included more information about the
rendered ax tree
1 parent e14e268 commit 9854857

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/app/components/StateRoute/AxMap/axLegend.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@ import React from 'react';
22

33
const 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

0 commit comments

Comments
 (0)