python-editor-v3
python-editor-v3 copied to clipboard
NVDA cannot read the text size input when editing it
In the settings dialog, the font size input is read as “blank” by NVDA when editing, although the whole line is read correctly with the value when not editing. Changing the input type to number resolves the issue, but this requires further investigation.
The Chakra-UI component is fully accessible - https://chakra-ui.com/docs/components/form/number-input. NVDA, in my experience on chromium based browsers seems to be ignoring aria-valuenow
, aria-valuemin
and aria-valuemax
. The current value is read in Firefox.
Investigate whether this happens with the Chakra-UI example.
This issue is also observed in the Chakra-UI example.