Oddbean new post about | logout
 A weird #accessibility question, if I may?

How do screen readers announce *read only* input elements?

For example:

`<input type="text" readonly="" value="Hello, world!">`

It isn't editable by the user, so does it get exposed as a control? Is the value ignored as well?

Thanks gang!