Details
-
Task
-
Resolution: Fixed
-
P2: Important
-
None
-
None
-
None
-
-
57191901d (dev)
Description
Currently StaticText is backed by a read-only <textarea>, but this causes several problems
- Voice Over on Mobile safari reads "Multiline text field, read-only, double tap to edit"
- Narrator gives it multi-line geometry
It can most likely be a <div> with text instead, or some other html text element.