Skip to content

Instantly share code, notes, and snippets.

@iyu88
Created March 17, 2024 14:17
Show Gist options
  • Save iyu88/05caa5e430a638fe465d75d9613b5c21 to your computer and use it in GitHub Desktop.
Save iyu88/05caa5e430a638fe465d75d9613b5c21 to your computer and use it in GitHub Desktop.
[2024-03-17-aria-hidden-and-role] Example code snippet
<ul role="tablist">
<li role="none">
<a href="#panel_1"
role="tab"
aria-selected="true/false"
aria-controls="panel_1">
...
</a>
</li>
<!-- etc. -->
</ul>
// [출처] https://www.scottohara.me/blog/2018/05/05/hidden-vs-none.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment