# ember/template-no-nested-interactive 💼 This rule is enabled in the 📋 `template-lint-migration` [config](https://github.com/ember-cli/eslint-plugin-ember#-configurations). Disallows nested interactive elements in templates. Nested interactive elements (like a button inside a link) are not accessible to keyboard and screen reader users. This creates confusion about which element is actually interactive and can cause unexpected behavior. ## Rule Details This rule disallows nesting interactive elements inside other interactive elements. Interactive elements include: - `` (only when it has an `href` attribute) - `