@@ -178,23 +178,23 @@ rules in templates can be disabled with eslint directives with mustache or html
178178
179179### Accessibility
180180
181- | Name | Description | 💼 | 🔧 | 💡 |
182- | :------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------- | :- | :- | :- |
183- | [ template-link-href-attributes] ( docs/rules/template-link-href-attributes.md ) | require href attribute on link elements | | | |
184- | [ template-no-abstract-roles] ( docs/rules/template-no-abstract-roles.md ) | disallow abstract ARIA roles | | | |
185- | [ template-no-accesskey-attribute] ( docs/rules/template-no-accesskey-attribute.md ) | disallow accesskey attribute | | 🔧 | |
186- | [ template-no-aria-hidden-body] ( docs/rules/template-no-aria-hidden-body.md ) | disallow aria-hidden on body element | | 🔧 | |
187- | [ template-no-aria-unsupported-elements] ( docs/rules/template-no-aria-unsupported-elements.md ) | disallow ARIA roles, states, and properties on elements that do not support them | | | |
188- | [ template-no-autofocus-attribute] ( docs/rules/template-no-autofocus-attribute.md ) | disallow autofocus attribute | | 🔧 | |
189- | [ template-no-down-event-binding ] ( docs/rules/template-no-down-event-binding .md ) | disallow pointer down event bindings | | | |
190- | [ template-no-empty-headings ] ( docs/rules/template-no-empty-headings .md ) | disallow empty heading elements | | | |
191- | [ template-no-heading-inside-button ] ( docs/rules/template-no-heading-inside-button .md ) | disallow heading elements inside button elements | | | |
192- | [ template-no-invalid-aria-attributes ] ( docs/rules/template-no-invalid-aria-attributes .md ) | disallow invalid aria- * attributes | | | |
193- | [ template-no-invalid-interactive ] ( docs/rules/template-no-invalid-interactive .md ) | disallow non-interactive elements with interactive handlers | | | |
194- | [ template-no-invalid-link-title ] ( docs/rules/template-no-invalid-link-title .md ) | disallow invalid title attributes on link elements | | | |
195- | [ template-no-invalid-role ] ( docs/rules/template-no-invalid-role .md ) | disallow invalid ARIA roles | | | |
196- | [ template-no-nested-interactive ] ( docs/rules/template-no-nested-interactive .md ) | disallow nested interactive elements | | | |
197- | [ template-no-nested-landmark ] ( docs/rules/template-no-nested-landmark .md ) | disallow nested landmark elements | | | |
181+ | Name | Description | 💼 | 🔧 | 💡 |
182+ | :--------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------- | :- | :- | :- |
183+ | [ template-link-href-attributes] ( docs/rules/template-link-href-attributes.md ) | require href attribute on link elements | | | |
184+ | [ template-no-abstract-roles] ( docs/rules/template-no-abstract-roles.md ) | disallow abstract ARIA roles | | | |
185+ | [ template-no-accesskey-attribute] ( docs/rules/template-no-accesskey-attribute.md ) | disallow accesskey attribute | | 🔧 | |
186+ | [ template-no-aria-hidden-body] ( docs/rules/template-no-aria-hidden-body.md ) | disallow aria-hidden on body element | | 🔧 | |
187+ | [ template-no-aria-unsupported-elements] ( docs/rules/template-no-aria-unsupported-elements.md ) | disallow ARIA roles, states, and properties on elements that do not support them | | | |
188+ | [ template-no-autofocus-attribute] ( docs/rules/template-no-autofocus-attribute.md ) | disallow autofocus attribute | | 🔧 | |
189+ | [ template-no-empty-headings ] ( docs/rules/template-no-empty-headings .md ) | disallow empty heading elements | | | |
190+ | [ template-no-heading-inside-button ] ( docs/rules/template-no-heading-inside-button .md ) | disallow heading elements inside button elements | | | |
191+ | [ template-no-invalid-aria-attributes ] ( docs/rules/template-no-invalid-aria-attributes .md ) | disallow invalid aria- * attributes | | | |
192+ | [ template-no-invalid-interactive ] ( docs/rules/template-no-invalid-interactive .md ) | disallow non-interactive elements with interactive handlers | | | |
193+ | [ template-no-invalid-link-title ] ( docs/rules/template-no-invalid-link-title .md ) | disallow invalid title attributes on link elements | | | |
194+ | [ template-no-invalid-role ] ( docs/rules/template-no-invalid-role .md ) | disallow invalid ARIA roles | | | |
195+ | [ template-no-nested-interactive ] ( docs/rules/template-no-nested-interactive .md ) | disallow nested interactive elements | | | |
196+ | [ template-no-nested-landmark ] ( docs/rules/template-no-nested-landmark .md ) | disallow nested landmark elements | | | |
197+ | [ template-no-pointer-down-event-binding ] ( docs/rules/template-no-pointer-down-event-binding .md ) | disallow pointer down event bindings | | | |
198198
199199### Best Practices
200200
0 commit comments