# jsx-a11y-x/no-static-element-interactions 📝 Enforce that non-interactive, visible elements (such as `
`) that have click handlers use the role attribute. 💼 This rule is enabled in the following configs: ☑️ `recommended`, 🔒 `strict`. Static HTML elements do not have semantic meaning. This is clear in the case of `
` and ``. It is less so clear in the case of elements that _seem_ semantic, but that do not have a semantic mapping in the accessibility layer. For example ``, ``, `
`, `