UX Guideline: Accessibility — ARIA Labels. Platform: All. Description: Interactive elements need accessible names. Do: Add aria-label for icon-only buttons. Don't: Icon buttons without labels. Good Example: aria-label='Close menu'. Bad Example: <button><Icon/></button>. Severity: High.