• Resolved crispybran

    (@crispybran)


    The links to both the file name and the preview link are missing ARIA references, according to wave.webaim.org.

    What It Means

    An aria-labelledby or aria-describedby reference exists, but the target for the reference does not exist.

    Why It Matters

    ARIA labels and descriptions will not be presented if the element referenced does not exist in the page.

    What To Do

    Ensure the element referenced in the aria-labelledby or aria-describedby attribute value is present within the page and presents a proper label or description.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter crispybran

    (@crispybran)

    <label id="forminator-field-radio-3-label-1" for="forminator-field-radio-3-1-69cbf866daa02" class="forminator-radio" title="Yes"><input type="radio" name="radio-3" value="Yes" id="forminator-field-radio-3-1-69cbf866daa02" aria-labelledby="forminator-field-radio-3-label-1" data-calculation="0" aria-describedby="forminator-field-radio-3-69cbf866daa02-description"><span class="forminator-radio-bullet" aria-hidden="true"></span><span class="forminator-radio-label">Yes</span></label>

    aria-describedby=”forminator-field-radio-3-69cbf866daa02-description” is defined, but the description it refers to does not exit. There are a couple of these in the page.

    Thread Starter crispybran

    (@crispybran)

    Disregard. Turns out this is part of another plugin.

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.