Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(aria-roles): Add WAI-ARIA 1.2 roles #2544

Merged

Commits on Oct 7, 2020

  1. fix(aria-roles): Add WAI-ARIA 1.2 roles

    Adds new roles from WAI-ARIA 1.2 spec
    
    Closes issue dequelabs#2107
    timmybytes committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    f84abde View commit details
    Browse the repository at this point in the history
  2. fix(aria-roles): Add WAI-ARIA 1.2 roles to testing

    Adds new roles from WAI-ARIA 1.2 spec to test/commons/standards/get-aria-roles-by-type.js
    
    Closes issue dequelabs#2107
    timmybytes committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    bef7521 View commit details
    Browse the repository at this point in the history
  3. fix(aria-roles): Add allowedAttrs for meter role

    Adds the allowedAttrs: ['aria-valuetext'] to the meter role
    
    Closes issue dequelabs#2107
    timmybytes committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    4dd5fca View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. fix(aria-roles): Add 'treegrid' to caption

    Adds treegrid to caption role's requiredContext array.
    
    Closes issue: dequelabs#2107
    timmybytes committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    ecfcda1 View commit details
    Browse the repository at this point in the history