v4.3.0v4.2.4
Reading changes from the repo…
options.runOnly
, allowing you to run specific rules more easily. This enhances your ability to customize accessibility checks based on your needs. axe.runPartial
method allows you to run accessibility checks in the current window without frame communication, while axe.finishRun
compiles results from multiple windows into a single report. This improves the efficiency of your testing process. getFrameContexts
method is added, which helps in retrieving context information for each iframe, enhancing the way you manage accessibility checks across multiple frames. aria-level
attributes on headings is improved, allowing for better compliance with accessibility standards. This ensures that headings are correctly evaluated based on their semantic meaning. aria-level
attributes greater than 6, marking them as needing review to ensure compliance with accessibility guidelines. frame-tested
rule to run without requiring the respondable
method, making it easier to implement in various contexts.