UX Guideline: Accessibility — Screen Reader. Platform: All. Description: Content should make sense when read aloud. Do: Use semantic HTML and ARIA properly. Don't: Div soup with no semantics. Good Example: <nav> <main> <article>. Bad Example: <div> for everything. Severity: Medium.