diff --git a/README.md b/README.md index 1778f8fe..e0b73587 100644 --- a/README.md +++ b/README.md @@ -271,7 +271,7 @@ toBeInvalid() This allows you to check if an element, is currently invalid. An element is invalid if it has an -[`aria-invalid` attribute](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-invalid_attribute) +[`aria-invalid` attribute](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-invalid) with no value or a value of `"true"`, or if the result of [`checkValidity()`](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5/Constraint_validation) is `false`.