diff --git a/docs/rules/no-noninteractive-tabindex.md b/docs/rules/no-noninteractive-tabindex.md index 740c343ce..0edc6fe5b 100644 --- a/docs/rules/no-noninteractive-tabindex.md +++ b/docs/rules/no-noninteractive-tabindex.md @@ -46,6 +46,15 @@ It is not necessary to put a tabindex on an `
`, for instance or on `
  • + {someLongCode} + +``` + ## Rule details The recommended options for this rule allow `tabIndex` on elements with the noninteractive `tabpanel` role. Adding `tabIndex` to a tabpanel is a recommended practice in some instances.