I want to specify an ARIA-LABEL before a text box which reads the value inside the text box. How can I achieve this?
The aria-label
is used on interactive elements (not before or after them). On a text box, it's designed to specify the alternative text replacement for the label, not for the inner text. The inner text is natively spoken out by the screen reader.