Fix color contrast checks by introducing a size threshold for pseudo elements. This change reduces the number of incomplete results reported by axe-core, enhancing the accuracy of color contrast assessments.
Resolve issues with aria-required attributes by ensuring that aria-controls is only required when aria-expanded is true. This improves the accessibility checks related to ARIA attributes.
Fix issues with the finishRun function by handling null values for failed iframe results. This ensures that the function operates smoothly even in edge cases.
Fix the handling of options in the finishRun function to prevent mutation of the options object. This ensures that the default reporter is correctly set to v1, improving consistency in reporting.
Filter out group roles from required parent roles when a group is present. This change ensures that the accessibility checks are accurate and do not report false negatives.
Fix the core functionality to stop mutating the input of Context. This change enhances the stability and reliability of the input handling in the framework.
Ensure that disabled aria-hidden fieldsets do not have focusable children. This change improves compliance with accessibility standards.