Kilotest: Diagnoses of button name not visible violation by HTML element 473 on Pacific Northwest Software Quality Conference page

Here is how tools diagnose the button name not visible issue for HTML element 473 of the Pacific Northwest Software Quality Conference page.

Basics

Diagnoses

  1. The button should have a description, but the content is empty. Having only defined an attribute aria-label="Go to event 1" is not sufficient and it is recommended to have the content instead, e.g. at least visually hidden, but exposed to assisitve technologies. Some users are disabling styles for better readability, and also description from attribute is not available for automatic translators.

    Tool: ASLint (eSSENTIAL Accessibility)

    Rule: empty_button_description

  2. The button should have a description, but the content is empty. Having only defined an attribute aria-label="Go to event 2" is not sufficient and it is recommended to have the content instead, e.g. at least visually hidden, but exposed to assisitve technologies. Some users are disabling styles for better readability, and also description from attribute is not available for automatic translators.

    Tool: ASLint (eSSENTIAL Accessibility)

    Rule: empty_button_description

  3. The button should have a description, but the content is empty. Having only defined an attribute aria-label="Go to event 3" is not sufficient and it is recommended to have the content instead, e.g. at least visually hidden, but exposed to assisitve technologies. Some users are disabling styles for better readability, and also description from attribute is not available for automatic translators.

    Tool: ASLint (eSSENTIAL Accessibility)

    Rule: empty_button_description