확장과 축소 콘텐츠 적용 사례
Last updated
Last updated
<button aria-controls="site-select" aria-expanded="true">Region/Language</button>
<div id="site-select" aria-hidden="false">
<label for="utilnav-country-selector">Select a country/region</label>
...
</div>