Kilotest: Diagnoses of audio track missing violation by HTML element 697 on Foundation for Individual Rights and Expression page

Here is how tools diagnose the audio track missing issue for HTML element 697 of the Foundation for Individual Rights and Expression page.

Basics

Diagnoses

  1. Audio content should have an text alternative. One method is to use the <code>aria-describedby</code> attribute to refer to a text alternative to the audio only content.If this <code>object</code> element's purpose is to play audio content then use <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/audio"><code>audio</code></a> element instead as it provides better support for captions and text transcripts.

    Tool: ASLint (eSSENTIAL Accessibility)

    Rule: audio_alternativeT