5 ms·
Screen readers often read things in particular ways that non-screen readers would interpret differently. One example that I've run into is using all caps to lab
by kageneko 4y ago
Screen readers often read things in particular ways that non-screen readers would interpret differently. One example that I've run into is using all caps to label something, like "ACCOUNT NAME". Screen readers will typically read out each letter individually instead of as a word. There could be other things, like describing field colors or something that are not as useful when audio only.
- someweirdperson 4y agoShould the all uppercase be something CSS like text-transform: capitalize, and not affect screen readers? Where something is explicitly visual-only, I agree that there can be cases.