Skip to content
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

「いいねボタンを作ろう」のボタンを<span>から<button>にする #787

Open
mendelssohnbach opened this issue Oct 21, 2023 · 0 comments
Labels
stage2:着手可 着手できるフェーズのissueです。プルリクエストを作成できます。

Comments

@mendelssohnbach
Copy link

function LikeButton() {
  ...
    <span className="likeButton" onClick={handleClick}>
      ♥ {count}
    </span>
  );
}

アクセシビリティを取り上げることは、このプロジェクトの趣旨にそぐわないとは考えています。
しかし、本記事を読んだことでアクセシビリティがおろそかになる余地があると考えます。

なんらかの言及または、参考リンクの提示を行うことを検討ください。

関連ページ: https://github.com/yytypescript/book/edit/master/docs/tutorials/react-like-button-tutorial.md

@suin suin changed the title 質問です: span要素にクリックイベントを割り当てる妥当性 「いいねボタンを作ろう」のボタンを<span>から<button>にする Oct 27, 2023
@suin suin added the stage2:着手可 着手できるフェーズのissueです。プルリクエストを作成できます。 label Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stage2:着手可 着手できるフェーズのissueです。プルリクエストを作成できます。
Projects
None yet
Development

No branches or pull requests

2 participants