Fix accessibility issues: The tool now correctly identifies and reports on color contrast for floating elements, ensuring better compliance with accessibility standards.
Fix accessibility messages: The failure message for SVG titles is updated to clearly indicate if the title element is empty or missing, improving user understanding of accessibility issues.
Fix label rules: The tool now passes the label rule when elements have a role of 'none' or 'presentation', enhancing the accuracy of accessibility evaluations.
Fix required parent roles: The tool now correctly fails when an intermediate role is not the required parent, ensuring proper role hierarchy in accessibility checks.
Fix internationalization: The French translations have been proofread and corrected for better clarity and accuracy, improving the user experience for French-speaking users.
Fix language attribute validation: The tool now fails when the lang attribute contains only whitespace, ensuring proper language identification for accessibility.
Fix link naming: The tool resolves a regression where links were not being named correctly from the title attribute, improving link accessibility.
Others
Verify release process: The continuous integration process now includes verification steps for releases, ensuring smoother deployment in the future.