Two Accessibility Issues

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1178936
    Manos Lentaris
    Participant

    Hi there!

    This theme is very good out of the box, but I cannot find a way to fix some a couple of accessibility issues that show errors in all checkers.

    1) The burger menu button in the header appears as empty.

    Explanation: A <button> element is present that contains no text content (or alternative text), or an <input type=”submit”>, <input type=”button”>, or <input type=”reset”> has an empty or missing value attribute.

    Code: <button class=”menu-toggle” aria-controls=”primary-menu” id=”mobile-menu-toggle” aria-expanded=”false”> <i class=”fa fa-bars” aria-hidden=”true”></i>
    </button>

    2) In all the galleries of the accommodations, there is an issue of Broken ARIA reference.

    Explanation: An element has an aria-labelledby or aria-describedby value that does not match the id attribute value of another element in the page.

    So practically, the issue comes from the clickable thumbnails and navigation arrows in all of the galleries.

    Can you please provide some code to fix these errors? It is very urgent as the website needs to get a pass for accessibility as soon as possible.

    Website: https://farosloutro.gr/

    Thank you.

    #1178938
    Manos Lentaris
    Participant

    3) There is also an empty link issue with the testimonials. Although not clickable, they seem to have some hidden links.

    An anchor element has an href attribute, but contains no text (or only spaces) and no images with alternative text.

    Example: <div class=”testimonial-thumbnail”>
    ARIA hiddenARIA tabindexEmpty link

    </div>

    #1178946
    Manos Lentaris
    Participant

    Please ignore 3), it has been fixed.

    #1182998
    Andre Flores
    Moderator

    Hello Manos,

    I have passed your suggestions for further investigation to our developers. Once there are any updates from them regarding this matter, I will immediately let you know.

    Regards,
    Andre

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.