I need to read (WAI aria) an input and the screen reader must read if the file is required or not. I try this:
<input .... required>
but when SC go on the input doesn’t read that field is required so I do this:
<input .... aria-required="true">
and there is the same problem. Anyone can help me?