Skip to content

Commit

Permalink
refactor(aXe): remove obsolete monkey patches
Browse files Browse the repository at this point in the history
aXe 2.6.x fixes a couple issues that make a couple monkey patches
obsolete:

- issue with `getSelector` on XHTML (see #57)
- issue with `dl` content model (see #114)
  • Loading branch information
rdeltour committed Jan 10, 2018
1 parent 5cfd982 commit 4652363
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 245 deletions.
2 changes: 0 additions & 2 deletions packages/ace-core/src/checker/checker-chromium.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ const utils = require('@daisy/puppeteer-utils');
const scripts = [
path.resolve(require.resolve('axe-core'), '../axe.min.js'),
require.resolve('../scripts/vendor/outliner.min.js'),
require.resolve('../scripts/axe-patch-getselector.js'),
require.resolve('../scripts/axe-patch-arialookuptable.js'),
require.resolve('../scripts/axe-patch-dlitem.js'),
require.resolve('../scripts/ace-axe.js'),
require.resolve('../scripts/ace-extraction.js'),
];
Expand Down
8 changes: 0 additions & 8 deletions packages/ace-core/src/scripts/axe-patch-dlitem.js

This file was deleted.

235 changes: 0 additions & 235 deletions packages/ace-core/src/scripts/axe-patch-getselector.js

This file was deleted.

0 comments on commit 4652363

Please sign in to comment.