Follow up accessibility issues

Created on 27 October 2022, over 1 year ago
Updated 15 October 2023, 9 months ago

Problem/Motivation

The module as some accessibility issues while scanning with axeDevTool

  1. Ensures every ARIA dialog and alertdialog node has an accessible name
  2. Element Location: #sliding-popup

  3. Ensures ARIA attributes are allowed for an element's role
  4. Element Location: .eu-cookie-compliance-banner

The behaviour is also visible when testing with the Siteimprove accessibility checker extension in Firefox.

Attached the output (in YAML format) → from running the following using the axe javascript:

  const context = document;
  const options = {
    branding: {
      application: 'Test Audit',
    },
    logIframeErrors: false,
    noSandbox: true,
    resultTypes: [
      'violations',
    ],
    runOnly: {
      'type': 'tag',
      'values': [
        'wcag21aa',
        'wcag2a',
        // 'best-practice',
      ]
    },
  };
  const config = null;
  if (config) {
    window.axe.configure(config);
  }
  // https://www.deque.com/axe/core-documentation/api-documentation/#axe-core-tags
  window.axeResult = await window.axe.run(context, options);
  console.log('axe results', window.axeResult);
✨ Feature request
Status

Needs work

Version

1.0

Component

Code

Created by

🇮🇳India fathima_basheer Kerala

Live updates comments and jobs are added and updated live.
  • Accessibility

    It affects the ability of people with disabilities or special needs (such as blindness or color-blindness) to use Drupal.

Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.69.0 2024