💼 This rule is enabled in the following configs: ☑️ recommended
, 🔒 strict
.
Enforce no accessKey prop on element. Access keys are HTML attributes that allow web developers to assign keyboard shortcuts to elements. Inconsistencies between keyboard shortcuts and keyboard commands used by screen readers and keyboard-only users create accessibility complications so to avoid complications, access keys should not be used.
This rule takes no arguments.
<div />
<div accessKey="h" />
General best practice (reference resources)