-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: dropdown selector v4 styled to css #549
feat: dropdown selector v4 styled to css #549
Conversation
…sai/dropdown-selector-change-styled-to-css
Size Change: -5.55 kB (-0.18%) Total Size: 3.08 MB
ℹ️ View Unchanged
|
Visit the preview URL for this PR (updated for commit 8b1988a): https://pixiv-charcoal-web--pr549-toshusai-dropdown-se-9g9gvhph.web.app (expires Wed, 19 Jun 2024 08:33:29 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 314b26d3adca98a761c7e4d9922ebb206ff024a0 |
)} | ||
<span | ||
className="charcoal-dropdown-selector-menu-item" | ||
aria-selected={isSelected} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
aria-selected
is used for grid-cell, option, row, and tab roles, so data-selected
is preferred.
https://www.osaka-kyoiku.ac.jp/~joho/html5_ref/wai-aria/states_and_properties.html#aria-selected
やったこと
動作確認環境
チェックリスト
不要なチェック項目は消して構いません