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

New: Change hint-axe to HintScope.any #1301

Closed
wants to merge 1 commit into from

Conversation

antross
Copy link
Member

@antross antross commented Sep 10, 2018

Pull request checklist

Make sure you:

For non-trivial changes, please make sure you also:

  • Added/Updated related documentation.
  • Added/Updated related tests.

Short description of the change(s)

Now that connector-local uses jsdom it can support hints which
need to evaluate script in the context of the page (e.g. hint-axe).

Other hints with HintScope.site still need to remain that way as
they look at HTTP headers or rely on external resources being
loaded.

Now that `connector-local` uses `jsdom` it can support hints which
need to evaluate script in the context of the page (e.g. `hint-axe`).

Other hints with `HintScope.site` still need to remain that way as
they look at HTTP headers or rely on external resources being
loaded.
@molant
Copy link
Member

molant commented Sep 11, 2018

@alrra
Copy link
Contributor

alrra commented Sep 11, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants