HTML

aria-expanded is an accessibility attribute that tells screen readers whether a collapsible element—such as a dropdown menu—is “open” (true) or “closed” (false).

aria-expanded 属性

折りたたみメニューやアコーディオンなど、「開く/閉じる」動きをする要素に付けて、「いま開いているのか(true)」「閉じているのか(false)」をスクリーンリーダーに伝えるためのマークです。視覚的な開閉状態を、目の見えないユーザーにも伝えられるので、アクセシビリティが向上します。