Lemoncode / code-paster

36 stars 18 forks source link

Fixed an accessibility issue with the student textarea. #154

Closed kastwey closed 1 year ago

kastwey commented 2 years ago

Fixed an accessibility issue with the student textarea. Now, the text area is included into a div with role 'log'. IN that way, the textarea remains as a textbox for the accessibility API, and also the log role is kept in mind in order to speak the new content as it arrives.

nasdan commented 1 year ago

Already applied