diff --git a/.cspell.json b/.cspell.json
index eee9429..9d47922 100644
--- a/.cspell.json
+++ b/.cspell.json
@@ -39,6 +39,7 @@
"sourcecode",
"espree",
"nohtml",
- "tmpl"
+ "tmpl",
+ "labelledby"
]
}
diff --git a/docs/rules.md b/docs/rules.md
index 7bd9c22..d83bc87 100644
--- a/docs/rules.md
+++ b/docs/rules.md
@@ -38,17 +38,18 @@
## Accessibility
-| Rule | Description | |
-| ---------------------------------------------------------- | --------------------------------------------------------------- | --- |
-| [no-abstract-roles](rules/no-abstract-roles) | Disallow to use of abstract roles | |
-| [no-accesskey-attrs](rules/no-accesskey-attrs) | Disallow to use of accesskey attribute | |
-| [no-aria-hidden-body](rules/no-aria-hidden-body) | Disallow to use aria-hidden attributes on the `body` element. | |
-| [no-non-scalable-viewport](rules/no-non-scalable-viewport) | Disallow use of `user-scalable=no` in ``. | |
-| [no-positive-tabindex](rules/no-positive-tabindex) | Disallow use of positive `tabindex`. | |
-| [no-skip-heading-levels](rules/no-skip-heading-levels) | Disallow skipping heading levels | |
-| [require-frame-title](rules/require-frame-title) | Require `title` in ``, `