You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2017. It is now read-only.
The a11y checks currently cause the viewport to be scrolled. There's an option to disable that check, but there's no way to configure that for the addon. Could you please expose a way to pass the aXe options through?
The text was updated successfully, but these errors were encountered:
This is a thing I certain want to add in the near future only currently I don't have the time to spend much time into the project.
The idea is as following, give the provided decorator function to possibility to be a higher order function which can be passed a options object, which will look as follows;
{axe: {// All possible axe config. },screenreader: false,colorblindness: false,}
The screenreader and color blindness filters are two things I also want to add in the future.
The a11y checks currently cause the viewport to be scrolled. There's an option to disable that check, but there's no way to configure that for the addon. Could you please expose a way to pass the aXe options through?
The text was updated successfully, but these errors were encountered: