diff --git a/src/app/components/StateRoute/AxMap/axLegend.tsx b/src/app/components/StateRoute/AxMap/axLegend.tsx index 05cdbdffe..9ebe139a5 100644 --- a/src/app/components/StateRoute/AxMap/axLegend.tsx +++ b/src/app/components/StateRoute/AxMap/axLegend.tsx @@ -2,7 +2,7 @@ import React from 'react'; const AxLegend = () => { return ( -
+
Nodes from the accessibility tree have either a role role or internalRole -

Each node is given a property labeled ignored.

-

Nodes read by the screen reader have their ignored property evaluate to false. +

Each node is given a property labeled ignored. Nodes read by the screen reader have their ignored property evaluate to false. Nodes not read by the screen reader evaluate to true.

-

Nodes labeled "visible node with no name" have the ignored property set to false, but are not given a name

+ +

Nodes labeled as no name are visible to a screen reader, but were not given a name label.

); }