We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4686874 commit 8c51e6aCopy full SHA for 8c51e6a
src/pods/canvas/components/canvas-accessible/canvas-accessible.pod.tsx
@@ -33,9 +33,6 @@ export const CanvasAccessible: React.FC<CanvasAccessibleProps> = props => {
33
}, []);
34
35
return (
36
- //Maybe it needs something for better accessibility.
37
- //Before, the screen reader read all the content and displayed
38
- // the levels of the titles and the list of items, now read all like plain text.
39
<section
40
className={classes.screenReaderOnly}
41
tabIndex={-1}
0 commit comments