CHANGELOG.md
LICENSE
MANIFEST.in
README.md
a11y.toml.example
a11y_fixer.py
a11y_pr.py
pyproject.toml
requirements.txt
a11y_fixer.egg-info/PKG-INFO
a11y_fixer.egg-info/SOURCES.txt
a11y_fixer.egg-info/dependency_links.txt
a11y_fixer.egg-info/entry_points.txt
a11y_fixer.egg-info/requires.txt
a11y_fixer.egg-info/top_level.txt
evals/README.md
evals/run.py
evals/fixtures/already-accessible.expected.json
evals/fixtures/already-accessible.input.jsx
evals/fixtures/anchor-no-content.expected.json
evals/fixtures/anchor-no-content.input.jsx
evals/fixtures/anchor-no-href.expected.json
evals/fixtures/anchor-no-href.input.jsx
evals/fixtures/decorative-img.expected.json
evals/fixtures/decorative-img.input.jsx
evals/fixtures/div-as-button.expected.json
evals/fixtures/div-as-button.input.jsx
evals/fixtures/handler-drop-risk.expected.json
evals/fixtures/handler-drop-risk.input.jsx
evals/fixtures/iframe-no-title.expected.json
evals/fixtures/iframe-no-title.input.jsx
evals/fixtures/img-no-alt.expected.json
evals/fixtures/img-no-alt.input.jsx
evals/fixtures/injection-in-comment.expected.json
evals/fixtures/injection-in-comment.input.jsx
evals/fixtures/injection-in-text.expected.json
evals/fixtures/injection-in-text.input.jsx
evals/fixtures/invalid-aria-prop.expected.json
evals/fixtures/invalid-aria-prop.input.jsx
evals/fixtures/label-no-control.expected.json
evals/fixtures/label-no-control.input.jsx
evals/fixtures/mouse-only-handlers.expected.json
evals/fixtures/mouse-only-handlers.input.jsx
evals/fixtures/positive-tabindex.expected.json
evals/fixtures/positive-tabindex.input.jsx
evals/fixtures/redundant-role.expected.json
evals/fixtures/redundant-role.input.jsx
lint/.gitignore
lint/axe.mjs
lint/eslint.config.mjs
lint/lint.mjs
lint/package-lock.json
lint/package.json
tests/test_a11y_fixer.py
tests/test_a11y_pr.py
tests/test_evals.py