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

Imageのalt系見直し #67

Open
KO1231 opened this issue Sep 3, 2024 · 0 comments
Open

Imageのalt系見直し #67

KO1231 opened this issue Sep 3, 2024 · 0 comments
Labels
Priority: Low 優先度 [低] : 他に優先すべきissueがあったらこのissueの対応は後回し Type: Improvement 実装済機能の改善

Comments

@KO1231
Copy link
Member

KO1231 commented Sep 3, 2024

<img>のalt属性に不適当なものが多々見受けられるので、imgごとに適当なaltが設定されているかを見直す。

ぱっと見て思った例

image

<tr>
<td>ロゴ</td>
<td><img
src={homeLogo}
alt="home pic"
className="img-fluid"
style={{ maxHeight: "150px" }}
/></td>
</tr>

@KO1231 KO1231 added Type: Improvement 実装済機能の改善 Priority: Low 優先度 [低] : 他に優先すべきissueがあったらこのissueの対応は後回し labels Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Low 優先度 [低] : 他に優先すべきissueがあったらこのissueの対応は後回し Type: Improvement 実装済機能の改善
Projects
None yet
Development

No branches or pull requests

1 participant