It looks like the record button is not accessible with screen readers.
The problems are:
It seems clicking the svg element triggers the recording.
The element has aria-hidden="true" which means telling assistive technology such as screen reader to ignore the element.
The element also has focusable="false" which prevents users from focusing on the element with keyboard like tab/shift+tab and press enter/space to activate.
Hi,
It looks like the record button is not accessible with screen readers.
The problems are:
If I do this, it works.
Could you investigate? Thanks so much!