Fixes #11. The fix was more involved than I was expecting, as we set aria-describedby in a few different places. For the Python implementation, I chose to refactor aria_describedby to a list so we don’t have as many checks on "is it defined already" for string concatenation.
I didn’t do any manual testing for this, as the unit tests seemed excellent.
Fixes #11. The fix was more involved than I was expecting, as we set aria-describedby in a few different places. For the Python implementation, I chose to refactor
aria_describedby
to a list so we don’t have as many checks on "is it defined already" for string concatenation.I didn’t do any manual testing for this, as the unit tests seemed excellent.