Releases: eps1lon/dom-accessibility-api
Releases · eps1lon/dom-accessibility-api
Release list
0.4.0
Incomplete release. Please use 0.4.1 instead.
0.3.0
Minor Changes
- 7f1ada0: Internal polish
0.2.0
0.2.0
Minor Changes
-
eb86842: Add option to mock window.getComputedStyle
This option has two use cases in mind:
- fake the style and assume everything is visible.
This increases performance (window.getComputedStyle) is expensive) by not distinguishing between various levels of visual impairments. If one can't see the name with a screen reader then neither will a sighted user - Wrap a cache provider around
window.getComputedStyle. We don't implement any because the returnedCSSStyleDeclarationis only live in a browser.jsdomdoes not implement live declarations.
- fake the style and assume everything is visible.