• This plugin is not at all ADA compliant so using it puts you at very high risk of a lawsuit. A few things that should be added immediately to prevent more lawsuits like ours.

    – Cart button cannot be accessed via keyboard, or read via screen readers.
    – All buttons in side cart need proper role=button set, and aria-label so that screen readers can read them. (trash icon, close X, increase decrease quantity, etc.)
    – When the side cart is opened, items added, items removed, proper role=alert needs to be set so screen readers report the update.
    – Images should have proper alt text in side cart.
    – When side cart is open, tabbing should only stay within the dialog. When side cart is closed, focus needs to return to where it was on the page prior to opening side cart.

    This is no joke and is costing us thousands. It took us a couple of days of development to remedy these issues but we had to modify many plugin pages, I’m sure the developers can do it in less.

  • The topic ‘Excellent but NO ADA COMLIANCE (WCAG 2.1)’ is closed to new replies.