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

Allow specifying root selector/element for initial report. Fix #36 #59

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jul 8, 2022

  1. fix: allows to set a default element to run on the first load

    This element will be used as the default context sent to `axe.run`
    
    Fix: vue-a11y#36
    jairovg committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    c5483ef View commit details
    Browse the repository at this point in the history
  2. docs: demo running the audit on the first load against the mounting p…

    …oint
    
    It runs the audit against `document` with the manual run to check against an injected bug in the page head
    jairovg committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    3450f65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d464e53 View commit details
    Browse the repository at this point in the history