You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'No access key attribute allowed. Inconsistencies between keyboard shortcuts and keyboard commands used by screenreader and keyboard only users create accessibility complications.',
117
+
},
118
+
],
119
+
},
120
+
{
121
+
code: '<button accesskey></button>',
122
+
output: '<button></button>',
123
+
errors: [
124
+
{
125
+
message:
126
+
'No access key attribute allowed. Inconsistencies between keyboard shortcuts and keyboard commands used by screenreader and keyboard only users create accessibility complications.',
127
+
},
128
+
],
129
+
},
130
+
{
131
+
code: '<button accesskey={{some-key}}></button>',
132
+
output: '<button></button>',
133
+
errors: [
134
+
{
135
+
message:
136
+
'No access key attribute allowed. Inconsistencies between keyboard shortcuts and keyboard commands used by screenreader and keyboard only users create accessibility complications.',
'No access key attribute allowed. Inconsistencies between keyboard shortcuts and keyboard commands used by screenreader and keyboard only users create accessibility complications.',
0 commit comments