diff --git a/docs/rules/aria-activedescendant-has-tabindex.md b/docs/rules/aria-activedescendant-has-tabindex.md index c6a37213a..2c46f3a4f 100644 --- a/docs/rules/aria-activedescendant-has-tabindex.md +++ b/docs/rules/aria-activedescendant-has-tabindex.md @@ -15,8 +15,7 @@ element will be applied as the value of `aria-activedescendant` on the input element. Because an element with `aria-activedescendant` must be tabbable, it must either -have an inherent `tabIndex` of zero or declare a `tabIndex` of zero with the `tabIndex` -attribute. +have an inherent `tabIndex` of zero or declare a `tabIndex` attribute. ## Rule details @@ -34,16 +33,16 @@ This rule takes no arguments.
+
+
+ ``` ### Fail ```jsx
-
-
- ``` ## Accessibility guidelines