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

Support options in aria-allowed-attr and aria-required-attr #673

Merged
merged 8 commits into from
Jan 18, 2018

Commits on Jan 5, 2018

  1. chore: rename lut in tests

    Marcy Sutton committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    66646a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2018

  1. feat: allow options in aria-allowed-attr

    Marcy Sutton committed Jan 6, 2018
    Configuration menu
    Copy the full SHA
    cf9af49 View commit details
    Browse the repository at this point in the history
  2. chore: rename options integ. tests for clarity

    Marcy Sutton committed Jan 6, 2018
    Configuration menu
    Copy the full SHA
    e30a372 View commit details
    Browse the repository at this point in the history
  3. feat: add required-attr options, integration tests

    Marcy Sutton committed Jan 6, 2018
    Configuration menu
    Copy the full SHA
    4f266c7 View commit details
    Browse the repository at this point in the history
  4. chore: PR feedback for aria-allowed-attr

    Marcy Sutton committed Jan 6, 2018
    Configuration menu
    Copy the full SHA
    69fba9d View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2018

  1. feat: use object for ARIA check options

    e.g. {separator: ['aria-valuenow', 'aria-valuemin', aria-valuemax']}
    Marcy Sutton committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    fd6d671 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2018

  1. chore: remove duplicate to-array util

    The exact same code existed in axe.utils and axe.commons (as axe.utils.toArray)
    Marcy Sutton committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    86fd5bf View commit details
    Browse the repository at this point in the history
  2. chore: simplify ARIA options usage

    Marcy Sutton committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    a51514d View commit details
    Browse the repository at this point in the history