Redundant alt attribute. Screen-readers already announce `img` tags as an image.
warn ESLintError:
<JavaScriptファイルの絶対パス>.js
5:5 warning Redundant alt attribute. Screen-readers already announce `img` tags as an image. You don’t need to use the
words `image`, `photo,` or `picture` (or any specified custom words) in the alt prop jsx-a11y/img-redundant-alt
이 경고는 무엇입니까?
tsby @ 2.18.8에는 에 s ぃ t p ㎅ 긴 - jsx - 11y @ 6.2.3이 종속 패키지로 포함되어 있습니다.
% npm ls eslint-plugin-jsx-a11y
<プロジェクトのpackage名>@<プロジェクトのバージョン> <プロジェクトのルートディレクトリパス>
└─┬ [email protected]
└── [email protected]
이것이 경고를 내주고 있다.
'스크린 리더는 'img' 태그를 이미지로 인식합니다. 의 alt 속성에 「image」, 「photo」 또는 「picture」라는 단어를 사용할 필요는 없습니다」라고 한다.
원래 태그에 넣는 alt 속성이란?
이미지 설명. 접근성으로 준비하는 것 외에도 이미지를 얻을 수 없을 때 대신 표시됩니다.
필수는 아니다.
<img src="./hogepage.png" alt="ほげぱげ">
장식의 경우는 빈 문자열로 좋은 것 같다.
<img src="./hogepage.png" alt="">
참고
% npm ls eslint-plugin-jsx-a11y
<プロジェクトのpackage名>@<プロジェクトのバージョン> <プロジェクトのルートディレクトリパス>
└─┬ [email protected]
└── [email protected]
이미지 설명. 접근성으로 준비하는 것 외에도 이미지를 얻을 수 없을 때 대신 표시됩니다.
필수는 아니다.
<img src="./hogepage.png" alt="ほげぱげ">
장식의 경우는 빈 문자열로 좋은 것 같다.
<img src="./hogepage.png" alt="">
참고
Reference
이 문제에 관하여(Redundant alt attribute. Screen-readers already announce `img` tags as an image.), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/murnana/items/731f5d6b8745a2017e4a텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)