v4.0.0v3.5.6
Reading changes from the repo…
reviewOnFail
option, allowing rules to return as 'needs review' instead of a violation, enhancing flexibility in rule evaluation. has-lang
check, allowing users to specify which attributes to evaluate, improving accessibility checks. has-text-content
, which verifies the presence of text content, enhancing the accessibility evaluation capabilities. matches-definition
, allowing for more flexible attribute checks, improving the overall accessibility evaluation process. html-elms
specification to enhance the identification of interactive content, improving the accessibility of web applications. dpub-roles
specification, enhancing the accessibility evaluation for digital publications. ariaRoles
standard, providing a comprehensive list of ARIA roles to improve accessibility checks. aria-allowed-role
check to allow role=spinbutton
on input[type=tel]
, enhancing compliance with ARIA specifications. page-has-heading-one
check to account for screen-reader only headings, improving the accuracy of heading evaluations. header-present
check to use 'heading' terminology instead of 'header', aligning with accessibility standards. color-contrast
check to ignore aria-disabled labels, ensuring that disabled elements do not affect contrast evaluations. meta-viewport
check to avoid errors when the viewport property lacks a value, improving the robustness of accessibility evaluations. has-lang
check to fail when xml:lang
is used in HTML documents, ensuring compliance with accessibility standards. duplicate-id
check to list duplicate IDs in the error message, enhancing clarity for developers. label-content-name-mismatch
check to ignore non-widget ARIA roles, improving the accuracy of label evaluations.