Skip to content

Commit e5c76c1

Browse files
svinklebeefancohen
authored andcommitted
Update no-access-key.md
1 parent 775d0d1 commit e5c76c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/rules/no-access-key.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# no-access-key
22

3-
Enforce no accessKey prop on element. Access keys are HTML elements that allow web developers to assign keyboard shortcuts to elements. Inconsistencies between keyboard shortcuts and keyboard commands used by screenreader and keyboard only users create accessibility complications so to avoid complications, access keys should not be used.
3+
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 screenreader and keyboard only users create accessibility complications so to avoid complications, access keys should not be used.
44

55
## Rule details
66

@@ -14,4 +14,4 @@ This rule takes no arguments.
1414
### Fail
1515
```jsx
1616
<div accessKey="h" />
17-
```
17+
```

0 commit comments

Comments
 (0)