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

Here is how tools diagnose the audio track missing issue for HTML element 461 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.You have defined an <code>audio</code> element, but there is no <a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/track"><code>track</code></a> element(s) to provide text that you want to display along with the playing media file.

    Tool: ASLint (eSSENTIAL Accessibility)

    Rule: audio_alternativeT