-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- remove the now unnecessary custom ARIA lookup table (since DPUB roles are now natively supported by Axe) - in Ace checks, epub:type attribute selectors are replaced by javascript matchers, to work around a limitation of Axe's built-in CSS parser - patch the `only-list-items` check, to allow roles subclassing `listitem` as children of lists - patch the `aria.isAriaRoleAllowedOnElement` function to ensure that roles that do not explicitly define the elements their allowed on are evaluated - disable `landmark-complementary-is-top-level`, which needs further review to see if it makes sense in EPUB. Close #225
- Loading branch information
1 parent
822469f
commit acf95da
Showing
8 changed files
with
529 additions
and
560 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.