week11y issue 22
CSS Can Influence Screenreaders Ben Myers explains that some CSS may have unintended side-effects on assistive technologies. <button style=”text-transform: uppercase”>Add</button>, for example, is read out as the acronym “A.D.D.” on VoiceOver. The line between presentation and content is increasingly blurred with ::before/::after pseudo elements, the output of which is compiled into the same accessibility tree… [Read More]