This repository has been archived by the owner on Dec 7, 2022. It is now read-only.
Release v0.0.5
Bug fixes:
- FocusableElementNotVisibleAndNotAriaHidden audit passes on elements which are brought onscreen on focus
- UnfocusableElementsWithOnclick checks for element.disabled
- Fix infinite loop when getting descendant text content of a label containing an input
- Detect elements which are out of scroll area of any parent element, not just the document scroll area
- findTextAlternatives doesn't throw TypeError if used on a HTMLSelectElement
Enhancements:
- overlapping elements detection code made more sophisticated
- axs.properties.getFocusProperties() returns more information about visibility
- new axs.properties.hasDirectTextDescendant() method with more sophisticated detection of text content